.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/521cd8e3-0945-46cd-b372-685b3d80fd4f/DSC014471.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; }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ.adaptive-delivery-prevent-bg, #WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ.lazyload, #WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ.lazyloading { background-image: none; }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .row .container { background-color: transparent; background-image: none; }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .row .container > .video-iframe-container { display: none; }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .row > .video-iframe-container { display: none; }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .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); }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .row .container { border-width: 0; border-radius: 0; }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;position:relative;display:block; }#sAAk3oeCUUmHVgw8n4BIR0QPWPQQtncC { box-sizing:content-box;height:30.6875rem;width:37.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.48);background-image:none;top:6.625rem;left:0rem;border-top-right-radius:2.3125rem;border-bottom-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-top-left-radius:2.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#vCkzF0tkrEFFevmORUWqTmR7Ny5wE7nx { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.85);top:8.375rem;left:1rem;height:10.3125rem;font-style:normal;display:block; }
#mUuI3Spcci8NaqLF42rKzI9gNldWonfg { box-sizing:content-box;height:0.373698125rem;width:35.0611875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:24.375rem;left:1.0625rem;display:block; }
#tl85gDAHJdfy753uB5v2AiRkZzi3UbqE { box-sizing:content-box;height:6.5rem;width:37.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:-0.625rem;left:0rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#DCvsSm0PfTzvRwQGUMlPuSsax8HX5xyJ { 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:4.625rem;width:36.5625rem;top:0.3125rem;left:0.34375rem;overflow:hidden;display:block; }
#S07ugeoDoganbKLfAXrUB4oRbgMx6eaE { color:#ffffff;display:block;width:28.0610625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.0625rem;left:2.75rem;height:1.38125rem;font-style:normal;display:block; }
#yFFoWTkFMpk4lIEQrf3v2CT6s8wcOwzU { color:#ffffff;display:block;width:30.811625rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.85);top:25.6875rem;left:1rem;height:1.8125rem;font-style:normal;display:block; }
#fCDQQMQk4NXP2u63XI2NEWOAof0dFode { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:28.125rem;left:1rem; }
#V1bMlsCnNIw1v2854kBRgJG80EqZ0Bav { color:#ffffff;display:block;width:28.0610625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.6875rem;left:2.75rem;height:1.38125rem;font-style:normal;display:block; }
#ree85qZA99vfzMTOh7Dhmvxw3KwlIhhJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:29.75rem;left:1rem; }
#RT5hKfVMCSXdSMm9Z0ehF7bQuG7PWBBP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:31.375rem;left:1rem; }
#bicUZeSp1RtqxQgqvCgsfZlnwA2iOXxA { color:#ffffff;display:block;width:28.0608125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:31.3125rem;left:2.75rem;height:1.38125rem;font-style:normal;display:block; }
#SeRvqUea3CX1kC8lO1rkCbzT7MSx1dxI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:32.9375rem;left:1rem; }
#iCNiWWgBJqGE3tGCtqoEiCpXfRl3Glp8 { color:#ffffff;display:block;width:28.06025rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.875rem;left:2.75rem;height:1.38125rem;font-style:normal;display:block; }
#Eqh9cP1KWwRN7kDRLfwU23TsH22hEkD9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:34.5rem;left:1rem; }
#pEeITzy6Q3006sZmFpdhTULlUsxEdg0d { color:#ffffff;display:block;width:28.0596875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:34.4375rem;left:2.75rem;height:1.38125rem;font-style:normal;display:block; }
#tD1lRnAU0bQzlJpcwtbbUCXBV5nnuod3 { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.309896469116rem;left:1rem;height:4.142575rem;font-style:normal;display:block; }
#wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/76e27cc6-e02d-4d32-b859-ae445e462cf8/BackgrounUnbouncewebsitepopup.png");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; }#wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla.adaptive-delivery-prevent-bg, #wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla.lazyload, #wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla.lazyloading { background-image: none; }#wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla > .row .container { background-color: transparent; background-image: none; }#wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla > .row .container > .video-iframe-container { display: none; }#wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla > .row > .video-iframe-container { display: none; }#wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla > .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); }#wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla > .row .container { border-width: 0; border-radius: 0; }#wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#qDC4v5aVRU9o24SLThhZFJ8Wgt2Iu6rF { box-sizing:content-box;height:31.062rem;width:26.499rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:3.717041015625rem;left:2.308349609375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;display:block; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-form-header {  }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:23.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-button { border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;background-color:#1c765d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:23.5rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.9375rem; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.9375rem; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.9375rem; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.9375rem; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.125rem;overflow:hidden;font-style:normal; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.4375rem;vertical-align:middle;font-family:poppins;font-size:0.9375rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-container:first-of-type{padding-top:0;}#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-container:last-of-type{padding-bottom:0;}#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.2781257629394rem;left:2.5570316314698rem; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.5rem; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ {display:block;}#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.2781257629394rem;left:2.5570316314698rem; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #IDr8NnT20JMoNnHUpPkQnVsm1bnzNT6C { position:relative; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #p8VZe0Tywe3NJAEhfJMIlz6yRpHMWybO { position:relative;display:block; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #PI4qQsHawV0uiT1b4hGRfm7AFWPKnlUO { position:relative; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #RhusxBPPxT2t6IrcCDmhso2pprI4nqZJ { position:relative; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #SdDccmy2CqQ4doBUNpTiyWBV6c268nRU { position:relative;display:block; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #ilIoKzR0H1VOyqvGDqeUxm4QCPTfgUiU { position:relative; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #elPT1N2uzs6T49U3zVH1oTnmw12u0TsV { position:relative; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #TuK3l3r26CEntwzaP9BLRhOS40rv5kDo { position:relative;display:block; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #dw2VkCk7oGdTTPGAQSE9G4GF0o67LceI { position:relative; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #fnWOnSz2lo6ELfktX3G2hUGdNF9cph0T { position:relative; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #m9kFh7bBK9EshXPWgDLp8kAC5uoCDZwf { position:relative;display:block; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #upaEGkyKrQPmdtzQ0EmuZMxxe80VUpba { position:relative; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #On0PyNWxoi4amQDMgtTOnMXXmpcFbJK4 { position:relative; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #On0PyNWxoi4amQDMgtTOnMXXmpcFbJK4 .container-column{width:50%;}#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #g6XuyaVhFxMwWUHasIsOHZR7LewtJPD3 { position:relative;display:block; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #IIkzqTGZePTaqEQlOPy3cV4V2xTBf8W3 { position:relative;z-index:2; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #Ua71f6lEFUnmTGM2u9PiZtEBViLr9oWu { position:relative; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #W94WVfUWd4hbzw8I4a5rTnPIs9HITlS9 { position:relative;z-index:2; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #EzNxJsh2m2T2pgIT5q1aJbzWuFz0xwlu { position:relative; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #UBHazTAKtH1FduZgx11ChhXo0rmDxzKu { position:relative;z-index:2; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #ILPGs2A7HDpIKMiofagGlPDTXtlbpDPh { position:relative; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #i9Bn3uzq9HximXMQSmyxUZI9u38mSfrl { position:relative;z-index:2; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #gxTo9LQirKhF7ZnUHATgwVb2SAUw0coP { position:relative; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #UN5TcwFiTfgTMqlwi3ycw17gqzdmuNFh { position:relative;z-index:2; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #brMwaiuMubBtfIcksqCX84yPxSHXaKQe { position:relative; }
#xqf0rO8dXzWaL4OCm8ibr6PlVDOG0ByS { position:relative;display:block; }
#tHRF8JPfhZr5Dst1TP6pB60pTpFPxFm2 { position:relative;display:block; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #SOFwllWUw35d0IEIxc6PspQGnAUpOMfL { position:relative; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #zUB2mh84kcGlHQKX0OQmm4v03nOyRT06 { position:relative; }
#KIHUT6D0ESDsF7r7zM6Ahnq7o4w7prXX { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.85);top:6.25rem;left:30.0625rem;height:8.285125rem;font-style:normal;display:block; }
#VJfWutWFx2LfULLJyM1q7bhU2m6qp5wm { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.6875rem;left:30.25rem;height:13.5rem;font-style:normal;display:block; }
#RNq2KDkGJTSG6X637Hnbo3WKgN1CxhW3 { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:30.6875rem;left:30.0625rem;height:0.8125rem;display:block; }
#emLMTq7kz2BolpC14kXTkq7xDffDW13P { position:relative;display:block; }#emLMTq7kz2BolpC14kXTkq7xDffDW13P { background-color: transparent; background-image: none; }#emLMTq7kz2BolpC14kXTkq7xDffDW13P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emLMTq7kz2BolpC14kXTkq7xDffDW13P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emLMTq7kz2BolpC14kXTkq7xDffDW13P > .row .container > .video-iframe-container { display: none; }#emLMTq7kz2BolpC14kXTkq7xDffDW13P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emLMTq7kz2BolpC14kXTkq7xDffDW13P > .row > .video-iframe-container { display: none; }#emLMTq7kz2BolpC14kXTkq7xDffDW13P > .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); }#emLMTq7kz2BolpC14kXTkq7xDffDW13P { border-width: 0; border-radius: 0; }#emLMTq7kz2BolpC14kXTkq7xDffDW13P > .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; }#emLMTq7kz2BolpC14kXTkq7xDffDW13P > .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.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; }#lTuLdbaLupkD00UmWSWoZR9yg964v49n { color:#006048;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1228313446045rem;left:8.125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#yKPQSZ0uOSTTDr94NgfJo8TGyfKpDTwB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.6875rem;width:16rem;top:10.623779296875rem;left:2.735595703125rem;overflow:hidden;display:block; }
#dircLpmoQrxuKncZSL9UTTMeN7aQPhBD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.625rem;width:15.9375rem;top:10.684814453125rem;left:22.15625rem;overflow:hidden;display:block; }
#MOCqRpCzGTMuzNFDTsTHNorwAxPfvalr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.68725rem;width:15.99975rem;top:10.653076171875rem;left:41.3720703125rem;overflow:hidden;display:block; }
#NIXiM6PyUnJBnw845xsTPkiBsrBFKR34 { color:#1c765d;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.655468463897rem;left:2.1617183685302rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R8BQbNN4u81shDJDKFHw6tt8EtHo5kfb { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.3671875rem;left:2.125rem;height:4.546875rem;text-align:center;text-align-last:center;display:block; }
#D5fLVQ8EAiqBicNcW08zO9QSVlvU4kPr { color:#1c765d;display:block;width:17.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.65576171875rem;left:21.3125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MbsyHhBy5tirxZtetQZIvsyOVL06n5Qs { color:#000000;display:block;width:16rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:27.36767578125rem;left:22.25rem;height:6.12305rem;text-align:center;text-align-last:center;display:block; }
#klFRw8G44pnhXJMTtUpfhSHlWBW5s0GT { color:#1c765d;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.6552734375rem;left:42.96875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fhS3DwPKvB20kUkv7tPyhNBaoDcJWBWN { color:#000000;display:block;width:15.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:27.36767578125rem;left:41.4375rem;height:5.68359375rem;text-align:center;text-align-last:center;display:block; }
#pyGOsPwiFZhnixTO7DXWLOepCp9k86CP { color:#ffffff;display:block;width:47.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:41.9375rem;left:6.3125rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#wIFyXBe5weSP9yGF8GmSbIvaS69yFTrV { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:9.3125rem;top:34.625rem;left:0rem;overflow:hidden;display:block; }
#Bk7avREkcoSCz2qHFypMNDlSgPOJHRnJ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:12.1875rem;top:34.625rem;left:23.906251907349rem;overflow:hidden;display:block; }
#ouaqrybKa6IMHrg0Fv5AJ7m0gxqkeT6f { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.4375rem;top:36.125rem;left:12.4375rem;overflow:hidden;display:block; }
#MPUu8EC7laIRefJQCrGin54ROTJlx7Ab { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:2.2;letter-spacing:0;top:46.8125rem;left:7.1875rem;height:7.7rem;text-align:center;text-align-last:center;display:block; }
#fl3zbdQWFKm5ZQRNC5yf0bsIGcg9OaHo { position:absolute;display:block;z-index:14994;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.75rem;width:5.875rem;top:55.687499046326rem;left:52.812498092651rem;overflow:hidden;display:block; }
#IeWv9MSmo4TfK3ofvSJvZk51PQQ4RFkV { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:10.625rem;top:47.875rem;left:0rem;overflow:hidden;display:block; }
#gZc2kOV8VkotuDCrkDphgTTCnoSMuT9i { position:absolute;display:block;z-index:14997;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:4.8125rem;width:8.0625rem;top:34.093749046326rem;left:39.312501907349rem;overflow:hidden;display:block; }
#SwGQqDJ1t6VzmLRPwtwQ2CWT03wpQvDp { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:3.375rem;top:37.655462265014rem;left:53.987501144409rem;overflow:hidden;display:block; }
#AZJqUnBwu0TFTyTPUATumWSqdl8DG19S { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:60rem;top:38.8125rem;left:-0.125rem;overflow:hidden;display:block; }
#dSufwI7hyXxJNwFmdmywSXAGLUR38Zn2 { box-sizing:content-box;height:11.6235625rem;width:17.8735625rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:9.951171875rem;left:20.95263671875rem;border-top:0.25rem dashed #5d92ff;border-left:0.25rem dashed #5d92ff;border-right:0.25rem dashed #5d92ff;border-bottom:0.25rem dashed #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#QhD4TxHDEoIwfkOmTITOXbOb4h0BRHKR { box-sizing:content-box;height:11.6235625rem;width:17.8735625rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:9.951171875rem;left:40.2001953125rem;border-top:0.25rem dashed #5d92ff;border-left:0.25rem dashed #5d92ff;border-right:0.25rem dashed #5d92ff;border-bottom:0.25rem dashed #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#I1FSrBxsCHXVWnVTDiVNTV2DO2BZyPD3 { box-sizing:content-box;height:11.5625rem;width:17.87475rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:10.03271484375rem;left:1.624267578125rem;border-top:0.25rem dashed #5d92ff;border-left:0.25rem dashed #5d92ff;border-right:0.25rem dashed #5d92ff;border-bottom:0.25rem dashed #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#mABcTmB6nBKKlnNbfyfO2UA3RsVwMGez { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,152,0,0.97);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; }#mABcTmB6nBKKlnNbfyfO2UA3RsVwMGez > .row .container { background-color: transparent; background-image: none; }#mABcTmB6nBKKlnNbfyfO2UA3RsVwMGez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mABcTmB6nBKKlnNbfyfO2UA3RsVwMGez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mABcTmB6nBKKlnNbfyfO2UA3RsVwMGez > .row .container > .video-iframe-container { display: none; }#mABcTmB6nBKKlnNbfyfO2UA3RsVwMGez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mABcTmB6nBKKlnNbfyfO2UA3RsVwMGez > .row > .video-iframe-container { display: none; }#mABcTmB6nBKKlnNbfyfO2UA3RsVwMGez > .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); }#mABcTmB6nBKKlnNbfyfO2UA3RsVwMGez > .row .container { border-width: 0; border-radius: 0; }#mABcTmB6nBKKlnNbfyfO2UA3RsVwMGez > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mABcTmB6nBKKlnNbfyfO2UA3RsVwMGez > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:60rem;position:relative;display:block; }#dX4sp5N8HWZbag6HONSDC0OWO7DbWOsS { color:#ffffff;display:block;width:51.8120625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.7322044372559rem;left:4.0939674377441rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#PcC7ubgtfGavbh2TSh1aWH7hVAyrghST { color:#ffffff;display:block;width:54.3120625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:5.3293704986572rem;left:2.8426837921142rem;height:4.8984375rem;text-align:center;text-align-last:center;display:block; }
#VLXSne7H44xRv3U2RMV02K6X72XOmeBd { box-sizing:content-box;height:0.3125rem;width:6rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:10.8125rem;left:27rem;display:block; }
#EqW87wBm2SsP9EcBvGkUT5FuU5rq6VhL { box-sizing:content-box;height:0.0625rem;width:56.375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:10.906250596046rem;left:1.8125rem;display:block; }
#EN6yIudXCnA6Vwp2T07B1exJ1kcvF5KF { box-sizing:content-box;height:7.374125rem;width:25.5620625rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:12.4375rem;left:3.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#DcFFR1u3ZLlKoPMCXeTCqx0EbQNpGNGD { box-sizing:content-box;height:7.3730625rem;width:25.561rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:12.4375rem;left:30.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ACOxKTzuEZsR3MBeIhybzcMea1IRekPC { box-sizing:content-box;height:7.374125rem;width:25.5620625rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:21.25rem;left:3.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#lcvHvl6Ogsr6luqGLAwIKhMUx5QJWhnX { box-sizing:content-box;height:7.3730625rem;width:25.561rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:21.25rem;left:30.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#gfspFROku8DlClVT39HpORmg6A3WRiU1 { color:#ff9800;display:block;width:17.686625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:14.810112953186rem;left:7.8103294372556rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ay4Xp5eG25nFCQlir6sOKysN7VazRq2b { color:#ff9800;display:block;width:17.6855625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:14.810112953186rem;left:34.499786376953rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yyVqF0ZrpJF2ooJrJ5nTfNpJrFJFAOMP { color:#ff9800;display:block;width:23.499375rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:22.967667579651rem;left:4.9045143127441rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X2vTZR5T4yLVnVeCtmQcnZwR36VLlHaN { color:#ff9800;display:block;width:23.499375rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:23.623047828674rem;left:31.591796875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EgQSygkFeHweGDRCLEA5bPgpkK4bkrvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EgQSygkFeHweGDRCLEA5bPgpkK4bkrvZ > .row .container { background-color: transparent; background-image: none; }#EgQSygkFeHweGDRCLEA5bPgpkK4bkrvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgQSygkFeHweGDRCLEA5bPgpkK4bkrvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgQSygkFeHweGDRCLEA5bPgpkK4bkrvZ > .row .container > .video-iframe-container { display: none; }#EgQSygkFeHweGDRCLEA5bPgpkK4bkrvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgQSygkFeHweGDRCLEA5bPgpkK4bkrvZ > .row > .video-iframe-container { display: none; }#EgQSygkFeHweGDRCLEA5bPgpkK4bkrvZ > .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); }#EgQSygkFeHweGDRCLEA5bPgpkK4bkrvZ > .row .container { border-width: 0; border-radius: 0; }#EgQSygkFeHweGDRCLEA5bPgpkK4bkrvZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EgQSygkFeHweGDRCLEA5bPgpkK4bkrvZ > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:60rem;position:relative;display:block; }#gL02cRqvQA5irUrXa5bNkh1KoTroX9C2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:10.5rem;left:4.5625rem;overflow:hidden;display:block; }
#COo4bZSSB4fsIgMlPV9JUblywftEJpxW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:10.5rem;left:14.9375rem;overflow:hidden;display:block; }
#Qe5PEyZO2ziSrsRGtHARSQsodmQff2Js { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:10.5rem;left:25.25rem;overflow:hidden;display:block; }
#B7sJuB6pvDk4Uz3c3p9Z21Ip8rxqzT6h { position:absolute;display:block;z-index:15003;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:9.5rem;width:9.5rem;top:10.5rem;left:35.5625rem;overflow:hidden;display:block; }
#TpdgTMMWKcCu4QkVxucTdwZqGq8TOh3o { 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:9.5625rem;width:9.5625rem;top:10.5rem;left:45.875rem;overflow:hidden;display:block; }
#XyMvJGiUsD8PJq6c0K5F1aDHbMe6ge5L { 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:9.5625rem;width:9.5625rem;top:21.1875rem;left:14.9375rem;overflow:hidden;display:block; }
#asCT66w75X7wlZU5OMwQrqqfXvCBMH12 { 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:9.5625rem;width:9.5625rem;top:21.1875rem;left:4.5625rem;overflow:hidden;display:block; }
#IbwyUF7zh2MzNVmWxF5UMh95ZCbq8x0z { 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:9.5625rem;width:9.5625rem;top:21.1875rem;left:25.25rem;overflow:hidden;display:block; }
#ely5CG3V9BRB1sR0BTTbCIrIUvN0oot6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:21.1875rem;left:35.5625rem;overflow:hidden;display:block; }
#O89f1AoexJf7QlQVUqhDfFXe8TyzZtdN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:21.1875rem;left:45.875rem;overflow:hidden;display:block; }
#VyyMslTEW4xDkUt3R8WCfT7UanCehMsz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:31.75rem;left:14.9375rem;overflow:hidden;display:block; }
#vhmieg80x8SiZK85XK5DyxRwpVRJsQCJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:31.75rem;left:4.5625rem;overflow:hidden;display:block; }
#URKt8SGX7TTCCihnMGKIzu7TlviI5OXz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:31.75rem;left:25.25rem;overflow:hidden;display:block; }
#o0qA8PMTyouMb6lTTIPU4wTp7GrkqCeb { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:31.75rem;left:35.5625rem;overflow:hidden;display:block; }
#Eoo9xg4rmlEkMVnCzluw9g8K4JLApsEE { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:31.75rem;left:45.875rem;overflow:hidden;display:block; }
#OniBEVlmIPPZMxIHs3HI1v7LfJplSL4B { color:#1c765d;display:block;width:50.25rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.125rem 0.375rem #ffffff;top:5.3115234375rem;left:4.875rem;height:3.00625rem;text-align:center;text-align-last:center;display:block; }
#JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/530d0639-1d0c-4841-8ee6-6a097a24e8ac/93.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN.adaptive-delivery-prevent-bg, #JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN.lazyload, #JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN.lazyloading { background-image: none; }#JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN > .row .container { background-color: transparent; background-image: none; }#JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN > .row .container > .video-iframe-container { display: none; }#JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN > .row > .video-iframe-container { display: none; }#JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN > .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); }#JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN > .row .container { border-width: 0; border-radius: 0; }#JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;position:relative;display:block; }#yIOKR8wy6WzQFRTrdJT6nL52KOsbwUES { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.25rem;top:8.53125rem;left:2.0625rem;overflow:hidden;display:block; }
#UMTZgCTO2lSTC1lnE08uakpE0Hlf7dSG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.6875rem;top:7.42431640625rem;left:49.69287109375rem;overflow:hidden;display:block; }
#NEJTdHmg32ypi67g0Nuk6ly5lXXe6ODZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.25rem;top:5.17431640625rem;left:55.00537109375rem;overflow:hidden;display:block; }
#TqcwFlnXTovTgGgIO3EMoTrVPDf0whB8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:5.25rem;top:4.8125rem;left:5.3125rem;overflow:hidden;display:block; }
#aEr9VJea81sDPe4c4BAexD1CM4Lrr5Zq { 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:3.81225625rem;width:4.375rem;top:28.702392578125rem;left:1.4990234375rem;overflow:hidden;display:block; }
#GTxl55v5sQTci7paTCnbJXfoPORqxqPq { 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:2.5rem;width:3.25rem;top:9.5625rem;left:55.00537109375rem;overflow:hidden;display:block; }
#fqqURG10WsTqZbVh7TiE2XGeXCtmxhzE { 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:2.99926875rem;width:2.87475625rem;top:31.015625rem;left:8.6865234375rem;overflow:hidden;display:block; }
#xtPsTQDnEyiOQqkb67wRTyKF6wdhVprd { 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:4.5625rem;width:4.3125rem;top:27.9375rem;left:54.5625rem;overflow:hidden;display:block; }
#yVp7rGfPrcKcwXhByRkbPgfBOxOEubaU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:2.5625rem;top:29.4375rem;left:50.4375rem;overflow:hidden;display:block; }
#rvKRaA82U0Ii7UTATvgMqWa0kMWx08wJ { color:#006048;display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.76220703125rem;left:13.375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#RSdfzMugNMcCXnOaLmIE4QZscuVgIWdH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:60rem;top:10.423828125rem;left:0rem;overflow:hidden;display:block; }
#TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c4330362-87dc-40a0-8673-cb914147d876/Asset45.png");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; }#TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu.adaptive-delivery-prevent-bg, #TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu.lazyload, #TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu.lazyloading { background-image: none; }#TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu > .row .container { background-color: transparent; background-image: none; }#TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu > .row .container > .video-iframe-container { display: none; }#TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu > .row > .video-iframe-container { display: none; }#TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu > .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); }#TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu > .row .container { border-width: 0; border-radius: 0; }#TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:block; }#yVklkl5QneCQcqOIXO1M0icHxylRhcTJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:9.25rem;left:10rem;display:block; }
#aALRRt62tWG5FdmzgZ78Nc87wLAD2ndG { color:#006048;display:block;width:36.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:11.875rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#k3cA8eLPoOM60NOF7JsBDBhIy8tIyxCN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c765d;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; }#k3cA8eLPoOM60NOF7JsBDBhIy8tIyxCN > .row .container { background-color: transparent; background-image: none; }#k3cA8eLPoOM60NOF7JsBDBhIy8tIyxCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3cA8eLPoOM60NOF7JsBDBhIy8tIyxCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3cA8eLPoOM60NOF7JsBDBhIy8tIyxCN > .row .container > .video-iframe-container { display: none; }#k3cA8eLPoOM60NOF7JsBDBhIy8tIyxCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3cA8eLPoOM60NOF7JsBDBhIy8tIyxCN > .row > .video-iframe-container { display: none; }#k3cA8eLPoOM60NOF7JsBDBhIy8tIyxCN > .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); }#k3cA8eLPoOM60NOF7JsBDBhIy8tIyxCN > .row .container { border-width: 0; border-radius: 0; }#k3cA8eLPoOM60NOF7JsBDBhIy8tIyxCN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3cA8eLPoOM60NOF7JsBDBhIy8tIyxCN > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#kDclkLibKcT5Kuc9xkdRyXkIdL4Eiy7e { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:22.875rem;top:2.94921875rem;left:1rem;overflow:hidden;display:block; }
#nQ968zNI7NGg57P5e7RFAeaP2X7Dy5En { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.81484413147rem;left:2.1875rem;height:1.462675rem;display:block; }
#sXxdTuQ8NcocUwuSTmx7zg6vFLFgcbnE { position:absolute;display:block;z-index:15003;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:2.625rem;width:2.625rem;top:12.3125rem;left:2.1875rem;overflow:hidden;display:block; }
#IOGc4HTAkXqtuFSTzU3LdB2fwfIT80c9 { 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:2.625rem;width:2.625rem;top:12.3125rem;left:6.25rem;overflow:hidden;display:block; }
#sJdWqUQKyhlOhIkA3xIM2pTNbVudxg1h { 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:2.625rem;width:2.625rem;top:12.3125rem;left:10.5rem;overflow:hidden;display:block; }
#q8krBrzmJWShttxhH1mwTQ0CBgvgeTTm { 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:2.625rem;width:2.625rem;top:12.3125rem;left:14.875001907349rem;overflow:hidden;display:block; }
#C1QPFzeEIU4MlQ1lB1zfn3H9aWfNqRnu { 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:2.625rem;width:2.625rem;top:12.3125rem;left:19.687501907349rem;overflow:hidden;display:block; }
#SrUeqTxUGJLsHepH4xzf0yI2XzWg0Vez { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.125rem;left:39.375rem;height:1.13769375rem;display:block; }
#mb3uvLLrXrQRr1cncyHXvOqv2sM45uKH { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.75rem;left:39.5rem;height:1.13769375rem;display:block; }
#vL3q7dxuOH1mNvMw9wSWfvc3lokG4Wu8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:0.625rem;top:1.0625rem;left:37.875rem;overflow:hidden;display:block; }
#HTPBBXlBLODViT0hTOl3DighErT3XUKO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:0.9375rem;top:12.75rem;left:37.875rem;overflow:hidden;display:block; }
#WNOSMPPU2KL1pCu68q6rZzDEC68u5U1l { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:2.3291015625rem;left:39.375rem;height:8.396475rem;font-style:normal;display:block; }
#Pr2IMt0FQFf5XKRtJzT4VKIiPJQyVv8l { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:14.0625rem;left:39.5rem;height:1.21875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ { display:block; }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAAk3oeCUUmHVgw8n4BIR0QPWPQQtncC { top:6.625rem;left:0rem;width:37.25rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCkzF0tkrEFFevmORUWqTmR7Ny5wE7nx { top:8.375rem;left:0rem;width:35.75rem;height:10.3125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUuI3Spcci8NaqLF42rKzI9gNldWonfg { top:24.375rem;left:0rem;width:35rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl85gDAHJdfy753uB5v2AiRkZzi3UbqE { top:-0.625rem;left:0rem;width:37.375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCvsSm0PfTzvRwQGUMlPuSsax8HX5xyJ { top:0.3125rem;left:0rem;width:36.5625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S07ugeoDoganbKLfAXrUB4oRbgMx6eaE { top:28.0625rem;left:0rem;width:28rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFFoWTkFMpk4lIEQrf3v2CT6s8wcOwzU { top:25.6875rem;left:0rem;width:30.75rem;height:1.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCDQQMQk4NXP2u63XI2NEWOAof0dFode { top:28.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1bMlsCnNIw1v2854kBRgJG80EqZ0Bav { top:29.6875rem;left:0rem;width:28rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ree85qZA99vfzMTOh7Dhmvxw3KwlIhhJ { top:29.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT5hKfVMCSXdSMm9Z0ehF7bQuG7PWBBP { top:31.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bicUZeSp1RtqxQgqvCgsfZlnwA2iOXxA { top:31.3125rem;left:0rem;width:28rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeRvqUea3CX1kC8lO1rkCbzT7MSx1dxI { top:32.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCNiWWgBJqGE3tGCtqoEiCpXfRl3Glp8 { top:32.875rem;left:0rem;width:28rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqh9cP1KWwRN7kDRLfwU23TsH22hEkD9 { top:34.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEeITzy6Q3006sZmFpdhTULlUsxEdg0d { top:34.4375rem;left:0rem;width:28rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD1lRnAU0bQzlJpcwtbbUCXBV5nnuod3 { top:19.25rem;left:0rem;width:35.9375rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla { display:block; }#wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDC4v5aVRU9o24SLThhZFJ8Wgt2Iu6rF { top:3.6875rem;left:0rem;width:26.4375rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-regular-label { width:23.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-text { width:23.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-textarea { width:23.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-select { width:23.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-button { width:23.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-checkbox-label { width:22.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ  { width:23.5rem;height:auto;top:3.25rem;left:0rem; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .radio-container { width:23.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ {display:block;}#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ { width:23.5rem;height:auto;top:3.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #IDr8NnT20JMoNnHUpPkQnVsm1bnzNT6C {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #p8VZe0Tywe3NJAEhfJMIlz6yRpHMWybO {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #PI4qQsHawV0uiT1b4hGRfm7AFWPKnlUO {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #RhusxBPPxT2t6IrcCDmhso2pprI4nqZJ {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #SdDccmy2CqQ4doBUNpTiyWBV6c268nRU {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #ilIoKzR0H1VOyqvGDqeUxm4QCPTfgUiU {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #elPT1N2uzs6T49U3zVH1oTnmw12u0TsV {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #TuK3l3r26CEntwzaP9BLRhOS40rv5kDo {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #dw2VkCk7oGdTTPGAQSE9G4GF0o67LceI {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #fnWOnSz2lo6ELfktX3G2hUGdNF9cph0T {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #m9kFh7bBK9EshXPWgDLp8kAC5uoCDZwf {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #upaEGkyKrQPmdtzQ0EmuZMxxe80VUpba {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #On0PyNWxoi4amQDMgtTOnMXXmpcFbJK4 {  }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #On0PyNWxoi4amQDMgtTOnMXXmpcFbJK4 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #g6XuyaVhFxMwWUHasIsOHZR7LewtJPD3 {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #IIkzqTGZePTaqEQlOPy3cV4V2xTBf8W3 {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #Ua71f6lEFUnmTGM2u9PiZtEBViLr9oWu {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #W94WVfUWd4hbzw8I4a5rTnPIs9HITlS9 {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #EzNxJsh2m2T2pgIT5q1aJbzWuFz0xwlu {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #UBHazTAKtH1FduZgx11ChhXo0rmDxzKu {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #ILPGs2A7HDpIKMiofagGlPDTXtlbpDPh {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #i9Bn3uzq9HximXMQSmyxUZI9u38mSfrl {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #gxTo9LQirKhF7ZnUHATgwVb2SAUw0coP {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #UN5TcwFiTfgTMqlwi3ycw17gqzdmuNFh {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #brMwaiuMubBtfIcksqCX84yPxSHXaKQe {  }
 }@media only screen and (max-width: 763px) { #xqf0rO8dXzWaL4OCm8ibr6PlVDOG0ByS { display:block; }
 }@media only screen and (max-width: 763px) { #tHRF8JPfhZr5Dst1TP6pB60pTpFPxFm2 { display:block; }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #SOFwllWUw35d0IEIxc6PspQGnAUpOMfL {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #zUB2mh84kcGlHQKX0OQmm4v03nOyRT06 {  }
 }@media only screen and (max-width: 763px) { #KIHUT6D0ESDsF7r7zM6Ahnq7o4w7prXX { top:6.25rem;left:17.875rem;width:29.875rem;height:8.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJfWutWFx2LfULLJyM1q7bhU2m6qp5wm { top:15.6875rem;left:22.3125rem;width:25.375rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNq2KDkGJTSG6X637Hnbo3WKgN1CxhW3 { top:30.6875rem;left:20.625rem;width:27.0625rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emLMTq7kz2BolpC14kXTkq7xDffDW13P { display:block; }#emLMTq7kz2BolpC14kXTkq7xDffDW13P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTuLdbaLupkD00UmWSWoZR9yg964v49n { top:3.0625rem;left:2rem;width:43.75rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKPQSZ0uOSTTDr94NgfJo8TGyfKpDTwB { top:10.5625rem;left:0rem;width:16rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dircLpmoQrxuKncZSL9UTTMeN7aQPhBD { top:10.625rem;left:16.03125rem;width:15.9375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOCqRpCzGTMuzNFDTsTHNorwAxPfvalr { top:10.625rem;left:31.75rem;width:15.9375rem;height:10.64566926827rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIXiM6PyUnJBnw845xsTPkiBsrBFKR34 { top:23.625rem;left:0rem;width:17.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8BQbNN4u81shDJDKFHw6tt8EtHo5kfb { top:27.3125rem;left:0rem;width:16.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5fLVQ8EAiqBicNcW08zO9QSVlvU4kPr { top:23.625rem;left:15.187501907349rem;width:17.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbsyHhBy5tirxZtetQZIvsyOVL06n5Qs { top:27.3125rem;left:16.125001907349rem;width:16rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klFRw8G44pnhXJMTtUpfhSHlWBW5s0GT { top:23.625rem;left:34.4375rem;width:13.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhS3DwPKvB20kUkv7tPyhNBaoDcJWBWN { top:27.3125rem;left:31.875rem;width:15.875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyGOsPwiFZhnixTO7DXWLOepCp9k86CP { top:41.9375rem;left:0.1875rem;width:47.4375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIFyXBe5weSP9yGF8GmSbIvaS69yFTrV { top:34.625rem;left:0rem;width:9.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk7avREkcoSCz2qHFypMNDlSgPOJHRnJ { top:34.625rem;left:17.781251907349rem;width:12.1875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouaqrybKa6IMHrg0Fv5AJ7m0gxqkeT6f { top:36.125rem;left:6.3125rem;width:3.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPUu8EC7laIRefJQCrGin54ROTJlx7Ab { top:46.8125rem;left:1.0625rem;width:45.625rem;height:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl3zbdQWFKm5ZQRNC5yf0bsIGcg9OaHo { top:55.625rem;left:41.875rem;width:5.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeWv9MSmo4TfK3ofvSJvZk51PQQ4RFkV { top:47.875rem;left:0rem;width:10.625rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZc2kOV8VkotuDCrkDphgTTCnoSMuT9i { top:34.0625rem;left:33.187501907349rem;width:8.0625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwGQqDJ1t6VzmLRPwtwQ2CWT03wpQvDp { top:37.625rem;left:44.375rem;width:3.375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZJqUnBwu0TFTyTPUATumWSqdl8DG19S { top:38.8125rem;left:0rem;width:47.75rem;height:15.66796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSufwI7hyXxJNwFmdmywSXAGLUR38Zn2 { top:9.9375rem;left:14.82763671875rem;width:17.8125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhD4TxHDEoIwfkOmTITOXbOb4h0BRHKR { top:9.9375rem;left:29.4375rem;width:17.8125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1FSrBxsCHXVWnVTDiVNTV2DO2BZyPD3 { top:10rem;left:0rem;width:17.8125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mABcTmB6nBKKlnNbfyfO2UA3RsVwMGez { display:block; }#mABcTmB6nBKKlnNbfyfO2UA3RsVwMGez > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dX4sp5N8HWZbag6HONSDC0OWO7DbWOsS { top:2.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcC7ubgtfGavbh2TSh1aWH7hVAyrghST { top:5.3125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLXSne7H44xRv3U2RMV02K6X72XOmeBd { top:10.8125rem;left:20.875rem;width:6rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqW87wBm2SsP9EcBvGkUT5FuU5rq6VhL { top:10.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN6yIudXCnA6Vwp2T07B1exJ1kcvF5KF { top:12.4375rem;left:0rem;width:25.5rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcFFR1u3ZLlKoPMCXeTCqx0EbQNpGNGD { top:12.4375rem;left:22.25rem;width:25.5rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACOxKTzuEZsR3MBeIhybzcMea1IRekPC { top:21.25rem;left:0rem;width:25.5rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcvHvl6Ogsr6luqGLAwIKhMUx5QJWhnX { top:21.25rem;left:22.25rem;width:25.5rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfspFROku8DlClVT39HpORmg6A3WRiU1 { top:14.75rem;left:1.6853294372559rem;width:17.625rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay4Xp5eG25nFCQlir6sOKysN7VazRq2b { top:14.75rem;left:28.3740234375rem;width:17.625rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyVqF0ZrpJF2ooJrJ5nTfNpJrFJFAOMP { top:22.9375rem;left:0rem;width:23.4375rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2vTZR5T4yLVnVeCtmQcnZwR36VLlHaN { top:23.5625rem;left:24.3125rem;width:23.4375rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgQSygkFeHweGDRCLEA5bPgpkK4bkrvZ { display:block; }#EgQSygkFeHweGDRCLEA5bPgpkK4bkrvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gL02cRqvQA5irUrXa5bNkh1KoTroX9C2 { top:10.5rem;left:0rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COo4bZSSB4fsIgMlPV9JUblywftEJpxW { top:10.5rem;left:8.8125rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe5PEyZO2ziSrsRGtHARSQsodmQff2Js { top:10.5rem;left:19.125rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7sJuB6pvDk4Uz3c3p9Z21Ip8rxqzT6h { top:10.5rem;left:29.4375rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpdgTMMWKcCu4QkVxucTdwZqGq8TOh3o { top:10.5rem;left:38.1875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyMvJGiUsD8PJq6c0K5F1aDHbMe6ge5L { top:21.1875rem;left:8.8125rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asCT66w75X7wlZU5OMwQrqqfXvCBMH12 { top:21.1875rem;left:0rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbwyUF7zh2MzNVmWxF5UMh95ZCbq8x0z { top:21.1875rem;left:19.125rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ely5CG3V9BRB1sR0BTTbCIrIUvN0oot6 { top:21.1875rem;left:29.4375rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O89f1AoexJf7QlQVUqhDfFXe8TyzZtdN { top:21.1875rem;left:38.1875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyyMslTEW4xDkUt3R8WCfT7UanCehMsz { top:31.75rem;left:8.8125rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhmieg80x8SiZK85XK5DyxRwpVRJsQCJ { top:31.75rem;left:0rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URKt8SGX7TTCCihnMGKIzu7TlviI5OXz { top:31.75rem;left:19.125rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0qA8PMTyouMb6lTTIPU4wTp7GrkqCeb { top:31.75rem;left:29.4375rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eoo9xg4rmlEkMVnCzluw9g8K4JLApsEE { top:31.75rem;left:38.1875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OniBEVlmIPPZMxIHs3HI1v7LfJplSL4B { top:5.25rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN { display:block; }#JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIOKR8wy6WzQFRTrdJT6nL52KOsbwUES { top:8.5rem;left:0rem;width:3.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTZgCTO2lSTC1lnE08uakpE0Hlf7dSG { top:7.375rem;left:43.56787109375rem;width:3.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEJTdHmg32ypi67g0Nuk6ly5lXXe6ODZ { top:5.125rem;left:45.5rem;width:2.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqcwFlnXTovTgGgIO3EMoTrVPDf0whB8 { top:4.8125rem;left:0rem;width:5.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEr9VJea81sDPe4c4BAexD1CM4Lrr5Zq { top:28.6875rem;left:0rem;width:4.375rem;height:3.81225625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTxl55v5sQTci7paTCnbJXfoPORqxqPq { top:9.5625rem;left:44.5rem;width:3.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqqURG10WsTqZbVh7TiE2XGeXCtmxhzE { top:31rem;left:2.5615234375rem;width:2.8125rem;height:2.9343160344029rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtPsTQDnEyiOQqkb67wRTyKF6wdhVprd { top:27.9375rem;left:43.4375rem;width:4.25rem;height:4.4966727984877rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVp7rGfPrcKcwXhByRkbPgfBOxOEubaU { top:29.4375rem;left:44.3125rem;width:2.5rem;height:3.7803717914631rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvKRaA82U0Ii7UTATvgMqWa0kMWx08wJ { top:7.75rem;left:7.25rem;width:33.25rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSdfzMugNMcCXnOaLmIE4QZscuVgIWdH { top:10.375rem;left:0rem;width:47.75rem;height:15.270052083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu { display:block; }#TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVklkl5QneCQcqOIXO1M0icHxylRhcTJ { top:9.25rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aALRRt62tWG5FdmzgZ78Nc87wLAD2ndG { top:3.3125rem;left:5.75rem;width:36.25rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3cA8eLPoOM60NOF7JsBDBhIy8tIyxCN { display:block; }#k3cA8eLPoOM60NOF7JsBDBhIy8tIyxCN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDclkLibKcT5Kuc9xkdRyXkIdL4Eiy7e { top:2.9375rem;left:0rem;width:22.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ968zNI7NGg57P5e7RFAeaP2X7Dy5En { top:9.8125rem;left:0rem;width:22.125rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXxdTuQ8NcocUwuSTmx7zg6vFLFgcbnE { top:12.3125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOGc4HTAkXqtuFSTzU3LdB2fwfIT80c9 { top:12.3125rem;left:0.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJdWqUQKyhlOhIkA3xIM2pTNbVudxg1h { top:12.3125rem;left:4.375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8krBrzmJWShttxhH1mwTQ0CBgvgeTTm { top:12.3125rem;left:8.7500019073488rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1QPFzeEIU4MlQ1lB1zfn3H9aWfNqRnu { top:12.3125rem;left:13.562501907349rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrUeqTxUGJLsHepH4xzf0yI2XzWg0Vez { top:1.125rem;left:33.25rem;width:7.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb3uvLLrXrQRr1cncyHXvOqv2sM45uKH { top:12.75rem;left:33.375rem;width:7.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL3q7dxuOH1mNvMw9wSWfvc3lokG4Wu8 { top:1.0625rem;left:31.75rem;width:0.625rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTPBBXlBLODViT0hTOl3DighErT3XUKO { top:12.75rem;left:31.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNOSMPPU2KL1pCu68q6rZzDEC68u5U1l { top:2.3125rem;left:29.25rem;width:18.5rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr2IMt0FQFf5XKRtJzT4VKIiPJQyVv8l { top:14.0625rem;left:33.375rem;width:12.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3a1f8f15-ae0b-4688-8f6e-247ac84817e1/DSC01288.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ.adaptive-delivery-prevent-bg, #WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ.lazyload, #WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ.lazyloading { background-image: none; }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .row .container { background-color: transparent; background-image: none; }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .row .container > .video-iframe-container { display: none; }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .row > .video-iframe-container { display: none; }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .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); }#WFTVMBPJCGfB5BHyR9iLtZu0OUoFDHuZ > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAAk3oeCUUmHVgw8n4BIR0QPWPQQtncC { width:20rem;height:29.125rem;top:6.8125rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCkzF0tkrEFFevmORUWqTmR7Ny5wE7nx { width:19.2486875rem;height:6rem;top:7.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUuI3Spcci8NaqLF42rKzI9gNldWonfg { width:20rem;height:0.3125rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl85gDAHJdfy753uB5v2AiRkZzi3UbqE { width:20rem;height:6.375rem;top:-1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCvsSm0PfTzvRwQGUMlPuSsax8HX5xyJ { width:20rem;height:2.3125rem;top:1.4033203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S07ugeoDoganbKLfAXrUB4oRbgMx6eaE { width:12rem;height:1.38020625rem;top:24.625rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFFoWTkFMpk4lIEQrf3v2CT6s8wcOwzU { width:18.875rem;height:1.8125rem;top:22.1875rem;left:0.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCDQQMQk4NXP2u63XI2NEWOAof0dFode { display:flex;width:1.25rem;height:1.25rem;top:24.75rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #V1bMlsCnNIw1v2854kBRgJG80EqZ0Bav { width:12.9375rem;height:1.38020625rem;top:26.25rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ree85qZA99vfzMTOh7Dhmvxw3KwlIhhJ { display:flex;width:1.25rem;height:1.25rem;top:26.375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #RT5hKfVMCSXdSMm9Z0ehF7bQuG7PWBBP { display:flex;width:1.25rem;height:1.25rem;top:28rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #bicUZeSp1RtqxQgqvCgsfZlnwA2iOXxA { width:16.625rem;height:1.38020625rem;top:27.875rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeRvqUea3CX1kC8lO1rkCbzT7MSx1dxI { display:flex;width:1.25rem;height:1.25rem;top:29.5rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #iCNiWWgBJqGE3tGCtqoEiCpXfRl3Glp8 { width:14.375rem;height:2.76041875rem;top:29.4375rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqh9cP1KWwRN7kDRLfwU23TsH22hEkD9 { display:flex;width:1.25rem;height:1.25rem;top:32.3125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #pEeITzy6Q3006sZmFpdhTULlUsxEdg0d { width:15.3125rem;height:2.76041875rem;top:32.1875rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD1lRnAU0bQzlJpcwtbbUCXBV5nnuod3 { width:20rem;height:6.09375rem;top:14.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla { display:block; }#wQTPgq7Jn3X0of8Md6XgGVQnkJbEttla > .row .container { width:20rem;height:63.807292938232rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDC4v5aVRU9o24SLThhZFJ8Wgt2Iu6rF { width:20rem;height:27.0625rem;top:34.311767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.9375rem;overflow:hidden;height:auto;line-height:.8; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ [class*="-text"]:-moz-placeholder { font-size:1rem; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ [class*="-text"]::-moz-placeholder { font-size:1rem; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-radio-label { font-size:0.875rem;overflow:hidden;line-height:1.7; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-container:first-of-type{padding-top:0;}#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .widget-container:last-of-type{padding-bottom:0;}#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ  { width:17.5rem;height:auto;top:34.119873046875rem;left:0rem; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ {display:block;}#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ { width:17.5rem;height:auto;top:34.119873046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #IDr8NnT20JMoNnHUpPkQnVsm1bnzNT6C {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #p8VZe0Tywe3NJAEhfJMIlz6yRpHMWybO {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #PI4qQsHawV0uiT1b4hGRfm7AFWPKnlUO {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #RhusxBPPxT2t6IrcCDmhso2pprI4nqZJ {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #SdDccmy2CqQ4doBUNpTiyWBV6c268nRU {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #ilIoKzR0H1VOyqvGDqeUxm4QCPTfgUiU {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #elPT1N2uzs6T49U3zVH1oTnmw12u0TsV {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #TuK3l3r26CEntwzaP9BLRhOS40rv5kDo {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #dw2VkCk7oGdTTPGAQSE9G4GF0o67LceI {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #fnWOnSz2lo6ELfktX3G2hUGdNF9cph0T {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #m9kFh7bBK9EshXPWgDLp8kAC5uoCDZwf {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #upaEGkyKrQPmdtzQ0EmuZMxxe80VUpba {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #On0PyNWxoi4amQDMgtTOnMXXmpcFbJK4 {  }
#Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #On0PyNWxoi4amQDMgtTOnMXXmpcFbJK4 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #g6XuyaVhFxMwWUHasIsOHZR7LewtJPD3 {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #IIkzqTGZePTaqEQlOPy3cV4V2xTBf8W3 {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #Ua71f6lEFUnmTGM2u9PiZtEBViLr9oWu {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #W94WVfUWd4hbzw8I4a5rTnPIs9HITlS9 {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #EzNxJsh2m2T2pgIT5q1aJbzWuFz0xwlu {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #UBHazTAKtH1FduZgx11ChhXo0rmDxzKu {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #ILPGs2A7HDpIKMiofagGlPDTXtlbpDPh {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #i9Bn3uzq9HximXMQSmyxUZI9u38mSfrl {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #gxTo9LQirKhF7ZnUHATgwVb2SAUw0coP {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #UN5TcwFiTfgTMqlwi3ycw17gqzdmuNFh {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #brMwaiuMubBtfIcksqCX84yPxSHXaKQe {  }
 }@media only screen and (max-width: 763px) { #xqf0rO8dXzWaL4OCm8ibr6PlVDOG0ByS { display:block; }
 }@media only screen and (max-width: 763px) { #tHRF8JPfhZr5Dst1TP6pB60pTpFPxFm2 { display:block; }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #SOFwllWUw35d0IEIxc6PspQGnAUpOMfL {  }
 }@media only screen and (max-width: 763px) { #Wu7RREOcsseOVf8IawQTTJ0c1HfxuSzZ #zUB2mh84kcGlHQKX0OQmm4v03nOyRT06 {  }
 }@media only screen and (max-width: 763px) { #KIHUT6D0ESDsF7r7zM6Ahnq7o4w7prXX { width:20rem;height:12.9948125rem;top:1.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJfWutWFx2LfULLJyM1q7bhU2m6qp5wm { width:20rem;height:13.5rem;top:15.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNq2KDkGJTSG6X637Hnbo3WKgN1CxhW3 { width:20rem;height:1.625rem;top:30.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emLMTq7kz2BolpC14kXTkq7xDffDW13P { display:block; }#emLMTq7kz2BolpC14kXTkq7xDffDW13P > .row .container { width:20rem;height:105.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTuLdbaLupkD00UmWSWoZR9yg964v49n { width:12.9998125rem;height:3.57291875rem;top:27.6864375rem;left:3.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yKPQSZ0uOSTTDr94NgfJo8TGyfKpDTwB { width:15.75rem;height:10.5rem;top:33.22940625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dircLpmoQrxuKncZSL9UTTMeN7aQPhBD { width:15.9375rem;height:10.625rem;top:54.244495391846rem;left:1.9984019398689rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOCqRpCzGTMuzNFDTsTHNorwAxPfvalr { width:15.9375rem;height:10.625rem;top:76.874109268187rem;left:1.9984019398689rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIXiM6PyUnJBnw845xsTPkiBsrBFKR34 { width:17.0623125rem;height:1.2999125rem;top:44.934301376343rem;left:1.4683948159218rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8BQbNN4u81shDJDKFHw6tt8EtHo5kfb { width:16.937125rem;height:4.546875rem;top:47.167079925537rem;left:1.5305398106575rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5fLVQ8EAiqBicNcW08zO9QSVlvU4kPr { width:17.3748125rem;height:2.92480625rem;top:66.044919013975rem;left:1.3121448159218rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MbsyHhBy5tirxZtetQZIvsyOVL06n5Qs { width:17.9998125rem;height:6.11979375rem;top:69.541012763975rem;left:0.99964481592181rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #klFRw8G44pnhXJMTtUpfhSHlWBW5s0GT { width:17.061625rem;height:2.92480625rem;top:89.04297065735rem;left:1.4680989384651rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhS3DwPKvB20kUkv7tPyhNBaoDcJWBWN { width:18.3735rem;height:5.68359375rem;top:91.802307128906rem;left:0.81271702051162rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pyGOsPwiFZhnixTO7DXWLOepCp9k86CP { width:16.624625rem;height:4.875rem;top:3.75rem;left:2.4316404461861rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wIFyXBe5weSP9yGF8GmSbIvaS69yFTrV { width:7.436rem;height:2.87435rem;top:98.276916503906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk7avREkcoSCz2qHFypMNDlSgPOJHRnJ { width:7.3111875rem;height:3.125rem;top:99.468322753906rem;left:5.7888455986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouaqrybKa6IMHrg0Fv5AJ7m0gxqkeT6f { width:2.5rem;height:1.25rem;top:-1.4375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPUu8EC7laIRefJQCrGin54ROTJlx7Ab { width:16.25rem;height:14.4375rem;top:9.2453842163088rem;left:2.4928975701332rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fl3zbdQWFKm5ZQRNC5yf0bsIGcg9OaHo { width:2.99913125rem;height:1.875rem;top:22.935115814209rem;left:17.000868856907rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeWv9MSmo4TfK3ofvSJvZk51PQQ4RFkV { width:6.0617875rem;height:7.3118125rem;top:10.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZc2kOV8VkotuDCrkDphgTTCnoSMuT9i { width:9.4986875rem;height:5.625rem;top:96.899963378906rem;left:10.501302778721rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #SwGQqDJ1t6VzmLRPwtwQ2CWT03wpQvDp { width:3.37358125rem;height:0.9375rem;top:0.0927734375rem;left:16.62641875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZJqUnBwu0TFTyTPUATumWSqdl8DG19S { width:19.3125rem;height:24.375rem;top:1.25rem;left:0.55345738358078rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSufwI7hyXxJNwFmdmywSXAGLUR38Zn2 { width:17.5rem;height:11.312125rem;top:53.703834533691rem;left:1.0227271914482rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhD4TxHDEoIwfkOmTITOXbOb4h0BRHKR { width:17.875rem;height:11.625rem;top:76.177198410031rem;left:0.83451706171037rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1FSrBxsCHXVWnVTDiVNTV2DO2BZyPD3 { width:17.1875rem;height:11.125rem;top:32.683791008423rem;left:1.1622697735131rem;display:block; }
 }@media only screen and (max-width: 763px) { #mABcTmB6nBKKlnNbfyfO2UA3RsVwMGez { display:block; }#mABcTmB6nBKKlnNbfyfO2UA3RsVwMGez > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dX4sp5N8HWZbag6HONSDC0OWO7DbWOsS { width:20rem;height:3.57291875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PcC7ubgtfGavbh2TSh1aWH7hVAyrghST { width:20rem;height:13.125rem;top:6.07055625rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLXSne7H44xRv3U2RMV02K6X72XOmeBd { width:6rem;height:0.3125rem;top:20.3173828125rem;left:6.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqW87wBm2SsP9EcBvGkUT5FuU5rq6VhL { width:20rem;height:0.0625rem;top:20.44311875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN6yIudXCnA6Vwp2T07B1exJ1kcvF5KF { width:20rem;height:7.3125rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcFFR1u3ZLlKoPMCXeTCqx0EbQNpGNGD { width:20rem;height:7.3125rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACOxKTzuEZsR3MBeIhybzcMea1IRekPC { width:20rem;height:8.25rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcvHvl6Ogsr6luqGLAwIKhMUx5QJWhnX { width:20rem;height:7.3125rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfspFROku8DlClVT39HpORmg6A3WRiU1 { width:17.6245rem;height:3.9375rem;top:23.5rem;left:1.1875rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ay4Xp5eG25nFCQlir6sOKysN7VazRq2b { width:17.6245rem;height:3.9375rem;top:32.0625rem;left:1.1875rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yyVqF0ZrpJF2ooJrJ5nTfNpJrFJFAOMP { width:20rem;height:7.875rem;top:39.125rem;left:0rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X2vTZR5T4yLVnVeCtmQcnZwR36VLlHaN { width:20rem;height:5.90625rem;top:49.1875rem;left:0rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EgQSygkFeHweGDRCLEA5bPgpkK4bkrvZ { display:block; }#EgQSygkFeHweGDRCLEA5bPgpkK4bkrvZ > .row .container { width:20rem;height:96.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gL02cRqvQA5irUrXa5bNkh1KoTroX9C2 { width:9.5rem;height:9.5rem;top:10.48046875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COo4bZSSB4fsIgMlPV9JUblywftEJpxW { width:9.5rem;height:9.5rem;top:10.48095703125rem;left:10.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe5PEyZO2ziSrsRGtHARSQsodmQff2Js { width:9.5rem;height:9.5rem;top:20.98046875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7sJuB6pvDk4Uz3c3p9Z21Ip8rxqzT6h { width:9.4375rem;height:9.4375rem;top:20.94775390625rem;left:10.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpdgTMMWKcCu4QkVxucTdwZqGq8TOh3o { width:9.5rem;height:9.5rem;top:31.41796875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyMvJGiUsD8PJq6c0K5F1aDHbMe6ge5L { width:9.5rem;height:9.5rem;top:42.1064453125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asCT66w75X7wlZU5OMwQrqqfXvCBMH12 { width:9.5rem;height:9.5rem;top:31.41796875rem;left:10.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbwyUF7zh2MzNVmWxF5UMh95ZCbq8x0z { width:9.5rem;height:9.5rem;top:42.10693359375rem;left:10.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ely5CG3V9BRB1sR0BTTbCIrIUvN0oot6 { width:9.5rem;height:9.5rem;top:52.85546875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O89f1AoexJf7QlQVUqhDfFXe8TyzZtdN { width:9.5rem;height:9.5rem;top:52.85595703125rem;left:10.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyyMslTEW4xDkUt3R8WCfT7UanCehMsz { width:9.5rem;height:9.5rem;top:63.4189453125rem;left:10.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhmieg80x8SiZK85XK5DyxRwpVRJsQCJ { width:9.5rem;height:9.5rem;top:63.4189453125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URKt8SGX7TTCCihnMGKIzu7TlviI5OXz { width:9.5rem;height:9.5rem;top:74.3115234375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0qA8PMTyouMb6lTTIPU4wTp7GrkqCeb { width:9.5rem;height:9.5rem;top:74.3115234375rem;left:10.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eoo9xg4rmlEkMVnCzluw9g8K4JLApsEE { width:9.5rem;height:9.5rem;top:85.1865234375rem;left:5.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OniBEVlmIPPZMxIHs3HI1v7LfJplSL4B { width:19.9995rem;height:7.796875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN { display:block; }#JwU9WXgSCdndSVlOl09rcFwMth6Ql2FN > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIOKR8wy6WzQFRTrdJT6nL52KOsbwUES { width:3.24829375rem;height:2.93579375rem;top:5.3505859375rem;left:1.3876953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTZgCTO2lSTC1lnE08uakpE0Hlf7dSG { width:3.68598125rem;height:2.99913125rem;top:5.3200950622559rem;left:13.819444715977rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEJTdHmg32ypi67g0Nuk6ly5lXXe6ODZ { width:2.24935rem;height:2.3112rem;top:0.92339515686037rem;left:17.030165731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqcwFlnXTovTgGgIO3EMoTrVPDf0whB8 { width:3.8125rem;height:2.3125rem;top:0.45654296875rem;left:2.7163446533637rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEr9VJea81sDPe4c4BAexD1CM4Lrr5Zq { width:3.3728rem;height:2.93579375rem;top:14.6298828125rem;left:0.7001953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTxl55v5sQTci7paTCnbJXfoPORqxqPq { width:3.24829375rem;height:2.5rem;top:14.84765625rem;left:10.6328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqqURG10WsTqZbVh7TiE2XGeXCtmxhzE { width:2.8735375rem;height:2.99805rem;top:11.693359375rem;left:6.6357421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtPsTQDnEyiOQqkb67wRTyKF6wdhVprd { width:3.24829375rem;height:3.4375rem;top:11.2548828125rem;left:16.7509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVp7rGfPrcKcwXhByRkbPgfBOxOEubaU { width:2.56185rem;height:3.8737rem;top:14.912109375rem;left:17.437066137791rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvKRaA82U0Ii7UTATvgMqWa0kMWx08wJ { width:20rem;height:3.57291875rem;top:3.6371536254883rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSdfzMugNMcCXnOaLmIE4QZscuVgIWdH { width:20rem;height:5.875rem;top:8.2861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu { display:block; }#TeRTog6ggVRzcaFHqbwf3EKVAFev8Ptu > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVklkl5QneCQcqOIXO1M0icHxylRhcTJ { height:15.625rem;width:16.875rem;top:8.5470924377444rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aALRRt62tWG5FdmzgZ78Nc87wLAD2ndG { width:20rem;height:5.359375rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k3cA8eLPoOM60NOF7JsBDBhIy8tIyxCN { display:block; }#k3cA8eLPoOM60NOF7JsBDBhIy8tIyxCN > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDclkLibKcT5Kuc9xkdRyXkIdL4Eiy7e { width:14.4375rem;height:2.4375rem;top:0.372802734375rem;left:3.46728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ968zNI7NGg57P5e7RFAeaP2X7Dy5En { width:18.624rem;height:3.57291875rem;top:4.0625rem;left:1.3759765625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXxdTuQ8NcocUwuSTmx7zg6vFLFgcbnE { width:2.6237rem;height:2.6237rem;top:8.26953125rem;left:1.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOGc4HTAkXqtuFSTzU3LdB2fwfIT80c9 { width:2.6237rem;height:2.6237rem;top:8.26953125rem;left:4.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJdWqUQKyhlOhIkA3xIM2pTNbVudxg1h { width:2.6237rem;height:2.6237rem;top:8.26953125rem;left:8.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8krBrzmJWShttxhH1mwTQ0CBgvgeTTm { width:2.6237rem;height:2.6237rem;top:8.26953125rem;left:12.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1QPFzeEIU4MlQ1lB1zfn3H9aWfNqRnu { width:2.6237rem;height:2.6237rem;top:8.26953125rem;left:16.0068359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrUeqTxUGJLsHepH4xzf0yI2XzWg0Vez { width:7.6236875rem;height:1.13769375rem;top:11.5rem;left:6.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mb3uvLLrXrQRr1cncyHXvOqv2sM45uKH { width:7.374125rem;height:1.13769375rem;top:24.3125rem;left:6.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vL3q7dxuOH1mNvMw9wSWfvc3lokG4Wu8 { width:0.625rem;height:0.99935rem;top:11.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTPBBXlBLODViT0hTOl3DighErT3XUKO { width:0.9375rem;height:0.9375rem;top:24.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNOSMPPU2KL1pCu68q6rZzDEC68u5U1l { width:16.9993125rem;height:9.798175rem;top:13.3125rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pr2IMt0FQFf5XKRtJzT4VKIiPJQyVv8l { width:11.311875rem;height:1.21875rem;top:26.1875rem;left:4.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }