.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCFwlBB6trcT13uyIbrJrz9nru0FzOep { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#PCFwlBB6trcT13uyIbrJrz9nru0FzOep > .row .container { background-color: transparent; background-image: none; }#PCFwlBB6trcT13uyIbrJrz9nru0FzOep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCFwlBB6trcT13uyIbrJrz9nru0FzOep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCFwlBB6trcT13uyIbrJrz9nru0FzOep > .row .container > .video-iframe-container { display: none; }#PCFwlBB6trcT13uyIbrJrz9nru0FzOep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCFwlBB6trcT13uyIbrJrz9nru0FzOep > .row > .video-iframe-container { display: none; }#PCFwlBB6trcT13uyIbrJrz9nru0FzOep > .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); }#PCFwlBB6trcT13uyIbrJrz9nru0FzOep > .row .container { border-width: 0; border-radius: 0; }#PCFwlBB6trcT13uyIbrJrz9nru0FzOep > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PCFwlBB6trcT13uyIbrJrz9nru0FzOep > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#N2AzVccRlSb43RwL4TPtRx6WNhux6d2K { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e73968;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:35.562501907349rem;display:block; }
#ceepkDRyKgzfpTmBX4LOpGHBVgF0K9ho { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STbBfCHdrF8E8wSS5e1dIhxrRvqN7iaP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:10.1875rem;top:1.65625rem;left:1.7507820129394rem;overflow:hidden;display:block; }
#pxEGAQ7h7vtsHoodJy6WV97RW5CUiuCA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e73968;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:42.062501907349rem;display:block; }
#c7asVQQobr1yJ9l7JGkXB4ASLoagJacI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HyLpTFRHmrrvGre9uEPIawb5tHznpvAz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e73968;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:47.936719894409rem;display:block; }
#QuPZ4C20vlzG6kkBgax4KbdB5DZlFmi9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wOXwDqwoAUSRICzOGVfmaa2xQ15ASxfh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e73968;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.21875rem;left:53.499998092651rem;display:block; }
#gaScBao7TZ0wmhaDV5EpNrBQZkESLnqq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e73968;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;z-index:auto;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:block; }#HASihgSuTAxAiZ7VlnQRZwQroA3TS5nT { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:18.5625rem;left:4.625rem;height:5.5rem;font-style:normal;display:block; }
#lsI3xTPnbb9KfNQ9mb7xTMgBHHApvxt3 { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:26.375rem;left:4.625rem;height:7.5546875rem;font-style:normal;display:block; }
#kBOpWruXULQJLWBV3k1cs8WsH55h7mzd { box-sizing:content-box;height:2.875rem;width:20.5rem;position:absolute;display:block;z-index:15000;background-color:#f2a4bb;background-image:none;top:31.4375rem;left:4.3125rem;display:block; }
#nteBFrrANwMXhmbLMa8Po2Ed2vJMkCND { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:"open sans";font-size:6.4375rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:7.375rem;left:4.3125rem;height:6.4375rem;font-style:normal;display:block; }
#zAXcHdTTv4l9H9sdisTB751G6XsT7k40 { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:"open sans";font-size:6.4375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.375rem;left:29.25rem;height:6.4375rem;font-style:normal;display:block; }
#xW0uL9SbOIp4qpRaLmSe8QsgydQ21vEB { 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:26.875rem;width:19.3125rem;top:9.375rem;left:35.500001907349rem;overflow:hidden;display:block; }
#A2vWPd5BUceHGF1S9tRDSPfIynP23ha7 { background-color:#cdd622;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.437500476837rem;left:4.09375rem;display:block; }
#PA2bWL9S7CDa94uMVEKXB5v4TDd8KcXa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#APKfLf1vAgRsVPARNiX4W67Ba2DyRTiF { background-color:#cdd622;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.437500476837rem;left:23.924478530884rem;display:block; }
#uOWRRKd5vSZIkSyeFa0MTENIzXTeLTnE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wOZ4aZRNvysi87clLlTVO1HKyTEV2sKv { background-color:#cdd622;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.4375rem;left:43.187501907349rem;display:block; }
#O91FoTSDszFFkOcz6CKkLbX3VM32RImn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c6021f0-a7ab-4147-8db2-57032595bde4/pexelsfauxels3183197.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id.adaptive-delivery-prevent-bg, #GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id.lazyload, #GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id.lazyloading { background-image: none; }#GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id > .row .container { background-color: transparent; background-image: none; }#GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id > .row .container > .video-iframe-container { display: none; }#GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id > .row > .video-iframe-container { display: none; }#GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id > .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); }#GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id > .row .container { border-width: 0; border-radius: 0; }#GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:60rem;position:relative;display:block; }#ZdyqiSt3gC5gHIOUDbtKNMR0uQNQG7yB { position:absolute;display:block;z-index:15000;background-color:#cdd622;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.25rem;width:15.0625rem;top:11.6875rem;left:0rem;display:block; }
#Mnx5hyJHHApTJ7h6P4qbiFNh5TpLsoQW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.8125rem;width:6.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:7.6875rem;left:4.125rem; }
#NA06MLdbBg1tEX6TtwvoTzkWuthCTXTV { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.687499523163rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A1ITExmC2CCPqr53d6i26a2RmZJhDy06 { color:#f9f9f9;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:23.750000476837rem;left:1.25rem;height:11.1944375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rUJXDzxPoNnlwHeH8LrPSsfEziNmSGkg { position:absolute;display:block;z-index:15006;background-color:#f2a4bb;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.1875rem;width:15.0625rem;top:11.75rem;left:15.000001907349rem;display:block; }
#r4S4xVzFEgO4T8XQ7JIHV3X6itE3XxKD { box-sizing:content-box;height:14.5625rem;width:14.4375rem;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:15015;background-color:#ffffff;background-image:none;top:3.8125rem;left:15.281251907349rem;box-shadow: 0.0625rem 0rem 0.5625rem rgba(242,164,187,0.32) ;display:block; }
#RuM3azlXpl2wD1Zrez3kMAgR5gbKSdvi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:8.2187504768369rem;left:19.625001907349rem; }
#Uk7QtOEeQSMS3rZTD3UwTtKwyEuD5trw { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.500000476837rem;left:15.000001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRq9XBTpz2HtfE5ZLEwzGOphKDzWfZzz { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:23.750000476837rem;left:16.156251907349rem;height:18.191rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hJczXeoz8b3UDdTGLoxu02BTX6dRsglr { position:absolute;display:block;z-index:15008;background-color:#e73968;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.1875rem;width:15.0625rem;top:11.75rem;left:30.000001907349rem;display:block; }
#q1LEJIpGHgXKTvGuq3D5T32sML43FVq5 { box-sizing:content-box;height:14.5625rem;width:14.4375rem;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:15016;background-color:#ffffff;background-image:none;top:3.8125rem;left:30.281251907349rem;box-shadow: 0.0625rem 0rem 0.5625rem rgba(242,164,187,0.32) ;display:block; }
#hVmrb7w4SPGC9NfCTGcG5tCPdk0ZThaV { box-sizing:content-box;height:14.5625rem;width:14.4375rem;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:15001;background-color:#ffffff;background-image:none;top:3.8125rem;left:0.28125rem;box-shadow: 0.0625rem 0rem 0.5625rem rgba(242,164,187,0.32) ;display:block; }
#LfxMCUMqLXM2Fvkxp2sSxIiVhzy0UDDw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.5937504768369rem;left:35.000001907349rem; }
#vL7neTgI2FLBBWC07RXU3Wb5yh7obKIq { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.499999523163rem;left:30.156251907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJPT8wGInd29rTqlXLb96ExeXKZ42Vn6 { color:#f9f9f9;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:24.376736164093rem;left:31.750001907349rem;height:6.9965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Td8wzAqTltp97ECGMwpMKazXzdgmEnoB { box-sizing:content-box;height:14.5625rem;width:14.4375rem;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:15018;background-color:#ffffff;background-image:none;top:4.3749978542328rem;left:45.281251907349rem;box-shadow: 0.0625rem 0rem 0.5625rem rgba(242,164,187,0.32) ;display:block; }
#kQDcQ6KhuavOQzKggltQh59IFy4yAc2Q { position:absolute;display:block;z-index:15010;background-color:#f9f9f9;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:15.0625rem;top:11.75rem;left:44.937501907349rem;display:block; }
#Jt7JwTiJfMF6V1732PgkSo3Hoxd6AUuI { color:#585858;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:24.435764789581rem;left:46.812501907349rem;height:11.1944375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w0e49ZW8uTAF5gCDi1lyLqCJTzWTFoco { color:#585858;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.406250476837rem;left:45.000001907349rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GP2slix2PzothH0HPkpK6HgKmXA3wON8 { 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:6.875rem;width:6.875rem;top:8.2187509536744rem;left:49.062501907349rem;overflow:hidden;display:block; }
#sBI8IAypRunwpcutItnyle43isgviIBP { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.9375rem;top:37.0625rem;left:46.031251907349rem;overflow:hidden;display:block; }
#p9RX1J2BoLLy8J4tQvt84ul0E5Egi0Wp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2a4bb;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; }#p9RX1J2BoLLy8J4tQvt84ul0E5Egi0Wp > .row .container { background-color: transparent; background-image: none; }#p9RX1J2BoLLy8J4tQvt84ul0E5Egi0Wp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9RX1J2BoLLy8J4tQvt84ul0E5Egi0Wp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9RX1J2BoLLy8J4tQvt84ul0E5Egi0Wp > .row .container > .video-iframe-container { display: none; }#p9RX1J2BoLLy8J4tQvt84ul0E5Egi0Wp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9RX1J2BoLLy8J4tQvt84ul0E5Egi0Wp > .row > .video-iframe-container { display: none; }#p9RX1J2BoLLy8J4tQvt84ul0E5Egi0Wp > .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); }#p9RX1J2BoLLy8J4tQvt84ul0E5Egi0Wp > .row .container { border-width: 0; border-radius: 0; }#p9RX1J2BoLLy8J4tQvt84ul0E5Egi0Wp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9RX1J2BoLLy8J4tQvt84ul0E5Egi0Wp > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:60rem;position:relative;display:block; }#TSH4umANy3uPlcRt28aCcBoPBmlNSevF { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:26.25rem;width:47.4375rem;top:5.25rem;left:5.8125rem;display:block; }
#VH0L7ZpMqtgavCa8k4TlMcOvS7L0gpbR { position:absolute;display:block;z-index:15026;background-color:#f9f9f9;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:19.875rem;left:4.8125rem;display:block; }
#JqLuhosuzWS8l2PzxEnaIS6cdp80rK78 { position:absolute;display:block;z-index:15025;background-color:#e73968;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:15.625rem;left:4.8125rem;display:block; }
#sUSyPi1w9vNT11QwinosGJP5UOhdnkEM { color:#e73968;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:4.6875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N9knOQXlQuq7xPFTTeaPSEHk1kk0OK2s { border-top:0.3125rem solid #333333;border-left:0;border-right:0;border-bottom:0;background-color:#e73968;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; }#N9knOQXlQuq7xPFTTeaPSEHk1kk0OK2s > .row .container { background-color: transparent; background-image: none; }#N9knOQXlQuq7xPFTTeaPSEHk1kk0OK2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9knOQXlQuq7xPFTTeaPSEHk1kk0OK2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9knOQXlQuq7xPFTTeaPSEHk1kk0OK2s > .row .container > .video-iframe-container { display: none; }#N9knOQXlQuq7xPFTTeaPSEHk1kk0OK2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9knOQXlQuq7xPFTTeaPSEHk1kk0OK2s > .row > .video-iframe-container { display: none; }#N9knOQXlQuq7xPFTTeaPSEHk1kk0OK2s > .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); }#N9knOQXlQuq7xPFTTeaPSEHk1kk0OK2s > .row .container { border-width: 0; border-radius: 0; }#N9knOQXlQuq7xPFTTeaPSEHk1kk0OK2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9knOQXlQuq7xPFTTeaPSEHk1kk0OK2s > .row .container { font-size:0.875rem;font-family:arial;height:17.45rem;width:60rem;position:relative;display:block; }#I9oIdgyVz7v4CvpqKwJCOqdvrlKmD6oH { position:absolute;display:block;z-index:15007;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:12.875000953674rem;left:0rem;display:block; }
#GOs7DuGsTycZiMdAuryX9lnSMX1TWRqx { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:4.9375009536743rem;left:0rem;height:2.1rem;font-style:normal;display:block; }
#d7k1nMKyHUTQEinZXKqwbT4E4VFlh7LO { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.0625rem;left:36.562501907349rem;height:1.225rem;font-style:normal;display:block; }
#r7HRX2C25fce7kn3u9VwhN4OvlVEAU99 { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:5.0625rem;left:19.687501907349rem;height:1.225rem;font-style:normal;display:block; }
#TIOdQgAMwawICwoRyXVi2Pnw7zmATtoi { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:11.187500953674rem;left:0rem;height:1.05rem;font-style:normal;display:block; }
#kmpop03gT36TBZ1SmBftyTd5iK4TAN1m { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:2.6875rem;left:17.687501907349rem;height:1.05rem;font-style:normal;display:block; }
#U8kawR2gsuZcxGN4wD49Dl0Vdv6GAIgA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:4.9375rem;left:17.687501907349rem; }
#ZdpVbwQbkdA4tcvrGsJWuvdLt6yVQQhg { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:4.9375rem;left:34.812501907349rem; }
#poFt0cwB4tPTf0yEQvp0Iv96NUA0e54G { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:13.312500953674rem;left:0.4375rem; }
#poFt0cwB4tPTf0yEQvp0Iv96NUA0e54G > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#IwZwFnMPa0ADAGnzQmE1O8Og78eUe42s { position:absolute;display:block;z-index:15008;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:12.875000953674rem;left:4.375rem;display:block; }
#KAKPHvJKPMQCTQ7qMFEIOs9JzNT03Iv6 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:4.0625rem;top:1.9125013351441rem;left:0rem;overflow:hidden;display:block; }
#k24vmhm63wVyARJWM1wBZ0Tzk8wgwgB7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.46875rem;left:4.96875rem; }
#k24vmhm63wVyARJWM1wBZ0Tzk8wgwgB7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#CSaT8hvWJKTwTFQRlm6VqyFIrCPVgi7T { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:6.66171836853rem;left:0rem;height:2.275rem;font-style:normal;display:block; }
#Wfy40eJW15fpIqvQKQQEutZqNDTuEVON { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:35.625rem;top:13.749219894409rem;left:16.87343788147rem;overflow:hidden;display:block; }
#WbaZaceUfwBxUsfCo980OJXQqy8xPOu6 { color:#ffffff;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:11.79921913147rem;left:17.18593788147rem;height:0.75rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PCFwlBB6trcT13uyIbrJrz9nru0FzOep { display:block; }#PCFwlBB6trcT13uyIbrJrz9nru0FzOep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2AzVccRlSb43RwL4TPtRx6WNhux6d2K { width:6.5rem;height:2.1875rem;top:1.1875rem;left:29.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceepkDRyKgzfpTmBX4LOpGHBVgF0K9ho { display:block; }
 }@media only screen and (max-width: 763px) { #STbBfCHdrF8E8wSS5e1dIhxrRvqN7iaP { width:10.1875rem;height:1.3125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxEGAQ7h7vtsHoodJy6WV97RW5CUiuCA { width:6.5rem;height:2.1875rem;top:1.1875rem;left:35.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7asVQQobr1yJ9l7JGkXB4ASLoagJacI { display:block; }
 }@media only screen and (max-width: 763px) { #HyLpTFRHmrrvGre9uEPIawb5tHznpvAz { width:6.5rem;height:2.1875rem;top:1.1875rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuPZ4C20vlzG6kkBgax4KbdB5DZlFmi9 { display:block; }
 }@media only screen and (max-width: 763px) { #wOXwDqwoAUSRICzOGVfmaa2xQ15ASxfh { width:6.5rem;height:2.1875rem;top:1.1875rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaScBao7TZ0wmhaDV5EpNrBQZkESLnqq { display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HASihgSuTAxAiZ7VlnQRZwQroA3TS5nT { top:18.5625rem;left:0rem;width:24.625rem;height:5.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsI3xTPnbb9KfNQ9mb7xTMgBHHApvxt3 { top:26.375rem;left:0rem;width:22.75rem;height:7.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBOpWruXULQJLWBV3k1cs8WsH55h7mzd { top:31.4375rem;left:0rem;width:20.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nteBFrrANwMXhmbLMa8Po2Ed2vJMkCND { top:7.375rem;left:0rem;width:27.0625rem;height:6.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAXcHdTTv4l9H9sdisTB751G6XsT7k40 { top:7.375rem;left:21.3125rem;width:26.4375rem;height:6.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW0uL9SbOIp4qpRaLmSe8QsgydQ21vEB { top:9.375rem;left:28.4375rem;width:19.3125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2vWPd5BUceHGF1S9tRDSPfIynP23ha7 { width:19.0625rem;height:3.4375rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA2bWL9S7CDa94uMVEKXB5v4TDd8KcXa { display:block; }
 }@media only screen and (max-width: 763px) { #APKfLf1vAgRsVPARNiX4W67Ba2DyRTiF { width:18.125rem;height:3.4375rem;top:38.4375rem;left:17.799478530884rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOWRRKd5vSZIkSyeFa0MTENIzXTeLTnE { display:block; }
 }@media only screen and (max-width: 763px) { #wOZ4aZRNvysi87clLlTVO1HKyTEV2sKv { width:14.8125rem;height:3.4375rem;top:38.4375rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O91FoTSDszFFkOcz6CKkLbX3VM32RImn { display:block; }
 }@media only screen and (max-width: 763px) { #GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id { display:block; }#GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdyqiSt3gC5gHIOUDbtKNMR0uQNQG7yB { top:11.6875rem;left:0rem;width:15.0625rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnx5hyJHHApTJ7h6P4qbiFNh5TpLsoQW { top:7.6875rem;left:2.59375rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA06MLdbBg1tEX6TtwvoTzkWuthCTXTV { width:15.1875rem;height:3.25rem;top:19.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1ITExmC2CCPqr53d6i26a2RmZJhDy06 { width:12.5rem;height:11.1875rem;top:23.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUJXDzxPoNnlwHeH8LrPSsfEziNmSGkg { top:11.75rem;left:8.8125rem;width:15.0625rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4S4xVzFEgO4T8XQ7JIHV3X6itE3XxKD { top:3.8125rem;left:9.4375rem;width:14.4375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuM3azlXpl2wD1Zrez3kMAgR5gbKSdvi { top:8.1875rem;left:15.031251907349rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk7QtOEeQSMS3rZTD3UwTtKwyEuD5trw { width:15.0625rem;height:1.625rem;top:20.5rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRq9XBTpz2HtfE5ZLEwzGOphKDzWfZzz { width:12.6875rem;height:18.1875rem;top:23.75rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJczXeoz8b3UDdTGLoxu02BTX6dRsglr { top:11.75rem;left:20.75rem;width:15.0625rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1LEJIpGHgXKTvGuq3D5T32sML43FVq5 { top:3.8125rem;left:21.375rem;width:14.4375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVmrb7w4SPGC9NfCTGcG5tCPdk0ZThaV { top:3.8125rem;left:0rem;width:14.4375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfxMCUMqLXM2Fvkxp2sSxIiVhzy0UDDw { top:8.5625rem;left:27.343751907349rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL7neTgI2FLBBWC07RXU3Wb5yh7obKIq { width:14.9375rem;height:1.625rem;top:20.4375rem;left:21.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJPT8wGInd29rTqlXLb96ExeXKZ42Vn6 { width:11.5rem;height:6.9375rem;top:24.375rem;left:24.093751907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td8wzAqTltp97ECGMwpMKazXzdgmEnoB { top:4.3125rem;left:33.3125rem;width:14.4375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQDcQ6KhuavOQzKggltQh59IFy4yAc2Q { top:11.75rem;left:20.75rem;width:15.0625rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt7JwTiJfMF6V1732PgkSo3Hoxd6AUuI { width:11.375rem;height:11.1875rem;top:24.375rem;left:36.093751907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0e49ZW8uTAF5gCDi1lyLqCJTzWTFoco { width:14.9375rem;height:3.25rem;top:20.375rem;left:32.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP2slix2PzothH0HPkpK6HgKmXA3wON8 { top:8.1875rem;left:38.343751907349rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBI8IAypRunwpcutItnyle43isgviIBP { top:37.0625rem;left:34.8125rem;width:12.9375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9RX1J2BoLLy8J4tQvt84ul0E5Egi0Wp { display:block; }#p9RX1J2BoLLy8J4tQvt84ul0E5Egi0Wp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSH4umANy3uPlcRt28aCcBoPBmlNSevF { width:47.4375rem;height:26.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH0L7ZpMqtgavCa8k4TlMcOvS7L0gpbR { top:19.875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqLuhosuzWS8l2PzxEnaIS6cdp80rK78 { top:15.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUSyPi1w9vNT11QwinosGJP5UOhdnkEM { width:47.75rem;height:6.0625rem;top:0rem;left:0rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9knOQXlQuq7xPFTTeaPSEHk1kk0OK2s { display:block; }#N9knOQXlQuq7xPFTTeaPSEHk1kk0OK2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9oIdgyVz7v4CvpqKwJCOqdvrlKmD6oH { top:12.875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOs7DuGsTycZiMdAuryX9lnSMX1TWRqx { top:4.9375rem;left:0rem;width:10.9375rem;height:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7k1nMKyHUTQEinZXKqwbT4E4VFlh7LO { top:5.0625rem;left:30.437501907349rem;width:8.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7HRX2C25fce7kn3u9VwhN4OvlVEAU99 { top:5.0625rem;left:13.562501907349rem;width:10.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIOdQgAMwawICwoRyXVi2Pnw7zmATtoi { top:11.1875rem;left:0rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmpop03gT36TBZ1SmBftyTd5iK4TAN1m { top:2.6875rem;left:11.562501907349rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8kawR2gsuZcxGN4wD49Dl0Vdv6GAIgA { top:4.9375rem;left:11.562501907349rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdpVbwQbkdA4tcvrGsJWuvdLt6yVQQhg { top:4.9375rem;left:28.687501907349rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poFt0cwB4tPTf0yEQvp0Iv96NUA0e54G { top:13.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
#poFt0cwB4tPTf0yEQvp0Iv96NUA0e54G > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #IwZwFnMPa0ADAGnzQmE1O8Og78eUe42s { top:12.875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAKPHvJKPMQCTQ7qMFEIOs9JzNT03Iv6 { top:1.875rem;left:0rem;width:4.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k24vmhm63wVyARJWM1wBZ0Tzk8wgwgB7 { top:13.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#k24vmhm63wVyARJWM1wBZ0Tzk8wgwgB7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CSaT8hvWJKTwTFQRlm6VqyFIrCPVgi7T { top:6.625rem;left:0rem;width:10.8125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfy40eJW15fpIqvQKQQEutZqNDTuEVON { top:13.6875rem;left:10.74843788147rem;width:35.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbaZaceUfwBxUsfCo980OJXQqy8xPOu6 { top:11.75rem;left:11.06093788147rem;width:30.125rem;height:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PCFwlBB6trcT13uyIbrJrz9nru0FzOep { position:relative;z-index:auto;display:block; }#PCFwlBB6trcT13uyIbrJrz9nru0FzOep > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2AzVccRlSb43RwL4TPtRx6WNhux6d2K { width:4.4375rem;height:2.1875rem;top:3.75rem;left:0.42421871423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceepkDRyKgzfpTmBX4LOpGHBVgF0K9ho { display:block; }
 }@media only screen and (max-width: 763px) { #STbBfCHdrF8E8wSS5e1dIhxrRvqN7iaP { width:9.5625rem;height:1.25rem;top:1.78125rem;left:8.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxEGAQ7h7vtsHoodJy6WV97RW5CUiuCA { width:5.5625rem;height:2.1875rem;top:3.75rem;left:5.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7asVQQobr1yJ9l7JGkXB4ASLoagJacI { display:block; }
 }@media only screen and (max-width: 763px) { #HyLpTFRHmrrvGre9uEPIawb5tHznpvAz { width:5.4375rem;height:2.1875rem;top:3.75rem;left:10.187500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuPZ4C20vlzG6kkBgax4KbdB5DZlFmi9 { display:block; }
 }@media only screen and (max-width: 763px) { #wOXwDqwoAUSRICzOGVfmaa2xQ15ASxfh { width:4.4375rem;height:2.1875rem;top:3.75rem;left:15.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaScBao7TZ0wmhaDV5EpNrBQZkESLnqq { display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:transparent;background-image:url("https://images.assets-landingi.com/x5DLTEjq/bg1_hd.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #e73968; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #e73968; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HASihgSuTAxAiZ7VlnQRZwQroA3TS5nT { width:17.6875rem;height:4rem;top:7.25rem;left:1.7500001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsI3xTPnbb9KfNQ9mb7xTMgBHHApvxt3 { width:16rem;height:5.84895625rem;top:12.512500286102rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBOpWruXULQJLWBV3k1cs8WsH55h7mzd { width:15.625rem;height:1.75rem;top:16.625000417232rem;left:1.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nteBFrrANwMXhmbLMa8Po2Ed2vJMkCND { width:8.1875rem;height:2.25rem;top:2.0625rem;left:1.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAXcHdTTv4l9H9sdisTB751G6XsT7k40 { width:8.5625rem;height:2.25rem;top:2.0625rem;left:9.9250005483625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW0uL9SbOIp4qpRaLmSe8QsgydQ21vEB { width:14.875rem;height:20.6875rem;top:14.699999809265rem;left:3.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2vWPd5BUceHGF1S9tRDSPfIynP23ha7 { width:19rem;height:3.4375rem;top:36.637500762939rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA2bWL9S7CDa94uMVEKXB5v4TDd8KcXa { display:block; }
 }@media only screen and (max-width: 763px) { #APKfLf1vAgRsVPARNiX4W67Ba2DyRTiF { width:19rem;height:3.4375rem;top:41.324996948243rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOWRRKd5vSZIkSyeFa0MTENIzXTeLTnE { display:block; }
 }@media only screen and (max-width: 763px) { #wOZ4aZRNvysi87clLlTVO1HKyTEV2sKv { width:18.375rem;height:3.4375rem;top:46.012153625488rem;left:0.81250011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #O91FoTSDszFFkOcz6CKkLbX3VM32RImn { display:block; }
 }@media only screen and (max-width: 763px) { #GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id { display:block; }#GPfXiGSWQ2t6fSdcMlCXBf7kE5G2S4Id > .row .container { width:20rem;height:146.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdyqiSt3gC5gHIOUDbtKNMR0uQNQG7yB { width:15.0625rem;height:30.625rem;top:8.0625002384187rem;left:2.4375001192093rem;background-color:#cdd622;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Mnx5hyJHHApTJ7h6P4qbiFNh5TpLsoQW { display:flex;width:6.8125rem;height:6.8125rem;top:5.0000002384186rem;left:6.5937501192094rem; }
 }@media only screen and (max-width: 763px) { #NA06MLdbBg1tEX6TtwvoTzkWuthCTXTV { width:15.1875rem;height:3.25rem;top:17.750000238419rem;left:2.4062501192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1ITExmC2CCPqr53d6i26a2RmZJhDy06 { width:12.5rem;height:12.59375rem;top:21.875000238419rem;left:3.7500001192093rem;text-align:justify;text-align-last:initial;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rUJXDzxPoNnlwHeH8LrPSsfEziNmSGkg { width:15.0625rem;height:33.1875rem;top:44rem;left:2.4375rem;background-color:#e73968;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #r4S4xVzFEgO4T8XQ7JIHV3X6itE3XxKD { width:15.3125rem;height:15.4375rem;top:36.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuM3azlXpl2wD1Zrez3kMAgR5gbKSdvi { display:flex;width:5.75rem;height:5.75rem;top:41.1875rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #Uk7QtOEeQSMS3rZTD3UwTtKwyEuD5trw { width:15.0625rem;height:1.625rem;top:52.75rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aRq9XBTpz2HtfE5ZLEwzGOphKDzWfZzz { width:12.6875rem;height:18.191rem;top:56rem;left:3.625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hJczXeoz8b3UDdTGLoxu02BTX6dRsglr { width:15.0625rem;height:23.5rem;top:82.5rem;left:2.4375rem;background-color:#f2a4bb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #q1LEJIpGHgXKTvGuq3D5T32sML43FVq5 { width:14.9375rem;height:15.0625rem;top:75.125rem;left:2.5164170971331rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVmrb7w4SPGC9NfCTGcG5tCPdk0ZThaV { width:15.3125rem;height:15.4375rem;top:0.6875rem;left:2.3437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfxMCUMqLXM2Fvkxp2sSxIiVhzy0UDDw { display:flex;width:5rem;height:5rem;top:79.9375rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #vL7neTgI2FLBBWC07RXU3Wb5yh7obKIq { width:14.9375rem;height:1.625rem;top:92.25rem;left:2.5312501192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJPT8wGInd29rTqlXLb96ExeXKZ42Vn6 { width:11.5rem;height:6.9965rem;top:95.595490455625rem;left:4.2500001192093rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td8wzAqTltp97ECGMwpMKazXzdgmEnoB { width:15.125rem;height:15.25rem;top:103.5rem;left:2.4681913750162rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQDcQ6KhuavOQzKggltQh59IFy4yAc2Q { width:15.0625rem;height:31.25rem;top:111.87499830127rem;left:2.5000001192093rem;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Jt7JwTiJfMF6V1732PgkSo3Hoxd6AUuI { width:11.375rem;height:11.1944375rem;top:124.5625rem;left:4.375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #w0e49ZW8uTAF5gCDi1lyLqCJTzWTFoco { width:14.9375rem;height:3.25rem;top:120.5rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #GP2slix2PzothH0HPkpK6HgKmXA3wON8 { width:6.875rem;height:6.875rem;top:107.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBI8IAypRunwpcutItnyle43isgviIBP { width:12.9375rem;height:6.25rem;top:136.93055534363rem;left:3.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9RX1J2BoLLy8J4tQvt84ul0E5Egi0Wp { display:block; }#p9RX1J2BoLLy8J4tQvt84ul0E5Egi0Wp > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSH4umANy3uPlcRt28aCcBoPBmlNSevF { width:20rem;height:10.759162303665rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH0L7ZpMqtgavCa8k4TlMcOvS7L0gpbR { width:12.5rem;height:12.5rem;top:8.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqLuhosuzWS8l2PzxEnaIS6cdp80rK78 { width:12.5rem;height:12.5rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUSyPi1w9vNT11QwinosGJP5UOhdnkEM { width:20rem;height:2.599825rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9knOQXlQuq7xPFTTeaPSEHk1kk0OK2s { display:block; }#N9knOQXlQuq7xPFTTeaPSEHk1kk0OK2s > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9oIdgyVz7v4CvpqKwJCOqdvrlKmD6oH { width:3.0625rem;height:3.0625rem;top:19.375rem;left:6.3749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOs7DuGsTycZiMdAuryX9lnSMX1TWRqx { width:6.5rem;height:1.225rem;top:6.0625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7k1nMKyHUTQEinZXKqwbT4E4VFlh7LO { width:9.375rem;height:1.4rem;top:14.625rem;left:6.4374998807906rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7HRX2C25fce7kn3u9VwhN4OvlVEAU99 { width:11.375rem;height:1.4rem;top:12.75rem;left:4.3749998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIOdQgAMwawICwoRyXVi2Pnw7zmATtoi { width:20rem;height:1.05rem;top:17.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmpop03gT36TBZ1SmBftyTd5iK4TAN1m { width:20rem;height:1.05rem;top:10.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8kawR2gsuZcxGN4wD49Dl0Vdv6GAIgA { width:1.5625rem;height:1.5625rem;top:12.6875rem;left:2.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdpVbwQbkdA4tcvrGsJWuvdLt6yVQQhg { width:1.5625rem;height:1.5625rem;top:14.5625rem;left:4.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #poFt0cwB4tPTf0yEQvp0Iv96NUA0e54G { width:2.1875rem;height:2.1875rem;top:19.8125rem;left:6.8124998807906rem;display:block; }
#poFt0cwB4tPTf0yEQvp0Iv96NUA0e54G > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #IwZwFnMPa0ADAGnzQmE1O8Og78eUe42s { width:3.0625rem;height:3.0625rem;top:19.375rem;left:10.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAKPHvJKPMQCTQ7qMFEIOs9JzNT03Iv6 { width:5.75rem;height:2.5625rem;top:2.2375001907349rem;left:1.4242187738419rem;display:block; }
 }@media only screen and (max-width: 763px) { #k24vmhm63wVyARJWM1wBZ0Tzk8wgwgB7 { display:flex;width:1.875rem;height:1.875rem;top:20rem;left:11.187500357628rem; }
#k24vmhm63wVyARJWM1wBZ0Tzk8wgwgB7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CSaT8hvWJKTwTFQRlm6VqyFIrCPVgi7T { width:10.8125rem;height:2.275rem;top:7.3125rem;left:1.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wfy40eJW15fpIqvQKQQEutZqNDTuEVON { width:19rem;height:0.9375rem;top:25.787498474121rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbaZaceUfwBxUsfCo980OJXQqy8xPOu6 { width:17.5625rem;height:0.6875rem;top:24.6875rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }