.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_62690341a5d063f6a12bb1c2f35c1a80920e4677.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { position:relative;z-index:auto;display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { background-color: transparent; background-image: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container > .video-iframe-container { display: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row > .video-iframe-container { display: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .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); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { border-width: 0; border-radius: 0; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"yeseva one";height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xeal9UENuyB8I6Ioi1qNs6AogTA4orhH { color:#010304;display:block;width:56.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:1.375rem;left:2.0625rem;height:1.5rem;font-style:normal;display:block; }
#EHocTndMnvUBrVzNNlA290hGFc0quRUn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.5rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#bcc2ad;padding-top:0.364375rem;padding-right:0.324375rem;padding-bottom:0.364375rem;padding-left:0.324375rem;display:block;align-items:center;width:1.946875rem;min-width:1.946875rem;height:1.9575rem;position:relative;font-family:"yeseva one";font-size:1.456875rem;font-weight:700;line-height:31.32px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-text.counter-label { background-color:;background-image:none;color:#010304;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2275rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.595625rem;height:0.77375rem;position:relative;font-family:lato;font-size:0.54625rem;font-weight:300;line-height:12.38px;text-align:center;text-align-last:center;text-transform:none;top:-10%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.375rem;height:3.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"yeseva one";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.28125rem;left:60.625rem;z-index:5001; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #w5bkfDdy7sM6Feqv6W3s84UQKSfIR6QE { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #nDLgAAnWxJT50S2OMBSzLh7eqOJXGU4I { width:auto; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #M1dxhll4KB2lWJbN7fnLSVAeH0VppW9J {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #Rdshx9buLk6dt2xHoSHgUnNcB7lsl6Oz { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ak1KkyUVxsHq8qy5FnPtpz4yIbrN0rlD {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #N3mNa3etpItHlo75Obs0fdsLlmN5e4Mg {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #HZl0nO3rFivruszlNCmL6Eeqmf8gWyv8 { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #mkeTXTHImQcPNxRE3qQ7h5ALiKTq5Eft {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #hDzMq3VZAV9BFgnxPTMuoZmgtLC3Mwl7 {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #KXcdU9KmDLPksIQhOl8re5HvoaILtVxH { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ItZeNM7c4pO7efGlq5xb3SkDrOdABn9b {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #fTQWv8W376ZSSFW3Oo8eTPsyJT0wV75H {  }
#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1e5f1, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #f1e5f1, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #f1e5f1, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #f1e5f1, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e5f1', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e5f1', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #f1e5f1, rgba(0,0,0,0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row .container { background-color: transparent; background-image: none; }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row .container > .video-iframe-container { display: none; }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row > .video-iframe-container { display: none; }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .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); }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row .container { border-width: 0; border-radius: 0; }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row .container { font-size:0.875rem;font-family:"yeseva one";height:6.875rem;width:75rem;position:relative;display:block; }#a9FpBWDclNwK542LScOF5uyqLlEFrUmQ { background-color:#010304;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#091d25;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.40625rem;left:64.8125rem;display:block; }
#yy3GNN77JVpTaBQ2qTq6UU87UHbG0Ot9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ewO4e8xTIG733bie3LH0R8BovIihZEhT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#010304;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.4375rem;left:37.0625rem;display:block; }
#O1lrHc4Uy3GcWOZ61ZWSsHHQLfZ9aZxi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAupElS4bRdTCISwvh4OX8NPLo9BupqQ { box-sizing:content-box;height:5rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#f5dcfa;background-image:none;top:0.59375rem;left:0rem;border-top-right-radius:156.25rem;border-bottom-right-radius:156.25rem;border-bottom-left-radius:156.25rem;border-top-left-radius:156.25rem;display:block; }
#gMWOuwCtPlzHeTPpmn9s8orZnQc85vyv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#010304;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.4375rem;left:50.1875rem;display:block; }
#aTrTqQb0n7ZMOoFlyhFhi7Nm2HiAx2Re { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GCeDxK6T2usQvAbJCzLfTedBCXIzfqUh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:64rem;width:64rem;display:none; }
#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0ecf1, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #f0ecf1, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #f0ecf1, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #f0ecf1, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ecf1', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ecf1', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #f0ecf1, rgba(0,0,0,0));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container { background-color: transparent; background-image: none; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container > .video-iframe-container { display: none; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row > .video-iframe-container { display: none; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .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); }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container { border-width: 0; border-radius: 0; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container { font-size:0.875rem;font-family:"yeseva one";height:71.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#VzVzeATiP2a7cR2aKVt1LlC0BOrqEZVh { color:#091d25;display:block;width:51.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:58.125rem;left:11.875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HypyGFCMZ8D240TwozNQDe2eiUauIt0i { color:#bea884;display:block;width:66.1875rem;position:absolute;font-family:"yeseva one";font-size:5.875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;text-shadow:1.1875rem 0.5rem 0.5625rem rgba(239,245,248,0.5);top:10.5625rem;left:0.75rem;height:11.75rem;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; }
#BkkZf7o1GsOZm3m4DTZelr0M0S1J8NPk { background-color:#bcc2ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#010304;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:64.625rem;left:31.5625rem;display:block; }
#k6CMkXx9RLrxQkehym6fWD9QZHV0EIfa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gWEg94K3R7FiTHd76Dnnnrk5IhyyOzbL { box-sizing:content-box;height:36.3125rem;width:13.6875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:9.0625rem;left:55.46875rem;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
#qPlkI2zbizu5VQezwlBtLvBTb9nINblk { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;height:22.8125rem;width:23.0625rem;top:0rem;left:23.75rem;overflow:hidden;display:block; }
#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX { 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; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container { background-color: transparent; background-image: none; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container > .video-iframe-container { display: none; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row > .video-iframe-container { display: none; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .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); }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container { border-width: 0; border-radius: 0; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container { font-size:0.875rem;font-family:"yeseva one";height:53.1875rem;width:75rem;position:relative;display:block; }#dq8UAS0cE8PQ7BwxZC90NdqOa75M0UVd { color:#010304;display:block;width:23.75rem;position:absolute;font-family:"yeseva one";font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:9.6875rem;left:3.125rem;height:;text-align:left;text-align-last:left;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; }
#AyAt5aR70kwLo2yWRkDcdE5CvWW7wDdT { color:#010304;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:22.0625rem;left:3.125rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wgnkMRkUhMm3cloWF2DnTG7CFhRBJ86W { box-sizing:content-box;height:40.0625rem;width:29.875rem;position:absolute;display:block;z-index:14998;background-color:#bcc2ad;background-image:none;top:6.5625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#RGnrLwCcQ81vueO7TuR9R9kpEOEuJM2d { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:18.5rem;width:12.3125rem;top:6.5625rem;left:32.9375rem;overflow:hidden;display:block; }
#KF7lpQpA2sabwNqfyaoVSAInW8vFhhpo { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:#010304;background-image:none;top:19.875rem;left:3.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rqgdoQJOAGnEZOB4IqxDTM0gTikzN4xF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:19.25rem;left:23.625rem; }
#XgLUOazvDHTy0N2FbxabQcmSahzgT0UF { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14996;background-color:#ffdffe;background-image:none;top:34.1875rem;left:43.28125rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zk72kxVMcskrxATbQ6GP8xUv7xVIfldf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:64rem;width:64rem;display:none; }
#BXnOXeNr2zPUEbbvvPPLB7IQmZVFnixz { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#lcQROvQRtxpMefTOsn0SmI4ilwOOgJp9 { background-color:#bcc2ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#010304;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:64.625rem;left:31.5625rem;display:none; }
#RTiCTp4PsIGBdsquFz8I4hVHFbmfhTTG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yEsAcwTdJmmGWSv2IvlrvTuT8Tq7EHrd { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14996;background-color:#ffdffe;background-image:none;top:34.1875rem;left:43.28125rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ivPa5618bKMRspzKB0NxXmalmJXcBwl5 { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14996;background-color:#ffdffe;background-image:none;top:34.1875rem;left:43.28125rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#VHJ7uzOoEPXEEzAXqAn71ePRdISe3Q6m { 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:none; }#VHJ7uzOoEPXEEzAXqAn71ePRdISe3Q6m > .row .container { border-width: 0; border-radius: 0; }#VHJ7uzOoEPXEEzAXqAn71ePRdISe3Q6m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHJ7uzOoEPXEEzAXqAn71ePRdISe3Q6m > .row .container { font-size:0.875rem;font-family:"yeseva one";height:53.1875rem;width:75rem;position:relative;display:none; }#efovWz2WV9TcZGQnHdMwi5xDdIfAH2Bi { color:#010304;display:block;width:23.75rem;position:absolute;font-family:"yeseva one";font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:9.6875rem;left:3.125rem;height:;text-align:left;text-align-last:left;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; }
#nIcylhAgQUahX8Q3gHPr7WhDED5JE5O2 { color:#010304;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:22.0625rem;left:3.125rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oVHwxnPrG9neNa6J85rC6pAUlgBeAQHS { box-sizing:content-box;height:40.0625rem;width:29.875rem;position:absolute;display:block;z-index:14998;background-color:#bcc2ad;background-image:none;top:6.5625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#pxmSTMpnKbJGhPP1zKmdAtgQizv3AsOF { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:#010304;background-image:none;top:19.875rem;left:3.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ckiB8ObPv4IT8TiQQ4hTOibq5VDcP2ik { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:19.25rem;left:23.625rem; }
#by4T2KRm5OIK3bUbMTAdyyHuCvOSFkc9 { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14996;background-color:#ffdffe;background-image:none;top:34.1875rem;left:43.28125rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MWdIo5IbBllJDQCoQZnft8hkQVDrED6s { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#eW18gPf5ZoFJENeILBTP4u1a9AO8zsKC { background-color:#bcc2ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#010304;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:64.625rem;left:31.5625rem;display:none; }
#OgMD5IvxeaL6Ql2QHzVQFDFLCBdrsKPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qd1GZO3GqtXMMpfwgIsFlONRmlTibgyF { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14996;background-color:#ffdffe;background-image:none;top:34.1875rem;left:43.28125rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#rJ0FFzMmBTegFKvyloGiVPKN0AgbV3oB { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14996;background-color:#ffdffe;background-image:none;top:34.1875rem;left:43.28125rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#hNILhZ8PBgCJgIWdTn4JCzLUfSOMWE9N { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:64rem;width:64rem;display:none; }
#bZd9XD6WCPI6mMeLggs2xZIT9ah20CZE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:64rem;width:64rem;display:none; }
#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { position:relative;display:block; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { background-color: transparent; background-image: none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container > .video-iframe-container { display: none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row > .video-iframe-container { display: none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .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); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { border-width: 0; border-radius: 0; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"yeseva one";height:53.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lTrBDeAya3HGUlTSpGgKWzHWHtdp5VQm { color:#010304;display:block;width:75rem;position:absolute;font-family:"yeseva one";font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:5.5rem;left:0rem;height:3rem;text-align:left;text-align-last:left;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:none; }
#wO3kUT989oq40cXRrXZ4FJDtbeT4yCvk { color:#010304;display:block;width:21.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:13.84375rem;left:3.125rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JTMIDGcmNv9IGc8pVi8LKc2AJskv9ZNW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:33.875rem;left:1.875rem; }
#EBqWe5zmtCkWshrVE1VkhgheV37zyetr { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:#010304;background-image:none;top:37rem;left:28.4375rem;display:none; }
#n9AsfHPLm4yseqf2HM0LMnFZwAQ6ztbE { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#sI2CvwIayFsMZ0qimwh1UNk4vA4Qki9B { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:64rem;width:64rem;display:none; }
#bvuxbbWGQ8Q30nX5QJXksFvovBQwTc8R { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:64rem;width:64rem;display:none; }
#hZwhio5oAGSWC6c3TZOO8VUVDgg2yJ0d { box-sizing:content-box;height:6.6875rem;width:6.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:#ffdffe;background-image:none;top:6.125rem;left:18.9375rem;display:none; }
#kQogIBuNBpfGTqx3H4dQKiI1Dqge18oe { box-sizing:content-box;height:6.6875rem;width:6.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:#ffdffe;background-image:none;top:6.125rem;left:18.9375rem;display:none; }
#M9z79lnGiEpEyu9b0nCBItENdnbQTCKx { background-color:#bcc2ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#010304;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:64.625rem;left:31.5625rem;display:none; }
#pT9DpAwUGmufDrCVnFtXzEQ0JGspfOgy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 { position:relative;display:block; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 { background-color: transparent; background-image: none; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container > .video-iframe-container { display: none; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row > .video-iframe-container { display: none; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .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); }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 { border-width: 0; border-radius: 0; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"yeseva one";height:53.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lIFGcEEEzZGed1NAvDwcw0W0iBV1NEJv { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:#bcc2ad;background-image:none;top:13.1875rem;left:26.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#TfuIuTlV3xK6ERsNlJRzTOSc7VhzhEpq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.8125rem;left:28.4375rem; }
#h8M5wTq5stpDmFxhxsOveB649cIQyIDC { color:#010304;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:15.75rem;left:30.3125rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#CGvTCP9VF0W1gIBaqbXL7KLgg17vhfwF { color:#010304;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.625rem;left:28.4375rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dx0RF5XwgCNWGDVF6wrZniTKK7mwAJVt { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:#010304;background-image:none;top:18.9375rem;left:28.4375rem;display:block; }
#k2Xoem7PBlQwrePHnKAxCMA6VyqG0how { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:#bcc2ad;background-image:none;top:31.25rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#XsleNHKXi4FTC9DU3m1k8F5qI3tEgunE { color:#010304;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:33.8125rem;left:3.75rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#zaRMICUmtUDq6eJCDhoOZNvMwFEtozc7 { color:#010304;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:38.6875rem;left:1.875rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QZ9kbGX02AOntoZ3ELEE165DgCWRH7cX { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:#010304;background-image:none;top:37rem;left:1.875rem;display:block; }
#ZiewdRECl7AQxgLWfOKllm39h9wCaJus { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:33.875rem;left:1.875rem; }
#OmJdB1D19tIha0TsrSIcnSpoQLVS76zq { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:#010304;background-image:none;top:37rem;left:28.4375rem;display:block; }
#MwJw8oMOD6M6onTeJcz7wp4quh3Sd7ky { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:33.875rem;left:28.4375rem; }
#wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { color:#010304;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:38.6875rem;left:28.4375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:#010304;background-image:none;top:37rem;left:28.4375rem;display:block; }
#LWCr9FnNS6IWCkbCBItpfKK0qNLTqZ9G { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:33.875rem;left:28.4375rem; }
#m6NrQ0KDEzeoyZTVqw3Ctm27rJWvL59T { color:#010304;display:block;width:21.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:13.84375rem;left:3.125rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ubFfiTgzTb9UzQnAvtEQyNF7KhGBRK5C { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:32.8125rem;width:21.875rem;top:13.1875rem;left:53.125rem;overflow:hidden;display:block; }
#MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:#010304;background-image:none;top:37rem;left:1.875rem;display:block; }
#Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { color:#010304;display:block;width:75rem;position:absolute;font-family:"yeseva one";font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:5.5rem;left:0rem;height:3rem;text-align:left;text-align-last:left;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; }
#UMLFAZIQJh2PtKVqoH7g0ei5X8XROUQu { color:#010304;display:block;width:75rem;position:absolute;font-family:"yeseva one";font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:5.5rem;left:0rem;height:3rem;text-align:left;text-align-last:left;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:none; }
#fXW5T9b8gbiRDZv9HKwCySs67aAgbdWX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TtlBn5XHTUynMrRpUp4X2UwUpBDesWmD { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:#010304;background-image:none;top:18.9375rem;left:28.4375rem;display:none; }
#CZ98loMERh4aqyFWV8l0KfUrO6LlmhtA { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.8125rem;left:28.4375rem;display:none; }
#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen { z-index:;position:relative;display:block; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen { background-color: transparent; background-image: none; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row .container > .video-iframe-container { display: none; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row > .video-iframe-container { display: none; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .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); }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen { border-width: 0; border-radius: 0; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"yeseva one";height:41.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Z9hLy7qR1DWl8ntq5MMqfMbd6rsfoTWz { color:#010304;display:block;width:25.625rem;position:absolute;font-family:"yeseva one";font-size:3rem;font-weight:400;z-index:14997;line-height:1;letter-spacing:0;top:11.75rem;left:1.875rem;height:12rem;text-align:left;text-align-last:left;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; }
#tsl0CkBQV1TqU5JA25xc0WEhJwTwCQT3 { color:#010304;display:block;width:25.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:14996;line-height:1.5;letter-spacing:0;top:27.6875rem;left:1.875rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UWQF75Q7k8AhNWMfqTz9BINbNAyITy2w { box-sizing:content-box;height:25.5625rem;width:30rem;position:absolute;display:block;z-index:14995;background-color:#bcc2ad;background-image:none;top:9.3125rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aKoRck2s3kCpmeFM8IgU7PsF1NCcepZb { color:#010304;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.4375rem;left:56.875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SSi8BtWDHN6efueaMPfrKAvPAZVFT2WQ { box-sizing:content-box;height:11.5625rem;width:20rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:9.25rem;left:54.875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
#vqr0TFwQPOK8zFHsIHvK34E2oHV1JbqV { box-sizing:content-box;height:11.5625rem;width:20rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:9.25rem;left:32.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
#XR5nh8qIl5nJlCUVWetHuCu40gns5fvg { box-sizing:content-box;height:11.5625rem;width:20rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:23.25rem;left:32.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
#tohtMMAUw3F8rHP1itnthWx3bJKNkTHK { color:#010304;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:25.4375rem;left:36.4375rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#aFkGWv5bAzpvyNR3uKSnlPgXf1zQIRco { color:#010304;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.4375rem;left:34.4375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sNl7cxWUGHVbBfLkykLgQgNDbnG8o3Vo { color:#010304;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14.4375rem;left:56.75rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AZC3hepyuSDSyafsHfAXl0WGK6Qb44p8 { color:#010304;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14.4375rem;left:34.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZAV12paw1qFTPeTrqgCn0shUVqSBNFzN { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:25.5rem;left:34.5625rem; }
#xEBFz9ipMhIWf9XHihwSiE8kNkpCmz7F { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.5rem;left:56.875rem; }
#L9aHvuLGrPBlJWdl4XJMa3Ww0C8xE8iX { color:#010304;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:11.4375rem;left:58.75rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#r2sKHOUlJNVvtH2BOFTEEt9gz3aCqRBZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.5rem;left:34.5625rem; }
#lGG2SdUTlGwQVlbmrbelHAmdO4NozBVo { color:#010304;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:11.4375rem;left:36.4375rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#sedtF8qaLpcbRlu75OwArMhNLJtJTs0a { box-sizing:content-box;height:6.6875rem;width:6.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:#ffdffe;background-image:none;top:6.125rem;left:18.9375rem;display:block; }
#k770HTF9Fcl8SmpTAOmatwq8eTDW1LFC { box-sizing:content-box;height:6.6875rem;width:6.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:#ffdffe;background-image:none;top:6.125rem;left:18.9375rem;display:none; }
#rH2Hp9vlaXHSHpOUUi9SeAIcbD6pA2hW { z-index:;position:relative;display:block; }#rH2Hp9vlaXHSHpOUUi9SeAIcbD6pA2hW { background-color: transparent; background-image: none; }#rH2Hp9vlaXHSHpOUUi9SeAIcbD6pA2hW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2Hp9vlaXHSHpOUUi9SeAIcbD6pA2hW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2Hp9vlaXHSHpOUUi9SeAIcbD6pA2hW > .row .container > .video-iframe-container { display: none; }#rH2Hp9vlaXHSHpOUUi9SeAIcbD6pA2hW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2Hp9vlaXHSHpOUUi9SeAIcbD6pA2hW > .row > .video-iframe-container { display: none; }#rH2Hp9vlaXHSHpOUUi9SeAIcbD6pA2hW > .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); }#rH2Hp9vlaXHSHpOUUi9SeAIcbD6pA2hW { border-width: 0; border-radius: 0; }#rH2Hp9vlaXHSHpOUUi9SeAIcbD6pA2hW > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"yeseva one";height:46.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#iesG5odp3hNNDuzfcFgaeCtlB2AM3yoR { color:#010304;display:block;width:75rem;position:absolute;font-family:"yeseva one";font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:6.375rem;left:0rem;height:3rem;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; }
#LnAJSbiyB5pxq6DNzGzgqENpgArO578u { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:13.125rem;width:13.125rem;top:12.3125rem;left:1.5rem;overflow:hidden;display:block; }
#Cz30GMoOTB0kpfiGBS0TnMnzd6KZeIGC { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:13.125rem;width:13.125rem;top:27.9375rem;left:1.5rem;overflow:hidden;display:block; }
#V47aW9BfJu6k4rxHasTKD1UVcNnZ1P0b { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:28.75rem;width:19.125rem;top:12.3125rem;left:17.125rem;overflow:hidden;display:block; }
#q2CeiNpn4ZPUGrKs6EOwZiwENyUOl7cS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:13.125rem;width:13.125rem;top:27.9375rem;left:38.75rem;overflow:hidden;display:block; }
#x7fQXevqLEWSK0NAFMkh4mGBw0euPtNO { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:28.75rem;width:19.125rem;top:12.3125rem;left:54.375rem;overflow:hidden;display:block; }
#hdTvgH51IpF1cplA8mBO8TdcmNcZNUNE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:13.125rem;width:13.125rem;top:12.3125rem;left:38.75rem;overflow:hidden;display:block; }
#Lg7XMW82ki0TNVb0JIzT74iOBeUrrRcf { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:#bcc2ad;background-image:none;top:3.8125rem;left:25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UpNu0lQVKhPv5o4tBm0otkGH35MstK2C { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.25rem;left:23.875rem; }
#BPG1NuNVTacGAMrmuiXLWTiv4VgChwTR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.25rem;left:49.875rem; }
#qBNybLUQPWQcI1vhJlUbJFh9Ds8kuViK { z-index:;position:relative;display:block; }#qBNybLUQPWQcI1vhJlUbJFh9Ds8kuViK { background-color: transparent; background-image: none; }#qBNybLUQPWQcI1vhJlUbJFh9Ds8kuViK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBNybLUQPWQcI1vhJlUbJFh9Ds8kuViK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBNybLUQPWQcI1vhJlUbJFh9Ds8kuViK > .row .container > .video-iframe-container { display: none; }#qBNybLUQPWQcI1vhJlUbJFh9Ds8kuViK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBNybLUQPWQcI1vhJlUbJFh9Ds8kuViK > .row > .video-iframe-container { display: none; }#qBNybLUQPWQcI1vhJlUbJFh9Ds8kuViK > .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); }#qBNybLUQPWQcI1vhJlUbJFh9Ds8kuViK { border-width: 0; border-radius: 0; }#qBNybLUQPWQcI1vhJlUbJFh9Ds8kuViK > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"yeseva one";height:52rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Pk432WPX12tQmeZtUSFHrbrzNL5sRW6G { color:#010304;display:block;width:75rem;position:absolute;font-family:"yeseva one";font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:4.3125rem;left:0rem;height:3rem;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; }
#o8hSGOGd9o2CTmM6Hdaz8OvbdRzcr2IT { color:#010304;display:block;width:50rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.75rem;left:12.5rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F3CP2JFrKnGDT7C3Dtao6cWTKrgBHskR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:9.3125rem;width:12.75rem;top:16.5rem;left:2.8125rem;overflow:hidden;display:block; }
#waZbIKaTdKkXfL3RnsT9rEvqlfTbQ96N { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"yeseva one";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:33.9375rem;left:0.1875rem;height:1.29980625rem;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;text-align:center;text-align-last:center;display:block; }
#NU8kBJGCrTksRE3HsTPbZcadui7VGF0p { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"yeseva one";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:35.8623046875rem;left:0rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMkyTy6HuA6PBxdysoDzDFtTU5oMPuTr { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:25.5rem;left:17.625rem; }
#dRwSLt20eEEfGd17nQ9yqfABUQ8rU6Zx { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:15.375rem;width:13.6875rem;top:16.5625rem;left:30.6875rem;overflow:hidden;display:block; }
#LkRy0PQnkr6z6I2mdKCSVz80RxNmklWO { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"yeseva one";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:34rem;left:28.5rem;height:1.29980625rem;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;text-align:center;text-align-last:center;display:block; }
#MKkTkTiFTtDWT6M0DFlL0pDgspAG5MZ4 { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"yeseva one";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:35.875rem;left:28.3125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMQSEEJ1ZVPlniXmDQOX1Bt2oirygXKb { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:17.9375rem;left:42.21875rem; }
#OOxFQq2Pqn0dlzuZbAGo38VKJL2A6kio { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:15.4375rem;width:7.5625rem;top:16.5rem;left:61.96875rem;overflow:hidden;display:block; }
#MEWtOPWw8zOTM060qZCiT8P5dGVdwi8O { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"yeseva one";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:34rem;left:56.75rem;height:1.29980625rem;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;text-align:center;text-align-last:center;display:block; }
#RfiPkUzDOtcRiHJBvcmlLw9x24GMzLVX { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"yeseva one";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:35.9375rem;left:56.5625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#esFLF8BTQJB4uwJsQZEtTa1fEsiQnix5 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:29.03125rem;left:69.59375rem; }
#VGgc7KGF3lmIPwcbDDODZVCvbQfo2RUW { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#bcc2ad;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:41.6875rem;left:4.75rem;display:block; }
#Qe5T6H5KV18czrpv0NuMZxbtciJFCVPE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILWiVTxq9XwNz2l6my12UVInJdlbeI2i { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#bcc2ad;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:41.6875rem;left:33.0625rem;display:block; }
#KEdWzGh0WpvweA5iyIXQcMo2TPZykKUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yUuB4AX9yNOF1F0JCzAK1ELHKXwioyPi { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#bcc2ad;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:41.6875rem;left:61.3125rem;display:block; }
#FHEDP63292n8MpmWWmPP7thKH7DGB7N3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qJd7KPr0r2DeMzg9w8sEBzvLFlKc9e3t { box-sizing:content-box;height:11.1875rem;width:18.25rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:18.5625rem;left:0rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
#Sh3H3oJKL8FobTTF9TO9GMn6cLTJrLwn { box-sizing:content-box;height:11.1875rem;width:18.25rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;top:18.5625rem;left:28.3125rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
#cga33sL3BakDV85TTGyBKBirfrqbPCXo { box-sizing:content-box;height:11.1875rem;width:18.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:18.5625rem;left:56.5625rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
#dalxpF35xnasHrI9DWmqb905LhVTOsTS { box-sizing:content-box;height:12rem;width:12rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#ffdffe;background-image:none;top:18.21875rem;left:3.1875rem;display:block; }
#wvordx8c8DM9Upraf8UN2BX7JpCBBIhG { box-sizing:content-box;height:12rem;width:12rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:#ffdffe;background-image:none;top:18.21875rem;left:31.53125rem;display:block; }
#HySFEuM1g3pl1MwTongaWkibW0drPxTZ { box-sizing:content-box;height:12rem;width:12rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#ffdffe;background-image:none;top:18.21875rem;left:59.75rem;display:block; }
#W55p1T08O3fHPAzy48az9m3I3aZTaeFc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#W55p1T08O3fHPAzy48az9m3I3aZTaeFc > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#nTCiwW6FTuXkrL7qoNohlUsKPrJGi7WD { z-index:;position:relative;display:block; }#nTCiwW6FTuXkrL7qoNohlUsKPrJGi7WD { background-color: transparent; background-image: none; }#nTCiwW6FTuXkrL7qoNohlUsKPrJGi7WD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTCiwW6FTuXkrL7qoNohlUsKPrJGi7WD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTCiwW6FTuXkrL7qoNohlUsKPrJGi7WD > .row .container > .video-iframe-container { display: none; }#nTCiwW6FTuXkrL7qoNohlUsKPrJGi7WD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTCiwW6FTuXkrL7qoNohlUsKPrJGi7WD > .row > .video-iframe-container { display: none; }#nTCiwW6FTuXkrL7qoNohlUsKPrJGi7WD > .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); }#nTCiwW6FTuXkrL7qoNohlUsKPrJGi7WD { border-width: 0; border-radius: 0; }#nTCiwW6FTuXkrL7qoNohlUsKPrJGi7WD > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"yeseva one";height:47.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#TLw2G7JbAan1hzkt6RQUTxIeCdKDpCbG { color:#010304;display:block;width:44.375rem;position:absolute;font-family:"yeseva one";font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:13.25rem;left:2.625rem;height:;text-align:left;text-align-last:left;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; }
#NMr59L83huAI1Rqae7xfCiqLnh7Zaq5p { box-sizing:content-box;height:27.3125rem;width:69.625rem;position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;top:10rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
#eWeJanpysc2bfpHNWeHLnUMIf7qDBIOa { color:#010304;display:block;width:42.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:22.125rem;left:2.625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FM5ev3X2AyGpnQIC79TUEnomZDmPCTFw { color:#010304;display:block;width:42.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:28.8125rem;left:2.625rem;height:5.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#FM5ev3X2AyGpnQIC79TUEnomZDmPCTFw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FM5ev3X2AyGpnQIC79TUEnomZDmPCTFw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7dc3ddfda35ab4c8fbe87a6d995b20331cb9bfcd.svg); }
#rM2kCocr3AAZQhKG6eDd870O2S5nqRKT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:14990;background-color:#bcc2ad;background-image:none;top:27.4375rem;left:62.5rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#Cg9mLHKDBBLyXrm4XTUAOWW45sLWQPce { box-sizing:content-box;height:11.125rem;width:11.125rem;position:absolute;display:block;z-index:15015;background-color:#bcc2ad;background-image:none;top:28.0625rem;left:63.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #010304;border-left:0.0625rem solid #010304;border-right:0.0625rem solid #010304;border-bottom:0.0625rem solid #010304;display:block; }
#qg1XwhKUoJLmCPhJ2iDWSIPEcSbnd5Es { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:32.5rem;left:67.125rem; }
#BzxXRo7QB3BM2uWfFvpOAvvsPEVqSOpR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:33.6875rem;left:69.125rem; }
#xTEh9v9FiT4BZ8vhqkQ1Sc5q5lZbuwIU { position:absolute;display:block;z-index:15019;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:31.5625rem;width:15.25rem;top:3.4375rem;left:51.9375rem;overflow:hidden;display:block; }
#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bcc2ad;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; }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .row .container { background-color: transparent; background-image: none; }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .row .container > .video-iframe-container { display: none; }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .row > .video-iframe-container { display: none; }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .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); }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .row .container { border-width: 0; border-radius: 0; }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .row .container { font-size:0.875rem;font-family:"yeseva one";height:36.125rem;width:75rem;position:relative;display:block; }#gwyxQS77weqAG6yXL0dHVfN8c6NLRVNf { background-color:#010304;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#bcc2ad;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.4375rem;left:4.25rem;display:block; }
#MvVdNMdrb7xdyS9FdkHpWdDLTE3zdhcq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h9D0RGLZHxdHXWHPFbrHyWQrpRbQ9NiA { color:#010304;display:block;width:51.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.75rem;left:4.25rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aK3xAOx4fpFBzQnxiHOwU3CQWXhkORIL { color:#010304;display:block;width:67.375rem;position:absolute;font-family:"yeseva one";font-size:3rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:11.0625rem;left:4.25rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#phLy9TdN16uEy86oJcQDEDWWE7hrmqAr { box-sizing:content-box;height:29.875rem;width:11.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:3.125rem;left:56.3125rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #010304;border-left:0.0625rem solid #010304;border-right:0.0625rem solid #010304;border-bottom:0.0625rem solid #010304;display:block; }
#Tc6oZTqyM9izS3KadHs7BqcFmZUiAsT0 { box-sizing:content-box;height:12.4375rem;width:74.875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:16.6875rem;left:0rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #010304;border-left:0.0625rem solid #010304;border-right:0.0625rem solid #010304;border-bottom:0.0625rem solid #010304;display:block; }
#XxrkN1r652tEtPRtvbTWhgxMaBTWqzuz { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:15.9375rem;left:55.5625rem; }
#NyySGiDrtlZ3C0v10n3VG41GSwfz4x97 { z-index:;position:relative;display:block; }#NyySGiDrtlZ3C0v10n3VG41GSwfz4x97 { background-color: transparent; background-image: none; }#NyySGiDrtlZ3C0v10n3VG41GSwfz4x97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyySGiDrtlZ3C0v10n3VG41GSwfz4x97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyySGiDrtlZ3C0v10n3VG41GSwfz4x97 > .row .container > .video-iframe-container { display: none; }#NyySGiDrtlZ3C0v10n3VG41GSwfz4x97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyySGiDrtlZ3C0v10n3VG41GSwfz4x97 > .row > .video-iframe-container { display: none; }#NyySGiDrtlZ3C0v10n3VG41GSwfz4x97 > .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); }#NyySGiDrtlZ3C0v10n3VG41GSwfz4x97 { border-width: 0; border-radius: 0; }#NyySGiDrtlZ3C0v10n3VG41GSwfz4x97 > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"yeseva one";height:47.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#HRiwpzvKpk5yhRryf7zZMmAL1Cn1q7cn { color:#010304;display:block;width:75rem;position:absolute;font-family:"yeseva one";font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:5.375rem;left:0rem;height:3rem;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; }
#wAoo0v0nPLCdEHvft6SM7mqBCxsrQTaw { box-sizing:content-box;height:18.75rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:18.75rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
#hI4B66755PKQhDlZmTebblk1M52oVc6r { color:#010304;display:block;width:20rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:30.0625rem;left:1.875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L91smC1EwNKbEgGgrXr5hyqEovst6SO9 { color:#010304;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:23.125rem;left:6.6875rem;height:1.3125rem;text-align:left;text-align-last:left;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; }
#uBVtPg9wnCb98UAQmTO56KhTQxPUKsRH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:20.9375rem;left:1.875rem;overflow:hidden;display:block; }
#JsSwVbpMy2F8LgNLRxA5DZA70tGPd8sa { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.9375rem;left:6.6875rem; }
#B8Iuqd2lEdcwz3hSOkBdDn6SNMkZiVKa { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:20.9375rem;left:8.375rem; }
#H49P0Aq4TxBsw2OHyWyyEd3i9hnMa4vG { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.9375rem;left:10.0625rem; }
#DrOvyMLLHdJbT1S4P3taA0fmaqaCaZLs { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:20.9375rem;left:11.6875rem; }
#RuvUsTs2VKfCHtDFniLAAqETGKIfZxRV { color:#010304;display:block;width:20rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:27.8125rem;left:1.875rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#J0wZdpkCtKt4shhyhIlGKR4dulrnsyuG { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:#bcc2ad;background-image:none;top:26.25rem;left:1.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UuLXHqgb1Ita6wVFMXlfiHRVvdgQsRSm { box-sizing:content-box;height:18.75rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:18.8125rem;left:25.5625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
#uoERCgJeTiPTpAX0fb34ATSTx1d34LCg { color:#010304;display:block;width:20rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:30.125rem;left:27.4375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VTMxsTaqrT8JSG9zXuf7ZRGx1p9TggDc { color:#010304;display:block;width:20rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:27.875rem;left:27.4375rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#dGX8N1sy89lBQWNwMGIHENzEkxiHTEad { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:#bcc2ad;background-image:none;top:26.3125rem;left:27.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OMZ0irvG43UCRhCdRzXioLVAKpe5II9l { color:#010304;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:23.1875rem;left:32.25rem;height:1.3125rem;text-align:left;text-align-last:left;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; }
#U8r4UAyA6qPyELuvz9iTrXFadz3LMywO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:21rem;left:27.4375rem;overflow:hidden;display:block; }
#sNpJRAcF7KIVqPJechqiTUpwxituJCUH { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:21rem;left:32.25rem; }
#chQo2Wyt0ywGJt4FFg90PTS8kXmpVevk { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:21rem;left:33.9375rem; }
#znFdK3VBdDO2KkZDfc0DUBntwHVMcSme { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:21rem;left:35.625rem; }
#sFPGh874XUKFy5hsINimnQTinTKPaCgC { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:21rem;left:37.25rem; }
#hVEFHH6pb24Ovk2PDmm50tKlAIc0igLH { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21rem;left:38.9375rem; }
#eKU7OdPOPNKhDd4v5udh3DZMxC9rZnMH { box-sizing:content-box;height:18.75rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:18.8125rem;left:51.125rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
#DZf61Nx8TNSPtISKigBaDC0oJd60cmOs { color:#010304;display:block;width:20rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:30.125rem;left:53rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hWu8Bpi6W0Vk0TZQRPbuc80pDbLkF1WT { color:#010304;display:block;width:20rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:27.875rem;left:53rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#BoFWqem7sCAI1wRETJ8ouG151NIaa4hd { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:#bcc2ad;background-image:none;top:26.3125rem;left:53.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZDyVgTStm0KXMXwwbSWwytBMmSKXEbRp { color:#010304;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:23.1875rem;left:57.8125rem;height:1.3125rem;text-align:left;text-align-last:left;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; }
#Uykw5IkT9nMMKfsQMuShiO7mToCX0Paz { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:21rem;left:59.5rem; }
#VnPwqI6BPpdpu4OvvcTw4ivrdW4Pvium { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:21rem;left:61.1875rem; }
#v4TtVooS0TWkAx18B9z94khM2SUyhk3b { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:21rem;left:62.8125rem; }
#pAJB689DSdGJrZKdpXWdxfGQOTW0ccVU { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21rem;left:64.5rem; }
#RnNaFZhlbCMT1CxJTgNQTxgCFJwBwZBT { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:21rem;left:57.8125rem; }
#oQGLihH84MtqvvmyOxKx91DtaIJLT4eQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#FD8vlpQru81e3ZsVV4CmCcyzyKmW38CP { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:#010304;background-image:none;top:37rem;left:28.4375rem;display:none; }
#FThTShtvxexH5g54zHu1iVUt0U23vc0u { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:64rem;width:64rem;display:none; }
#Zp9ptVyEJ45UXhcFUmIrld7fPWT9dJcg { z-index:;position:relative;display:block; }#Zp9ptVyEJ45UXhcFUmIrld7fPWT9dJcg { background-color: transparent; background-image: none; }#Zp9ptVyEJ45UXhcFUmIrld7fPWT9dJcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zp9ptVyEJ45UXhcFUmIrld7fPWT9dJcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zp9ptVyEJ45UXhcFUmIrld7fPWT9dJcg > .row .container > .video-iframe-container { display: none; }#Zp9ptVyEJ45UXhcFUmIrld7fPWT9dJcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zp9ptVyEJ45UXhcFUmIrld7fPWT9dJcg > .row > .video-iframe-container { display: none; }#Zp9ptVyEJ45UXhcFUmIrld7fPWT9dJcg > .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); }#Zp9ptVyEJ45UXhcFUmIrld7fPWT9dJcg { border-width: 0; border-radius: 0; }#Zp9ptVyEJ45UXhcFUmIrld7fPWT9dJcg > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"yeseva one";height:34.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#qpLiXolEyLyWvXXUo10a4cTtazuUXskq { color:#010304;display:block;width:28.125rem;position:absolute;font-family:"yeseva one";font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:10.9375rem;left:2.5rem;height:6rem;text-align:left;text-align-last:left;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; }
#nMr4gPhTDd4gTtPW0KyZ4Wx1nKBnPvQp { color:#010304;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:12.875rem;left:37.375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PMXZPasp45ZGdBH9eFstsy5d9VktyMtM { color:#010304;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:12.875rem;left:56.4375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yVQXsRQn5AzMDgbRJco0l5KliNIMQzAs { color:#010304;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:22rem;left:37.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f7WXSPC7StOaZqSzenzvvyQCqPJAFtq7 { color:#010304;display:block;width:10.625rem;position:absolute;font-family:"yeseva one";font-size:2.125rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:9.875rem;left:40.1875rem;height:2.125rem;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; }
#sRCVHBWVPG8b3yaKf5xRwWL4AIvT4gVA { color:#010304;display:block;width:10.625rem;position:absolute;font-family:"yeseva one";font-size:2.125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:9.875rem;left:59.25rem;height:2.125rem;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; }
#modTftoP9fLkIg3pVMTDyiO3CEC2JDnn { color:#010304;display:block;width:10.625rem;position:absolute;font-family:"yeseva one";font-size:2.125rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:19rem;left:39.9375rem;height:2.125rem;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; }
#BnEHrQshoxpXRwxJHxf7vLrxehNnGm7w { color:#010304;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:22rem;left:56.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGpFm21SyQmWU0MVrgceEcNR3laLGsK8 { color:#010304;display:block;width:10.625rem;position:absolute;font-family:"yeseva one";font-size:2.125rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:19rem;left:59.125rem;height:2.125rem;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; }
#T2ZGTebiSRi0WSAy7GmnoVnyuWqta4Ia { box-sizing:content-box;height:19.625rem;width:34.4375rem;position:absolute;display:block;z-index:14999;background-color:#bcc2ad;background-image:none;top:7.25rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
#nlLx8UsXKMH5SDNQE1f3DJwtuN0p6W5K { box-sizing:content-box;height:19.625rem;width:48.375rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:7.25rem;left:26.5rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
#Uxu76c5mkx5WUUfJaVn8H4AFrwQQ5e8V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uxu76c5mkx5WUUfJaVn8H4AFrwQQ5e8V > .row .container { background-color: transparent; background-image: none; }#Uxu76c5mkx5WUUfJaVn8H4AFrwQQ5e8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxu76c5mkx5WUUfJaVn8H4AFrwQQ5e8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxu76c5mkx5WUUfJaVn8H4AFrwQQ5e8V > .row .container > .video-iframe-container { display: none; }#Uxu76c5mkx5WUUfJaVn8H4AFrwQQ5e8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxu76c5mkx5WUUfJaVn8H4AFrwQQ5e8V > .row > .video-iframe-container { display: none; }#Uxu76c5mkx5WUUfJaVn8H4AFrwQQ5e8V > .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); }#Uxu76c5mkx5WUUfJaVn8H4AFrwQQ5e8V > .row .container { border-width: 0; border-radius: 0; }#Uxu76c5mkx5WUUfJaVn8H4AFrwQQ5e8V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uxu76c5mkx5WUUfJaVn8H4AFrwQQ5e8V > .row .container { font-size:0.875rem;font-family:"yeseva one";height:34.3125rem;width:75rem;position:relative;display:block; }#NOAiH8M8AdH7TugEVBW11cpEyTNM6BIn { color:#010304;display:block;width:25rem;position:absolute;font-family:"yeseva one";font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:8.875rem;left:3.125rem;height:6.0004375rem;text-align:left;text-align-last:left;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; }
#GxfMIyLzvrhXTvNmWQVmHXGSFTJGGyPQ { color:#010304;display:block;width:25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:21rem;left:3.125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EXe5TuXpVxTUduTNyzHQAAri2rpzI9o1 { box-sizing:content-box;height:22.875rem;width:30.625rem;position:absolute;display:block;z-index:14998;background-color:#bcc2ad;background-image:none;top:5.75rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#Ts3Hl1VtpwAhFKryA10zybimT08Et8te { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:22.875rem;width:15.125rem;top:5.75rem;left:32.5625rem;overflow:hidden;display:block; }
#nsWGeeA7JNXSe8VcStvQpLGMIvMmzIru { box-sizing:content-box;height:0.0625rem;width:16.4375rem;position:absolute;display:block;z-index:15002;background-color:#010304;background-image:none;top:17.5625rem;left:3.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XEV2123JXsfcnLQu4PR2TsxT6XJdZXzc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:17rem;left:19.375rem; }
#GF8Fxl3yIPJUA7HR6tgce2bASkckHVOX { box-sizing:content-box;height:14.0625rem;width:35.186625rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:10.0625rem;left:7.875rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-form-header {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:400;color:#0d0d0d;width:20.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bcc2ad;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:3.125rem;color:#010304;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-text {padding-top: 0; padding-bottom: 0;}#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bcc2ad;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:4.375rem;color:#010304;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bcc2ad;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:2.5rem;color:#010304;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-select {padding-top: 0; padding-bottom: 0;}#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#bcc2ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6.125rem;margin-bottom:0.25rem;margin-left:5.6875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:300;color:#010304;width:9.25rem;height:3.375rem;font-family:lato;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X [class*="-text"]:-moz-placeholder { color:rgba(1,3,4,0.6);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X [class*="-text"]::-moz-placeholder { color:rgba(1,3,4,0.6);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X [class*="-text"]:-ms-input-placeholder { color:rgba(1,3,4,0.6);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X [class*="-text"]::-webkit-input-placeholder { color:rgba(1,3,4,0.6);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#091d25;vertical-align:top;width:19.4375rem;overflow:hidden;font-style:normal;float:none; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:left;text-align-last:left; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-container:first-of-type{padding-top:0;}#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-container:last-of-type{padding-bottom:0;}#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15011;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:8.875rem;left:50.8125rem; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.625rem;display:block;vertical-align:top; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X {display:block;}#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15011;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:8.875rem;left:50.8125rem; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #F7UT8rbuug1yGutaaJKqsx7XHZl3JAb2 { position:relative; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #DuEgv7O6UFpBgySaCQsicDuPpwqDgVgO { position:relative;display:block; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #WoybSvxg97sb7ovR1rHMW4uk7qZV5F6i { position:relative; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #pAohk5qLmgTNwHE8HgVV0t0DqOTVNS1N { position:relative; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #HDphXimPqhE6F4AlzbfLN8qcWMHwFJOD { position:relative;display:block; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #zuGTTdQhQCkZGSpSLqHhtzyTHGrwoiKS { position:relative; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #fHc93V48c8b3MXxRcM4lxbd3AuFaD8Wv { position:relative; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #TKQUTR3SVxp3yKyVsCHdwiugrBS9eaL0 { position:relative;display:block; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #tHbOQIMoWa4e2MDgTWElwNb8ke1mwsiV { position:relative; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #dcZmSiXopmaCxdgTzNGWI8XsvWOWKKly { position:relative; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #HsQKczMcE6haNvfMDd4FM3sh2wXWzb4x { position:relative;z-index:2; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #OmtsVvCOfsQSAgOAcnD7Iyg3DGilR8e2 { position:relative; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #ahDROAkg28GIlsyhUtdzoC6VsJeuK2Ku { position:relative; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #z8cWAlEufOfLTgXdyOOam0cJsKpWLTdw { position:relative; }
#pU42x38KTJ68mnN6MIOUoeg2B28cm2JR { box-sizing:content-box;height:22.875rem;width:25.0625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:5.75rem;left:49.75rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
#ky3pEib4hISx506rQF1Sb13FIz66pGPU { background-color:#bcc2ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container { background-color: transparent; background-image: none; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container > .video-iframe-container { display: none; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row > .video-iframe-container { display: none; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .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); }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container { border-width: 0; border-radius: 0; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container { font-size:0.875rem;font-family:"yeseva one";height:34.875rem;width:75rem;overflow:visible;position:relative;display:block; }#SPDbmsuFNhoLDIrdGNxMJFlao1cJN70G { color:#010304;display:block;width:37.5rem;position:absolute;font-family:"yeseva one";font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:7.75rem;left:37.5rem;height:3rem;text-align:left;text-align-last:left;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; }
#iv0cTRkhKd8dGa0OWTeX1FRxEKQzd2xX { color:#010304;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12rem;left:37.5rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ToXXGUNBqez9GL4l1x5hZhuW0TIw3HS5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:25.9375rem;left:29.1875rem; }
#zAygtFyHXXnkFnXkkQGTspbGace1egP9 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.25rem;left:3.25rem; }
#hNJtyXedCmN1dhpaKL7SmI5pp5yyJFbA { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:15.8125rem;left:3.25rem; }
#r6Gl05n6nsTN86lng43kbLog93CmZauW { color:#010304;display:block;width:25.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:16.25rem;left:6.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#boenMDSkrW5rZw208LOHPS7uM2V16Q2J { color:#010304;display:block;width:25.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.75rem;left:6.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p76cZGXtAOUQ4dPFuaCoO3e4pRMRUtdz { box-sizing:content-box;height:18.75rem;width:34.5rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:7.6875rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;border-top:0.0625rem solid #010304;border-left:0.0625rem solid #010304;border-right:0.0625rem solid #010304;border-bottom:0.0625rem solid #010304;display:block; }
#hhX80p149HfDRXDAwlNEc9KT7dNvMIqf { 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; }#hhX80p149HfDRXDAwlNEc9KT7dNvMIqf > .row .container { background-color: transparent; background-image: none; }#hhX80p149HfDRXDAwlNEc9KT7dNvMIqf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhX80p149HfDRXDAwlNEc9KT7dNvMIqf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhX80p149HfDRXDAwlNEc9KT7dNvMIqf > .row .container > .video-iframe-container { display: none; }#hhX80p149HfDRXDAwlNEc9KT7dNvMIqf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhX80p149HfDRXDAwlNEc9KT7dNvMIqf > .row > .video-iframe-container { display: none; }#hhX80p149HfDRXDAwlNEc9KT7dNvMIqf > .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); }#hhX80p149HfDRXDAwlNEc9KT7dNvMIqf > .row .container { border-width: 0; border-radius: 0; }#hhX80p149HfDRXDAwlNEc9KT7dNvMIqf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hhX80p149HfDRXDAwlNEc9KT7dNvMIqf > .row .container { font-size:0.875rem;font-family:"yeseva one";height:18.75rem;width:75rem;position:relative;display:block; }#acxsAnkiJXgFEdbnm4hkx40dAQ8JaC6W { color:#010304;display:block;width:38rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:10.15625rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GF8ED3m0GGmVJeqkepgRQBG33DdHko7Z { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:6.25rem;left:63.0625rem; }
#PDVnWa5ipJuklTGQ8aTO5Dnpu4ALq65U { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.25rem;left:67.375rem; }
#ySeFt06qQFB6t4v34hVVKEpo3q1HTH2v { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.625rem;left:71.375rem; }
#KROx4NKP7tJaUK0aWSH31mag2cmQMgNC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#010304;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:9.3125rem;left:65rem;display:block; }
#nozHMTvFK27W8R5JQMNe3tWvLNc6EdK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lqNEb7yTCv7bsRQygMg7X2x3UnSrPbhT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:6.28125rem;left:0rem;overflow:hidden;display:block; }
#vgkRw6ekMhf2PQAQPJGvaChdWWTvkfGt { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#010304;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:9.3125rem;left:55.0625rem;display:block; }
#zWzMkUbJ7tTXcfzpd9yDM4mcJrLPTA4o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L0k1cgBmNvHPOdkgE1RvpN5UCPRL0xn9 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#010304;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:9.3125rem;left:45.125rem;display:block; }
#qqVFVgSP8vIUykyJB8G0O0Z6EUwOmzwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { width:47.75rem;position:relative;display:block; }#xeal9UENuyB8I6Ioi1qNs6AogTA4orhH { top:1.375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
#EHocTndMnvUBrVzNNlA290hGFc0quRUn { top:1.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg { display:flex;width:18rem;height:5.0625rem;top:17.25rem;left:15.875rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #w5bkfDdy7sM6Feqv6W3s84UQKSfIR6QE { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #nDLgAAnWxJT50S2OMBSzLh7eqOJXGU4I {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #M1dxhll4KB2lWJbN7fnLSVAeH0VppW9J {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #Rdshx9buLk6dt2xHoSHgUnNcB7lsl6Oz { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ak1KkyUVxsHq8qy5FnPtpz4yIbrN0rlD {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #N3mNa3etpItHlo75Obs0fdsLlmN5e4Mg {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #HZl0nO3rFivruszlNCmL6Eeqmf8gWyv8 { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #mkeTXTHImQcPNxRE3qQ7h5ALiKTq5Eft {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #hDzMq3VZAV9BFgnxPTMuoZmgtLC3Mwl7 {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #KXcdU9KmDLPksIQhOl8re5HvoaILtVxH { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ItZeNM7c4pO7efGlq5xb3SkDrOdABn9b {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #fTQWv8W376ZSSFW3Oo8eTPsyJT0wV75H {  }
#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m { display:block; }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row .container { width:47.75rem;position:relative;display:block; }#a9FpBWDclNwK542LScOF5uyqLlEFrUmQ { width:9.375rem;height:3.375rem;top:1.375rem;left:38.375rem;display:block; }
#yy3GNN77JVpTaBQ2qTq6UU87UHbG0Ot9 { display:block; }
#ewO4e8xTIG733bie3LH0R8BovIihZEhT { width:6.25rem;height:3.375rem;top:1.4375rem;left:23.4375rem;display:block; }
#O1lrHc4Uy3GcWOZ61ZWSsHHQLfZ9aZxi { display:block; }
#QAupElS4bRdTCISwvh4OX8NPLo9BupqQ { top:0.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
#gMWOuwCtPlzHeTPpmn9s8orZnQc85vyv { width:8.125rem;height:3.375rem;top:1.4375rem;left:36.5625rem;display:block; }
#aTrTqQb0n7ZMOoFlyhFhi7Nm2HiAx2Re { display:block; }
#GCeDxK6T2usQvAbJCzLfTedBCXIzfqUh { width:47.75rem;height:47.75rem;display:none; }
#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK { display:block; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container { width:47.5rem;position:relative;display:block; }#VzVzeATiP2a7cR2aKVt1LlC0BOrqEZVh { top:58.125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
#HypyGFCMZ8D240TwozNQDe2eiUauIt0i { top:10.5625rem;left:0rem;width:47.75rem;height:11.75rem;font-size:5.875rem;display:block; }
#BkkZf7o1GsOZm3m4DTZelr0M0S1J8NPk { width:11.875rem;height:3.375rem;top:64.625rem;left:17.9375rem;display:block; }
#k6CMkXx9RLrxQkehym6fWD9QZHV0EIfa { display:block; }
#gWEg94K3R7FiTHd76Dnnnrk5IhyyOzbL { top:9.0625rem;left:33.9375rem;width:13.6875rem;height:36.3125rem;display:block; }
#qPlkI2zbizu5VQezwlBtLvBTb9nINblk { top:0rem;left:10.125rem;width:23.0625rem;height:22.8125rem;display:block; }
#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX { display:block; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container { width:47.75rem;position:relative;display:block; }#dq8UAS0cE8PQ7BwxZC90NdqOa75M0UVd { top:9.6875rem;left:0rem;width:23.75rem;height:;font-size:3rem;display:block; }
#AyAt5aR70kwLo2yWRkDcdE5CvWW7wDdT { top:22.0625rem;left:0rem;width:23.75rem;height:9rem;font-size:1rem;display:block; }
#wgnkMRkUhMm3cloWF2DnTG7CFhRBJ86W { top:6.5625rem;left:0rem;width:29.875rem;height:40.0625rem;display:block; }
#RGnrLwCcQ81vueO7TuR9R9kpEOEuJM2d { top:6.5625rem;left:19.3125rem;width:12.3125rem;height:18.5rem;display:block; }
#KF7lpQpA2sabwNqfyaoVSAInW8vFhhpo { top:19.875rem;left:0rem;width:21.125rem;height:0.0625rem;display:block; }
#rqgdoQJOAGnEZOB4IqxDTM0gTikzN4xF { top:19.25rem;left:10rem;width:1.25rem;height:1.25rem;display:block; }
#XgLUOazvDHTy0N2FbxabQcmSahzgT0UF { top:34.1875rem;left:29.65625rem;width:9.375rem;height:9.375rem;display:block; }
#zk72kxVMcskrxATbQ6GP8xUv7xVIfldf { width:47.75rem;height:47.75rem;display:none; }
#BXnOXeNr2zPUEbbvvPPLB7IQmZVFnixz { display:none; }
#lcQROvQRtxpMefTOsn0SmI4ilwOOgJp9 { width:11.875rem;height:3.375rem;top:64.625rem;left:17.9375rem;display:none; }
#RTiCTp4PsIGBdsquFz8I4hVHFbmfhTTG { display:block; }
#yEsAcwTdJmmGWSv2IvlrvTuT8Tq7EHrd { top:34.1875rem;left:29.65625rem;width:9.375rem;height:9.375rem;display:none; }
#ivPa5618bKMRspzKB0NxXmalmJXcBwl5 { top:34.1875rem;left:29.65625rem;width:9.375rem;height:9.375rem;display:none; }
#VHJ7uzOoEPXEEzAXqAn71ePRdISe3Q6m { display:none; }#VHJ7uzOoEPXEEzAXqAn71ePRdISe3Q6m > .row .container { width:47.75rem;position:relative;display:none; }#efovWz2WV9TcZGQnHdMwi5xDdIfAH2Bi { top:1rem;left:0rem;width:18.125rem;height:;font-size:3rem;display:block; }
#nIcylhAgQUahX8Q3gHPr7WhDED5JE5O2 { top:6.8125rem;left:0rem;width:18.125rem;height:7.875rem;font-size:1rem;display:block; }
#oVHwxnPrG9neNa6J85rC6pAUlgBeAQHS { top:6.5625rem;left:0rem;width:29.875rem;height:40.0625rem;display:block; }
#pxmSTMpnKbJGhPP1zKmdAtgQizv3AsOF { top:19.875rem;left:0rem;width:21.125rem;height:0.0625rem;display:block; }
#ckiB8ObPv4IT8TiQQ4hTOibq5VDcP2ik { top:19.25rem;left:10rem;width:1.25rem;height:1.25rem;display:block; }
#by4T2KRm5OIK3bUbMTAdyyHuCvOSFkc9 { top:34.1875rem;left:29.65625rem;width:9.375rem;height:9.375rem;display:block; }
#MWdIo5IbBllJDQCoQZnft8hkQVDrED6s { display:none; }
#eW18gPf5ZoFJENeILBTP4u1a9AO8zsKC { width:11.875rem;height:3.375rem;top:64.625rem;left:17.9375rem;display:none; }
#OgMD5IvxeaL6Ql2QHzVQFDFLCBdrsKPT { display:block; }
#qd1GZO3GqtXMMpfwgIsFlONRmlTibgyF { top:34.1875rem;left:29.65625rem;width:9.375rem;height:9.375rem;display:none; }
#rJ0FFzMmBTegFKvyloGiVPKN0AgbV3oB { top:34.1875rem;left:29.65625rem;width:9.375rem;height:9.375rem;display:none; }
#hNILhZ8PBgCJgIWdTn4JCzLUfSOMWE9N { width:47.75rem;height:47.75rem;display:none; }
#bZd9XD6WCPI6mMeLggs2xZIT9ah20CZE { width:47.75rem;height:47.75rem;display:none; }
#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { display:block; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { width:47.75rem;position:relative;display:block; }#lTrBDeAya3HGUlTSpGgKWzHWHtdp5VQm { top:1.875rem;left:0rem;width:20rem;height:;font-size:3rem;display:none; }
#wO3kUT989oq40cXRrXZ4FJDtbeT4yCvk { top:10.625rem;left:0rem;width:20rem;height:18rem;font-size:1rem;display:none; }
#JTMIDGcmNv9IGc8pVi8LKc2AJskv9ZNW { top:33.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
#EBqWe5zmtCkWshrVE1VkhgheV37zyetr { top:37rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:none; }
#n9AsfHPLm4yseqf2HM0LMnFZwAQ6ztbE { display:none; }
#sI2CvwIayFsMZ0qimwh1UNk4vA4Qki9B { width:47.75rem;height:47.75rem;display:none; }
#bvuxbbWGQ8Q30nX5QJXksFvovBQwTc8R { width:47.75rem;height:47.75rem;display:none; }
#hZwhio5oAGSWC6c3TZOO8VUVDgg2yJ0d { top:6.125rem;left:5.3125rem;width:6.6875rem;height:6.6875rem;display:none; }
#kQogIBuNBpfGTqx3H4dQKiI1Dqge18oe { top:6.125rem;left:5.3125rem;width:6.6875rem;height:6.6875rem;display:none; }
#M9z79lnGiEpEyu9b0nCBItENdnbQTCKx { width:11.875rem;height:3.375rem;top:64.625rem;left:17.9375rem;display:none; }
#pT9DpAwUGmufDrCVnFtXzEQ0JGspfOgy { display:block; }
#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 { display:block; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container { width:47.75rem;position:relative;display:block; }#lIFGcEEEzZGed1NAvDwcw0W0iBV1NEJv { top:13.1875rem;left:12.9375rem;width:21.875rem;height:14.8125rem;display:block; }
#TfuIuTlV3xK6ERsNlJRzTOSc7VhzhEpq { top:15.8125rem;left:14.8125rem;width:1.25rem;height:1.25rem;display:block; }
#h8M5wTq5stpDmFxhxsOveB649cIQyIDC { top:15.75rem;left:16.6875rem;width:14.375rem;height:1.5rem;font-size:1rem;display:block; }
#CGvTCP9VF0W1gIBaqbXL7KLgg17vhfwF { top:71.8125rem;left:0rem;width:17.5rem;height:6.5625rem;font-size:0.875rem;display:block; }
#dx0RF5XwgCNWGDVF6wrZniTKK7mwAJVt { top:18.9375rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:block; }
#k2Xoem7PBlQwrePHnKAxCMA6VyqG0how { top:31.25rem;left:0rem;width:21.875rem;height:14.8125rem;display:block; }
#XsleNHKXi4FTC9DU3m1k8F5qI3tEgunE { top:81.0625rem;left:0rem;width:14.375rem;height:;font-size:1rem;display:block; }
#zaRMICUmtUDq6eJCDhoOZNvMwFEtozc7 { top:86.4375rem;left:0rem;width:17.5rem;height:6.5625rem;font-size:0.875rem;display:block; }
#QZ9kbGX02AOntoZ3ELEE165DgCWRH7cX { top:37rem;left:0rem;width:18.125rem;height:0.0625rem;display:block; }
#ZiewdRECl7AQxgLWfOKllm39h9wCaJus { top:33.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
#OmJdB1D19tIha0TsrSIcnSpoQLVS76zq { top:37rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:block; }
#MwJw8oMOD6M6onTeJcz7wp4quh3Sd7ky { top:33.875rem;left:14.8125rem;width:1.25rem;height:1.25rem;display:block; }
#wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { top:38.6875rem;left:14.8125rem;width:18.125rem;height:3.9375rem;font-size:0.875rem;display:block; }
#QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { top:37rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:block; }
#LWCr9FnNS6IWCkbCBItpfKK0qNLTqZ9G { top:33.875rem;left:14.8125rem;width:1.25rem;height:1.25rem;display:block; }
#m6NrQ0KDEzeoyZTVqw3Ctm27rJWvL59T { top:13.8125rem;left:0rem;width:21.4375rem;height:13.5rem;font-size:1rem;display:block; }
#ubFfiTgzTb9UzQnAvtEQyNF7KhGBRK5C { top:13.1875rem;left:25.875rem;width:21.875rem;height:32.8125rem;display:block; }
#MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { top:37rem;left:0rem;width:18.125rem;height:0.0625rem;display:block; }
#Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { top:2.375rem;left:0rem;width:20rem;height:;font-size:3rem;display:block; }
#UMLFAZIQJh2PtKVqoH7g0ei5X8XROUQu { top:52.1875rem;left:0rem;width:20rem;height:;font-size:3rem;display:none; }
#fXW5T9b8gbiRDZv9HKwCySs67aAgbdWX { display:none; }
#TtlBn5XHTUynMrRpUp4X2UwUpBDesWmD { top:18.9375rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:none; }
#CZ98loMERh4aqyFWV8l0KfUrO6LlmhtA { top:15.8125rem;left:14.8125rem;width:1.25rem;height:1.25rem;display:none; }
#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen { display:block; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row .container { width:47.5rem;position:relative;display:block; }#Z9hLy7qR1DWl8ntq5MMqfMbd6rsfoTWz { top:11.75rem;left:0rem;width:25.625rem;height:6rem;font-size:3rem;display:block; }
#tsl0CkBQV1TqU5JA25xc0WEhJwTwCQT3 { top:10.0625rem;left:0rem;width:17.5rem;height:10.5rem;font-size:1rem;display:block; }
#UWQF75Q7k8AhNWMfqTz9BINbNAyITy2w { top:9.3125rem;left:0rem;width:30rem;height:25.5625rem;display:block; }
#aKoRck2s3kCpmeFM8IgU7PsF1NCcepZb { top:28.4375rem;left:31.5rem;width:16.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
#SSi8BtWDHN6efueaMPfrKAvPAZVFT2WQ { top:9.25rem;left:27.625rem;width:20rem;height:11.5625rem;display:block; }
#vqr0TFwQPOK8zFHsIHvK34E2oHV1JbqV { top:9.25rem;left:18.9375rem;width:20rem;height:11.5625rem;display:block; }
#XR5nh8qIl5nJlCUVWetHuCu40gns5fvg { top:23.25rem;left:18.9375rem;width:20rem;height:11.5625rem;display:block; }
#tohtMMAUw3F8rHP1itnthWx3bJKNkTHK { top:41.75rem;left:0rem;width:14.375rem;height:;font-size:1rem;display:block; }
#aFkGWv5bAzpvyNR3uKSnlPgXf1zQIRco { top:43.8125rem;left:0rem;width:17.5rem;height:2.625rem;font-size:0.875rem;display:block; }
#sNl7cxWUGHVbBfLkykLgQgNDbnG8o3Vo { top:42.125rem;left:0rem;width:17.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
#AZC3hepyuSDSyafsHfAXl0WGK6Qb44p8 { top:29rem;left:0rem;width:17.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
#ZAV12paw1qFTPeTrqgCn0shUVqSBNFzN { top:25.5rem;left:20.9375rem;width:1.25rem;height:1.25rem;display:block; }
#xEBFz9ipMhIWf9XHihwSiE8kNkpCmz7F { top:11.5rem;left:43.25rem;width:1.25rem;height:1.25rem;display:block; }
#L9aHvuLGrPBlJWdl4XJMa3Ww0C8xE8iX { top:39.125rem;left:0rem;width:14.375rem;height:;font-size:1rem;display:block; }
#r2sKHOUlJNVvtH2BOFTEEt9gz3aCqRBZ { top:11.5rem;left:20.9375rem;width:1.25rem;height:1.25rem;display:block; }
#lGG2SdUTlGwQVlbmrbelHAmdO4NozBVo { top:24.8125rem;left:0rem;width:14.375rem;height:;font-size:1rem;display:block; }
#sedtF8qaLpcbRlu75OwArMhNLJtJTs0a { top:6.125rem;left:5.3125rem;width:6.6875rem;height:6.6875rem;display:block; }
#k770HTF9Fcl8SmpTAOmatwq8eTDW1LFC { top:6.125rem;left:5.3125rem;width:6.6875rem;height:6.6875rem;display:none; }
#rH2Hp9vlaXHSHpOUUi9SeAIcbD6pA2hW { display:block; }#rH2Hp9vlaXHSHpOUUi9SeAIcbD6pA2hW > .row .container { width:47.5rem;position:relative;display:block; }#iesG5odp3hNNDuzfcFgaeCtlB2AM3yoR { top:6.375rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
#LnAJSbiyB5pxq6DNzGzgqENpgArO578u { top:12.3125rem;left:0rem;width:13.125rem;height:13.125rem;display:block; }
#Cz30GMoOTB0kpfiGBS0TnMnzd6KZeIGC { top:27.9375rem;left:0rem;width:13.125rem;height:13.125rem;display:block; }
#V47aW9BfJu6k4rxHasTKD1UVcNnZ1P0b { top:12.3125rem;left:3.5rem;width:19.125rem;height:28.75rem;display:block; }
#q2CeiNpn4ZPUGrKs6EOwZiwENyUOl7cS { top:27.9375rem;left:25.125rem;width:13.125rem;height:13.125rem;display:block; }
#x7fQXevqLEWSK0NAFMkh4mGBw0euPtNO { top:12.3125rem;left:28.625rem;width:19.125rem;height:28.75rem;display:block; }
#hdTvgH51IpF1cplA8mBO8TdcmNcZNUNE { top:12.3125rem;left:25.125rem;width:13.125rem;height:13.125rem;display:block; }
#Lg7XMW82ki0TNVb0JIzT74iOBeUrrRcf { top:3.8125rem;left:11.375rem;width:25rem;height:0.0625rem;display:block; }
#UpNu0lQVKhPv5o4tBm0otkGH35MstK2C { top:3.25rem;left:10.25rem;width:1.25rem;height:1.25rem;display:block; }
#BPG1NuNVTacGAMrmuiXLWTiv4VgChwTR { top:3.25rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#qBNybLUQPWQcI1vhJlUbJFh9Ds8kuViK { display:block; }#qBNybLUQPWQcI1vhJlUbJFh9Ds8kuViK > .row .container { width:47.5rem;position:relative;display:block; }#Pk432WPX12tQmeZtUSFHrbrzNL5sRW6G { top:4.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
#o8hSGOGd9o2CTmM6Hdaz8OvbdRzcr2IT { top:9.75rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#F3CP2JFrKnGDT7C3Dtao6cWTKrgBHskR { top:16.5rem;left:0rem;width:12.75rem;height:9.3125rem;display:block; }
#waZbIKaTdKkXfL3RnsT9rEvqlfTbQ96N { top:35.125rem;left:0rem;width:20rem;height:;font-size:1rem;display:block; }
#NU8kBJGCrTksRE3HsTPbZcadui7VGF0p { top:35.8125rem;left:0rem;width:18.25rem;height:2.625rem;font-size:0.875rem;display:block; }
#IMkyTy6HuA6PBxdysoDzDFtTU5oMPuTr { top:25.5rem;left:4rem;width:1.375rem;height:1.375rem;display:block; }
#dRwSLt20eEEfGd17nQ9yqfABUQ8rU6Zx { top:16.5625rem;left:17.0625rem;width:13.6875rem;height:15.375rem;display:block; }
#LkRy0PQnkr6z6I2mdKCSVz80RxNmklWO { top:34rem;left:14.875rem;width:18.25rem;height:1.25rem;font-size:1rem;display:block; }
#MKkTkTiFTtDWT6M0DFlL0pDgspAG5MZ4 { top:35.875rem;left:14.6875rem;width:18.25rem;height:2.625rem;font-size:0.875rem;display:block; }
#pMQSEEJ1ZVPlniXmDQOX1Bt2oirygXKb { top:17.9375rem;left:28.59375rem;width:1.375rem;height:1.375rem;display:block; }
#OOxFQq2Pqn0dlzuZbAGo38VKJL2A6kio { top:16.5rem;left:40.1875rem;width:7.5625rem;height:15.4375rem;display:block; }
#MEWtOPWw8zOTM060qZCiT8P5dGVdwi8O { top:34rem;left:29.5rem;width:18.25rem;height:1.25rem;font-size:1rem;display:block; }
#RfiPkUzDOtcRiHJBvcmlLw9x24GMzLVX { top:35.9375rem;left:29.5rem;width:18.25rem;height:2.625rem;font-size:0.875rem;display:block; }
#esFLF8BTQJB4uwJsQZEtTa1fEsiQnix5 { top:29rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
#VGgc7KGF3lmIPwcbDDODZVCvbQfo2RUW { width:8.75rem;height:3.375rem;top:41.6875rem;left:0rem;display:block; }
#Qe5T6H5KV18czrpv0NuMZxbtciJFCVPE { display:block; }
#ILWiVTxq9XwNz2l6my12UVInJdlbeI2i { width:8.75rem;height:3.375rem;top:41.6875rem;left:19.4375rem;display:block; }
#KEdWzGh0WpvweA5iyIXQcMo2TPZykKUT { display:block; }
#yUuB4AX9yNOF1F0JCzAK1ELHKXwioyPi { width:8.75rem;height:3.375rem;top:41.6875rem;left:39rem;display:block; }
#FHEDP63292n8MpmWWmPP7thKH7DGB7N3 { display:block; }
#qJd7KPr0r2DeMzg9w8sEBzvLFlKc9e3t { top:18.5625rem;left:0rem;width:18.25rem;height:11.1875rem;display:block; }
#Sh3H3oJKL8FobTTF9TO9GMn6cLTJrLwn { top:18.5625rem;left:14.6875rem;width:18.25rem;height:11.1875rem;display:block; }
#cga33sL3BakDV85TTGyBKBirfrqbPCXo { top:18.5625rem;left:29.375rem;width:18.25rem;height:11.1875rem;display:block; }
#dalxpF35xnasHrI9DWmqb905LhVTOsTS { top:18.1875rem;left:0rem;width:12rem;height:12rem;display:block; }
#wvordx8c8DM9Upraf8UN2BX7JpCBBIhG { top:18.1875rem;left:17.90625rem;width:12rem;height:12rem;display:block; }
#HySFEuM1g3pl1MwTongaWkibW0drPxTZ { top:18.1875rem;left:35.75rem;width:12rem;height:12rem;display:block; }
#W55p1T08O3fHPAzy48az9m3I3aZTaeFc { display:none; }
#W55p1T08O3fHPAzy48az9m3I3aZTaeFc > img { max-width: 100%;max-height:100%; width:; height:; }#nTCiwW6FTuXkrL7qoNohlUsKPrJGi7WD { display:block; }#nTCiwW6FTuXkrL7qoNohlUsKPrJGi7WD > .row .container { width:47.5rem;position:relative;display:block; }#TLw2G7JbAan1hzkt6RQUTxIeCdKDpCbG { top:13.25rem;left:0rem;width:44.375rem;height:;font-size:3rem;display:block; }
#NMr59L83huAI1Rqae7xfCiqLnh7Zaq5p { top:10rem;left:0rem;width:47.625rem;height:27.3125rem;display:block; }
#eWeJanpysc2bfpHNWeHLnUMIf7qDBIOa { top:22.125rem;left:0rem;width:42.6875rem;height:4.5rem;font-size:1rem;display:block; }
#FM5ev3X2AyGpnQIC79TUEnomZDmPCTFw { top:28.8125rem;left:0rem;width:42.0625rem;height:5.125rem;font-size:0.875rem;display:block; }#FM5ev3X2AyGpnQIC79TUEnomZDmPCTFw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7dc3ddfda35ab4c8fbe87a6d995b20331cb9bfcd.svg); }
#rM2kCocr3AAZQhKG6eDd870O2S5nqRKT { top:27.4375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#Cg9mLHKDBBLyXrm4XTUAOWW45sLWQPce { top:28.0625rem;left:36.5rem;width:11.125rem;height:11.125rem;display:block; }
#qg1XwhKUoJLmCPhJ2iDWSIPEcSbnd5Es { top:32.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#BzxXRo7QB3BM2uWfFvpOAvvsPEVqSOpR { top:33.6875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#xTEh9v9FiT4BZ8vhqkQ1Sc5q5lZbuwIU { top:3.4375rem;left:32.5rem;width:15.25rem;height:31.5625rem;display:block; }
#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO { display:block; }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .row .container { width:47.75rem;position:relative;display:block; }#gwyxQS77weqAG6yXL0dHVfN8c6NLRVNf { width:11.25rem;height:3.375rem;top:23.4375rem;left:0rem;display:block; }
#MvVdNMdrb7xdyS9FdkHpWdDLTE3zdhcq { display:block; }
#h9D0RGLZHxdHXWHPFbrHyWQrpRbQ9NiA { top:18.75rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#aK3xAOx4fpFBzQnxiHOwU3CQWXhkORIL { top:11.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
#phLy9TdN16uEy86oJcQDEDWWE7hrmqAr { top:3.125rem;left:35.875rem;width:11.75rem;height:29.875rem;display:block; }
#Tc6oZTqyM9izS3KadHs7BqcFmZUiAsT0 { top:16.6875rem;left:0rem;width:47.625rem;height:12.4375rem;display:block; }
#XxrkN1r652tEtPRtvbTWhgxMaBTWqzuz { top:15.9375rem;left:41.9375rem;width:1.5rem;height:1.5rem;display:block; }
#NyySGiDrtlZ3C0v10n3VG41GSwfz4x97 { display:block; }#NyySGiDrtlZ3C0v10n3VG41GSwfz4x97 > .row .container { width:47.5rem;position:relative;display:block; }#HRiwpzvKpk5yhRryf7zZMmAL1Cn1q7cn { top:5.375rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
#wAoo0v0nPLCdEHvft6SM7mqBCxsrQTaw { top:18.75rem;left:0rem;width:23.75rem;height:18.75rem;display:block; }
#hI4B66755PKQhDlZmTebblk1M52oVc6r { top:30.0625rem;left:0rem;width:20rem;height:3.9375rem;font-size:0.875rem;display:block; }
#L91smC1EwNKbEgGgrXr5hyqEovst6SO9 { top:10.1875rem;left:0rem;width:11.5rem;height:;font-size:0.875rem;display:block; }
#uBVtPg9wnCb98UAQmTO56KhTQxPUKsRH { top:20.9375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#JsSwVbpMy2F8LgNLRxA5DZA70tGPd8sa { top:20.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
#B8Iuqd2lEdcwz3hSOkBdDn6SNMkZiVKa { top:20.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
#H49P0Aq4TxBsw2OHyWyyEd3i9hnMa4vG { top:20.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
#DrOvyMLLHdJbT1S4P3taA0fmaqaCaZLs { top:20.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
#RuvUsTs2VKfCHtDFniLAAqETGKIfZxRV { top:27.8125rem;left:0rem;width:20rem;height:1.5rem;font-size:1rem;display:block; }
#J0wZdpkCtKt4shhyhIlGKR4dulrnsyuG { top:26.25rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
#UuLXHqgb1Ita6wVFMXlfiHRVvdgQsRSm { top:18.8125rem;left:11.9375rem;width:23.75rem;height:18.75rem;display:block; }
#uoERCgJeTiPTpAX0fb34ATSTx1d34LCg { top:30.125rem;left:13.8125rem;width:20rem;height:3.9375rem;font-size:0.875rem;display:block; }
#VTMxsTaqrT8JSG9zXuf7ZRGx1p9TggDc { top:27.875rem;left:13.8125rem;width:20rem;height:1.5rem;font-size:1rem;display:block; }
#dGX8N1sy89lBQWNwMGIHENzEkxiHTEad { top:26.3125rem;left:13.875rem;width:20rem;height:0.0625rem;display:block; }
#OMZ0irvG43UCRhCdRzXioLVAKpe5II9l { top:30rem;left:0rem;width:11.5rem;height:;font-size:0.875rem;display:block; }
#U8r4UAyA6qPyELuvz9iTrXFadz3LMywO { top:21rem;left:13.8125rem;width:3.75rem;height:3.75rem;display:block; }
#sNpJRAcF7KIVqPJechqiTUpwxituJCUH { top:21rem;left:18.625rem;width:1.375rem;height:1.375rem;display:block; }
#chQo2Wyt0ywGJt4FFg90PTS8kXmpVevk { top:21rem;left:20.3125rem;width:1.375rem;height:1.375rem;display:block; }
#znFdK3VBdDO2KkZDfc0DUBntwHVMcSme { top:21rem;left:22rem;width:1.375rem;height:1.375rem;display:block; }
#sFPGh874XUKFy5hsINimnQTinTKPaCgC { top:21rem;left:23.625rem;width:1.375rem;height:1.375rem;display:block; }
#hVEFHH6pb24Ovk2PDmm50tKlAIc0igLH { top:21rem;left:25.3125rem;width:1.375rem;height:1.375rem;display:block; }
#eKU7OdPOPNKhDd4v5udh3DZMxC9rZnMH { top:18.8125rem;left:23.875rem;width:23.75rem;height:18.75rem;display:block; }
#DZf61Nx8TNSPtISKigBaDC0oJd60cmOs { top:30.125rem;left:27.75rem;width:20rem;height:5.25rem;font-size:0.875rem;display:block; }
#hWu8Bpi6W0Vk0TZQRPbuc80pDbLkF1WT { top:27.875rem;left:27.75rem;width:20rem;height:1.5rem;font-size:1rem;display:block; }
#BoFWqem7sCAI1wRETJ8ouG151NIaa4hd { top:26.3125rem;left:27.75rem;width:20rem;height:0.0625rem;display:block; }
#ZDyVgTStm0KXMXwwbSWwytBMmSKXEbRp { top:46.25rem;left:0rem;width:11.5rem;height:;font-size:0.875rem;display:block; }
#Uykw5IkT9nMMKfsQMuShiO7mToCX0Paz { top:21rem;left:45.875rem;width:1.375rem;height:1.375rem;display:block; }
#VnPwqI6BPpdpu4OvvcTw4ivrdW4Pvium { top:21rem;left:46.25rem;width:1.375rem;height:1.375rem;display:block; }
#v4TtVooS0TWkAx18B9z94khM2SUyhk3b { top:21rem;left:46.25rem;width:1.375rem;height:1.375rem;display:block; }
#pAJB689DSdGJrZKdpXWdxfGQOTW0ccVU { top:21rem;left:46.25rem;width:1.375rem;height:1.375rem;display:block; }
#RnNaFZhlbCMT1CxJTgNQTxgCFJwBwZBT { top:21rem;left:44.1875rem;width:1.375rem;height:1.375rem;display:block; }
#oQGLihH84MtqvvmyOxKx91DtaIJLT4eQ { display:none; }
#FD8vlpQru81e3ZsVV4CmCcyzyKmW38CP { top:37rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:none; }
#FThTShtvxexH5g54zHu1iVUt0U23vc0u { width:47.75rem;height:47.75rem;display:none; }
#Zp9ptVyEJ45UXhcFUmIrld7fPWT9dJcg { display:block; }#Zp9ptVyEJ45UXhcFUmIrld7fPWT9dJcg > .row .container { width:47.5rem;position:relative;display:block; }#qpLiXolEyLyWvXXUo10a4cTtazuUXskq { top:10.9375rem;left:0rem;width:28.125rem;height:6rem;font-size:3rem;display:block; }
#nMr4gPhTDd4gTtPW0KyZ4Wx1nKBnPvQp { top:15.75rem;left:0rem;width:18.75rem;height:3rem;font-size:1rem;display:block; }
#PMXZPasp45ZGdBH9eFstsy5d9VktyMtM { top:12.875rem;left:31.5rem;width:16.25rem;height:3rem;font-size:1rem;display:block; }
#yVQXsRQn5AzMDgbRJco0l5KliNIMQzAs { top:22rem;left:23.5rem;width:16.25rem;height:3rem;font-size:1rem;display:block; }
#f7WXSPC7StOaZqSzenzvvyQCqPJAFtq7 { top:12.875rem;left:0rem;width:18.75rem;height:;font-size:2.125rem;display:block; }
#sRCVHBWVPG8b3yaKf5xRwWL4AIvT4gVA { top:23.6875rem;left:0rem;width:18.75rem;height:;font-size:2.125rem;display:block; }
#modTftoP9fLkIg3pVMTDyiO3CEC2JDnn { top:34.6875rem;left:0rem;width:18.75rem;height:;font-size:2.125rem;display:block; }
#BnEHrQshoxpXRwxJHxf7vLrxehNnGm7w { top:22rem;left:31.5rem;width:16.25rem;height:3rem;font-size:1rem;display:block; }
#TGpFm21SyQmWU0MVrgceEcNR3laLGsK8 { top:19rem;left:37.125rem;width:10.625rem;height:2.125rem;font-size:2.125rem;display:block; }
#T2ZGTebiSRi0WSAy7GmnoVnyuWqta4Ia { top:7.25rem;left:0rem;width:34.4375rem;height:19.625rem;display:block; }
#nlLx8UsXKMH5SDNQE1f3DJwtuN0p6W5K { top:7.25rem;left:0rem;width:47.625rem;height:19.625rem;display:block; }
#Uxu76c5mkx5WUUfJaVn8H4AFrwQQ5e8V { display:block; }#Uxu76c5mkx5WUUfJaVn8H4AFrwQQ5e8V > .row .container { width:47.75rem;position:relative;display:block; }#NOAiH8M8AdH7TugEVBW11cpEyTNM6BIn { top:8.875rem;left:0rem;width:25rem;height:6rem;font-size:3rem;display:block; }
#GxfMIyLzvrhXTvNmWQVmHXGSFTJGGyPQ { top:21rem;left:0rem;width:25rem;height:4.5rem;font-size:1rem;display:block; }
#EXe5TuXpVxTUduTNyzHQAAri2rpzI9o1 { top:5.75rem;left:0rem;width:30.625rem;height:22.875rem;display:block; }
#Ts3Hl1VtpwAhFKryA10zybimT08Et8te { top:5.75rem;left:18.9375rem;width:15.125rem;height:22.875rem;display:block; }
#nsWGeeA7JNXSe8VcStvQpLGMIvMmzIru { top:17.5625rem;left:0rem;width:16.375rem;height:0;display:block; }
#XEV2123JXsfcnLQu4PR2TsxT6XJdZXzc { top:17rem;left:5.75rem;width:1.25rem;height:1.25rem;display:block; }
#GF8Fxl3yIPJUA7HR6tgce2bASkckHVOX { top:10.0625rem;left:0rem;width:35.125rem;height:14.0625rem;display:block; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-regular-label { width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-text { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-text {padding-top: 0; padding-bottom: 0;}#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-textarea { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-select { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-select {padding-top: 0; padding-bottom: 0;}#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-button { width:9.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.6875rem; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-checkbox-label { width:19.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X  { width:20.625rem;height:15.3125rem;top:8.875rem;left:24.625rem; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .radio-container { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X {display:block;}#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X { width:20.625rem;height:15.3125rem;top:8.875rem;left:24.625rem; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #F7UT8rbuug1yGutaaJKqsx7XHZl3JAb2 {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #DuEgv7O6UFpBgySaCQsicDuPpwqDgVgO { display:block; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #WoybSvxg97sb7ovR1rHMW4uk7qZV5F6i {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #pAohk5qLmgTNwHE8HgVV0t0DqOTVNS1N {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #HDphXimPqhE6F4AlzbfLN8qcWMHwFJOD { display:block; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #zuGTTdQhQCkZGSpSLqHhtzyTHGrwoiKS {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #fHc93V48c8b3MXxRcM4lxbd3AuFaD8Wv {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #TKQUTR3SVxp3yKyVsCHdwiugrBS9eaL0 { display:block; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #tHbOQIMoWa4e2MDgTWElwNb8ke1mwsiV {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #dcZmSiXopmaCxdgTzNGWI8XsvWOWKKly {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #HsQKczMcE6haNvfMDd4FM3sh2wXWzb4x {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #OmtsVvCOfsQSAgOAcnD7Iyg3DGilR8e2 {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #ahDROAkg28GIlsyhUtdzoC6VsJeuK2Ku {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #z8cWAlEufOfLTgXdyOOam0cJsKpWLTdw {  }
#pU42x38KTJ68mnN6MIOUoeg2B28cm2JR { top:5.75rem;left:22.5625rem;width:25rem;height:22.8125rem;display:block; }
#ky3pEib4hISx506rQF1Sb13FIz66pGPU { display:block; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container { width:47.5rem;position:relative;display:block; }#SPDbmsuFNhoLDIrdGNxMJFlao1cJN70G { top:7.75rem;left:10.25rem;width:37.5rem;height:3rem;font-size:3rem;display:block; }
#iv0cTRkhKd8dGa0OWTeX1FRxEKQzd2xX { top:12rem;left:10.25rem;width:37.5rem;height:3rem;font-size:1rem;display:block; }
#ToXXGUNBqez9GL4l1x5hZhuW0TIw3HS5 { top:25.9375rem;left:15.5625rem;width:1.25rem;height:1.25rem;display:block; }
#zAygtFyHXXnkFnXkkQGTspbGace1egP9 { top:20.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
#hNJtyXedCmN1dhpaKL7SmI5pp5yyJFbA { top:15.8125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
#r6Gl05n6nsTN86lng43kbLog93CmZauW { top:16.25rem;left:0rem;width:25.0625rem;height:1.5rem;font-size:1rem;display:block; }
#boenMDSkrW5rZw208LOHPS7uM2V16Q2J { top:20.75rem;left:0rem;width:25.875rem;height:1.5rem;font-size:1rem;display:block; }
#p76cZGXtAOUQ4dPFuaCoO3e4pRMRUtdz { top:7.6875rem;left:0rem;width:34.5rem;height:18.75rem;display:block; }
#hhX80p149HfDRXDAwlNEc9KT7dNvMIqf { display:block; }#hhX80p149HfDRXDAwlNEc9KT7dNvMIqf > .row .container { width:47.75rem;position:relative;display:block; }#acxsAnkiJXgFEdbnm4hkx40dAQ8JaC6W { top:10.125rem;left:0rem;width:38rem;height:1.3125rem;font-size:0.875rem;display:block; }
#GF8ED3m0GGmVJeqkepgRQBG33DdHko7Z { top:6.25rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
#PDVnWa5ipJuklTGQ8aTO5Dnpu4ALq65U { top:6.25rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#ySeFt06qQFB6t4v34hVVKEpo3q1HTH2v { top:6.625rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#KROx4NKP7tJaUK0aWSH31mag2cmQMgNC { width:10rem;height:3rem;top:9.3125rem;left:37.75rem;display:block; }
#nozHMTvFK27W8R5JQMNe3tWvLNc6EdK2 { display:block; }
#lqNEb7yTCv7bsRQygMg7X2x3UnSrPbhT { width:1.875rem;height:1.875rem;top:6.25rem;left:0rem;display:block; }
#vgkRw6ekMhf2PQAQPJGvaChdWWTvkfGt { width:10rem;height:3rem;top:9.3125rem;left:37.75rem;display:block; }
#zWzMkUbJ7tTXcfzpd9yDM4mcJrLPTA4o { display:block; }
#L0k1cgBmNvHPOdkgE1RvpN5UCPRL0xn9 { width:10rem;height:3rem;top:9.3125rem;left:31.5rem;display:block; }
#qqVFVgSP8vIUykyJB8G0O0Z6EUwOmzwE { display:block; }
body { position:relative;background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_62690341a5d063f6a12bb1c2f35c1a80920e4677.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { position:relative;z-index:auto;display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { width:20rem;height:8.375rem;position:relative;display:block; }#xeal9UENuyB8I6Ioi1qNs6AogTA4orhH { width:20rem;height:1.125rem;top:2.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#EHocTndMnvUBrVzNNlA290hGFc0quRUn { display:flex;width:1.25rem;height:1.25rem;top:0.625rem;left:9.375rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.304375rem;padding-bottom:0.333125rem;padding-left:0.304375rem;width:1.82375rem;min-width:1.82375rem;height:1.79125rem;font-size:1.333125rem;line-height:28.66px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.431875rem;height:0.7075rem;font-size:0.5rem;line-height:11.32px;top:-10%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg { display:flex;width:13.75rem;height:3.37375rem;top:4.4375rem;left:3.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #w5bkfDdy7sM6Feqv6W3s84UQKSfIR6QE { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #nDLgAAnWxJT50S2OMBSzLh7eqOJXGU4I {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #M1dxhll4KB2lWJbN7fnLSVAeH0VppW9J {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #Rdshx9buLk6dt2xHoSHgUnNcB7lsl6Oz { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ak1KkyUVxsHq8qy5FnPtpz4yIbrN0rlD {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #N3mNa3etpItHlo75Obs0fdsLlmN5e4Mg {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #HZl0nO3rFivruszlNCmL6Eeqmf8gWyv8 { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #mkeTXTHImQcPNxRE3qQ7h5ALiKTq5Eft {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #hDzMq3VZAV9BFgnxPTMuoZmgtLC3Mwl7 {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #KXcdU9KmDLPksIQhOl8re5HvoaILtVxH { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ItZeNM7c4pO7efGlq5xb3SkDrOdABn9b {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #fTQWv8W376ZSSFW3Oo8eTPsyJT0wV75H {  }
#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m { position:relative;z-index:auto;display:block; }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row .container { width:20rem;height:9.25rem;position:relative;display:block; }#a9FpBWDclNwK542LScOF5uyqLlEFrUmQ { width:8.125rem;height:2.8125rem;top:4.28125rem;left:10rem;font-size:0.875rem;background-color:#ba75ba;background-image:none;display:block; }
#yy3GNN77JVpTaBQ2qTq6UU87UHbG0Ot9 { display:block; }
#ewO4e8xTIG733bie3LH0R8BovIihZEhT { width:5.625rem;height:2.8125rem;top:0.9375rem;left:7.875rem;font-size:0.875rem;background-color:#fadefa;background-image:none;display:block; }
#O1lrHc4Uy3GcWOZ61ZWSsHHQLfZ9aZxi { display:block; }
#QAupElS4bRdTCISwvh4OX8NPLo9BupqQ { width:20rem;height:8.4375rem;top:0rem;left:0rem;z-index:15002;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;background-color:#faf6fa;background-image:none;display:block; }
#gMWOuwCtPlzHeTPpmn9s8orZnQc85vyv { width:6.5625rem;height:2.8125rem;top:0.9375rem;left:13.4375rem;font-size:0.875rem;background-color:#f3d8f4;background-image:none;display:block; }
#aTrTqQb0n7ZMOoFlyhFhi7Nm2HiAx2Re { display:block; }
#GCeDxK6T2usQvAbJCzLfTedBCXIzfqUh { top:0.9375rem;left:0rem;width:8.25rem;height:8.25rem;z-index:15014;overflow:hidden;display:block; }
#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0ecf1, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #f0ecf1, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #f0ecf1, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #f0ecf1, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ecf1', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ecf1', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #f0ecf1, rgba(0,0,0,0));background-size:auto !important;display:block; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container { background-color: transparent; background-image: none; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container > .video-iframe-container { display: none; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row > .video-iframe-container { display: none; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .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); }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container { width:20rem;height:37.625rem;position:relative;display:block; }#VzVzeATiP2a7cR2aKVt1LlC0BOrqEZVh { width:20rem;height:10.5rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
#HypyGFCMZ8D240TwozNQDe2eiUauIt0i { width:20rem;height:4rem;top:14.5625rem;left:0rem;font-size:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#eddfc8;display:block; }
#BkkZf7o1GsOZm3m4DTZelr0M0S1J8NPk { width:11.875rem;height:3.5625rem;top:31.375rem;left:4.0625rem;font-weight:700;font-style:normal;font-size:1.6875rem;line-height:1.4;background-color:#d0c79d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.75rem 0.6875rem 3.5rem #ffdffe ;display:block; }
#k6CMkXx9RLrxQkehym6fWD9QZHV0EIfa { display:block; }
#gWEg94K3R7FiTHd76Dnnnrk5IhyyOzbL { width:5.4375rem;height:8.875rem;top:2.875rem;left:11.5625rem;z-index:14997;display:block; }
#qPlkI2zbizu5VQezwlBtLvBTb9nINblk { width:18.6875rem;height:18.5rem;top:0rem;left:0.65625rem;overflow:hidden;display:block; }
#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX { display:block; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX { border-width: 0; border-radius: 0; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container { width:20rem;height:39.875rem;border-top:0.0625rem solid #9da291;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#dq8UAS0cE8PQ7BwxZC90NdqOa75M0UVd { width:18.125rem;height:2rem;top:1rem;left:1.875rem;font-size:2rem;display:block; }
#AyAt5aR70kwLo2yWRkDcdE5CvWW7wDdT { width:18.125rem;height:9.1875rem;top:6.8125rem;left:0.9375rem;font-size:0.875rem;display:block; }
#wgnkMRkUhMm3cloWF2DnTG7CFhRBJ86W { width:20rem;height:22.4375rem;top:0rem;left:0rem;z-index:14995;background-color:#d8a7b1;background-image:none;display:block; }
#RGnrLwCcQ81vueO7TuR9R9kpEOEuJM2d { width:7.75rem;height:11.8125rem;top:26.5rem;left:9.6875rem;display:block; }
#KF7lpQpA2sabwNqfyaoVSAInW8vFhhpo { width:16.4375rem;height:0.0625rem;top:5.59375rem;left:0.9375rem;display:block; }
#rqgdoQJOAGnEZOB4IqxDTM0gTikzN4xF { display:flex;width:1.25rem;height:1.25rem;top:5rem;left:17.375rem; }
#XgLUOazvDHTy0N2FbxabQcmSahzgT0UF { width:9.375rem;height:9.375rem;top:18.75rem;left:9.3125rem;display:block; }
#zk72kxVMcskrxATbQ6GP8xUv7xVIfldf { top:16.71875rem;left:0rem;width:13.4375rem;height:13.4375rem;z-index:15009;overflow:hidden;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem #ffdffe ;display:block; }
#BXnOXeNr2zPUEbbvvPPLB7IQmZVFnixz { top:39.1875rem;left:1.53125rem;width:16.9375rem;height:0.125rem;z-index:15014;background-color:#091d25;background-image:none;display:block; }
#lcQROvQRtxpMefTOsn0SmI4ilwOOgJp9 { width:8.5625rem;height:2.875rem;top:32.5rem;left:0.5rem;font-weight:400;font-style:normal;font-size:1.0625rem;line-height:1;background-color:#bcc2ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.75rem 0.6875rem 0.75rem rgba(47,21,14,0.25) ;z-index:15003;border-top:0.0625rem dashed #ffdffe;border-left:0.0625rem dashed #ffdffe;border-right:0.0625rem dashed #ffdffe;border-bottom:0.0625rem dashed #ffdffe;font-family:lato;display:block; }
#RTiCTp4PsIGBdsquFz8I4hVHFbmfhTTG { display:block; }
#yEsAcwTdJmmGWSv2IvlrvTuT8Tq7EHrd { width:2.875rem;height:2.875rem;top:33.5rem;left:3.34375rem;z-index:14997;display:block; }
#ivPa5618bKMRspzKB0NxXmalmJXcBwl5 { width:4.875rem;height:4.875rem;top:29rem;left:0rem;z-index:14997;display:block; }
#VHJ7uzOoEPXEEzAXqAn71ePRdISe3Q6m { display:block; }#VHJ7uzOoEPXEEzAXqAn71ePRdISe3Q6m { border-width: 0; border-radius: 0; }#VHJ7uzOoEPXEEzAXqAn71ePRdISe3Q6m > .row .container { width:20rem;height:42.625rem;border-top:0.0625rem solid #9da291;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#efovWz2WV9TcZGQnHdMwi5xDdIfAH2Bi { width:18.125rem;height:4rem;top:1rem;left:1.875rem;font-size:2rem;display:block; }
#nIcylhAgQUahX8Q3gHPr7WhDED5JE5O2 { width:18.125rem;height:9.1875rem;top:7.28125rem;left:0.9375rem;font-size:0.875rem;display:block; }
#oVHwxnPrG9neNa6J85rC6pAUlgBeAQHS { width:20rem;height:22.4375rem;top:0rem;left:0rem;z-index:14995;background-color:#d8a7b1;background-image:none;display:block; }
#pxmSTMpnKbJGhPP1zKmdAtgQizv3AsOF { width:16.4375rem;height:0.0625rem;top:5.59375rem;left:0.9375rem;display:block; }
#ckiB8ObPv4IT8TiQQ4hTOibq5VDcP2ik { display:flex;width:1.25rem;height:1.25rem;top:5rem;left:17.375rem; }
#by4T2KRm5OIK3bUbMTAdyyHuCvOSFkc9 { width:9.375rem;height:9.375rem;top:18.75rem;left:9.3125rem;display:block; }
#MWdIo5IbBllJDQCoQZnft8hkQVDrED6s { top:39.1875rem;left:1.53125rem;width:16.9375rem;height:0.125rem;z-index:15014;background-color:#091d25;background-image:none;display:block; }
#eW18gPf5ZoFJENeILBTP4u1a9AO8zsKC { width:8.5625rem;height:2.875rem;top:32.5rem;left:0.5rem;font-weight:400;font-style:normal;font-size:1.0625rem;line-height:1;background-color:#bcc2ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.75rem 0.6875rem 0.75rem rgba(47,21,14,0.25) ;z-index:15003;border-top:0.0625rem dashed #ffdffe;border-left:0.0625rem dashed #ffdffe;border-right:0.0625rem dashed #ffdffe;border-bottom:0.0625rem dashed #ffdffe;font-family:lato;display:block; }
#OgMD5IvxeaL6Ql2QHzVQFDFLCBdrsKPT { display:block; }
#qd1GZO3GqtXMMpfwgIsFlONRmlTibgyF { width:2.875rem;height:2.875rem;top:33.5rem;left:3.34375rem;z-index:14997;display:block; }
#rJ0FFzMmBTegFKvyloGiVPKN0AgbV3oB { width:4.875rem;height:4.875rem;top:29rem;left:0rem;z-index:14997;display:block; }
#hNILhZ8PBgCJgIWdTn4JCzLUfSOMWE9N { top:16.625rem;left:0.9375rem;width:11.5625rem;height:11.5625rem;z-index:15015;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: 0.0625rem 0.0625rem 3.5rem #ffdffe ;display:block; }
#bZd9XD6WCPI6mMeLggs2xZIT9ah20CZE { top:25.625rem;left:9.1875rem;width:10.8125rem;height:10.8125rem;z-index:15016;overflow:hidden;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: 0.0625rem 0.0625rem 2.8125rem #ffdffe ;display:block; }
#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { display:block; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; }#lTrBDeAya3HGUlTSpGgKWzHWHtdp5VQm { width:20rem;height:2rem;top:2.375rem;left:0rem;font-size:2rem;z-index:15002;display:block; }
#wO3kUT989oq40cXRrXZ4FJDtbeT4yCvk { width:20rem;height:19.5rem;top:7.21875rem;left:0rem;font-size:1rem;z-index:15004;display:block; }
#JTMIDGcmNv9IGc8pVi8LKc2AJskv9ZNW { display:flex;width:1.1875rem;height:1.1875rem;top:5.375rem;left:0.625rem; }
#EBqWe5zmtCkWshrVE1VkhgheV37zyetr { width:16.25rem;height:0.0625rem;top:5.9375rem;left:1.875rem;z-index:15014;display:block; }
#n9AsfHPLm4yseqf2HM0LMnFZwAQ6ztbE { top:0.875rem;left:0rem;width:18.75rem;height:0.125rem;z-index:15015;display:block; }
#sI2CvwIayFsMZ0qimwh1UNk4vA4Qki9B { top:36.90625rem;left:0rem;width:11.0625rem;height:11.0625rem;z-index:15016;overflow:hidden;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bvuxbbWGQ8Q30nX5QJXksFvovBQwTc8R { top:25.21875rem;left:4.9375rem;width:14.375rem;height:14.375rem;z-index:15017;overflow:hidden;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;display:block; }
#hZwhio5oAGSWC6c3TZOO8VUVDgg2yJ0d { width:6.6875rem;height:6.6875rem;top:36.90625rem;left:8.78125rem;z-index:14995;display:block; }
#kQogIBuNBpfGTqx3H4dQKiI1Dqge18oe { width:6.6875rem;height:6.6875rem;top:26.15625rem;left:0.625rem;z-index:14996;display:block; }
#M9z79lnGiEpEyu9b0nCBItENdnbQTCKx { width:8.5625rem;height:2.875rem;top:42.8125rem;left:11.0625rem;font-weight:400;font-style:normal;font-size:1.0625rem;line-height:1;background-color:#bcc2ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.75rem 0.6875rem 0.75rem rgba(47,21,14,0.25) ;z-index:15004;border-top:0.0625rem dashed #ffdffe;border-left:0.0625rem dashed #ffdffe;border-right:0.0625rem dashed #ffdffe;border-bottom:0.0625rem dashed #ffdffe;font-family:lato;display:block; }
#pT9DpAwUGmufDrCVnFtXzEQ0JGspfOgy { display:block; }
#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 { display:block; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container { width:20rem;height:96.8125rem;position:relative;display:block; }#lIFGcEEEzZGed1NAvDwcw0W0iBV1NEJv { width:20rem;height:13.5rem;top:65.8125rem;left:0rem;background-color:#d8a7b1;background-image:none;display:block; }
#TfuIuTlV3xK6ERsNlJRzTOSc7VhzhEpq { display:flex;width:1.25rem;height:1.25rem;top:70.15625rem;left:1.0625rem; }
#h8M5wTq5stpDmFxhxsOveB649cIQyIDC { width:14.375rem;height:1.5rem;top:66.875rem;left:2.3125rem;font-size:1rem;display:block; }
#CGvTCP9VF0W1gIBaqbXL7KLgg17vhfwF { width:17.5rem;height:6.5625rem;top:71.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
#dx0RF5XwgCNWGDVF6wrZniTKK7mwAJVt { width:16.25rem;height:0.0625rem;top:70.75rem;left:2.3125rem;display:block; }
#k2Xoem7PBlQwrePHnKAxCMA6VyqG0how { width:20rem;height:13.375rem;top:80.125rem;left:0rem;background-color:#d8a7b1;background-image:none;display:block; }
#XsleNHKXi4FTC9DU3m1k8F5qI3tEgunE { width:14.375rem;height:1.5rem;top:81.375rem;left:2.3125rem;font-size:1rem;display:block; }
#zaRMICUmtUDq6eJCDhoOZNvMwFEtozc7 { width:17.5rem;height:6.5625rem;top:85.625rem;left:1.25rem;font-size:0.875rem;display:block; }
#QZ9kbGX02AOntoZ3ELEE165DgCWRH7cX { width:16.25rem;height:0.0625rem;top:84.375rem;left:2.3125rem;display:block; }
#ZiewdRECl7AQxgLWfOKllm39h9wCaJus { display:flex;width:1.25rem;height:1.25rem;top:83.78125rem;left:1.0625rem; }
#OmJdB1D19tIha0TsrSIcnSpoQLVS76zq { width:16.25rem;height:0.0625rem;top:95.75rem;left:2.5rem;display:block; }
#MwJw8oMOD6M6onTeJcz7wp4quh3Sd7ky { display:flex;width:1.25rem;height:1.25rem;top:95.15625rem;left:0.6875rem; }
#wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { width:17.5rem;height:3.9375rem;top:47.125rem;left:1.25rem;font-size:0.875rem;display:block; }
#QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { width:16.25rem;height:0.0625rem;top:45.875rem;left:1.875rem;display:block; }
#LWCr9FnNS6IWCkbCBItpfKK0qNLTqZ9G { display:flex;width:1.25rem;height:1.25rem;top:45.28125rem;left:0rem; }
#m6NrQ0KDEzeoyZTVqw3Ctm27rJWvL59T { width:20rem;height:16.5rem;top:29.09375rem;left:0rem;font-size:1rem;display:block; }
#ubFfiTgzTb9UzQnAvtEQyNF7KhGBRK5C { width:12.0625rem;height:18.25rem;top:9.5625rem;left:0rem;display:block; }
#MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { width:16.25rem;height:0.0625rem;top:7.75rem;left:1.875rem;display:block; }
#Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { width:20rem;height:2rem;top:2.375rem;left:0rem;font-size:2rem;display:block; }
#UMLFAZIQJh2PtKVqoH7g0ei5X8XROUQu { width:20rem;height:4rem;top:54.03125rem;left:0rem;font-size:2rem;z-index:15002;display:block; }
#fXW5T9b8gbiRDZv9HKwCySs67aAgbdWX { top:51.1875rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15014;display:block; }
#TtlBn5XHTUynMrRpUp4X2UwUpBDesWmD { width:16.25rem;height:0.0625rem;top:61.875rem;left:1.875rem;z-index:15014;display:block; }
#CZ98loMERh4aqyFWV8l0KfUrO6LlmhtA { display:flex;width:1.25rem;height:1.25rem;top:61.28125rem;left:0rem;z-index:15013; }
#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen { display:block; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; }#Z9hLy7qR1DWl8ntq5MMqfMbd6rsfoTWz { width:17.5rem;height:6rem;top:4.0625rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
#tsl0CkBQV1TqU5JA25xc0WEhJwTwCQT3 { width:17.5rem;height:10.5rem;top:11.0625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
#UWQF75Q7k8AhNWMfqTz9BINbNAyITy2w { width:20rem;height:20.625rem;top:2.1875rem;left:0rem;z-index:14993;background-color:#d8a7b1;background-image:none;display:block; }
#aKoRck2s3kCpmeFM8IgU7PsF1NCcepZb { width:17.5rem;height:2.625rem;top:49.5rem;left:1.3125rem;font-size:0.875rem;display:block; }
#SSi8BtWDHN6efueaMPfrKAvPAZVFT2WQ { width:20rem;height:6.5625rem;top:32.5rem;left:0rem;display:block; }
#vqr0TFwQPOK8zFHsIHvK34E2oHV1JbqV { width:20rem;height:6.6875rem;top:24rem;left:0rem;display:block; }
#XR5nh8qIl5nJlCUVWetHuCu40gns5fvg { width:20rem;height:6.875rem;top:41.0625rem;left:0rem;display:block; }
#tohtMMAUw3F8rHP1itnthWx3bJKNkTHK { width:14.375rem;height:;top:41.75rem;left:3.125rem;font-size:1rem;display:block; }
#aFkGWv5bAzpvyNR3uKSnlPgXf1zQIRco { width:17.5rem;height:2.625rem;top:43.8125rem;left:1.5625rem;font-size:0.875rem;display:block; }
#sNl7cxWUGHVbBfLkykLgQgNDbnG8o3Vo { width:17.5rem;height:1.3125rem;top:35.375rem;left:1.25rem;font-size:0.875rem;display:block; }
#AZC3hepyuSDSyafsHfAXl0WGK6Qb44p8 { width:17.5rem;height:1.3125rem;top:26.75rem;left:1.25rem;font-size:0.875rem;display:block; }
#ZAV12paw1qFTPeTrqgCn0shUVqSBNFzN { display:flex;width:1.25rem;height:1.25rem;top:41.875rem;left:1.25rem; }
#xEBFz9ipMhIWf9XHihwSiE8kNkpCmz7F { display:flex;width:1.25rem;height:1.25rem;top:33.875rem;left:1.25rem; }
#L9aHvuLGrPBlJWdl4XJMa3Ww0C8xE8iX { width:14.375rem;height:1.5rem;top:33.75rem;left:3.125rem;font-size:1rem;display:block; }
#r2sKHOUlJNVvtH2BOFTEEt9gz3aCqRBZ { display:flex;width:1.25rem;height:1.25rem;top:24.875rem;left:1.25rem; }
#lGG2SdUTlGwQVlbmrbelHAmdO4NozBVo { width:14.375rem;height:;top:24.8125rem;left:3.125rem;font-size:1rem;display:block; }
#sedtF8qaLpcbRlu75OwArMhNLJtJTs0a { width:6.6875rem;height:6.6875rem;top:19.5rem;left:12.125rem;display:block; }
#k770HTF9Fcl8SmpTAOmatwq8eTDW1LFC { width:3.8125rem;height:3.8125rem;top:0.5625rem;left:0rem;z-index:14995;display:block; }
#rH2Hp9vlaXHSHpOUUi9SeAIcbD6pA2hW { display:block; }#rH2Hp9vlaXHSHpOUUi9SeAIcbD6pA2hW > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; }#iesG5odp3hNNDuzfcFgaeCtlB2AM3yoR { width:20rem;height:4rem;top:2.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#LnAJSbiyB5pxq6DNzGzgqENpgArO578u { width:9.375rem;height:9.375rem;top:11.4375rem;left:10.625rem;display:block; }
#Cz30GMoOTB0kpfiGBS0TnMnzd6KZeIGC { width:9.375rem;height:9.375rem;top:22.375rem;left:10.625rem;display:block; }
#V47aW9BfJu6k4rxHasTKD1UVcNnZ1P0b { width:10.0625rem;height:15.1875rem;top:8.375rem;left:0rem;display:block; }
#q2CeiNpn4ZPUGrKs6EOwZiwENyUOl7cS { width:9.375rem;height:9.375rem;top:37.6875rem;left:0rem;display:block; }
#x7fQXevqLEWSK0NAFMkh4mGBw0euPtNO { width:9.375rem;height:14.1875rem;top:32.9375rem;left:10.625rem;display:block; }
#hdTvgH51IpF1cplA8mBO8TdcmNcZNUNE { width:9.375rem;height:9.375rem;top:26rem;left:0rem;display:block; }
#Lg7XMW82ki0TNVb0JIzT74iOBeUrrRcf { width:18.75rem;height:0.0625rem;top:0.9375rem;left:0.625rem;z-index:14987;display:block; }
#UpNu0lQVKhPv5o4tBm0otkGH35MstK2C { display:flex;width:1.25rem;height:1.25rem;top:0.9375rem;left:0rem;z-index:15009; }
#BPG1NuNVTacGAMrmuiXLWTiv4VgChwTR { display:flex;width:1.25rem;height:1.25rem;top:0.9375rem;left:18.75rem;z-index:15008; }
#qBNybLUQPWQcI1vhJlUbJFh9Ds8kuViK { display:block; }#qBNybLUQPWQcI1vhJlUbJFh9Ds8kuViK > .row .container { width:20rem;height:111.5625rem;position:relative;display:block; }#Pk432WPX12tQmeZtUSFHrbrzNL5sRW6G { width:20rem;height:4rem;top:2.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#o8hSGOGd9o2CTmM6Hdaz8OvbdRzcr2IT { width:20rem;height:6rem;top:7.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#F3CP2JFrKnGDT7C3Dtao6cWTKrgBHskR { width:17.125rem;height:12.375rem;top:19.375rem;left:1.4375rem;overflow:hidden;display:block; }
#waZbIKaTdKkXfL3RnsT9rEvqlfTbQ96N { width:20rem;height:1.29980625rem;top:35.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#NU8kBJGCrTksRE3HsTPbZcadui7VGF0p { width:20rem;height:2.625rem;top:37.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#IMkyTy6HuA6PBxdysoDzDFtTU5oMPuTr { display:flex;width:1.375rem;height:1.375rem;top:32.25rem;left:9.3125rem; }
#dRwSLt20eEEfGd17nQ9yqfABUQ8rU6Zx { width:11.25rem;height:12.625rem;top:49.46875rem;left:4.375rem;display:block; }
#LkRy0PQnkr6z6I2mdKCSVz80RxNmklWO { width:20rem;height:1.29980625rem;top:66.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#MKkTkTiFTtDWT6M0DFlL0pDgspAG5MZ4 { width:20rem;height:2.625rem;top:68.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#pMQSEEJ1ZVPlniXmDQOX1Bt2oirygXKb { display:flex;width:1.375rem;height:1.375rem;top:63.4375rem;left:9.3125rem; }
#OOxFQq2Pqn0dlzuZbAGo38VKJL2A6kio { width:6.5rem;height:13.25rem;top:79.3125rem;left:6.75rem;display:block; }
#MEWtOPWw8zOTM060qZCiT8P5dGVdwi8O { width:20rem;height:1.29980625rem;top:96.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#RfiPkUzDOtcRiHJBvcmlLw9x24GMzLVX { width:20rem;height:1.3125rem;top:98.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#esFLF8BTQJB4uwJsQZEtTa1fEsiQnix5 { display:flex;width:1.375rem;height:1.375rem;top:93.6875rem;left:9.3125rem; }
#VGgc7KGF3lmIPwcbDDODZVCvbQfo2RUW { width:8.75rem;height:3.375rem;top:41.9375rem;left:5.625rem;display:block; }
#Qe5T6H5KV18czrpv0NuMZxbtciJFCVPE { display:block; }
#ILWiVTxq9XwNz2l6my12UVInJdlbeI2i { width:8.75rem;height:3.375rem;top:71.8125rem;left:5.625rem;display:block; }
#KEdWzGh0WpvweA5iyIXQcMo2TPZykKUT { display:block; }
#yUuB4AX9yNOF1F0JCzAK1ELHKXwioyPi { width:8.75rem;height:3.375rem;top:102.125rem;left:5.625rem;display:block; }
#FHEDP63292n8MpmWWmPP7thKH7DGB7N3 { display:block; }
#qJd7KPr0r2DeMzg9w8sEBzvLFlKc9e3t { width:18.25rem;height:11.1875rem;top:21.625rem;left:0.875rem;z-index:14997;display:block; }
#Sh3H3oJKL8FobTTF9TO9GMn6cLTJrLwn { width:18.25rem;height:11.1875rem;top:52.1875rem;left:0.8125rem;z-index:14997;display:block; }
#cga33sL3BakDV85TTGyBKBirfrqbPCXo { width:18.25rem;height:11.1875rem;top:83.125rem;left:0.875rem;z-index:14997;display:block; }
#dalxpF35xnasHrI9DWmqb905LhVTOsTS { width:12rem;height:12rem;top:21.25rem;left:4.0625rem;z-index:14996;display:block; }
#wvordx8c8DM9Upraf8UN2BX7JpCBBIhG { width:12rem;height:12rem;top:53.75rem;left:4rem;z-index:14995;display:block; }
#HySFEuM1g3pl1MwTongaWkibW0drPxTZ { width:12rem;height:12rem;top:82.75rem;left:4.0625rem;z-index:14994;display:block; }
#W55p1T08O3fHPAzy48az9m3I3aZTaeFc { display:flex;top:24.5rem;left:16.5rem;width:2.125rem;height:2.125rem;z-index:15024; }
#W55p1T08O3fHPAzy48az9m3I3aZTaeFc > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#nTCiwW6FTuXkrL7qoNohlUsKPrJGi7WD { display:block; }#nTCiwW6FTuXkrL7qoNohlUsKPrJGi7WD > .row .container { width:20rem;height:49.125rem;position:relative;display:block; }#TLw2G7JbAan1hzkt6RQUTxIeCdKDpCbG { width:20rem;height:4rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
#NMr59L83huAI1Rqae7xfCiqLnh7Zaq5p { width:5.3125rem;height:13.6875rem;top:25.25rem;left:9rem;z-index:14986;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;display:block; }
#eWeJanpysc2bfpHNWeHLnUMIf7qDBIOa { width:20rem;height:5.25rem;top:7.625rem;left:0rem;font-size:0.875rem;display:block; }
#FM5ev3X2AyGpnQIC79TUEnomZDmPCTFw { width:20rem;height:4.5625rem;top:15.0625rem;left:0rem;font-size:0.875rem;display:block; }#FM5ev3X2AyGpnQIC79TUEnomZDmPCTFw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7dc3ddfda35ab4c8fbe87a6d995b20331cb9bfcd.svg); }
#rM2kCocr3AAZQhKG6eDd870O2S5nqRKT { width:9.375rem;height:9.375rem;top:34.25rem;left:10.0625rem;z-index:14988;display:block; }
#Cg9mLHKDBBLyXrm4XTUAOWW45sLWQPce { width:8.125rem;height:8.125rem;top:34.8125rem;left:10.625rem;z-index:14989;display:block; }
#qg1XwhKUoJLmCPhJ2iDWSIPEcSbnd5Es { display:flex;width:1.25rem;height:1.25rem;top:37.75rem;left:13.125rem;z-index:15008; }
#BzxXRo7QB3BM2uWfFvpOAvvsPEVqSOpR { display:flex;width:1.25rem;height:1.25rem;top:38.9375rem;left:15.125rem;z-index:15008; }
#xTEh9v9FiT4BZ8vhqkQ1Sc5q5lZbuwIU { width:9.5625rem;height:20rem;top:23.6875rem;left:2.6875rem;display:block; }
#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO { background-color:#d8a7b1;background-image:none;display:block; }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .row .container { background-color: transparent; background-image: none; }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .row .container > .video-iframe-container { display: none; }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .row > .video-iframe-container { display: none; }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .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); }#Vp7gMJxcdIWHu1OouQzOXsBdlODKGTEO > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; }#gwyxQS77weqAG6yXL0dHVfN8c6NLRVNf { width:11.25rem;height:3.375rem;top:23.4375rem;left:4.375rem;display:block; }
#MvVdNMdrb7xdyS9FdkHpWdDLTE3zdhcq { display:block; }
#h9D0RGLZHxdHXWHPFbrHyWQrpRbQ9NiA { width:20rem;height:4.5rem;top:15rem;left:0rem;font-size:1rem;display:block; }
#aK3xAOx4fpFBzQnxiHOwU3CQWXhkORIL { width:19.375rem;height:4rem;top:6.125rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#phLy9TdN16uEy86oJcQDEDWWE7hrmqAr { width:19.875rem;height:9.75rem;top:2.5625rem;left:0rem;display:block; }
#Tc6oZTqyM9izS3KadHs7BqcFmZUiAsT0 { width:19.875rem;height:9rem;top:4.375rem;left:0rem;display:block; }
#XxrkN1r652tEtPRtvbTWhgxMaBTWqzuz { display:flex;width:1.25rem;height:1.25rem;top:12.8125rem;left:9.375rem;z-index:15008; }
#NyySGiDrtlZ3C0v10n3VG41GSwfz4x97 { display:block; }#NyySGiDrtlZ3C0v10n3VG41GSwfz4x97 > .row .container { width:20rem;height:58.625rem;position:relative;display:block; }#HRiwpzvKpk5yhRryf7zZMmAL1Cn1q7cn { width:20rem;height:4rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#wAoo0v0nPLCdEHvft6SM7mqBCxsrQTaw { width:19.875rem;height:14.125rem;top:9.03125rem;left:0rem;z-index:14986;display:block; }
#hI4B66755PKQhDlZmTebblk1M52oVc6r { width:16.25rem;height:3.9375rem;top:19.3125rem;left:1.875rem;font-size:0.875rem;display:block; }
#L91smC1EwNKbEgGgrXr5hyqEovst6SO9 { width:11.5rem;height:1.3125rem;top:12.84375rem;left:6.6875rem;font-size:0.875rem;display:block; }
#uBVtPg9wnCb98UAQmTO56KhTQxPUKsRH { width:3.75rem;height:3.75rem;top:10.46875rem;left:1.25rem;display:block; }
#JsSwVbpMy2F8LgNLRxA5DZA70tGPd8sa { display:flex;width:1.5rem;height:1.5rem;top:10.625rem;left:5.875rem; }
#B8Iuqd2lEdcwz3hSOkBdDn6SNMkZiVKa { display:flex;width:1.5rem;height:1.5rem;top:10.625rem;left:7.5625rem; }
#H49P0Aq4TxBsw2OHyWyyEd3i9hnMa4vG { display:flex;width:1.5rem;height:1.5rem;top:10.625rem;left:9.25rem; }
#DrOvyMLLHdJbT1S4P3taA0fmaqaCaZLs { display:flex;width:1.5rem;height:1.5rem;top:10.625rem;left:10.875rem; }
#RuvUsTs2VKfCHtDFniLAAqETGKIfZxRV { width:17.5rem;height:1.5rem;top:16.625rem;left:1.25rem;font-size:1rem;display:block; }
#J0wZdpkCtKt4shhyhIlGKR4dulrnsyuG { width:17.5rem;height:0.0625rem;top:15.5rem;left:1.25rem;z-index:14987;display:block; }
#UuLXHqgb1Ita6wVFMXlfiHRVvdgQsRSm { width:19.875rem;height:14.9375rem;top:25.9375rem;left:0rem;z-index:14986;display:block; }
#uoERCgJeTiPTpAX0fb34ATSTx1d34LCg { width:16.25rem;height:3.9375rem;top:35.875rem;left:1.875rem;font-size:0.875rem;display:block; }
#VTMxsTaqrT8JSG9zXuf7ZRGx1p9TggDc { width:17.5rem;height:1.5rem;top:33.5625rem;left:1.875rem;font-size:1rem;display:block; }
#dGX8N1sy89lBQWNwMGIHENzEkxiHTEad { width:17.5rem;height:0.0625rem;top:32.4375rem;left:1.25rem;z-index:14987;display:block; }
#OMZ0irvG43UCRhCdRzXioLVAKpe5II9l { width:11.5rem;height:;top:30rem;left:6.6875rem;font-size:0.875rem;display:block; }
#U8r4UAyA6qPyELuvz9iTrXFadz3LMywO { width:3.75rem;height:3.75rem;top:27.5rem;left:1.25rem;display:block; }
#sNpJRAcF7KIVqPJechqiTUpwxituJCUH { display:flex;width:1.5rem;height:1.5rem;top:27.5rem;left:6.6875rem; }
#chQo2Wyt0ywGJt4FFg90PTS8kXmpVevk { display:flex;width:1.5rem;height:1.5rem;top:27.5rem;left:8.375rem; }
#znFdK3VBdDO2KkZDfc0DUBntwHVMcSme { display:flex;width:1.5rem;height:1.5rem;top:27.5rem;left:10.0625rem; }
#sFPGh874XUKFy5hsINimnQTinTKPaCgC { display:flex;width:1.5rem;height:1.5rem;top:27.5rem;left:11.6875rem; }
#hVEFHH6pb24Ovk2PDmm50tKlAIc0igLH { display:flex;width:1.5rem;height:1.5rem;top:27.5rem;left:13.375rem; }
#eKU7OdPOPNKhDd4v5udh3DZMxC9rZnMH { width:19.875rem;height:14.0625rem;top:43.125rem;left:0rem;z-index:14986;display:block; }
#DZf61Nx8TNSPtISKigBaDC0oJd60cmOs { width:16.25rem;height:3.9375rem;top:52.75rem;left:1.25rem;font-size:0.875rem;display:block; }
#hWu8Bpi6W0Vk0TZQRPbuc80pDbLkF1WT { width:16.25rem;height:1.5rem;top:50.0625rem;left:1.25rem;font-size:1rem;display:block; }
#BoFWqem7sCAI1wRETJ8ouG151NIaa4hd { width:17.5rem;height:0.0625rem;top:49rem;left:1.25rem;z-index:14987;display:block; }
#ZDyVgTStm0KXMXwwbSWwytBMmSKXEbRp { width:11.5rem;height:;top:46.25rem;left:7.375rem;font-size:0.875rem;display:block; }
#Uykw5IkT9nMMKfsQMuShiO7mToCX0Paz { display:flex;width:1.5rem;height:1.5rem;top:43.75rem;left:9.0625rem; }
#VnPwqI6BPpdpu4OvvcTw4ivrdW4Pvium { display:flex;width:1.5rem;height:1.5rem;top:43.75rem;left:10.75rem; }
#v4TtVooS0TWkAx18B9z94khM2SUyhk3b { display:flex;width:1.5rem;height:1.5rem;top:43.75rem;left:12.375rem; }
#pAJB689DSdGJrZKdpXWdxfGQOTW0ccVU { display:flex;width:1.5rem;height:1.5rem;top:43.75rem;left:14.0625rem; }
#RnNaFZhlbCMT1CxJTgNQTxgCFJwBwZBT { display:flex;width:1.5rem;height:1.5rem;top:43.75rem;left:7.375rem; }
#oQGLihH84MtqvvmyOxKx91DtaIJLT4eQ { display:flex;top:10.5rem;left:12.5rem;width:1.6875rem;height:1.6875rem;z-index:15019;font-size:1.125rem; }
#FD8vlpQru81e3ZsVV4CmCcyzyKmW38CP { width:16.25rem;height:0.0625rem;top:7.5625rem;left:1.875rem;z-index:15014;display:block; }
#FThTShtvxexH5g54zHu1iVUt0U23vc0u { top:44.25rem;left:1.4375rem;width:3.75rem;height:3.75rem;z-index:15020;overflow:hidden;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#Zp9ptVyEJ45UXhcFUmIrld7fPWT9dJcg { display:block; }#Zp9ptVyEJ45UXhcFUmIrld7fPWT9dJcg > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; }#qpLiXolEyLyWvXXUo10a4cTtazuUXskq { width:20rem;height:2rem;top:4.28125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#nMr4gPhTDd4gTtPW0KyZ4Wx1nKBnPvQp { width:18.75rem;height:3rem;top:15.75rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#PMXZPasp45ZGdBH9eFstsy5d9VktyMtM { width:18.75rem;height:3rem;top:26.75rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#yVQXsRQn5AzMDgbRJco0l5KliNIMQzAs { width:18.75rem;height:3rem;top:37.4375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#f7WXSPC7StOaZqSzenzvvyQCqPJAFtq7 { width:18.75rem;height:2rem;top:12.875rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#sRCVHBWVPG8b3yaKf5xRwWL4AIvT4gVA { width:18.75rem;height:2rem;top:23.6875rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#modTftoP9fLkIg3pVMTDyiO3CEC2JDnn { width:18.75rem;height:2rem;top:34.6875rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#BnEHrQshoxpXRwxJHxf7vLrxehNnGm7w { width:18.75rem;height:3rem;top:48.125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#TGpFm21SyQmWU0MVrgceEcNR3laLGsK8 { width:18.75rem;height:2rem;top:45.375rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#T2ZGTebiSRi0WSAy7GmnoVnyuWqta4Ia { width:19.875rem;height:8.3125rem;top:2.0625rem;left:0rem;z-index:14997;background-color:#d8a7b1;background-image:none;display:block; }
#nlLx8UsXKMH5SDNQE1f3DJwtuN0p6W5K { width:19.875rem;height:50.75rem;top:4.28125rem;left:0rem;z-index:14996;display:block; }
#Uxu76c5mkx5WUUfJaVn8H4AFrwQQ5e8V { display:block; }#Uxu76c5mkx5WUUfJaVn8H4AFrwQQ5e8V > .row .container { width:20rem;height:57.375rem;position:relative;display:block; }#NOAiH8M8AdH7TugEVBW11cpEyTNM6BIn { width:18.125rem;height:4rem;top:3.8125rem;left:0.9375rem;font-size:2rem;display:block; }
#GxfMIyLzvrhXTvNmWQVmHXGSFTJGGyPQ { width:18.125rem;height:6rem;top:10.625rem;left:0.9375rem;font-size:1rem;display:block; }
#EXe5TuXpVxTUduTNyzHQAAri2rpzI9o1 { width:20rem;height:32.0625rem;top:1.25rem;left:0rem;z-index:14994;background-color:#d8a7b1;background-image:none;display:block; }
#Ts3Hl1VtpwAhFKryA10zybimT08Et8te { width:13.3745625rem;height:20.186625rem;top:19.310982704163rem;left:3.3116321563721rem;display:block; }
#nsWGeeA7JNXSe8VcStvQpLGMIvMmzIru { width:16.4375rem;height:0.0625rem;top:9.25rem;left:0.9375rem;display:block; }
#XEV2123JXsfcnLQu4PR2TsxT6XJdZXzc { display:flex;width:1.25rem;height:1.25rem;top:8.65625rem;left:16.25rem; }
#GF8Fxl3yIPJUA7HR6tgce2bASkckHVOX { width:19.875rem;height:14.0625rem;top:26.1875rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-text {padding-top: 0; padding-bottom: 0;}#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-select {padding-top: 0; padding-bottom: 0;}#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-input-button { width:7.875rem;margin-top:0.25rem;margin-right:4.8125rem;margin-bottom:0.25rem;margin-left:4.8125rem; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X  { width:17.5rem;height:auto;top:32.625rem;left:0rem; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X {display:block;}#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X { width:17.5rem;height:auto;top:32.625rem;left:0rem; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #F7UT8rbuug1yGutaaJKqsx7XHZl3JAb2 {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #DuEgv7O6UFpBgySaCQsicDuPpwqDgVgO { display:none; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #WoybSvxg97sb7ovR1rHMW4uk7qZV5F6i {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #pAohk5qLmgTNwHE8HgVV0t0DqOTVNS1N {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #HDphXimPqhE6F4AlzbfLN8qcWMHwFJOD { display:none; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #zuGTTdQhQCkZGSpSLqHhtzyTHGrwoiKS {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #fHc93V48c8b3MXxRcM4lxbd3AuFaD8Wv {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #TKQUTR3SVxp3yKyVsCHdwiugrBS9eaL0 { display:none; }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #tHbOQIMoWa4e2MDgTWElwNb8ke1mwsiV {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #dcZmSiXopmaCxdgTzNGWI8XsvWOWKKly {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #HsQKczMcE6haNvfMDd4FM3sh2wXWzb4x {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #OmtsVvCOfsQSAgOAcnD7Iyg3DGilR8e2 {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #ahDROAkg28GIlsyhUtdzoC6VsJeuK2Ku {  }
#niulPzb19UNFE1m7a2GoM4ElLRR5pi5X #z8cWAlEufOfLTgXdyOOam0cJsKpWLTdw {  }
#pU42x38KTJ68mnN6MIOUoeg2B28cm2JR { width:19.875rem;height:23rem;top:29.8125rem;left:0rem;display:block; }
#ky3pEib4hISx506rQF1Sb13FIz66pGPU { background-color:#d8a7b1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container { background-color: transparent; background-image: none; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container > .video-iframe-container { display: none; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row > .video-iframe-container { display: none; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .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); }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container { width:20rem;height:40.875rem;position:relative;display:block; }#SPDbmsuFNhoLDIrdGNxMJFlao1cJN70G { width:20rem;height:2rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#iv0cTRkhKd8dGa0OWTeX1FRxEKQzd2xX { width:20rem;height:4.5rem;top:7rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#ToXXGUNBqez9GL4l1x5hZhuW0TIw3HS5 { display:flex;width:1.25rem;height:1.25rem;top:38.1875rem;left:9.375rem;z-index:15008; }
#zAygtFyHXXnkFnXkkQGTspbGace1egP9 { display:flex;width:3.25rem;height:3.25rem;top:26.125rem;left:8.375rem; }
#hNJtyXedCmN1dhpaKL7SmI5pp5yyJFbA { display:flex;width:3.25rem;height:3.25rem;top:18.25rem;left:8.375rem; }
#r6Gl05n6nsTN86lng43kbLog93CmZauW { width:18.75rem;height:1.5rem;top:22.5rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#boenMDSkrW5rZw208LOHPS7uM2V16Q2J { width:18.75rem;height:1.5rem;top:31.46875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#p76cZGXtAOUQ4dPFuaCoO3e4pRMRUtdz { width:19.875rem;height:23.5rem;top:15.125rem;left:0rem;z-index:14997;display:block; }
#hhX80p149HfDRXDAwlNEc9KT7dNvMIqf { display:block; }#hhX80p149HfDRXDAwlNEc9KT7dNvMIqf > .row .container { width:20rem;height:26.5rem;position:relative;display:block; }#acxsAnkiJXgFEdbnm4hkx40dAQ8JaC6W { width:20rem;height:1.3125rem;top:10.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#GF8ED3m0GGmVJeqkepgRQBG33DdHko7Z { display:flex;width:2.375rem;height:2.375rem;top:5.3125rem;left:5.8125rem;font-size:1.625rem; }
#PDVnWa5ipJuklTGQ8aTO5Dnpu4ALq65U { display:flex;width:2.375rem;height:2.375rem;top:5.25rem;left:8.8125rem;font-size:1.625rem; }
#ySeFt06qQFB6t4v34hVVKEpo3q1HTH2v { display:flex;width:2rem;height:2rem;top:5.5rem;left:12.125rem;font-size:1.375rem; }
#KROx4NKP7tJaUK0aWSH31mag2cmQMgNC { width:10rem;height:3rem;top:20.3125rem;left:5rem;display:block; }
#nozHMTvFK27W8R5JQMNe3tWvLNc6EdK2 { display:block; }
#lqNEb7yTCv7bsRQygMg7X2x3UnSrPbhT { width:4.75rem;height:4.75rem;top:0rem;left:7.625rem;overflow:hidden;display:block; }
#vgkRw6ekMhf2PQAQPJGvaChdWWTvkfGt { width:10rem;height:3rem;top:17.3125rem;left:5rem;display:block; }
#zWzMkUbJ7tTXcfzpd9yDM4mcJrLPTA4o { display:block; }
#L0k1cgBmNvHPOdkgE1RvpN5UCPRL0xn9 { width:10rem;height:3rem;top:14.375rem;left:5rem;display:block; }
#qqVFVgSP8vIUykyJB8G0O0Z6EUwOmzwE { display:block; }
