.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/434343d4-a95a-4b77-a1c7-6aa2a06ca3f3/CocoGothicPROAlternateLight8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#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); }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/212baa1f-26b9-42c1-9a10-4246b6b09adb/C023100_09_53_03Still032.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq.adaptive-delivery-prevent-bg, #JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq.lazyload, #JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq.lazyloading { background-image: none; }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .row .container { background-color: transparent; background-image: none; }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .row .container > .video-iframe-container { display: none; }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .row > .video-iframe-container { display: none; }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .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); }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .row .container { border-width: 0; border-radius: 0; }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#nICPdL40qXiJt6RXy54N5wXEKuERRy1D { color:#211d6d;display:block;width:20.25rem;position:absolute;font-family:coco-gothic-pro;font-size:1.375rem;font-weight:400;z-index:15065;line-height:1.5;letter-spacing:0;top:25.6875rem;left:2.78125rem;height:18.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mVkZJ4QyR2hUcqrxXQT0MPshx6n5degP { color:#211d69;display:block;width:19.8125rem;position:absolute;font-family:coco-gothic-pro;font-size:2.8125rem;font-weight:700;z-index:15064;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.76171875rem;left:3rem;height:11.25rem;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; }
#w6P7FwZbv4ooukT7tWSMJzFA9sCeT4N6 { box-sizing:content-box;height:22.3125rem;width:23.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(96,242,98,0.7);background-image:none;top:23.8125rem;left:1.09375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#Vu2ltnI038vaWVpzXllPMw7EpEuFOgEG { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:15.4375rem;top:1.3117188215256rem;left:43.91640663147rem;overflow:hidden;display:block; }
#MGUn8zdq6OGldDfEXUXHebTvgAP8ZidU { position:relative;display:block; }#MGUn8zdq6OGldDfEXUXHebTvgAP8ZidU { background-color: transparent; background-image: none; }#MGUn8zdq6OGldDfEXUXHebTvgAP8ZidU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGUn8zdq6OGldDfEXUXHebTvgAP8ZidU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGUn8zdq6OGldDfEXUXHebTvgAP8ZidU > .row .container > .video-iframe-container { display: none; }#MGUn8zdq6OGldDfEXUXHebTvgAP8ZidU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGUn8zdq6OGldDfEXUXHebTvgAP8ZidU > .row > .video-iframe-container { display: none; }#MGUn8zdq6OGldDfEXUXHebTvgAP8ZidU > .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); }#MGUn8zdq6OGldDfEXUXHebTvgAP8ZidU { border-width: 0; border-radius: 0; }#MGUn8zdq6OGldDfEXUXHebTvgAP8ZidU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MGUn8zdq6OGldDfEXUXHebTvgAP8ZidU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yf3xhhFuI2Doxc8Ov0ynm2Qeb6qJhTF2 { color:#211d6d;display:block;width:27.9375rem;position:absolute;font-family:coco-gothic-pro;font-size:2.125rem;font-weight:700;z-index:15064;line-height:1;letter-spacing:0;top:10.625rem;left:16.031251907349rem;height:6.375rem;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; }
#Tf242ko9XT66Hm7DTHeaBDgAdWTTaIaf { position:relative;display:block; }#Tf242ko9XT66Hm7DTHeaBDgAdWTTaIaf { background-color: transparent; background-image: none; }#Tf242ko9XT66Hm7DTHeaBDgAdWTTaIaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf242ko9XT66Hm7DTHeaBDgAdWTTaIaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf242ko9XT66Hm7DTHeaBDgAdWTTaIaf > .row .container > .video-iframe-container { display: none; }#Tf242ko9XT66Hm7DTHeaBDgAdWTTaIaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf242ko9XT66Hm7DTHeaBDgAdWTTaIaf > .row > .video-iframe-container { display: none; }#Tf242ko9XT66Hm7DTHeaBDgAdWTTaIaf > .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); }#Tf242ko9XT66Hm7DTHeaBDgAdWTTaIaf { border-width: 0; border-radius: 0; }#Tf242ko9XT66Hm7DTHeaBDgAdWTTaIaf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tf242ko9XT66Hm7DTHeaBDgAdWTTaIaf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EZd1ZkffCQNdKSSFCbgiXRAdEDn04qLg { box-sizing:content-box;height:10.25rem;width:10.25rem;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:15000;background-color:#79d0ec;background-image:none;top:1.19921875rem;left:4.875rem;display:block; }
#avbFOef5iIV4PtrNNOBA8akps9pQnzQ9 { box-sizing:content-box;height:10.25rem;width:10.25rem;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:#79d0ec;background-image:none;top:1.19921875rem;left:24.875001907349rem;display:block; }
#qkW86nzOnMDAZpXOntrQB6BgSfpu1S7W { box-sizing:content-box;height:10.25rem;width:10.25rem;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:15002;background-color:#79d0ec;background-image:none;top:1.19921875rem;left:44.875001907349rem;display:block; }
#SCeZZwZ4FCITpQPVsCZN3TWtbkN0yowm { color:#211d6d;display:block;width:11.375rem;position:absolute;font-family:coco-gothic-pro;font-size:1.0625rem;font-weight:700;z-index:15064;line-height:1;letter-spacing:0;top:12.712500572204rem;left:4.3125rem;height:1.0625rem;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; }
#imqB0lHbfzcGe971ygxV5PESe6d1703N { color:#211d6d;display:block;width:11.375rem;position:absolute;font-family:coco-gothic-pro;font-size:1.0625rem;font-weight:700;z-index:15065;line-height:1;letter-spacing:0;top:12.712500572204rem;left:44.312501907349rem;height:1.0625rem;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; }
#WwBhBzJrEHIsaqbpm3bKVgkJpLB2eMis { color:#211d6d;display:block;width:11.375rem;position:absolute;font-family:coco-gothic-pro;font-size:1.0625rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:12.712500572204rem;left:24.312501907349rem;height:1.0625rem;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; }
#hkn93tvSHg7J24ZiMJm9AleBoDPiwQEM { color:#211d6d;display:block;width:11.375rem;position:absolute;font-family:coco-gothic-pro;font-size:1.0625rem;font-weight:700;z-index:15065;line-height:1;letter-spacing:0;top:14.462500572204rem;left:4.3125rem;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; }
#cC5QoaEr03Tw0O0iGBmpEwZdRhFhmCAQ { color:#211d6d;display:block;width:11.375rem;position:absolute;font-family:coco-gothic-pro;font-size:1.0625rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:14.462500572204rem;left:24.312501907349rem;height:3.1875rem;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; }
#RNIgAi38gXPIlmcUam2W83EWOvOupoQK { color:#211d6d;display:block;width:11.375rem;position:absolute;font-family:coco-gothic-pro;font-size:1.0625rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:14.462500572204rem;left:44.312501907349rem;height:;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; }
#TuRTbVmzIMzOXUk4Cgv82Jr0UXCy4nP0 { position:absolute;display:block;z-index:15068;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.625rem;width:6.5625rem;top:3.01171875rem;left:6.71875rem;overflow:hidden;display:block; }
#TKw0b8dXI8ycOn6SWWid5pTtXGGkxvwB { position:absolute;display:block;z-index:15070;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.9375rem;width:7.8125rem;top:2.85546875rem;left:45.54062461853rem;overflow:hidden;display:block; }
#bwTJqVKvEQmVr8hTocAZMTHqF9xhp5aA { position:absolute;display:block;z-index:15071;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.375rem;width:6.5625rem;top:3.13671875rem;left:26.718751907349rem;overflow:hidden;display:block; }
#XElkGGQpSTSAJO3LayipwVTf7GJarEyU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bed16087-e7ee-44ad-a5fb-5a2d8691effc/DSC00793.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XElkGGQpSTSAJO3LayipwVTf7GJarEyU.adaptive-delivery-prevent-bg, #XElkGGQpSTSAJO3LayipwVTf7GJarEyU.lazyload, #XElkGGQpSTSAJO3LayipwVTf7GJarEyU.lazyloading { background-image: none; }#XElkGGQpSTSAJO3LayipwVTf7GJarEyU > .row .container { background-color: transparent; background-image: none; }#XElkGGQpSTSAJO3LayipwVTf7GJarEyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XElkGGQpSTSAJO3LayipwVTf7GJarEyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XElkGGQpSTSAJO3LayipwVTf7GJarEyU > .row .container > .video-iframe-container { display: none; }#XElkGGQpSTSAJO3LayipwVTf7GJarEyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XElkGGQpSTSAJO3LayipwVTf7GJarEyU > .row > .video-iframe-container { display: none; }#XElkGGQpSTSAJO3LayipwVTf7GJarEyU > .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); }#XElkGGQpSTSAJO3LayipwVTf7GJarEyU > .row .container { border-width: 0; border-radius: 0; }#XElkGGQpSTSAJO3LayipwVTf7GJarEyU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XElkGGQpSTSAJO3LayipwVTf7GJarEyU > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:60rem;position:relative;display:block; }#JQ6l6koq51peGq6kZpUxSqz96L7r9LkU { position:relative;display:block; }#JQ6l6koq51peGq6kZpUxSqz96L7r9LkU { background-color: transparent; background-image: none; }#JQ6l6koq51peGq6kZpUxSqz96L7r9LkU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQ6l6koq51peGq6kZpUxSqz96L7r9LkU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQ6l6koq51peGq6kZpUxSqz96L7r9LkU > .row .container > .video-iframe-container { display: none; }#JQ6l6koq51peGq6kZpUxSqz96L7r9LkU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQ6l6koq51peGq6kZpUxSqz96L7r9LkU > .row > .video-iframe-container { display: none; }#JQ6l6koq51peGq6kZpUxSqz96L7r9LkU > .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); }#JQ6l6koq51peGq6kZpUxSqz96L7r9LkU { border-width: 0; border-radius: 0; }#JQ6l6koq51peGq6kZpUxSqz96L7r9LkU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JQ6l6koq51peGq6kZpUxSqz96L7r9LkU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mT5UT8pC02updC2szw6zoW2L05wKCwRB { color:#60f262;display:block;width:50.9375rem;position:absolute;font-family:coco-gothic-pro;font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.390625rem;left:3.96875rem;height:4.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vrlGfTy68T6qIceu6tGwIvtTJMUTvBLa { position:relative;display:block; }#vrlGfTy68T6qIceu6tGwIvtTJMUTvBLa { background-color: transparent; background-image: none; }#vrlGfTy68T6qIceu6tGwIvtTJMUTvBLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrlGfTy68T6qIceu6tGwIvtTJMUTvBLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrlGfTy68T6qIceu6tGwIvtTJMUTvBLa > .row .container > .video-iframe-container { display: none; }#vrlGfTy68T6qIceu6tGwIvtTJMUTvBLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrlGfTy68T6qIceu6tGwIvtTJMUTvBLa > .row > .video-iframe-container { display: none; }#vrlGfTy68T6qIceu6tGwIvtTJMUTvBLa > .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); }#vrlGfTy68T6qIceu6tGwIvtTJMUTvBLa { border-width: 0; border-radius: 0; }#vrlGfTy68T6qIceu6tGwIvtTJMUTvBLa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vrlGfTy68T6qIceu6tGwIvtTJMUTvBLa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aVhMOZgqkaAWhkB1cgO1qNgGARhPa4a9 { color:#211d6d;display:block;width:35.375rem;position:absolute;font-family:coco-gothic-pro;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:12.3125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iLcCqBgUFtUicnwOrXtPGSp9QWBxTTSq { color:#211d6d;display:block;width:12.5rem;position:absolute;font-family:coco-gothic-pro;font-size:1.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.84375rem;left:23.750001907349rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qy7EDTn1s7X52iuI6fqamNTnQpZHCJ87 { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:coco-gothic-pro;font-size:2rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:10.875rem;left:29.25rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FD0mI7qVb8CZwTmtJ92tmokalic7qiHz { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:coco-gothic-pro;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.5rem;left:29.25rem;height:6.175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FFAcEN4OkZcs1TWVHWoZg2gRbeq0SqO8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;height:20.4375rem;width:22.5625rem;top:7.5625rem;left:5.5rem;overflow:hidden;display:block; }
#Z5Z7ZKnHVxfpvdDSdmwK0SDSRp7lqWeS { box-sizing:content-box;height:16.75rem;width:31.8125rem;position:absolute;display:block;z-index:14998;background-color:rgba(33,29,109,0.9);background-image:none;top:9.4375rem;left:22.6875rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;display:block; }
#MudyThC8XoSyH4riEwX0UPF2LlbZqUo6 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:11.875rem;top:22.050001144409rem;left:44.889844894409rem;overflow:hidden;display:block; }
#L50omXZCOp7hOomt2cQ9rutzbZ6bBSTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#L50omXZCOp7hOomt2cQ9rutzbZ6bBSTw > .row .container { background-color: transparent; background-image: none; }#L50omXZCOp7hOomt2cQ9rutzbZ6bBSTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L50omXZCOp7hOomt2cQ9rutzbZ6bBSTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L50omXZCOp7hOomt2cQ9rutzbZ6bBSTw > .row .container > .video-iframe-container { display: none; }#L50omXZCOp7hOomt2cQ9rutzbZ6bBSTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L50omXZCOp7hOomt2cQ9rutzbZ6bBSTw > .row > .video-iframe-container { display: none; }#L50omXZCOp7hOomt2cQ9rutzbZ6bBSTw > .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); }#L50omXZCOp7hOomt2cQ9rutzbZ6bBSTw > .row .container { border-width: 0; border-radius: 0; }#L50omXZCOp7hOomt2cQ9rutzbZ6bBSTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L50omXZCOp7hOomt2cQ9rutzbZ6bBSTw > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#hSuLTvGGui5CQT9udN3ZAOxysJWo3VOi { color:#211d6d;display:block;width:13.5rem;position:absolute;font-family:coco-gothic-pro;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6234378814698rem;left:3.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETAUrDEEWD9Qt7iRKfrTUKu94fX5lysQ { color:#211d6d;display:block;width:13.8125rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:7.6609382629394rem;left:3.09375rem;height:7.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D1A6TVMTtBZRecTVasIpkuenXqvq1diL { color:#211d6d;display:block;width:12.0625rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:7.6609382629394rem;left:23.968751907349rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HUzsWCiK71yZzEkmLrZqC7VawTVBWgbg { color:#211d6d;display:block;width:10.3125rem;position:absolute;font-family:coco-gothic-pro;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8109378814698rem;left:24.843751907349rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aiXWPiRw7ppLo4q38qo2E3ZOAMsDuyQJ { color:#211d6d;display:block;width:12.125rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:7.6609382629394rem;left:43.937501907349rem;height:7.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTwmVoiciI26RVVn9sCH0C9TP5yRpS8J { color:#211d6d;display:block;width:9.25rem;position:absolute;font-family:coco-gothic-pro;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4359378814698rem;left:45.375001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hc7PRx7KAcpQOiCf1SDoIvxRueL03owx { position:absolute;display:block;z-index:14999;background-color:#60f262;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:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;height:16rem;width:15.375rem;top:1.375rem;left:2.3125rem;display:block; }
#qhFkXDg3aBOVpwcXSRGuBqPHt3i2MSNT { position:absolute;display:block;z-index:15000;background-color:#60f262;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:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;height:16.1875rem;width:15.3125rem;top:1.28125rem;left:22.343751907349rem;display:block; }
#JSgnCQPJcyOf9ib6P2u50TQffKEyaT1t { position:absolute;display:block;z-index:15001;background-color:#60f262;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:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;height:16.1875rem;width:15.3125rem;top:1.28125rem;left:42.343751907349rem;display:block; }
#fSCfSyQWTQzTTR6EWI7KoG3NtOlTTDpC { position:relative;display:block; }#fSCfSyQWTQzTTR6EWI7KoG3NtOlTTDpC { background-color: transparent; background-image: none; }#fSCfSyQWTQzTTR6EWI7KoG3NtOlTTDpC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSCfSyQWTQzTTR6EWI7KoG3NtOlTTDpC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSCfSyQWTQzTTR6EWI7KoG3NtOlTTDpC > .row .container > .video-iframe-container { display: none; }#fSCfSyQWTQzTTR6EWI7KoG3NtOlTTDpC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSCfSyQWTQzTTR6EWI7KoG3NtOlTTDpC > .row > .video-iframe-container { display: none; }#fSCfSyQWTQzTTR6EWI7KoG3NtOlTTDpC > .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); }#fSCfSyQWTQzTTR6EWI7KoG3NtOlTTDpC { border-width: 0; border-radius: 0; }#fSCfSyQWTQzTTR6EWI7KoG3NtOlTTDpC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fSCfSyQWTQzTTR6EWI7KoG3NtOlTTDpC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ePSug2dGOLPJo1qyACvhwBRZc6zrTxy5 { position:relative;display:block; }#ePSug2dGOLPJo1qyACvhwBRZc6zrTxy5 { background-color: transparent; background-image: none; }#ePSug2dGOLPJo1qyACvhwBRZc6zrTxy5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePSug2dGOLPJo1qyACvhwBRZc6zrTxy5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePSug2dGOLPJo1qyACvhwBRZc6zrTxy5 > .row .container > .video-iframe-container { display: none; }#ePSug2dGOLPJo1qyACvhwBRZc6zrTxy5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePSug2dGOLPJo1qyACvhwBRZc6zrTxy5 > .row > .video-iframe-container { display: none; }#ePSug2dGOLPJo1qyACvhwBRZc6zrTxy5 > .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); }#ePSug2dGOLPJo1qyACvhwBRZc6zrTxy5 { border-width: 0; border-radius: 0; }#ePSug2dGOLPJo1qyACvhwBRZc6zrTxy5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ePSug2dGOLPJo1qyACvhwBRZc6zrTxy5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vmrZaxB5zlWTyELbeMalFleeV9lcXTCW { color:#211d6d;display:block;width:38.5rem;position:absolute;font-family:coco-gothic-pro;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:10.75rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h5MmiFrzWTRz3gP5byshZZUiXDt4n3Ze { color:#211d6d;display:block;width:12.5rem;position:absolute;font-family:coco-gothic-pro;font-size:1.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.84375rem;left:23.750001907349rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G60hqeHKswIFHiiaLeXUS3tQwBrxioe6 { color:#211d6d;display:block;width:23.4375rem;position:absolute;font-family:coco-gothic-pro;font-size:2rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:10.5625rem;left:8.5625rem;height:4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kc6Mf2zw3EACkswMPQxmRnHBLLv6q9yR { color:#211d6d;display:block;width:21.375rem;position:absolute;font-family:coco-gothic-pro;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.5rem;left:10.5625rem;height:8.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zPEgmJmweoBH2fEuMbiDscOqD4SIRK45 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;height:20.4375rem;width:21.8125rem;top:8.1875rem;left:32.75rem;overflow:hidden;display:block; }
#bPqQzssNfDJ0A9F2EXvFKznp00lSh2UQ { box-sizing:content-box;height:16.6875rem;width:31.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(96,242,98,0.8);background-image:none;top:10rem;left:5.375rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;display:block; }
#esTSecVCptcRHms8DnmHJp0ChoFEvRxF { 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:13.1875rem;width:6.1875rem;top:18.6875rem;left:2.9250011444092rem;overflow:hidden;display:block; }
#Iv7psfZu3gZ1EHtgXmcqZXJWs3E28cfo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#Iv7psfZu3gZ1EHtgXmcqZXJWs3E28cfo > .row .container { background-color: transparent; background-image: none; }#Iv7psfZu3gZ1EHtgXmcqZXJWs3E28cfo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iv7psfZu3gZ1EHtgXmcqZXJWs3E28cfo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iv7psfZu3gZ1EHtgXmcqZXJWs3E28cfo > .row .container > .video-iframe-container { display: none; }#Iv7psfZu3gZ1EHtgXmcqZXJWs3E28cfo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iv7psfZu3gZ1EHtgXmcqZXJWs3E28cfo > .row > .video-iframe-container { display: none; }#Iv7psfZu3gZ1EHtgXmcqZXJWs3E28cfo > .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); }#Iv7psfZu3gZ1EHtgXmcqZXJWs3E28cfo > .row .container { border-width: 0; border-radius: 0; }#Iv7psfZu3gZ1EHtgXmcqZXJWs3E28cfo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iv7psfZu3gZ1EHtgXmcqZXJWs3E28cfo > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:60rem;position:relative;display:block; }#b8yWoHErZzs39Sw0ZTOr6OfSZ4VA4SLu { color:#211d6d;display:block;width:9.75rem;position:absolute;font-family:coco-gothic-pro;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmmkgvG3fb7wBm1rVbkmrNEcTTIO1fiB { color:#211d6d;display:block;width:10.0625rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:7.5000009536744rem;left:0.46875rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PdqBrFwOfSFTL35ry7C6JOgnDaUDBVT9 { position:absolute;display:block;z-index:14999;background-color:#79d0ec;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:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;height:19.9375rem;width:11.1875rem;top:1.375rem;left:0rem;display:block; }
#TthS1m4zu61JhPkmZMGGVUsuTzTaxehV { position:absolute;display:block;z-index:15000;background-color:#79d0ec;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:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;height:19.75rem;width:11.1875rem;top:1.6250009536743rem;left:12.3125rem;display:block; }
#tGSigVNud3xgbTHPXnoEG7qmbKaTN4e1 { position:absolute;display:block;z-index:15001;background-color:#79d0ec;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:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;height:19.75rem;width:11.1875rem;top:1.6250009536743rem;left:24.406251907349rem;display:block; }
#eKQ0bstsUAIsTrGERNDq4aG9Jn7bwkDf { position:absolute;display:block;z-index:15002;background-color:#79d0ec;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:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;height:19.625rem;width:11.1875rem;top:1.6250009536743rem;left:36.500001907349rem;display:block; }
#fpHNpQXgrpRX38nqMf9ukT4evTFOOKqy { position:absolute;display:block;z-index:15003;background-color:#79d0ec;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:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;height:19.5625rem;width:11.1875rem;top:1.6250009536743rem;left:48.812501907349rem;display:block; }
#mQCu4nI3ZuvPxQdyhJ7l1JuyzroFOhBb { color:#211d6d;display:block;width:10.0625rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:6.7984380722044rem;left:12.875rem;height:12.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iMRBQpTULwrOXsa3THgc1qTb1SEBQdBi { color:#211d6d;display:block;width:9.75rem;position:absolute;font-family:coco-gothic-pro;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:13.03125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WWxUs99BNofo1VLkcGZXFr9tHHU8Jrhx { color:#211d6d;display:block;width:9.75rem;position:absolute;font-family:coco-gothic-pro;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.9375rem;left:25.125001907349rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ib1VkWu6viItdrQ65hGU6dhiCG65To6x { color:#211d6d;display:block;width:10.0625rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:6.5992193222044rem;left:24.968751907349rem;height:10.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wFnbxadoxxcCne2UEWTxI08GX86no66W { color:#211d6d;display:block;width:9.75rem;position:absolute;font-family:coco-gothic-pro;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.9375rem;left:37.218751907349rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m4zIkr0W9wUGI96wpgteE55O2c8G9zTa { color:#211d6d;display:block;width:10.0625rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:7.5000009536744rem;left:37.062501907349rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxKJ9Kff2pq2LMdyavEEozULPvhiEzJk { color:#211d6d;display:block;width:9.75rem;position:absolute;font-family:coco-gothic-pro;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.5625rem;left:49.531251907349rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xtdWu4uXwrChNpmKwAxSw8RmWomwNiNp { color:#211d6d;display:block;width:10.0625rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:7.5054693222044rem;left:49.375001907349rem;height:10.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JDTnxin2wWEBH0kB2gtaECo3cRFMFe3J { position:relative;display:block; }#JDTnxin2wWEBH0kB2gtaECo3cRFMFe3J { background-color: transparent; background-image: none; }#JDTnxin2wWEBH0kB2gtaECo3cRFMFe3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDTnxin2wWEBH0kB2gtaECo3cRFMFe3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDTnxin2wWEBH0kB2gtaECo3cRFMFe3J > .row .container > .video-iframe-container { display: none; }#JDTnxin2wWEBH0kB2gtaECo3cRFMFe3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDTnxin2wWEBH0kB2gtaECo3cRFMFe3J > .row > .video-iframe-container { display: none; }#JDTnxin2wWEBH0kB2gtaECo3cRFMFe3J > .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); }#JDTnxin2wWEBH0kB2gtaECo3cRFMFe3J { border-width: 0; border-radius: 0; }#JDTnxin2wWEBH0kB2gtaECo3cRFMFe3J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JDTnxin2wWEBH0kB2gtaECo3cRFMFe3J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZMqmKmGpgfGnxg1mhV6rwouybf8xuk48 { position:relative;display:block; }#ZMqmKmGpgfGnxg1mhV6rwouybf8xuk48 { background-color: transparent; background-image: none; }#ZMqmKmGpgfGnxg1mhV6rwouybf8xuk48::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMqmKmGpgfGnxg1mhV6rwouybf8xuk48 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMqmKmGpgfGnxg1mhV6rwouybf8xuk48 > .row .container > .video-iframe-container { display: none; }#ZMqmKmGpgfGnxg1mhV6rwouybf8xuk48 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMqmKmGpgfGnxg1mhV6rwouybf8xuk48 > .row > .video-iframe-container { display: none; }#ZMqmKmGpgfGnxg1mhV6rwouybf8xuk48 > .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); }#ZMqmKmGpgfGnxg1mhV6rwouybf8xuk48 { border-width: 0; border-radius: 0; }#ZMqmKmGpgfGnxg1mhV6rwouybf8xuk48 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZMqmKmGpgfGnxg1mhV6rwouybf8xuk48 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xNtKUWlW1hCuoMA7aZ4ARgw6OWaKhx7J { color:#211d6d;display:block;width:35.375rem;position:absolute;font-family:coco-gothic-pro;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0500001907349rem;left:12.3125rem;height:2.84375rem;font-style:normal;display:block; }
#UH4Rhm1UanTr1rUEhX2k5E3QIcUOgAH1 { color:#211d6d;display:block;width:12.5rem;position:absolute;font-family:coco-gothic-pro;font-size:1.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8937501907349rem;left:23.750001907349rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTcPDsEpJOhRhUZWP7RH4I9psiBvO0v2 { color:#211d6d;display:block;width:23.4375rem;position:absolute;font-family:coco-gothic-pro;font-size:2rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:12.4375rem;left:29.5rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q2r88RJGVsbAMRIR3H01DuQaaXHvfuJO { color:#211d6d;display:block;width:21.375rem;position:absolute;font-family:coco-gothic-pro;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.625rem;left:29.5rem;height:10.80625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZB1QDikftIitbC5lNNleWOuzvgKdegQA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;height:24.1875rem;width:24.0625rem;top:9.5rem;left:4.5rem;overflow:hidden;display:block; }
#xmP2C31XBWhTS1L5HeyAnvdMMoZSPnSp { box-sizing:content-box;height:21.8125rem;width:31.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(121,208,236,0.5);background-image:none;top:10.6875rem;left:23.6875rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;display:block; }
#h4AZkMm82bBxr52Rhapb589DFv9CH4iR { 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:13.875rem;width:4.25rem;top:26.8125rem;left:53.0625rem;overflow:hidden;display:block; }
#q09JbSANN3LTy0CNWWggHxW5hH5eTcsQ { 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:8.0625rem;width:2.5rem;top:32.625rem;left:51.75rem;overflow:hidden;display:block; }
#E3SDT6TtcXs8DmflHQ29Q1oqunDSM4AK { 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:11.25rem;width:7.3125rem;top:29.4375rem;left:41.75rem;overflow:hidden;display:block; }
#UBHQmmdU4zDN16ZMZAr6OLadQbuaV9Eu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:5rem;top:27.8125rem;left:48.125rem;overflow:hidden;display:block; }
#KxTWL67swGfNQuxGWnQSBgZOJJHMysR3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#KxTWL67swGfNQuxGWnQSBgZOJJHMysR3 > .row .container { background-color: transparent; background-image: none; }#KxTWL67swGfNQuxGWnQSBgZOJJHMysR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxTWL67swGfNQuxGWnQSBgZOJJHMysR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxTWL67swGfNQuxGWnQSBgZOJJHMysR3 > .row .container > .video-iframe-container { display: none; }#KxTWL67swGfNQuxGWnQSBgZOJJHMysR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxTWL67swGfNQuxGWnQSBgZOJJHMysR3 > .row > .video-iframe-container { display: none; }#KxTWL67swGfNQuxGWnQSBgZOJJHMysR3 > .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); }#KxTWL67swGfNQuxGWnQSBgZOJJHMysR3 > .row .container { border-width: 0; border-radius: 0; }#KxTWL67swGfNQuxGWnQSBgZOJJHMysR3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxTWL67swGfNQuxGWnQSBgZOJJHMysR3 > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:60rem;position:relative;display:block; }#QVfHPTRZBlHTDFqfLJvMPui4i6QrPTf9 { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:coco-gothic-pro;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:8.40625rem;left:0.4375rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vx9vHb93CrUvCmbATn0yS9gFUAxE0fuS { position:absolute;display:block;z-index:14999;background-color:#211d6d;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:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;height:19.9375rem;width:9.125rem;top:1.375rem;left:0rem;display:block; }
#RI6CiT9igLeCwLNCvnNcEi8kf4vIFLPR { position:absolute;display:block;z-index:15000;background-color:#211d6d;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:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;height:19.9375rem;width:9.125rem;top:1.53125rem;left:10.375rem;display:block; }
#eWPWxHX0iR0SuXLn4cOGy1cdr3mM0fM2 { position:absolute;display:block;z-index:15001;background-color:#211d6d;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:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;height:19.9375rem;width:9.125rem;top:1.53125rem;left:20.562501907349rem;display:block; }
#Z71vOJXLJSFIzoG1BlzZigTy9cgz1TUW { position:absolute;display:block;z-index:15002;background-color:#211d6d;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:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;height:19.9375rem;width:9.125rem;top:1.53125rem;left:30.937501907349rem;display:block; }
#i3rrn88ywMPTwpTGTWM4Wzo2aGhHdwH0 { position:absolute;display:block;z-index:15003;background-color:#211d6d;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:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;height:19.9375rem;width:9.125rem;top:1.53125rem;left:41.000001907349rem;display:block; }
#MVs7Hxz3e1wiK0hC6KSLWIWAwyCXgNkS { position:absolute;display:block;z-index:15004;background-color:#211d6d;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:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;height:19.9375rem;width:9.125rem;top:1.53125rem;left:50.875001907349rem;display:block; }
#xZ8LgrZ2gbSWcywTciIJfm63Xh0WOcO3 { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.375rem;left:20.906251907349rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#axGu7dDnatHQxdAfLLGeeK33Ix4ii2So { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.375rem;left:31.281251907349rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VRxIT18cTz7ma9lixS5lPfuU0QMNTtuq { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.375rem;left:41.343751907349rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLUTI9g2Ep8wGnumOOxveZosARexyqER { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.625rem;left:51.218751907349rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ToEsrvUxDIq1VQRQFMfiksB90vXbwiZH { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.375rem;left:10.71875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OeEKavQzshCK26044wHZhwNIZBLDtG8a { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.8625011444092rem;left:0.34375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZopls6sCeRtenKv0ap8CsTvwWTNhZ2i { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:coco-gothic-pro;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.40625rem;left:10.8125rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ALUV0EU7MOwXzTbTiSAZ58OcgqIyzARx { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:coco-gothic-pro;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:9.90625rem;left:21.000001907349rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6CHALWqi9KWynA8KA18m8ebekI1bG9S { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:coco-gothic-pro;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:8.40625rem;left:41.437501907349rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKvoenss0Bm66XlzAcqJPWh0Gf4F3pCk { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:coco-gothic-pro;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:9.90625rem;left:31.375001907349rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wGTG8KdhWywUR9yeHWMBTERimeaTQF1n { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:coco-gothic-pro;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:9.34375rem;left:51.312501907349rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fWHvuRnG161ubLAkdQT3I2dzKdXdQrnK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(121,208,236,0.5);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; }#fWHvuRnG161ubLAkdQT3I2dzKdXdQrnK > .row .container { background-color: transparent; background-image: none; }#fWHvuRnG161ubLAkdQT3I2dzKdXdQrnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWHvuRnG161ubLAkdQT3I2dzKdXdQrnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWHvuRnG161ubLAkdQT3I2dzKdXdQrnK > .row .container > .video-iframe-container { display: none; }#fWHvuRnG161ubLAkdQT3I2dzKdXdQrnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWHvuRnG161ubLAkdQT3I2dzKdXdQrnK > .row > .video-iframe-container { display: none; }#fWHvuRnG161ubLAkdQT3I2dzKdXdQrnK > .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); }#fWHvuRnG161ubLAkdQT3I2dzKdXdQrnK > .row .container { border-width: 0; border-radius: 0; }#fWHvuRnG161ubLAkdQT3I2dzKdXdQrnK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fWHvuRnG161ubLAkdQT3I2dzKdXdQrnK > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;position:relative;display:block; }#VZ1ATysWvE6Zz0wsnkcpiO2R5dK6bQpd { color:#211d6d;display:block;width:49rem;position:absolute;font-family:coco-gothic-pro;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4234380722046rem;left:5.5rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZC9ItmS9QQEb0oT5d1pzxSdAoUzzec1G { 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:17.5625rem;width:22.1875rem;top:10.1875rem;left:0rem;overflow:hidden;display:block; }
#R92WJy1Um125fux71pZu8zSGQHyusTs0 { position:relative;display:block; }#R92WJy1Um125fux71pZu8zSGQHyusTs0 { background-color: transparent; background-image: none; }#R92WJy1Um125fux71pZu8zSGQHyusTs0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R92WJy1Um125fux71pZu8zSGQHyusTs0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R92WJy1Um125fux71pZu8zSGQHyusTs0 > .row .container > .video-iframe-container { display: none; }#R92WJy1Um125fux71pZu8zSGQHyusTs0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R92WJy1Um125fux71pZu8zSGQHyusTs0 > .row > .video-iframe-container { display: none; }#R92WJy1Um125fux71pZu8zSGQHyusTs0 > .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); }#R92WJy1Um125fux71pZu8zSGQHyusTs0 { border-width: 0; border-radius: 0; }#R92WJy1Um125fux71pZu8zSGQHyusTs0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R92WJy1Um125fux71pZu8zSGQHyusTs0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ihZhldivDxfwqTmfekRIokAAJo2LccXB { color:#211d6d;display:block;width:28.125rem;position:absolute;font-family:coco-gothic-pro;font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:5.40625rem;left:15.937501907349rem;height:2.5625rem;font-style:normal;display:block; }
#W2KIn1TARf6FabMnRg6toP3oJIGFZUU4 { position:relative;display:block; }#W2KIn1TARf6FabMnRg6toP3oJIGFZUU4 { background-color: transparent; background-image: none; }#W2KIn1TARf6FabMnRg6toP3oJIGFZUU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2KIn1TARf6FabMnRg6toP3oJIGFZUU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2KIn1TARf6FabMnRg6toP3oJIGFZUU4 > .row .container > .video-iframe-container { display: none; }#W2KIn1TARf6FabMnRg6toP3oJIGFZUU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2KIn1TARf6FabMnRg6toP3oJIGFZUU4 > .row > .video-iframe-container { display: none; }#W2KIn1TARf6FabMnRg6toP3oJIGFZUU4 > .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); }#W2KIn1TARf6FabMnRg6toP3oJIGFZUU4 { border-width: 0; border-radius: 0; }#W2KIn1TARf6FabMnRg6toP3oJIGFZUU4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W2KIn1TARf6FabMnRg6toP3oJIGFZUU4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nRB4PgWx3e0OUcCWKT5wPGipbgWRSa6A { color:#211d6d;display:block;width:28.125rem;position:absolute;font-family:coco-gothic-pro;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.6117191314698rem;left:0.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FcMMEt4TKOJVRV5hAuFtTK9F31iJc9he { color:#211d6d;display:block;width:12.5rem;position:absolute;font-family:coco-gothic-pro;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4859390258789rem;left:8.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LxMl8xTLz0r97xqIJFdzdoCgBp8vnUS8 { color:#211d6d;display:block;width:28.125rem;position:absolute;font-family:coco-gothic-pro;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.6101570129394rem;left:30.937501907349rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w81uixx9i2HmRobsQRcnPgK2yTvNqBOS { color:#211d6d;display:block;width:12.5rem;position:absolute;font-family:coco-gothic-pro;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4859390258789rem;left:38.750001907349rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DGqUTJx7um8EUCBDwnMOy3wO6zVJQK4z { color:#211d6d;display:block;width:13.5625rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:37.1875rem;left:8.25rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RThi3qaZndcUbBOSfk4b8laXCycsmWhR { color:#211d6d;display:block;width:13.5625rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:40.5rem;left:8.25rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lBkeNMFR5QyIvhaJMrtMMRbrdteopgiM { color:#211d6d;display:block;width:13.5625rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:38.000000953674rem;left:38.218751907349rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kNxtRa7Mch4915X5HKv8rnlSyrFxRoHd { color:#211d6d;display:block;width:13.5625rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:41.925000190735rem;left:38.218751907349rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EgCcUugGhST9z298IyEOuSn7akNhvDt5 { color:#211d6d;display:block;width:32.6875rem;position:absolute;font-family:coco-gothic-pro;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:52.436706542969rem;left:13.8125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HvRwOD8n2vtcxEHSPzKETtyyhWynSwTM { color:#211d6d;display:block;width:19.3125rem;position:absolute;font-family:coco-gothic-pro;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:26.925000190735rem;left:5.34375rem;height:6.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S511BQrIcKDalNlNxQ1vOIOiFa2FtXni { color:#211d6d;display:block;width:21.75rem;position:absolute;font-family:coco-gothic-pro;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:25.349999904633rem;left:34.687501907349rem;height:9.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BukfKgOS8OlDzBzWCnMvpRT80W5WxMAq { color:#211d6d;display:block;width:13.5625rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:44.3125rem;left:8.25rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WXZROTbKd16z3J7zkR1iVXQywyUOlRZ7 { box-sizing:content-box;height:3.125rem;width:16.4375rem;position:absolute;display:block;z-index:14998;background-color:rgba(121,208,236,0.75);background-image:none;top:36.1875rem;left:6.8125rem;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#MTLFZqidTKGRw0UB1n5TSzXrSHWh42Jy { box-sizing:content-box;height:3.125rem;width:16.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(121,208,236,0.75);background-image:none;top:40.0625rem;left:6.8125rem;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#XapsyTdiRkktAdyb2zizczVpJ0zVtzF1 { box-sizing:content-box;height:3.125rem;width:16.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(121,208,236,0.75);background-image:none;top:43.875rem;left:6.8125rem;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#HVz7ZNQqCrwHdtX63f8g2g1w9Ldasia7 { box-sizing:content-box;height:3.125rem;width:16.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(121,208,236,0.75);background-image:none;top:37.562500953674rem;left:37.343751907349rem;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#fATNgatGkQ6DZ0QcAGsI59iawTIUAHtO { box-sizing:content-box;height:3.125rem;width:16.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(121,208,236,0.75);background-image:none;top:41.487500190735rem;left:37.343751907349rem;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#g5LrfXnpCTNWEsWXgNarTXaEcK2rdblO { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:14.0625rem;width:20.75rem;top:8.598437309265rem;left:4.625rem;overflow:hidden;display:block; }
#EvF5zOkNeTqBrmJEqioq2K6WugEg1heb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:14.375rem;width:20.8125rem;top:8.442187309265rem;left:34.593751907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq { display:block; }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nICPdL40qXiJt6RXy54N5wXEKuERRy1D { top:25.6875rem;left:0rem;width:20.25rem;height:18.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVkZJ4QyR2hUcqrxXQT0MPshx6n5degP { top:4.75rem;left:0rem;width:19.8125rem;height:11.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6P7FwZbv4ooukT7tWSMJzFA9sCeT4N6 { top:23.8125rem;left:0rem;width:23.625rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu2ltnI038vaWVpzXllPMw7EpEuFOgEG { top:1.25rem;left:32.3125rem;width:15.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGUn8zdq6OGldDfEXUXHebTvgAP8ZidU { display:block; }#MGUn8zdq6OGldDfEXUXHebTvgAP8ZidU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yf3xhhFuI2Doxc8Ov0ynm2Qeb6qJhTF2 { top:10.625rem;left:9.9062519073488rem;width:27.9375rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf242ko9XT66Hm7DTHeaBDgAdWTTaIaf { display:block; }#Tf242ko9XT66Hm7DTHeaBDgAdWTTaIaf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZd1ZkffCQNdKSSFCbgiXRAdEDn04qLg { top:1.1875rem;left:2.8125rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #avbFOef5iIV4PtrNNOBA8akps9pQnzQ9 { top:1.1875rem;left:18.687501907349rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkW86nzOnMDAZpXOntrQB6BgSfpu1S7W { top:1.1875rem;left:34.562501907349rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCeZZwZ4FCITpQPVsCZN3TWtbkN0yowm { top:12.6875rem;left:2.25rem;width:11.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imqB0lHbfzcGe971ygxV5PESe6d1703N { top:12.6875rem;left:34.000001907349rem;width:11.375rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwBhBzJrEHIsaqbpm3bKVgkJpLB2eMis { top:12.6875rem;left:18.125001907349rem;width:11.375rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkn93tvSHg7J24ZiMJm9AleBoDPiwQEM { top:14.4375rem;left:2.25rem;width:11.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC5QoaEr03Tw0O0iGBmpEwZdRhFhmCAQ { top:14.4375rem;left:18.125001907349rem;width:11.375rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNIgAi38gXPIlmcUam2W83EWOvOupoQK { top:14.4375rem;left:34.000001907349rem;width:11.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuRTbVmzIMzOXUk4Cgv82Jr0UXCy4nP0 { top:3rem;left:4.65625rem;width:6.5625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKw0b8dXI8ycOn6SWWid5pTtXGGkxvwB { top:2.8125rem;left:35.22812461853rem;width:7.8125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwTJqVKvEQmVr8hTocAZMTHqF9xhp5aA { top:3.125rem;left:20.531251907349rem;width:6.5625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XElkGGQpSTSAJO3LayipwVTf7GJarEyU { display:block; }#XElkGGQpSTSAJO3LayipwVTf7GJarEyU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQ6l6koq51peGq6kZpUxSqz96L7r9LkU { display:block; }#JQ6l6koq51peGq6kZpUxSqz96L7r9LkU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT5UT8pC02updC2szw6zoW2L05wKCwRB { top:4.375rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrlGfTy68T6qIceu6tGwIvtTJMUTvBLa { display:block; }#vrlGfTy68T6qIceu6tGwIvtTJMUTvBLa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVhMOZgqkaAWhkB1cgO1qNgGARhPa4a9 { top:0rem;left:6.1875rem;width:35.375rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLcCqBgUFtUicnwOrXtPGSp9QWBxTTSq { top:2.8125rem;left:17.625001907349rem;width:12.5rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy7EDTn1s7X52iuI6fqamNTnQpZHCJ87 { top:10.875rem;left:23.125rem;width:23.4375rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD0mI7qVb8CZwTmtJ92tmokalic7qiHz { top:17.5rem;left:23.125rem;width:21.375rem;height:6.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFAcEN4OkZcs1TWVHWoZg2gRbeq0SqO8 { top:7.5625rem;left:0rem;width:22.5625rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5Z7ZKnHVxfpvdDSdmwK0SDSRp7lqWeS { top:9.4375rem;left:15.9375rem;width:31.8125rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MudyThC8XoSyH4riEwX0UPF2LlbZqUo6 { top:22rem;left:35.875rem;width:11.875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L50omXZCOp7hOomt2cQ9rutzbZ6bBSTw { display:block; }#L50omXZCOp7hOomt2cQ9rutzbZ6bBSTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSuLTvGGui5CQT9udN3ZAOxysJWo3VOi { width:13.5rem;height:3.25rem;top:2.5625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETAUrDEEWD9Qt7iRKfrTUKu94fX5lysQ { width:13.8125rem;height:7.1875rem;top:7.625rem;left:1.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1A6TVMTtBZRecTVasIpkuenXqvq1diL { width:12.0625rem;height:9rem;top:7.625rem;left:17.781251907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUzsWCiK71yZzEkmLrZqC7VawTVBWgbg { width:10.3125rem;height:4.875rem;top:1.75rem;left:18.656251907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiXWPiRw7ppLo4q38qo2E3ZOAMsDuyQJ { width:12.125rem;height:7.1875rem;top:7.625rem;left:33.625001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTwmVoiciI26RVVn9sCH0C9TP5yRpS8J { width:9.25rem;height:1.625rem;top:3.375rem;left:35.062501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc7PRx7KAcpQOiCf1SDoIvxRueL03owx { top:1.375rem;left:0.25rem;width:15.375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhFkXDg3aBOVpwcXSRGuBqPHt3i2MSNT { top:1.25rem;left:16.156251907349rem;width:15.3125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSgnCQPJcyOf9ib6P2u50TQffKEyaT1t { top:1.25rem;left:32.031251907349rem;width:15.3125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSCfSyQWTQzTTR6EWI7KoG3NtOlTTDpC { display:block; }#fSCfSyQWTQzTTR6EWI7KoG3NtOlTTDpC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePSug2dGOLPJo1qyACvhwBRZc6zrTxy5 { display:block; }#ePSug2dGOLPJo1qyACvhwBRZc6zrTxy5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmrZaxB5zlWTyELbeMalFleeV9lcXTCW { top:0rem;left:4.625rem;width:38.5rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5MmiFrzWTRz3gP5byshZZUiXDt4n3Ze { top:2.8125rem;left:17.625001907349rem;width:12.5rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G60hqeHKswIFHiiaLeXUS3tQwBrxioe6 { top:10.5625rem;left:2.4375rem;width:23.4375rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc6Mf2zw3EACkswMPQxmRnHBLLv6q9yR { top:16.5rem;left:4.4375rem;width:21.375rem;height:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPEgmJmweoBH2fEuMbiDscOqD4SIRK45 { top:8.1875rem;left:25.9375rem;width:21.8125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPqQzssNfDJ0A9F2EXvFKznp00lSh2UQ { top:10rem;left:0rem;width:31.8125rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esTSecVCptcRHms8DnmHJp0ChoFEvRxF { top:18.6875rem;left:0rem;width:6.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv7psfZu3gZ1EHtgXmcqZXJWs3E28cfo { display:block; }#Iv7psfZu3gZ1EHtgXmcqZXJWs3E28cfo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8yWoHErZzs39Sw0ZTOr6OfSZ4VA4SLu { width:9.75rem;height:1.625rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmmkgvG3fb7wBm1rVbkmrNEcTTIO1fiB { width:10.0625rem;height:9rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdqBrFwOfSFTL35ry7C6JOgnDaUDBVT9 { top:1.375rem;left:0rem;width:11.1875rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TthS1m4zu61JhPkmZMGGVUsuTzTaxehV { top:1.625rem;left:4.6875rem;width:11.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGSigVNud3xgbTHPXnoEG7qmbKaTN4e1 { top:1.625rem;left:18.218751907349rem;width:11.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKQ0bstsUAIsTrGERNDq4aG9Jn7bwkDf { top:1.625rem;left:20.5625rem;width:11.1875rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpHNpQXgrpRX38nqMf9ukT4evTFOOKqy { top:1.625rem;left:36.4375rem;width:11.1875rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQCu4nI3ZuvPxQdyhJ7l1JuyzroFOhBb { width:10.0625rem;height:12.5625rem;top:6.75rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMRBQpTULwrOXsa3THgc1qTb1SEBQdBi { width:9.75rem;height:1.625rem;top:3.375rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWxUs99BNofo1VLkcGZXFr9tHHU8Jrhx { width:9.75rem;height:2.5rem;top:2.9375rem;left:18.937501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib1VkWu6viItdrQ65hGU6dhiCG65To6x { width:10.0625rem;height:10.75rem;top:6.5625rem;left:18.781251907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFnbxadoxxcCne2UEWTxI08GX86no66W { width:9.75rem;height:2.5rem;top:2.9375rem;left:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4zIkr0W9wUGI96wpgteE55O2c8G9zTa { width:10.0625rem;height:9rem;top:7.5rem;left:21.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxKJ9Kff2pq2LMdyavEEozULPvhiEzJk { width:9.75rem;height:1.25rem;top:3.5625rem;left:37.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtdWu4uXwrChNpmKwAxSw8RmWomwNiNp { width:10.0625rem;height:10.75rem;top:7.5rem;left:37.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTnxin2wWEBH0kB2gtaECo3cRFMFe3J { display:block; }#JDTnxin2wWEBH0kB2gtaECo3cRFMFe3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMqmKmGpgfGnxg1mhV6rwouybf8xuk48 { display:block; }#ZMqmKmGpgfGnxg1mhV6rwouybf8xuk48 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNtKUWlW1hCuoMA7aZ4ARgw6OWaKhx7J { top:1rem;left:6.1875rem;width:35.375rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH4Rhm1UanTr1rUEhX2k5E3QIcUOgAH1 { top:3.875rem;left:17.625001907349rem;width:12.5rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTcPDsEpJOhRhUZWP7RH4I9psiBvO0v2 { top:12.4375rem;left:23.375rem;width:23.4375rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2r88RJGVsbAMRIR3H01DuQaaXHvfuJO { top:18.625rem;left:23.375rem;width:21.375rem;height:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB1QDikftIitbC5lNNleWOuzvgKdegQA { top:9.5rem;left:0rem;width:24.0625rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmP2C31XBWhTS1L5HeyAnvdMMoZSPnSp { top:10.6875rem;left:15.9375rem;width:31.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4AZkMm82bBxr52Rhapb589DFv9CH4iR { top:26.8125rem;left:43.5rem;width:4.25rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q09JbSANN3LTy0CNWWggHxW5hH5eTcsQ { top:32.625rem;left:45.25rem;width:2.5rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3SDT6TtcXs8DmflHQ29Q1oqunDSM4AK { top:29.4375rem;left:35.625rem;width:7.3125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBHQmmdU4zDN16ZMZAr6OLadQbuaV9Eu { top:27.8125rem;left:42rem;width:5rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxTWL67swGfNQuxGWnQSBgZOJJHMysR3 { display:block; }#KxTWL67swGfNQuxGWnQSBgZOJJHMysR3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVfHPTRZBlHTDFqfLJvMPui4i6QrPTf9 { width:8.25rem;height:10.5rem;top:8.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx9vHb93CrUvCmbATn0yS9gFUAxE0fuS { top:1.375rem;left:0rem;width:9.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI6CiT9igLeCwLNCvnNcEi8kf4vIFLPR { top:1.5rem;left:6.75rem;width:9.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWPWxHX0iR0SuXLn4cOGy1cdr3mM0fM2 { top:1.5rem;left:15.875rem;width:9.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z71vOJXLJSFIzoG1BlzZigTy9cgz1TUW { top:1.5rem;left:22.625rem;width:9.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3rrn88ywMPTwpTGTWM4Wzo2aGhHdwH0 { top:1.5rem;left:31.75rem;width:9.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVs7Hxz3e1wiK0hC6KSLWIWAwyCXgNkS { top:1.5rem;left:38.5rem;width:9.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ8LgrZ2gbSWcywTciIJfm63Xh0WOcO3 { width:8.4375rem;height:2.25rem;top:3.375rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axGu7dDnatHQxdAfLLGeeK33Ix4ii2So { width:8.4375rem;height:2.25rem;top:3.375rem;left:23.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRxIT18cTz7ma9lixS5lPfuU0QMNTtuq { width:8.4375rem;height:3.375rem;top:3.375rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLUTI9g2Ep8wGnumOOxveZosARexyqER { width:8.4375rem;height:1.125rem;top:3.625rem;left:39.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToEsrvUxDIq1VQRQFMfiksB90vXbwiZH { width:8.4375rem;height:2.25rem;top:3.375rem;left:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeEKavQzshCK26044wHZhwNIZBLDtG8a { width:8.4375rem;height:3.375rem;top:2.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZopls6sCeRtenKv0ap8CsTvwWTNhZ2i { width:8.25rem;height:9rem;top:8.375rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALUV0EU7MOwXzTbTiSAZ58OcgqIyzARx { width:8.25rem;height:6rem;top:9.875rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6CHALWqi9KWynA8KA18m8ebekI1bG9S { width:8.25rem;height:7.5rem;top:8.375rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKvoenss0Bm66XlzAcqJPWh0Gf4F3pCk { width:8.25rem;height:6rem;top:9.875rem;left:23.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGTG8KdhWywUR9yeHWMBTERimeaTQF1n { width:8.25rem;height:6rem;top:9.3125rem;left:39.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWHvuRnG161ubLAkdQT3I2dzKdXdQrnK { display:block; }#fWHvuRnG161ubLAkdQT3I2dzKdXdQrnK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZ1ATysWvE6Zz0wsnkcpiO2R5dK6bQpd { top:3.375rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC9ItmS9QQEb0oT5d1pzxSdAoUzzec1G { top:10.1875rem;left:0rem;width:22.1875rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R92WJy1Um125fux71pZu8zSGQHyusTs0 { display:block; }#R92WJy1Um125fux71pZu8zSGQHyusTs0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihZhldivDxfwqTmfekRIokAAJo2LccXB { top:5.375rem;left:9.8125019073488rem;width:28.125rem;height:2.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2KIn1TARf6FabMnRg6toP3oJIGFZUU4 { display:block; }#W2KIn1TARf6FabMnRg6toP3oJIGFZUU4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRB4PgWx3e0OUcCWKT5wPGipbgWRSa6A { top:1.5625rem;left:0rem;width:28.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcMMEt4TKOJVRV5hAuFtTK9F31iJc9he { top:3.4375rem;left:5.6875rem;width:12.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxMl8xTLz0r97xqIJFdzdoCgBp8vnUS8 { top:1.5625rem;left:19.625rem;width:28.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w81uixx9i2HmRobsQRcnPgK2yTvNqBOS { top:3.4375rem;left:29.562501907349rem;width:12.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGqUTJx7um8EUCBDwnMOy3wO6zVJQK4z { width:13.5625rem;height:1.125rem;top:37.1875rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RThi3qaZndcUbBOSfk4b8laXCycsmWhR { width:13.5625rem;height:2.25rem;top:40.5rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBkeNMFR5QyIvhaJMrtMMRbrdteopgiM { width:13.5625rem;height:2.25rem;top:38rem;left:29.031251907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNxtRa7Mch4915X5HKv8rnlSyrFxRoHd { width:13.5625rem;height:2.25rem;top:41.875rem;left:29.031251907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgCcUugGhST9z298IyEOuSn7akNhvDt5 { top:52.375rem;left:0rem;width:32.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvRwOD8n2vtcxEHSPzKETtyyhWynSwTM { top:26.875rem;left:2.28125rem;width:19.3125rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S511BQrIcKDalNlNxQ1vOIOiFa2FtXni { top:25.3125rem;left:25.500001907349rem;width:21.75rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BukfKgOS8OlDzBzWCnMvpRT80W5WxMAq { width:13.5625rem;height:2.25rem;top:44.3125rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXZROTbKd16z3J7zkR1iVXQywyUOlRZ7 { top:36.1875rem;left:3.75rem;width:16.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTLFZqidTKGRw0UB1n5TSzXrSHWh42Jy { top:40.0625rem;left:3.75rem;width:16.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XapsyTdiRkktAdyb2zizczVpJ0zVtzF1 { top:43.875rem;left:3.75rem;width:16.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVz7ZNQqCrwHdtX63f8g2g1w9Ldasia7 { top:37.5625rem;left:28.156251907349rem;width:16.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fATNgatGkQ6DZ0QcAGsI59iawTIUAHtO { top:41.4375rem;left:28.156251907349rem;width:16.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5LrfXnpCTNWEsWXgNarTXaEcK2rdblO { top:8.5625rem;left:1.5625rem;width:20.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvF5zOkNeTqBrmJEqioq2K6WugEg1heb { top:8.4375rem;left:25.406251907349rem;width:20.8125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ee622207-0d40-46c3-a6b3-85724460d735/Projektbeznazwy10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/212baa1f-26b9-42c1-9a10-4246b6b09adb/C023100_09_53_03Still032.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq.adaptive-delivery-prevent-bg, #JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq.lazyload, #JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq.lazyloading { background-image: none; }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .row .container { background-color: transparent; background-image: none; }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .row .container > .video-iframe-container { display: none; }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .row > .video-iframe-container { display: none; }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .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); }#JsNAqEssQi1D3w4TSfrMTr50k4LPJKQq > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nICPdL40qXiJt6RXy54N5wXEKuERRy1D { width:18.9375rem;height:8.4rem;top:13.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mVkZJ4QyR2hUcqrxXQT0MPshx6n5degP { width:7.125rem;height:7.875rem;top:0.90000003576281rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w6P7FwZbv4ooukT7tWSMJzFA9sCeT4N6 { width:19.125rem;height:9.5rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu2ltnI038vaWVpzXllPMw7EpEuFOgEG { width:8.6875rem;height:1.6875rem;top:22.625rem;left:10.299218714237rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGUn8zdq6OGldDfEXUXHebTvgAP8ZidU { display:block; }#MGUn8zdq6OGldDfEXUXHebTvgAP8ZidU > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yf3xhhFuI2Doxc8Ov0ynm2Qeb6qJhTF2 { width:20rem;height:2.125rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tf242ko9XT66Hm7DTHeaBDgAdWTTaIaf { display:block; }#Tf242ko9XT66Hm7DTHeaBDgAdWTTaIaf > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZd1ZkffCQNdKSSFCbgiXRAdEDn04qLg { width:5.375rem;height:5.375rem;top:1.3125rem;left:2.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #avbFOef5iIV4PtrNNOBA8akps9pQnzQ9 { width:5.3125rem;height:5.3125rem;top:8.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkW86nzOnMDAZpXOntrQB6BgSfpu1S7W { width:5.4375rem;height:5.4375rem;top:15.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCeZZwZ4FCITpQPVsCZN3TWtbkN0yowm { width:10.125rem;height:0.9375rem;top:1.96875rem;left:8.0000005364419rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imqB0lHbfzcGe971ygxV5PESe6d1703N { width:11.375rem;height:0.9375rem;top:15.9375rem;left:7.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WwBhBzJrEHIsaqbpm3bKVgkJpLB2eMis { width:11.375rem;height:0.9375rem;top:8.5rem;left:7.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hkn93tvSHg7J24ZiMJm9AleBoDPiwQEM { width:11.375rem;height:1.875rem;top:3.5812501907349rem;left:7.3750005364419rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cC5QoaEr03Tw0O0iGBmpEwZdRhFhmCAQ { width:10.5rem;height:2.8125rem;top:10.125rem;left:7.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNIgAi38gXPIlmcUam2W83EWOvOupoQK { width:9.375rem;height:1.875rem;top:17.5625rem;left:8.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuRTbVmzIMzOXUk4Cgv82Jr0UXCy4nP0 { width:4rem;height:4.0625rem;top:1.96875rem;left:2.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKw0b8dXI8ycOn6SWWid5pTtXGGkxvwB { width:4.625rem;height:4.0625rem;top:15.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwTJqVKvEQmVr8hTocAZMTHqF9xhp5aA { width:3.75rem;height:3.625rem;top:9.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XElkGGQpSTSAJO3LayipwVTf7GJarEyU { display:block; }#XElkGGQpSTSAJO3LayipwVTf7GJarEyU > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQ6l6koq51peGq6kZpUxSqz96L7r9LkU { display:block; }#JQ6l6koq51peGq6kZpUxSqz96L7r9LkU > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT5UT8pC02updC2szw6zoW2L05wKCwRB { width:20rem;height:4.875rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrlGfTy68T6qIceu6tGwIvtTJMUTvBLa { display:block; }#vrlGfTy68T6qIceu6tGwIvtTJMUTvBLa > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVhMOZgqkaAWhkB1cgO1qNgGARhPa4a9 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLcCqBgUFtUicnwOrXtPGSp9QWBxTTSq { width:12.5rem;height:1.3rem;top:2.875rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy7EDTn1s7X52iuI6fqamNTnQpZHCJ87 { width:20rem;height:2.875rem;top:19.065625190735rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FD0mI7qVb8CZwTmtJ92tmokalic7qiHz { width:16.0625rem;height:6.90625rem;top:23.253126144409rem;left:1.9687500596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FFAcEN4OkZcs1TWVHWoZg2gRbeq0SqO8 { width:14.25rem;height:12.875rem;top:5.4500007629394rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5Z7ZKnHVxfpvdDSdmwK0SDSRp7lqWeS { width:20rem;height:16.75rem;top:15.49062538147rem;left:0rem;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MudyThC8XoSyH4riEwX0UPF2LlbZqUo6 { width:8.75rem;height:11.1875rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L50omXZCOp7hOomt2cQ9rutzbZ6bBSTw { display:block; }#L50omXZCOp7hOomt2cQ9rutzbZ6bBSTw > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSuLTvGGui5CQT9udN3ZAOxysJWo3VOi { width:5.0625rem;height:3.3rem;top:0.625rem;left:0.99921876192094rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ETAUrDEEWD9Qt7iRKfrTUKu94fX5lysQ { width:5.1875rem;height:7rem;top:6.0625rem;left:0.93671876192094rem;text-align:center;text-align-last:center;line-height:1;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1A6TVMTtBZRecTVasIpkuenXqvq1diL { width:5.625rem;height:8.75rem;top:6.0625rem;left:7.1875000596044rem;text-align:center;text-align-last:center;line-height:1;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUzsWCiK71yZzEkmLrZqC7VawTVBWgbg { width:5rem;height:3.5rem;top:1.3000001907349rem;left:7.5000005364419rem;text-align:center;text-align-last:center;line-height:1;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiXWPiRw7ppLo4q38qo2E3ZOAMsDuyQJ { width:4.875rem;height:7rem;top:6.0625rem;left:14.125000536442rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aTwmVoiciI26RVVn9sCH0C9TP5yRpS8J { width:4.625rem;height:0.9625rem;top:1.79296875rem;left:14.250000536442rem;text-align:center;text-align-last:center;line-height:1.1;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc7PRx7KAcpQOiCf1SDoIvxRueL03owx { width:5.75rem;height:16.375rem;top:0rem;left:0.62499994039536rem;background-color:#60f262;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhFkXDg3aBOVpwcXSRGuBqPHt3i2MSNT { width:5.875rem;height:16.375rem;top:0rem;left:7.0625000596044rem;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSgnCQPJcyOf9ib6P2u50TQffKEyaT1t { width:6.0625rem;height:16.3125rem;top:0rem;left:13.593750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSCfSyQWTQzTTR6EWI7KoG3NtOlTTDpC { display:block; }#fSCfSyQWTQzTTR6EWI7KoG3NtOlTTDpC > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePSug2dGOLPJo1qyACvhwBRZc6zrTxy5 { display:block; }#ePSug2dGOLPJo1qyACvhwBRZc6zrTxy5 > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmrZaxB5zlWTyELbeMalFleeV9lcXTCW { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5MmiFrzWTRz3gP5byshZZUiXDt4n3Ze { width:12.5rem;height:1.3rem;top:4.5rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G60hqeHKswIFHiiaLeXUS3tQwBrxioe6 { width:20rem;height:2.875rem;top:21.260937690735rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kc6Mf2zw3EACkswMPQxmRnHBLLv6q9yR { width:16.875rem;height:8.2875rem;top:25.200000762939rem;left:1.5625000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPEgmJmweoBH2fEuMbiDscOqD4SIRK45 { width:14.75rem;height:13.8125rem;top:7.4484386444094rem;left:2.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPqQzssNfDJ0A9F2EXvFKznp00lSh2UQ { width:20rem;height:18.625rem;top:17.825000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esTSecVCptcRHms8DnmHJp0ChoFEvRxF { width:4rem;height:8.9375rem;top:30.49843788147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv7psfZu3gZ1EHtgXmcqZXJWs3E28cfo { display:block; }#Iv7psfZu3gZ1EHtgXmcqZXJWs3E28cfo > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8yWoHErZzs39Sw0ZTOr6OfSZ4VA4SLu { width:3.9375rem;height:2rem;top:2rem;left:1.0304687619209rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tmmkgvG3fb7wBm1rVbkmrNEcTTIO1fiB { width:5.5rem;height:7.875rem;top:6.3125rem;left:0.24921876192093rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PdqBrFwOfSFTL35ry7C6JOgnDaUDBVT9 { width:6rem;height:16.8125rem;top:0.5625rem;left:0rem;background-color:#79d0ec;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) { #TthS1m4zu61JhPkmZMGGVUsuTzTaxehV { width:6.0625rem;height:16.8125rem;top:0.5625rem;left:6.9687500596044rem;background-color:#79d0ec;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) { #tGSigVNud3xgbTHPXnoEG7qmbKaTN4e1 { width:6.0625rem;height:16.75rem;top:0.5625rem;left:13.937500536442rem;background-color:#79d0ec;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) { #eKQ0bstsUAIsTrGERNDq4aG9Jn7bwkDf { width:6.0625rem;height:17.75rem;top:17.375rem;left:3.4875002503395rem;background-color:#79d0ec;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) { #fpHNpQXgrpRX38nqMf9ukT4evTFOOKqy { width:6.0625rem;height:17.6875rem;top:17.375rem;left:10.612499773503rem;background-color:#79d0ec;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) { #mQCu4nI3ZuvPxQdyhJ7l1JuyzroFOhBb { width:5.9375rem;height:7.875rem;top:6.3125rem;left:7.0312500596044rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iMRBQpTULwrOXsa3THgc1qTb1SEBQdBi { width:5rem;height:2rem;top:2rem;left:7.5000005364419rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WWxUs99BNofo1VLkcGZXFr9tHHU8Jrhx { width:5.5rem;height:3rem;top:2rem;left:14.218750536442rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib1VkWu6viItdrQ65hGU6dhiCG65To6x { width:5.75rem;height:7.875rem;top:6.3125rem;left:14.093750536442rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wFnbxadoxxcCne2UEWTxI08GX86no66W { width:5.1875rem;height:2rem;top:18.8125rem;left:3.9250002503395rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4zIkr0W9wUGI96wpgteE55O2c8G9zTa { width:5.375rem;height:6.125rem;top:22.75rem;left:3.8312502503395rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xxKJ9Kff2pq2LMdyavEEozULPvhiEzJk { width:3.75rem;height:2rem;top:18.8125rem;left:11.768749773503rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtdWu4uXwrChNpmKwAxSw8RmWomwNiNp { width:5.1875rem;height:7.875rem;top:22.75rem;left:11.049999773503rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JDTnxin2wWEBH0kB2gtaECo3cRFMFe3J { display:block; }#JDTnxin2wWEBH0kB2gtaECo3cRFMFe3J > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMqmKmGpgfGnxg1mhV6rwouybf8xuk48 { display:block; }#ZMqmKmGpgfGnxg1mhV6rwouybf8xuk48 > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNtKUWlW1hCuoMA7aZ4ARgw6OWaKhx7J { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UH4Rhm1UanTr1rUEhX2k5E3QIcUOgAH1 { width:12.5rem;height:1.3rem;top:2.875rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTcPDsEpJOhRhUZWP7RH4I9psiBvO0v2 { width:20rem;height:2.875rem;top:23.325000762939rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2r88RJGVsbAMRIR3H01DuQaaXHvfuJO { width:16.0625rem;height:11.05rem;top:27.04062461853rem;left:1.9687500596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZB1QDikftIitbC5lNNleWOuzvgKdegQA { width:15.625rem;height:15.6875rem;top:7.074999809265rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmP2C31XBWhTS1L5HeyAnvdMMoZSPnSp { width:20rem;height:21.8125rem;top:17.853125572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4AZkMm82bBxr52Rhapb589DFv9CH4iR { width:2.6875rem;height:9.25rem;top:35.640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q09JbSANN3LTy0CNWWggHxW5hH5eTcsQ { width:1.5625rem;height:5.375rem;top:39.66562461853rem;left:1.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3SDT6TtcXs8DmflHQ29Q1oqunDSM4AK { width:4.3125rem;height:6.75rem;top:38.090625762939rem;left:13.768749773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBHQmmdU4zDN16ZMZAr6OLadQbuaV9Eu { width:3.125rem;height:8.1875rem;top:36.753126144409rem;left:16.249999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxTWL67swGfNQuxGWnQSBgZOJJHMysR3 { display:block; }#KxTWL67swGfNQuxGWnQSBgZOJJHMysR3 > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVfHPTRZBlHTDFqfLJvMPui4i6QrPTf9 { width:5.125rem;height:8.75rem;top:7.4375rem;left:0.43671876192093rem;text-align:center;text-align-last:center;line-height:1;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx9vHb93CrUvCmbATn0yS9gFUAxE0fuS { width:6rem;height:19.125rem;top:0rem;left:0rem;background-color:#211d6d;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) { #RI6CiT9igLeCwLNCvnNcEi8kf4vIFLPR { width:6.0625rem;height:19.1875rem;top:0rem;left:6.9687500596044rem;background-color:#211d6d;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) { #eWPWxHX0iR0SuXLn4cOGy1cdr3mM0fM2 { width:6.0625rem;height:19.25rem;top:0rem;left:13.937500536442rem;background-color:#211d6d;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) { #Z71vOJXLJSFIzoG1BlzZigTy9cgz1TUW { width:6rem;height:19.9375rem;top:20.0625rem;left:0rem;background-color:#211d6d;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) { #i3rrn88ywMPTwpTGTWM4Wzo2aGhHdwH0 { width:6rem;height:19.9375rem;top:20.0625rem;left:7rem;background-color:#211d6d;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) { #MVs7Hxz3e1wiK0hC6KSLWIWAwyCXgNkS { width:6.0625rem;height:19.9375rem;top:20.0625rem;left:13.937500536442rem;background-color:#211d6d;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) { #xZ8LgrZ2gbSWcywTciIJfm63Xh0WOcO3 { width:6.125rem;height:1.875rem;top:2.0625rem;left:13.875000536442rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axGu7dDnatHQxdAfLLGeeK33Ix4ii2So { width:5.125rem;height:1.875rem;top:22.5rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRxIT18cTz7ma9lixS5lPfuU0QMNTtuq { width:5.875rem;height:2.8125rem;top:22rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLUTI9g2Ep8wGnumOOxveZosARexyqER { width:4.125rem;height:1.875rem;top:22.5rem;left:14.906250536442rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToEsrvUxDIq1VQRQFMfiksB90vXbwiZH { width:5rem;height:1.875rem;top:2.0625rem;left:7.5000005364419rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeEKavQzshCK26044wHZhwNIZBLDtG8a { width:5.4375rem;height:3.75rem;top:2.0625rem;left:0.40546876192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZopls6sCeRtenKv0ap8CsTvwWTNhZ2i { width:5.0625rem;height:7rem;top:7.4375rem;left:7.4687505364419rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ALUV0EU7MOwXzTbTiSAZ58OcgqIyzARx { width:4.875rem;height:5.25rem;top:7.4375rem;left:14.531250536442rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #C6CHALWqi9KWynA8KA18m8ebekI1bG9S { width:4.6875rem;height:7.875rem;top:27.0625rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wKvoenss0Bm66XlzAcqJPWh0Gf4F3pCk { width:5.125rem;height:5.25rem;top:27.0625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wGTG8KdhWywUR9yeHWMBTERimeaTQF1n { width:4.9375rem;height:5.25rem;top:27.0625rem;left:14.500000536442rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fWHvuRnG161ubLAkdQT3I2dzKdXdQrnK { display:block; }#fWHvuRnG161ubLAkdQT3I2dzKdXdQrnK > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZ1ATysWvE6Zz0wsnkcpiO2R5dK6bQpd { width:18.75rem;height:11.7rem;top:0.75rem;left:0.62421876192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZC9ItmS9QQEb0oT5d1pzxSdAoUzzec1G { width:13.1875rem;height:10.4375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R92WJy1Um125fux71pZu8zSGQHyusTs0 { display:block; }#R92WJy1Um125fux71pZu8zSGQHyusTs0 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihZhldivDxfwqTmfekRIokAAJo2LccXB { width:20rem;height:4rem;top:0.90625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2KIn1TARf6FabMnRg6toP3oJIGFZUU4 { display:block; }#W2KIn1TARf6FabMnRg6toP3oJIGFZUU4 > .row .container { width:20rem;height:75.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRB4PgWx3e0OUcCWKT5wPGipbgWRSa6A { width:20rem;height:1.25rem;top:9.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FcMMEt4TKOJVRV5hAuFtTK9F31iJc9he { width:12.5rem;height:1.3rem;top:10.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LxMl8xTLz0r97xqIJFdzdoCgBp8vnUS8 { width:20rem;height:1.25rem;top:44.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w81uixx9i2HmRobsQRcnPgK2yTvNqBOS { width:12.5rem;height:1.3rem;top:45.4375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGqUTJx7um8EUCBDwnMOy3wO6zVJQK4z { width:13.5625rem;height:1.125rem;top:30.375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RThi3qaZndcUbBOSfk4b8laXCycsmWhR { width:13.5625rem;height:2.25rem;top:34.1875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBkeNMFR5QyIvhaJMrtMMRbrdteopgiM { width:13.5625rem;height:2.25rem;top:68.375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNxtRa7Mch4915X5HKv8rnlSyrFxRoHd { width:13.5625rem;height:2.25rem;top:72.75rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgCcUugGhST9z298IyEOuSn7akNhvDt5 { width:20rem;height:3.75rem;top:1.7914066314698rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#60f262;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HvRwOD8n2vtcxEHSPzKETtyyhWynSwTM { width:19.3125rem;height:5.4rem;top:22.9375rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S511BQrIcKDalNlNxQ1vOIOiFa2FtXni { width:19.125rem;height:8.1rem;top:58.25rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BukfKgOS8OlDzBzWCnMvpRT80W5WxMAq { width:13.5625rem;height:2.25rem;top:38.5625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXZROTbKd16z3J7zkR1iVXQywyUOlRZ7 { width:16.4375rem;height:3.125rem;top:29.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTLFZqidTKGRw0UB1n5TSzXrSHWh42Jy { width:16.4375rem;height:3.125rem;top:33.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XapsyTdiRkktAdyb2zizczVpJ0zVtzF1 { width:16.4375rem;height:3.125rem;top:38.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVz7ZNQqCrwHdtX63f8g2g1w9Ldasia7 { width:16.4375rem;height:3.125rem;top:67.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fATNgatGkQ6DZ0QcAGsI59iawTIUAHtO { width:16.4375rem;height:3.125rem;top:72.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5LrfXnpCTNWEsWXgNarTXaEcK2rdblO { width:14.0625rem;height:9.5rem;top:12.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvF5zOkNeTqBrmJEqioq2K6WugEg1heb { width:14.25rem;height:9.8125rem;top:47.5rem;left:2.875rem;display:block; }
 }