.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #98c0c3, #eaeaea);background-image: -moz-linear-gradient(45deg, #98c0c3, #eaeaea);background-image: -ms-linear-gradient(45deg, #98c0c3, #eaeaea);background-image: -o-linear-gradient(45deg, #98c0c3, #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c0c3', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c0c3', endColorstr='#eaeaea' );";background-image: linear-gradient(45deg, #98c0c3, #eaeaea);background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fbOmZryDTeyH9VnVEOJyRdohpt2AyedF { position:relative;display:block; }#fbOmZryDTeyH9VnVEOJyRdohpt2AyedF { background-color: transparent; background-image: none; }#fbOmZryDTeyH9VnVEOJyRdohpt2AyedF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fbOmZryDTeyH9VnVEOJyRdohpt2AyedF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fbOmZryDTeyH9VnVEOJyRdohpt2AyedF > .row .container > .video-iframe-container { display: none; }#fbOmZryDTeyH9VnVEOJyRdohpt2AyedF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fbOmZryDTeyH9VnVEOJyRdohpt2AyedF > .row > .video-iframe-container { display: none; }#fbOmZryDTeyH9VnVEOJyRdohpt2AyedF > .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); }#fbOmZryDTeyH9VnVEOJyRdohpt2AyedF { border-width: 0; border-radius: 0; }#fbOmZryDTeyH9VnVEOJyRdohpt2AyedF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#u9BignKd3NNs0CJ7H5875hvOewnRWoxz { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.125rem 0rem rgba(255,255,255,0.5);top:4.125rem;left:2.125rem;height:6.824225rem;font-style:normal;display:block; }
#taGHwPZ3SFJS66a5SVrnwM8ILGvy61vT { color:#4c4c4c;display:block;width:29.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:15.5625rem;left:2.125rem;height:5.3613375rem;font-style:normal;display:block; }
#acHGvxpDLgrmqdD33yP3R4zPimDoRZh7 { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;height:17.9375rem;width:17.9375rem;top:4.125rem;left:34.0625rem;display:block; }
#PWNHnK0bHT14bClxi22D5aWDVISGOfLe { position:absolute;display:block;z-index:100007;background-color:rgba(237,246,255,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:19.75rem;width:19.75rem;top:3.1875rem;left:36.5rem;display:block; }
#fKD2DpuqOIZVyWSlR9H4E4D9EsBU736D { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.375rem;border-top-right-radius:12.375rem;border-bottom-left-radius:12.375rem;border-bottom-right-radius:12.375rem;height:18.5625rem;width:18.5625rem;top:3.5625rem;left:33.75rem;overflow:hidden;display:block; }
#H1udOTiNHtaRTUSaCvTOxPEHNIHghKuq { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.75) ;height:18.3125rem;width:28.25rem;top:3.1875rem;left:1.4375rem;display:block; }
#vdH0PlxBGHXGRHpv4yERrAVLW0aBBhUZ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.8125rem;border-top-right-radius:5.8125rem;border-bottom-left-radius:5.8125rem;border-bottom-right-radius:5.8125rem;height:4.5625rem;width:4.5625rem;top:1rem;left:54.46875rem;overflow:hidden;display:block; }
#azpqBPiMVr4PM78q7TgnsBS50IAWw14e { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:6.5625rem;top:15.5625rem;left:31.5rem;overflow:hidden;display:block; }
#JcLDapwNvy1SRipOqcnpiZCEPtnB6mDx { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:6.375rem;top:6.8125rem;left:49.9375rem;overflow:hidden;display:block; }
#IgrdpiV3UHhQRaT2RapSyMp0Vvnwrk2K { color:#4c4c4c;display:block;width:29.1875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:10.94921875rem;left:2.125rem;height:4.386725rem;font-style:normal;display:block; }
#rzgnXMWwOXfmliFTn01V41a8OESE65HG { position:relative;display:block; }#rzgnXMWwOXfmliFTn01V41a8OESE65HG { background-color: transparent; background-image: none; }#rzgnXMWwOXfmliFTn01V41a8OESE65HG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rzgnXMWwOXfmliFTn01V41a8OESE65HG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rzgnXMWwOXfmliFTn01V41a8OESE65HG > .row .container > .video-iframe-container { display: none; }#rzgnXMWwOXfmliFTn01V41a8OESE65HG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rzgnXMWwOXfmliFTn01V41a8OESE65HG > .row > .video-iframe-container { display: none; }#rzgnXMWwOXfmliFTn01V41a8OESE65HG > .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); }#rzgnXMWwOXfmliFTn01V41a8OESE65HG { border-width: 0; border-radius: 0; }#rzgnXMWwOXfmliFTn01V41a8OESE65HG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#CdPZB1ZCsL57dnJKwqwmbbdkr5xC1tE4 { z-index:100001;top:1.3125rem;left:22.5625rem;background-color:#2a2373;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#k4KL5Trz38rod0097QJfCTaF8IfLZJV1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c1ea3ea-ec6a-400f-bb44-352df20a5515/Group1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { border-width: 0; border-radius: 0; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#dVixtL8oWyidWhXyTIdw45yuIZ1kTaRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dVixtL8oWyidWhXyTIdw45yuIZ1kTaRT > .row .container { background-color: transparent; background-image: none; }#dVixtL8oWyidWhXyTIdw45yuIZ1kTaRT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dVixtL8oWyidWhXyTIdw45yuIZ1kTaRT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dVixtL8oWyidWhXyTIdw45yuIZ1kTaRT > .row .container > .video-iframe-container { display: none; }#dVixtL8oWyidWhXyTIdw45yuIZ1kTaRT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dVixtL8oWyidWhXyTIdw45yuIZ1kTaRT > .row > .video-iframe-container { display: none; }#dVixtL8oWyidWhXyTIdw45yuIZ1kTaRT > .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); }#dVixtL8oWyidWhXyTIdw45yuIZ1kTaRT > .row .container { border-width: 0; border-radius: 0; }#dVixtL8oWyidWhXyTIdw45yuIZ1kTaRT > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#THf90PT9MO7XUwmPvThiW9cWp4Hst5bh { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:6.375rem;top:0rem;left:12.1875rem;overflow:hidden;display:block; }
#dCQTm6Bnq5ow1FnhJRfAygfd5z9GFfIw { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:3.3125rem;top:1.75rem;left:13.75rem;overflow:hidden;display:block; }
#orIbl3dLcXuFU9S0eIJEcap9SUQvaiD4 { color:#094583;display:block;width:35.3125rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5rem;left:13.75rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lrna3pGasLWSficXF52oLGuB8w1IQpCH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Lrna3pGasLWSficXF52oLGuB8w1IQpCH > .row .container { background-color: transparent; background-image: none; }#Lrna3pGasLWSficXF52oLGuB8w1IQpCH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lrna3pGasLWSficXF52oLGuB8w1IQpCH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lrna3pGasLWSficXF52oLGuB8w1IQpCH > .row .container > .video-iframe-container { display: none; }#Lrna3pGasLWSficXF52oLGuB8w1IQpCH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lrna3pGasLWSficXF52oLGuB8w1IQpCH > .row > .video-iframe-container { display: none; }#Lrna3pGasLWSficXF52oLGuB8w1IQpCH > .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); }#Lrna3pGasLWSficXF52oLGuB8w1IQpCH > .row .container { border-width: 0; border-radius: 0; }#Lrna3pGasLWSficXF52oLGuB8w1IQpCH > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#WxDVZPw70o6c84q5RFxFnzVuVnDZNVLn { position:absolute;display:block;z-index:100000;background-color:#edf6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:0.8125rem;display:block; }
#HUFhUBCw8h95QAeAqv4DNqoUszanNiyc { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:4.1875rem;top:1.0625rem;left:0.8125rem;overflow:hidden;display:block; }
#OodV1mO6xyKfGwoy9s4nGqpHmKK1RinV { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:2.625rem;top:1.0625rem;left:57.241071428571rem;overflow:hidden;display:block; }
#anNhtO0bEsrtvp5OOFb8QScAsAGuZBKU { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0.65625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1ZLH8KPVAtDCeU5353xV9GVnM0nQpSa { position:absolute;display:block;z-index:100003;background-color:#edf6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:15.8125rem;display:block; }
#yRyqmUBPZZN4BHbNoIX7WJDdHolNrWR8 { position:absolute;display:block;z-index:100004;background-color:#edf6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:30.8125rem;display:block; }
#Bfh1t4AGdWZBad6Q3MunZnUGGTQ5GBaC { position:absolute;display:block;z-index:100005;background-color:#edf6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:45.8125rem;display:block; }
#uHOPX3eK0wWLsfiUnrhdAmfVklm0bHxo { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:1.53125rem;overflow:hidden;display:block; }
#RgL6LK7KTB7XsbiKThWSdqkxTnSkISWb { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:16.53125rem;overflow:hidden;display:block; }
#RQCefheGysKIEVT9M3Xkz3eVyNnEuxZR { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:31.53125rem;overflow:hidden;display:block; }
#KDUkTdCQxnREIytIIgrZdf58nwDWSaLN { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:46.53125rem;overflow:hidden;display:block; }
#TgHAZMG2C8ukkTtHJmTxf6IiNTsL9hX4 { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:15.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cmN5T9azumwTF4VCcg8SQxtRzZbGcgs9 { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:14.4375rem;left:30.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E8FqC8yT0zA78N62Sg85iWJpHxGtWr66 { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:14.4375rem;left:45.65625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifGSkqt89C7RpTrdUC8kUQ7Nz42cdsAz { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:17.5234375rem;left:0.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vl57nO8sN44n2e6XphK9rFDZSoMTVLSb { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:15.98046875rem;left:15.65625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u2NI1iMZIoLQvGhKno66uAtqAZSUfMAT { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:16.04296875rem;left:30.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QLZnSJBHT3OfFv7yAx2HvFOKyNNgDm75 { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:16.04296875rem;left:46.3125rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IU07QP1ifSV9KE0T5Iv470FMA8S7CBEC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IU07QP1ifSV9KE0T5Iv470FMA8S7CBEC > .row .container { background-color: transparent; background-image: none; }#IU07QP1ifSV9KE0T5Iv470FMA8S7CBEC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IU07QP1ifSV9KE0T5Iv470FMA8S7CBEC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IU07QP1ifSV9KE0T5Iv470FMA8S7CBEC > .row .container > .video-iframe-container { display: none; }#IU07QP1ifSV9KE0T5Iv470FMA8S7CBEC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IU07QP1ifSV9KE0T5Iv470FMA8S7CBEC > .row > .video-iframe-container { display: none; }#IU07QP1ifSV9KE0T5Iv470FMA8S7CBEC > .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); }#IU07QP1ifSV9KE0T5Iv470FMA8S7CBEC > .row .container { border-width: 0; border-radius: 0; }#IU07QP1ifSV9KE0T5Iv470FMA8S7CBEC > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:block; }#OynQdDq7CMPGRN68RiUxDiTD4IUVQwLr { position:absolute;display:block;z-index:100000;background-color:#edf6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:0.8125rem;display:block; }
#aTRNXJ3mFJwixK6okTAvQ51nyCf4Z1En { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:4.1875rem;top:1.0625rem;left:0.8125rem;overflow:hidden;display:block; }
#oo2L3BWpanioCsrKbzrUx9h6JewP3wi7 { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K65T2c36pvBhmHS45y8RP0XFxbACEN9A { position:absolute;display:block;z-index:100003;background-color:#edf6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:15.8125rem;display:block; }
#Qe98Shdc4y6Sim3DX0ISBl9oqQ6dZUVt { position:absolute;display:block;z-index:100004;background-color:#edf6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:30.8125rem;display:block; }
#CdwMB4aDhmOtr14QInqnZWsp1kMsTkGW { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:16.53125rem;overflow:hidden;display:block; }
#zfEtXsrBc7Wh6ppOt2T7VufGfrnTwcxp { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:15.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#myH7CKy9gdZq2y5CvE8ThRBLUgvPzltU { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:14.4375rem;left:30.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uaBvG874nqEwMAEon1nyZDEdwBTego1o { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:15.98046875rem;left:0.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGqKLpZy1DoHve6JcJFNB46gmZMDxkMv { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:15.98046875rem;left:15.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ESX2Lvpp6NTNvClJLf35cbDw682K5N0z { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:16.04296875rem;left:30.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLThUKG2FTvPsb1yHKSHHB6fTIGxMxk8 { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.875rem;top:1.78125rem;left:1.5625rem;overflow:hidden;display:block; }
#pQuAeKxJqTM1f3wbNR7Ir8JefK2vWIhf { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:31.53125rem;overflow:hidden;display:block; }
#d8bTbgwaMfaaUs1yokcSi8TrGuX51x8Z { position:absolute;display:block;z-index:100010;background-color:#edf6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:45.8125rem;display:block; }
#RqHtXwRs4UXPK2tnul5DVn6qKzAK8UTL { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.875rem;width:11.9375rem;top:1.8125rem;left:46.6875rem;overflow:hidden;display:block; }
#GPoB7W2AbNN0ETfVGhBW7HLNU5BICDZ8 { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:14.4375rem;left:45.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rQGgLg4A8cFVuo150oWRTAu7yNpBTl7p { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:2.625rem;top:1.0625rem;left:57.375rem;overflow:hidden;display:block; }
#iyNkKbDTdJTz6mFwGPVEahco6fCvxVab { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:15.98046875rem;left:45.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vawDGIHnQXmWt7MqcgfhOa0WHk93c2Nd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vawDGIHnQXmWt7MqcgfhOa0WHk93c2Nd > .row .container { background-color: transparent; background-image: none; }#vawDGIHnQXmWt7MqcgfhOa0WHk93c2Nd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vawDGIHnQXmWt7MqcgfhOa0WHk93c2Nd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vawDGIHnQXmWt7MqcgfhOa0WHk93c2Nd > .row .container > .video-iframe-container { display: none; }#vawDGIHnQXmWt7MqcgfhOa0WHk93c2Nd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vawDGIHnQXmWt7MqcgfhOa0WHk93c2Nd > .row > .video-iframe-container { display: none; }#vawDGIHnQXmWt7MqcgfhOa0WHk93c2Nd > .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); }#vawDGIHnQXmWt7MqcgfhOa0WHk93c2Nd > .row .container { border-width: 0; border-radius: 0; }#vawDGIHnQXmWt7MqcgfhOa0WHk93c2Nd > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#X0LX6Ntf8KIxcWpeH7wmKNKJ0m4O5t9J { position:absolute;display:block;z-index:100000;background-color:#edf6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:0.8125rem;display:block; }
#eRTxmSNtttJo8K7vblbhFzBuNbTV8DLA { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:4.1875rem;top:1.0625rem;left:0.8125rem;overflow:hidden;display:block; }
#MDkyIllrFoas2NeMxV8WFoottip2vBnq { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FZHB8UTrXgGZPMvrAOU1EE36vBsJvKEG { position:absolute;display:block;z-index:100003;background-color:#edf6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:15.8125rem;display:block; }
#qJKQz53ukmcGZOVCt1wxUARTZyryvq1G { position:absolute;display:block;z-index:100004;background-color:#edf6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:30.8125rem;display:block; }
#H6FI6SbnTBaUNT0P3ny77VrE555KT2pR { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:16.53125rem;overflow:hidden;display:block; }
#yRHF164UXHzmtE0J3ClJbQDiP4wQkPew { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:15.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ugliA2OKfAEhKyQz5NygV41GDOe55wie { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:14.4375rem;left:30.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTt7xAppIrhuKO9FdLMNv0lkMBoZxFav { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:15.98046875rem;left:0.65625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZXQp1mPRUQaT7SaJtG1cMSzTTxRXMoSK { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:15.98046875rem;left:15.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRLJTf85L8c2nTUUxlfO4n61cp7kSTqm { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:16.04296875rem;left:30.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sLUIEzxcZfFSSaeUZ7vFm9xSc4PPaCKF { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.8125rem;width:11.8125rem;top:1.78125rem;left:1.5625rem;overflow:hidden;display:block; }
#F8mULTkyT0dxJtfeuRoRM6eRdG5gTJOb { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:31.53125rem;overflow:hidden;display:block; }
#RcXKRLbu5XwRbFRNElmLKrqcZ5fZnk7O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RcXKRLbu5XwRbFRNElmLKrqcZ5fZnk7O > .row .container { background-color: transparent; background-image: none; }#RcXKRLbu5XwRbFRNElmLKrqcZ5fZnk7O::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RcXKRLbu5XwRbFRNElmLKrqcZ5fZnk7O > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RcXKRLbu5XwRbFRNElmLKrqcZ5fZnk7O > .row .container > .video-iframe-container { display: none; }#RcXKRLbu5XwRbFRNElmLKrqcZ5fZnk7O > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RcXKRLbu5XwRbFRNElmLKrqcZ5fZnk7O > .row > .video-iframe-container { display: none; }#RcXKRLbu5XwRbFRNElmLKrqcZ5fZnk7O > .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); }#RcXKRLbu5XwRbFRNElmLKrqcZ5fZnk7O > .row .container { border-width: 0; border-radius: 0; }#RcXKRLbu5XwRbFRNElmLKrqcZ5fZnk7O > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#pAAvH2QBJBxt9av4xntcN0pznDkSzJE8 { color:#094583;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xsPZbmAbM6WQpSfo6qSnv7euOsKyTTTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xsPZbmAbM6WQpSfo6qSnv7euOsKyTTTI > .row .container { background-color: transparent; background-image: none; }#xsPZbmAbM6WQpSfo6qSnv7euOsKyTTTI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xsPZbmAbM6WQpSfo6qSnv7euOsKyTTTI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xsPZbmAbM6WQpSfo6qSnv7euOsKyTTTI > .row .container > .video-iframe-container { display: none; }#xsPZbmAbM6WQpSfo6qSnv7euOsKyTTTI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xsPZbmAbM6WQpSfo6qSnv7euOsKyTTTI > .row > .video-iframe-container { display: none; }#xsPZbmAbM6WQpSfo6qSnv7euOsKyTTTI > .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); }#xsPZbmAbM6WQpSfo6qSnv7euOsKyTTTI > .row .container { border-width: 0; border-radius: 0; }#xsPZbmAbM6WQpSfo6qSnv7euOsKyTTTI > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#bpSmDzZL6COlSkAWXcnraDeeHfr9fXS9 { color:#094583;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DP6FKJJH8suG3ywkN18kwDp73xQftLNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fafa;background-image:none;position:relative;display:block; }#DP6FKJJH8suG3ywkN18kwDp73xQftLNT > .row .container { background-color: transparent; background-image: none; }#DP6FKJJH8suG3ywkN18kwDp73xQftLNT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DP6FKJJH8suG3ywkN18kwDp73xQftLNT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DP6FKJJH8suG3ywkN18kwDp73xQftLNT > .row .container > .video-iframe-container { display: none; }#DP6FKJJH8suG3ywkN18kwDp73xQftLNT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DP6FKJJH8suG3ywkN18kwDp73xQftLNT > .row > .video-iframe-container { display: none; }#DP6FKJJH8suG3ywkN18kwDp73xQftLNT > .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); }#DP6FKJJH8suG3ywkN18kwDp73xQftLNT > .row .container { border-width: 0; border-radius: 0; }#DP6FKJJH8suG3ywkN18kwDp73xQftLNT > .row .container { font-size:0.875rem;font-family:arial;height:71.5625rem;width:60rem;position:relative;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { border-width: 0; border-radius: 0; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { background-color: transparent; background-image: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { border-width: 0; border-radius: 0; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { color:#ffffff;display:block;width:60rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:0.54296875rem;left:0rem;height:3.412325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bM9oy4OLEfpWUdV8pncvoIuiRbB6DPIE { position:relative;display:block; }#bM9oy4OLEfpWUdV8pncvoIuiRbB6DPIE { background-color: transparent; background-image: none; }#bM9oy4OLEfpWUdV8pncvoIuiRbB6DPIE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bM9oy4OLEfpWUdV8pncvoIuiRbB6DPIE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bM9oy4OLEfpWUdV8pncvoIuiRbB6DPIE > .row .container > .video-iframe-container { display: none; }#bM9oy4OLEfpWUdV8pncvoIuiRbB6DPIE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bM9oy4OLEfpWUdV8pncvoIuiRbB6DPIE > .row > .video-iframe-container { display: none; }#bM9oy4OLEfpWUdV8pncvoIuiRbB6DPIE > .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); }#bM9oy4OLEfpWUdV8pncvoIuiRbB6DPIE { border-width: 0; border-radius: 0; }#bM9oy4OLEfpWUdV8pncvoIuiRbB6DPIE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#BDE8Tv3v7abZydLXNJvQB9e0m2hITvGz { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:15rem;width:13.75rem;top:3.4375rem;left:0.625rem;display:block; }
#gqt1JRZVyASHD5ip8yCqHGr5s7TvLkIw { position:absolute;display:block;z-index:99996;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:14.625rem;width:13.375rem;top:3.4375rem;left:15.625rem;display:block; }
#ViU5fnETJ0MRTcn2aoqFSINREMrNpxnz { color:#094583;display:block;width:10.9375rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:9.337890625rem;left:1.875rem;height:3.57465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S9qKF5G0AtArhMeg0533AMafa6qIpMmW { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:3.3125rem;top:4.6875rem;left:1.875rem;overflow:hidden;display:block; }
#XLz5g8Jo6PIAaHRKMEIeLwzKMgmr15Gd { color:#00c595;display:block;width:6.875rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:6.01171875rem;left:5.9375rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ey57yC0GtFPNrqiUXWsspTT1a1u9tRcl { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:9.375rem;left:17.0625rem;height:1.787325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#orwhVX04N42r2Pa1q8THXiF1WTsJ8XHR { color:#00c595;display:block;width:6.875rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:6.0625rem;left:21.125rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I3KlkC7vK6PrILvwXpXH7puHxtZQRgh1 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:9.375rem;left:32.0625rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XAbCdVBc7J94qKnEKdOVQmw151WHreDK { color:#00c595;display:block;width:6.875rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:6.0625rem;left:36.125rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r2HCVkpXkHZiTnoQa6Krllzlx3PG2d5g { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:9.3125rem;left:47.0625rem;height:5.36198125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DMVGho0eDRW4kF4hQbgBQX0EKN67GTiV { color:#00c595;display:block;width:6.875rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:6rem;left:51.125rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NPb5owZOOD1fzMZn5DW8JXWszkBqyT2L { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:6.375rem;top:19.625rem;left:10.75rem;overflow:hidden;display:block; }
#JdJrdaKxbLaqerULlOveTiFfMclZTFcG { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:3.25rem;top:0.25rem;left:55.375rem;overflow:hidden;display:block; }
#q38BmtRuGilLTy98cp6cV5piF935Jrio { background-color:#00c595;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:3.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:14.671875rem;left:1.65625rem;display:block; }
#mFnRA4iDtI6yfQ3kuL60SnaNIr4RxuOR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UX9ahplDM0uUagfbeBpH1GRvT3W7bX4u { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:15rem;width:13.75rem;top:3.4375rem;left:15.625rem;display:block; }
#PKSLcBJ0JMZbk0sOqNJ9SZEkQVMklE3W { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:15rem;width:13.75rem;top:3.4375rem;left:30.625rem;display:block; }
#Wvmu3K6kn2p9O0s6mqDJJW2R2TWS1O5C { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:15rem;width:13.75rem;top:3.4375rem;left:45.625rem;display:block; }
#ytX0FObbwNJRMlSy6Ugli5vyepoSH0F0 { box-sizing:content-box;color:#094583;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:4.78125rem;left:16.375rem;display:block; }
#mLFy0I6AQc6bOUTerBiZKPm3ZcqoWJC3 { box-sizing:content-box;color:#094583;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:4.78125rem;left:31.25rem;display:block; }
#T1Mh2K5El1CxeSfkDFhZ2gA6BzTKOebH { box-sizing:content-box;color:#094583;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:4.96875rem;left:46.1875rem;display:block; }
#LTe75iyRZwTEsGxbi6dewi115HBhxzyb { background-color:#00c595;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:3.125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:14.671875rem;left:16.65625rem;display:block; }
#T6TlRE7Uav7PSN5Z8kDZElBk7k1uACFJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223868e9-852a-40d2-a120-883e19779cc2/Group8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.adaptive-delivery-prevent-bg, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyload, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyloading { background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { background-color: transparent; background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .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); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { border-width: 0; border-radius: 0; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row .container { background-color: transparent; background-image: none; }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row .container > .video-iframe-container { display: none; }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row > .video-iframe-container { display: none; }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .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); }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row .container { border-width: 0; border-radius: 0; }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#qJdM8nQsJFkdoJ4hKFmfxAQdz2FNRhCh { color:#094583;display:block;width:60rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.412325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ByRPQU0n9QNCwPHCO7EUwTVZgaa9deVd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ByRPQU0n9QNCwPHCO7EUwTVZgaa9deVd > .row .container { background-color: transparent; background-image: none; }#ByRPQU0n9QNCwPHCO7EUwTVZgaa9deVd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ByRPQU0n9QNCwPHCO7EUwTVZgaa9deVd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ByRPQU0n9QNCwPHCO7EUwTVZgaa9deVd > .row .container > .video-iframe-container { display: none; }#ByRPQU0n9QNCwPHCO7EUwTVZgaa9deVd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ByRPQU0n9QNCwPHCO7EUwTVZgaa9deVd > .row > .video-iframe-container { display: none; }#ByRPQU0n9QNCwPHCO7EUwTVZgaa9deVd > .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); }#ByRPQU0n9QNCwPHCO7EUwTVZgaa9deVd > .row .container { border-width: 0; border-radius: 0; }#ByRPQU0n9QNCwPHCO7EUwTVZgaa9deVd > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:60rem;position:relative;display:block; }#TkvcrqtMFLIRvmQBKmM9g0ZEo5ouCaCV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:11rem;top:3.5rem;left:15.71875rem;overflow:hidden;display:block; }
#LEV1e6oaPqt5Mv1CQV7M4DDa4NvSWeHg { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:9.6875rem;top:2.59375rem;left:2.71875rem;overflow:hidden;display:block; }
#fqi1Lzq1m8l7fh0KGt2Rcm8P7IgcmxP8 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:7.0625rem;top:3.28125rem;left:33.53125rem;overflow:hidden;display:block; }
#Up6cBhK23ys6TTfCRaLEtwZpsKG4uN7d { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5rem;width:8.4375rem;top:2.59375rem;left:47.34375rem;overflow:hidden;display:block; }
#MQcOnZyJ34dXFHcRfeDUIDh2PW2oZQTz { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:8.5625rem;top:9.125rem;left:3.28125rem;overflow:hidden;display:block; }
#fyM08aCIkQ5n8lSJ3G5oOvfXs444cHsL { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:9.9375rem;top:10.96875rem;left:16.25rem;overflow:hidden;display:block; }
#xpO664iWuLqFiS6k467UZT5pm55bNwGF { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:6.4375rem;top:10.1875rem;left:33.84375rem;overflow:hidden;display:block; }
#t0iCzUWAHtrHDZXadz2OG6IEiXRqI0dL { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:10.0625rem;top:8.375rem;left:46.53125rem;overflow:hidden;display:block; }
#clw5WBAJx729b9wOUcrLzOHwmq1wNW1U { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:13.5625rem;top:19.9375rem;left:0.78125rem;overflow:hidden;display:block; }
#WrVpFcb9uUCEPmllX8lppydSEwwTakcd { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:10.4375rem;top:19.9375rem;left:16rem;overflow:hidden;display:block; }
#GBRxKNTOfJHaHexamPkC3NJF5KgzZH7h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GBRxKNTOfJHaHexamPkC3NJF5KgzZH7h > .row .container { background-color: transparent; background-image: none; }#GBRxKNTOfJHaHexamPkC3NJF5KgzZH7h::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GBRxKNTOfJHaHexamPkC3NJF5KgzZH7h > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GBRxKNTOfJHaHexamPkC3NJF5KgzZH7h > .row .container > .video-iframe-container { display: none; }#GBRxKNTOfJHaHexamPkC3NJF5KgzZH7h > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GBRxKNTOfJHaHexamPkC3NJF5KgzZH7h > .row > .video-iframe-container { display: none; }#GBRxKNTOfJHaHexamPkC3NJF5KgzZH7h > .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); }#GBRxKNTOfJHaHexamPkC3NJF5KgzZH7h > .row .container { border-width: 0; border-radius: 0; }#GBRxKNTOfJHaHexamPkC3NJF5KgzZH7h > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:block; }#WGlXu9eelXeA4CCfcBXH7IqVgaHnLTno { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:0.5625rem;left:31.3125rem;overflow:hidden;display:block; }
#Ca0mdg4F3uTSP8Ay2rUDmtXTn6Z3y9id { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:0.5625rem;left:29rem;overflow:hidden;display:block; }
#OlVXah5eRmIQC0c9zxFR2TdW76GITz2z { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:0.625rem;left:26.75rem;overflow:hidden;display:block; }
#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row .container { background-color: transparent; background-image: none; }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row .container > .video-iframe-container { display: none; }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row > .video-iframe-container { display: none; }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .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); }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row .container { border-width: 0; border-radius: 0; }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#BCJMKiItDgS4UQ1Sg6rxT85nPRGqb8r5 { color:#2b2a2a;display:block;width:60rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:3.8125rem;left:0rem;height:4.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iv04AXRf5NpbzLE2XioqTItolrlnw3cO { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.8125rem #000000 ;box-sizing:border-box;color:#2a2373;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.9375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:9.65625rem;left:24.28125rem;display:block; }
#KZ7oFw1PAteSxRDgLCfNTSpVq9ifxw7g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zpgZfLNzDLo1rL8tT6aBQCNbnRzHgToe { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:23.4375rem;top:0rem;left:17.375rem;overflow:hidden;display:block; }
#QxLrGrw1MI715CILegwPrMSneAvdf49b { background-color:transparent;background-image:url("https://images.assets-landingi.com/6QRHJ9bs/icon_in_black_min_kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:9.25rem;left:18.28125rem;display:block; }#QxLrGrw1MI715CILegwPrMSneAvdf49b.adaptive-delivery-prevent-bg, #QxLrGrw1MI715CILegwPrMSneAvdf49b.lazyload, #QxLrGrw1MI715CILegwPrMSneAvdf49b.lazyloading { background-image: none; }
#aPtK5Rt2s6HansqUR0nOliQIFSm7qnRx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l84yaxkREOQz3gnpmGZAq9HC2S7CGVuT { background-color:transparent;background-image:url("https://images.assets-landingi.com/1JRokecY/icon_in_black_min_kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:9.28125rem;left:13.6875rem;display:block; }#l84yaxkREOQz3gnpmGZAq9HC2S7CGVuT.adaptive-delivery-prevent-bg, #l84yaxkREOQz3gnpmGZAq9HC2S7CGVuT.lazyload, #l84yaxkREOQz3gnpmGZAq9HC2S7CGVuT.lazyloading { background-image: none; }
#GmtLZoxbIpVTQ0QT9TGFrEXC96hrtoDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kNcfDHhTzQIJTDLC9XAmG0GaxiExWlun { box-sizing:content-box;color:#000000;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:8.609375rem;left:36.96875rem;display:block; }
#KLewxspFTXXdwaO43ZX6tL9ZRpLpVn1Z { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:8.421875rem;left:41.84375rem;display:block; }
#JQ6n9ivqFnn1ozeMyA1UfFT87wyshIqm { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.8125rem #000000 ;box-sizing:border-box;color:#2a2373;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:2.9375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:14.234375rem;left:21.09375rem;display:block; }
#KpPUMFxaNLAx3sNfmo7cRcpRv3T9GvVw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AbxKakNn4QXGvHkEdRKWq63reKHSmsVZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AbxKakNn4QXGvHkEdRKWq63reKHSmsVZ > .row .container { background-color: transparent; background-image: none; }#AbxKakNn4QXGvHkEdRKWq63reKHSmsVZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AbxKakNn4QXGvHkEdRKWq63reKHSmsVZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AbxKakNn4QXGvHkEdRKWq63reKHSmsVZ > .row .container > .video-iframe-container { display: none; }#AbxKakNn4QXGvHkEdRKWq63reKHSmsVZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AbxKakNn4QXGvHkEdRKWq63reKHSmsVZ > .row > .video-iframe-container { display: none; }#AbxKakNn4QXGvHkEdRKWq63reKHSmsVZ > .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); }#AbxKakNn4QXGvHkEdRKWq63reKHSmsVZ > .row .container { border-width: 0; border-radius: 0; }#AbxKakNn4QXGvHkEdRKWq63reKHSmsVZ > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#eEz1edlQpk6IReXe2CKcAx23BpfzVc8z { color:#094583;display:block;width:60rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cs2RsrpTSby7WyOEn1qeL8fp53KTVnnB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cs2RsrpTSby7WyOEn1qeL8fp53KTVnnB > .row .container { background-color: transparent; background-image: none; }#cs2RsrpTSby7WyOEn1qeL8fp53KTVnnB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cs2RsrpTSby7WyOEn1qeL8fp53KTVnnB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cs2RsrpTSby7WyOEn1qeL8fp53KTVnnB > .row .container > .video-iframe-container { display: none; }#cs2RsrpTSby7WyOEn1qeL8fp53KTVnnB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cs2RsrpTSby7WyOEn1qeL8fp53KTVnnB > .row > .video-iframe-container { display: none; }#cs2RsrpTSby7WyOEn1qeL8fp53KTVnnB > .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); }#cs2RsrpTSby7WyOEn1qeL8fp53KTVnnB > .row .container { border-width: 0; border-radius: 0; }#cs2RsrpTSby7WyOEn1qeL8fp53KTVnnB > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#BiS1TXEGCLnZg9Ung8LuZTP97f0MurKu { color:#98c3ae;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:11.58203125rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HadP4cHm1A7JeWx2vASIoWx9TIFqrhMe { color:#2b2a2a;display:block;width:60rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:1.5rem;left:0rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qO9tClTxT3Jfbe4mdxzCmJlol9y1ellD { color:#2b2a2a;display:block;width:60rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:9.0703125rem;left:0rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJIDdEuHGEdrOyIGwzLderPD26EukAyp { color:#98c3ae;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:6.921875rem;left:0.625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O5usHqDNAebrtUrfvprEMt8UDfUI7oys { color:#2b2a2a;display:block;width:60rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:13.1953125rem;left:0rem;height:9.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row .container { background-color: transparent; background-image: none; }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row .container > .video-iframe-container { display: none; }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row > .video-iframe-container { display: none; }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .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); }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row .container { border-width: 0; border-radius: 0; }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#ilwb5GZCKdFKIlZVEFUN4dcHdMdTzW5B { color:#2a2373;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QAMsvmWthLqptV1AGVQtJSLOH5w9MH5h { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #98c3ae, #ffffff);background-image: -moz-linear-gradient(90deg, #98c3ae, #ffffff);background-image: -ms-linear-gradient(90deg, #98c3ae, #ffffff);background-image: -o-linear-gradient(90deg, #98c3ae, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c3ae', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c3ae', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #98c3ae, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:45.375rem;top:14.625rem;left:7.3125rem;display:block; }
#cTQZLMVJ41BITKR4aBpHcrMpETCT5CB5 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.75rem;width:40.5rem;top:2.9375rem;left:9.75rem;display:block; }
#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { position:relative;display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { background-color: transparent; background-image: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container > .video-iframe-container { display: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container { display: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .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); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { border-width: 0; border-radius: 0; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#CdiQxyLL2mKyHtVNfA17X2cMU52dscrM { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:2.23046875rem;left:42.6875rem;height:1.787325rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fbOmZryDTeyH9VnVEOJyRdohpt2AyedF { display:block; }#fbOmZryDTeyH9VnVEOJyRdohpt2AyedF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9BignKd3NNs0CJ7H5875hvOewnRWoxz { top:4.125rem;left:0rem;width:30.0625rem;height:6.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taGHwPZ3SFJS66a5SVrnwM8ILGvy61vT { top:15.5625rem;left:0rem;width:29.1875rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acHGvxpDLgrmqdD33yP3R4zPimDoRZh7 { top:4.125rem;left:24.875rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWNHnK0bHT14bClxi22D5aWDVISGOfLe { top:3.1875rem;left:27.3125rem;width:19.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKD2DpuqOIZVyWSlR9H4E4D9EsBU736D { top:3.5625rem;left:24.5625rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1udOTiNHtaRTUSaCvTOxPEHNIHghKuq { top:3.1875rem;left:0rem;width:28.25rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdH0PlxBGHXGRHpv4yERrAVLW0aBBhUZ { top:1rem;left:43.1875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azpqBPiMVr4PM78q7TgnsBS50IAWw14e { top:15.5625rem;left:23.875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcLDapwNvy1SRipOqcnpiZCEPtnB6mDx { top:6.8125rem;left:40.75rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgrdpiV3UHhQRaT2RapSyMp0Vvnwrk2K { top:10.9375rem;left:0rem;width:29.1875rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzgnXMWwOXfmliFTn01V41a8OESE65HG { display:block; }#rzgnXMWwOXfmliFTn01V41a8OESE65HG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdPZB1ZCsL57dnJKwqwmbbdkr5xC1tE4 { top:1.3125rem;left:8.9375rem;width:14.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4KL5Trz38rod0097QJfCTaF8IfLZJV1 { display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVixtL8oWyidWhXyTIdw45yuIZ1kTaRT { display:block; }#dVixtL8oWyidWhXyTIdw45yuIZ1kTaRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THf90PT9MO7XUwmPvThiW9cWp4Hst5bh { top:0rem;left:9.125rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQTm6Bnq5ow1FnhJRfAygfd5z9GFfIw { top:1.75rem;left:10.6875rem;width:3.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orIbl3dLcXuFU9S0eIJEcap9SUQvaiD4 { top:1.5rem;left:0rem;width:35.3125rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrna3pGasLWSficXF52oLGuB8w1IQpCH { display:block; }#Lrna3pGasLWSficXF52oLGuB8w1IQpCH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxDVZPw70o6c84q5RFxFnzVuVnDZNVLn { top:1.0625rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUFhUBCw8h95QAeAqv4DNqoUszanNiyc { top:1.0625rem;left:0rem;width:4.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OodV1mO6xyKfGwoy9s4nGqpHmKK1RinV { top:1.0625rem;left:44.5rem;width:2.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anNhtO0bEsrtvp5OOFb8QScAsAGuZBKU { top:14.4375rem;left:0rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1ZLH8KPVAtDCeU5353xV9GVnM0nQpSa { top:1.0625rem;left:10.5rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRyqmUBPZZN4BHbNoIX7WJDdHolNrWR8 { top:1.0625rem;left:22.4375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bfh1t4AGdWZBad6Q3MunZnUGGTQ5GBaC { top:1.0625rem;left:34.375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHOPX3eK0wWLsfiUnrhdAmfVklm0bHxo { top:1.75rem;left:0rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgL6LK7KTB7XsbiKThWSdqkxTnSkISWb { top:1.75rem;left:11.9375rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQCefheGysKIEVT9M3Xkz3eVyNnEuxZR { top:1.75rem;left:23.875rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDUkTdCQxnREIytIIgrZdf58nwDWSaLN { top:1.75rem;left:35.8125rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgHAZMG2C8ukkTtHJmTxf6IiNTsL9hX4 { top:14.4375rem;left:10.1875rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmN5T9azumwTF4VCcg8SQxtRzZbGcgs9 { top:14.4375rem;left:22.125rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8FqC8yT0zA78N62Sg85iWJpHxGtWr66 { top:14.4375rem;left:34.0625rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifGSkqt89C7RpTrdUC8kUQ7Nz42cdsAz { top:17.5rem;left:0rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl57nO8sN44n2e6XphK9rFDZSoMTVLSb { top:15.9375rem;left:10.1875rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2NI1iMZIoLQvGhKno66uAtqAZSUfMAT { top:16rem;left:22.125rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLZnSJBHT3OfFv7yAx2HvFOKyNNgDm75 { top:16rem;left:34.0625rem;width:13.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU07QP1ifSV9KE0T5Iv470FMA8S7CBEC { display:block; }#IU07QP1ifSV9KE0T5Iv470FMA8S7CBEC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OynQdDq7CMPGRN68RiUxDiTD4IUVQwLr { top:1.0625rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTRNXJ3mFJwixK6okTAvQ51nyCf4Z1En { top:1.0625rem;left:0rem;width:4.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo2L3BWpanioCsrKbzrUx9h6JewP3wi7 { top:14.4375rem;left:0rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K65T2c36pvBhmHS45y8RP0XFxbACEN9A { top:1.0625rem;left:10.5rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe98Shdc4y6Sim3DX0ISBl9oqQ6dZUVt { top:1.0625rem;left:22.4375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdwMB4aDhmOtr14QInqnZWsp1kMsTkGW { top:1.75rem;left:11.9375rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfEtXsrBc7Wh6ppOt2T7VufGfrnTwcxp { top:14.4375rem;left:10.1875rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myH7CKy9gdZq2y5CvE8ThRBLUgvPzltU { top:14.4375rem;left:22.125rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaBvG874nqEwMAEon1nyZDEdwBTego1o { top:15.9375rem;left:0rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGqKLpZy1DoHve6JcJFNB46gmZMDxkMv { top:15.9375rem;left:10.1875rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESX2Lvpp6NTNvClJLf35cbDw682K5N0z { top:16rem;left:22.125rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLThUKG2FTvPsb1yHKSHHB6fTIGxMxk8 { top:1.75rem;left:0.03125rem;width:11.875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQuAeKxJqTM1f3wbNR7Ir8JefK2vWIhf { top:1.75rem;left:23.875rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8bTbgwaMfaaUs1yokcSi8TrGuX51x8Z { top:1.0625rem;left:34.375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqHtXwRs4UXPK2tnul5DVn6qKzAK8UTL { top:1.8125rem;left:35.8125rem;width:11.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPoB7W2AbNN0ETfVGhBW7HLNU5BICDZ8 { top:14.4375rem;left:34.0625rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQGgLg4A8cFVuo150oWRTAu7yNpBTl7p { top:1.0625rem;left:45.125rem;width:2.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyNkKbDTdJTz6mFwGPVEahco6fCvxVab { top:15.9375rem;left:34.0625rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vawDGIHnQXmWt7MqcgfhOa0WHk93c2Nd { display:block; }#vawDGIHnQXmWt7MqcgfhOa0WHk93c2Nd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0LX6Ntf8KIxcWpeH7wmKNKJ0m4O5t9J { top:1.0625rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRTxmSNtttJo8K7vblbhFzBuNbTV8DLA { top:1.0625rem;left:0rem;width:4.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDkyIllrFoas2NeMxV8WFoottip2vBnq { top:14.4375rem;left:0rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZHB8UTrXgGZPMvrAOU1EE36vBsJvKEG { top:1.0625rem;left:10.5rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJKQz53ukmcGZOVCt1wxUARTZyryvq1G { top:1.0625rem;left:22.4375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6FI6SbnTBaUNT0P3ny77VrE555KT2pR { top:1.75rem;left:11.9375rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRHF164UXHzmtE0J3ClJbQDiP4wQkPew { top:14.4375rem;left:10.1875rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugliA2OKfAEhKyQz5NygV41GDOe55wie { top:14.4375rem;left:22.125rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTt7xAppIrhuKO9FdLMNv0lkMBoZxFav { top:15.9375rem;left:0rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXQp1mPRUQaT7SaJtG1cMSzTTxRXMoSK { top:15.9375rem;left:10.1875rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRLJTf85L8c2nTUUxlfO4n61cp7kSTqm { top:16rem;left:22.125rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLUIEzxcZfFSSaeUZ7vFm9xSc4PPaCKF { top:1.75rem;left:0.03125rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8mULTkyT0dxJtfeuRoRM6eRdG5gTJOb { top:1.75rem;left:23.875rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcXKRLbu5XwRbFRNElmLKrqcZ5fZnk7O { display:block; }#RcXKRLbu5XwRbFRNElmLKrqcZ5fZnk7O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAAvH2QBJBxt9av4xntcN0pznDkSzJE8 { top:0rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsPZbmAbM6WQpSfo6qSnv7euOsKyTTTI { display:block; }#xsPZbmAbM6WQpSfo6qSnv7euOsKyTTTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpSmDzZL6COlSkAWXcnraDeeHfr9fXS9 { top:0rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP6FKJJH8suG3ywkN18kwDp73xQftLNT { display:block; }#DP6FKJJH8suG3ywkN18kwDp73xQftLNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { top:0.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM9oy4OLEfpWUdV8pncvoIuiRbB6DPIE { display:block; }#bM9oy4OLEfpWUdV8pncvoIuiRbB6DPIE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDE8Tv3v7abZydLXNJvQB9e0m2hITvGz { top:3.4375rem;left:0rem;width:13.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqt1JRZVyASHD5ip8yCqHGr5s7TvLkIw { top:3.4375rem;left:10.125rem;width:13.375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViU5fnETJ0MRTcn2aoqFSINREMrNpxnz { top:9.3125rem;left:0.34375rem;width:10.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9qKF5G0AtArhMeg0533AMafa6qIpMmW { top:4.6875rem;left:0.34375rem;width:3.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLz5g8Jo6PIAaHRKMEIeLwzKMgmr15Gd { top:6rem;left:4.40625rem;width:6.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey57yC0GtFPNrqiUXWsspTT1a1u9tRcl { top:9.375rem;left:12.46875rem;width:10.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orwhVX04N42r2Pa1q8THXiF1WTsJ8XHR { top:6.0625rem;left:16.53125rem;width:6.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3KlkC7vK6PrILvwXpXH7puHxtZQRgh1 { top:9.375rem;left:24.40625rem;width:10.9375rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAbCdVBc7J94qKnEKdOVQmw151WHreDK { top:6.0625rem;left:28.46875rem;width:6.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2HCVkpXkHZiTnoQa6Krllzlx3PG2d5g { top:9.3125rem;left:36.34375rem;width:10.9375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMVGho0eDRW4kF4hQbgBQX0EKN67GTiV { top:6rem;left:40.40625rem;width:6.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPb5owZOOD1fzMZn5DW8JXWszkBqyT2L { top:19.625rem;left:5.5625rem;width:6.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdJrdaKxbLaqerULlOveTiFfMclZTFcG { top:0.25rem;left:44.5rem;width:3.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q38BmtRuGilLTy98cp6cV5piF935Jrio { width:11.6875rem;height:3.125rem;top:14.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFnRA4iDtI6yfQ3kuL60SnaNIr4RxuOR { display:block; }
 }@media only screen and (max-width: 763px) { #UX9ahplDM0uUagfbeBpH1GRvT3W7bX4u { top:3.4375rem;left:10.125rem;width:13.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKSLcBJ0JMZbk0sOqNJ9SZEkQVMklE3W { top:3.4375rem;left:22.0625rem;width:13.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvmu3K6kn2p9O0s6mqDJJW2R2TWS1O5C { top:3.4375rem;left:34rem;width:13.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytX0FObbwNJRMlSy6Ugli5vyepoSH0F0 { top:4.75rem;left:11.9375rem;width:4.1875rem;height:4.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLFy0I6AQc6bOUTerBiZKPm3ZcqoWJC3 { top:4.75rem;left:23.875rem;width:4.1875rem;height:4.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Mh2K5El1CxeSfkDFhZ2gA6BzTKOebH { top:4.9375rem;left:35.8125rem;width:4.1875rem;height:4.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTe75iyRZwTEsGxbi6dewi115HBhxzyb { width:11.6875rem;height:3.125rem;top:14.625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TlRE7Uav7PSN5Z8kDZElBk7k1uACFJ { display:block; }
 }@media only screen and (max-width: 763px) { #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ { display:block; }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJdM8nQsJFkdoJ4hKFmfxAQdz2FNRhCh { top:0rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByRPQU0n9QNCwPHCO7EUwTVZgaa9deVd { display:block; }#ByRPQU0n9QNCwPHCO7EUwTVZgaa9deVd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkvcrqtMFLIRvmQBKmM9g0ZEo5ouCaCV { top:3.5rem;left:9.59375rem;width:11rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEV1e6oaPqt5Mv1CQV7M4DDa4NvSWeHg { top:2.5625rem;left:0rem;width:9.6875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqi1Lzq1m8l7fh0KGt2Rcm8P7IgcmxP8 { top:3.25rem;left:27.40625rem;width:7.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up6cBhK23ys6TTfCRaLEtwZpsKG4uN7d { top:2.5625rem;left:39.3125rem;width:8.4375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQcOnZyJ34dXFHcRfeDUIDh2PW2oZQTz { top:9.125rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyM08aCIkQ5n8lSJ3G5oOvfXs444cHsL { top:10.9375rem;left:10.125rem;width:9.9375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpO664iWuLqFiS6k467UZT5pm55bNwGF { top:10.1875rem;left:27.71875rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0iCzUWAHtrHDZXadz2OG6IEiXRqI0dL { top:8.375rem;left:37.6875rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clw5WBAJx729b9wOUcrLzOHwmq1wNW1U { top:19.9375rem;left:0rem;width:13.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrVpFcb9uUCEPmllX8lppydSEwwTakcd { top:19.9375rem;left:9.875rem;width:10.4375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBRxKNTOfJHaHexamPkC3NJF5KgzZH7h { display:block; }#GBRxKNTOfJHaHexamPkC3NJF5KgzZH7h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGlXu9eelXeA4CCfcBXH7IqVgaHnLTno { top:0.5625rem;left:25.1875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca0mdg4F3uTSP8Ay2rUDmtXTn6Z3y9id { top:0.5625rem;left:22.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlVXah5eRmIQC0c9zxFR2TdW76GITz2z { top:0.625rem;left:20.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn { display:block; }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCJMKiItDgS4UQ1Sg6rxT85nPRGqb8r5 { width:47.75rem;height:4.75rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv04AXRf5NpbzLE2XioqTItolrlnw3cO { width:11.4375rem;height:2.9375rem;top:9.625rem;left:18.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ7oFw1PAteSxRDgLCfNTSpVq9ifxw7g { display:block; }
 }@media only screen and (max-width: 763px) { #zpgZfLNzDLo1rL8tT6aBQCNbnRzHgToe { top:0rem;left:11.25rem;width:23.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxLrGrw1MI715CILegwPrMSneAvdf49b { width:3.75rem;height:3.75rem;top:9.25rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtK5Rt2s6HansqUR0nOliQIFSm7qnRx { display:block; }
 }@media only screen and (max-width: 763px) { #l84yaxkREOQz3gnpmGZAq9HC2S7CGVuT { width:3.75rem;height:3.75rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmtLZoxbIpVTQ0QT9TGFrEXC96hrtoDf { display:block; }
 }@media only screen and (max-width: 763px) { #kNcfDHhTzQIJTDLC9XAmG0GaxiExWlun { top:8.5625rem;left:30.84375rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLewxspFTXXdwaO43ZX6tL9ZRpLpVn1Z { top:8.375rem;left:35.71875rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ6n9ivqFnn1ozeMyA1UfFT87wyshIqm { width:17.8125rem;height:2.9375rem;top:14.1875rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpPUMFxaNLAx3sNfmo7cRcpRv3T9GvVw { display:block; }
 }@media only screen and (max-width: 763px) { #AbxKakNn4QXGvHkEdRKWq63reKHSmsVZ { display:block; }#AbxKakNn4QXGvHkEdRKWq63reKHSmsVZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEz1edlQpk6IReXe2CKcAx23BpfzVc8z { top:0rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs2RsrpTSby7WyOEn1qeL8fp53KTVnnB { display:block; }#cs2RsrpTSby7WyOEn1qeL8fp53KTVnnB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiS1TXEGCLnZg9Ung8LuZTP97f0MurKu { width:47.75rem;height:1.4375rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HadP4cHm1A7JeWx2vASIoWx9TIFqrhMe { width:47.75rem;height:4.75rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO9tClTxT3Jfbe4mdxzCmJlol9y1ellD { width:47.75rem;height:1.5625rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJIDdEuHGEdrOyIGwzLderPD26EukAyp { width:47.75rem;height:1.4375rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5usHqDNAebrtUrfvprEMt8UDfUI7oys { width:47.75rem;height:7.9375rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx { display:block; }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilwb5GZCKdFKIlZVEFUN4dcHdMdTzW5B { width:47.75rem;height:2.875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAMsvmWthLqptV1AGVQtJSLOH5w9MH5h { width:45.375rem;height:13.6875rem;top:14.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTQZLMVJ41BITKR4aBpHcrMpETCT5CB5 { width:40.5rem;height:22.75rem;top:2.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdiQxyLL2mKyHtVNfA17X2cMU52dscrM { top:2.1875rem;left:30.3125rem;width:17.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fbOmZryDTeyH9VnVEOJyRdohpt2AyedF { display:block; }#fbOmZryDTeyH9VnVEOJyRdohpt2AyedF > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9BignKd3NNs0CJ7H5875hvOewnRWoxz { width:19.375rem;height:4.875rem;top:1.912109375rem;left:0.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taGHwPZ3SFJS66a5SVrnwM8ILGvy61vT { width:19.375rem;height:4.4482375rem;top:13.927734375rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acHGvxpDLgrmqdD33yP3R4zPimDoRZh7 { width:8.625rem;height:8.625rem;top:19.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWNHnK0bHT14bClxi22D5aWDVISGOfLe { width:10.125rem;height:10.125rem;top:18.375rem;left:6.875rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #fKD2DpuqOIZVyWSlR9H4E4D9EsBU736D { width:8.9375rem;height:8.9375rem;top:19.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1udOTiNHtaRTUSaCvTOxPEHNIHghKuq { width:20rem;height:11.125rem;top:7.4951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdH0PlxBGHXGRHpv4yERrAVLW0aBBhUZ { width:3.625rem;height:3.625rem;top:3.224609375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azpqBPiMVr4PM78q7TgnsBS50IAWw14e { width:3.9375rem;height:3.9375rem;top:19.6875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcLDapwNvy1SRipOqcnpiZCEPtnB6mDx { width:4.0625rem;height:4.0625rem;top:24.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgrdpiV3UHhQRaT2RapSyMp0Vvnwrk2K { width:20rem;height:5.199225rem;top:8.59375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzgnXMWwOXfmliFTn01V41a8OESE65HG { display:block; }#rzgnXMWwOXfmliFTn01V41a8OESE65HG > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdPZB1ZCsL57dnJKwqwmbbdkr5xC1tE4 { top:1.4453125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4KL5Trz38rod0097QJfCTaF8IfLZJV1 { display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVixtL8oWyidWhXyTIdw45yuIZ1kTaRT { display:block; }#dVixtL8oWyidWhXyTIdw45yuIZ1kTaRT > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THf90PT9MO7XUwmPvThiW9cWp4Hst5bh { width:5.8125rem;height:5.8125rem;top:3.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCQTm6Bnq5ow1FnhJRfAygfd5z9GFfIw { width:3.1875rem;height:2.75rem;top:5rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #orIbl3dLcXuFU9S0eIJEcap9SUQvaiD4 { width:20rem;height:2.4375rem;top:1.03125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrna3pGasLWSficXF52oLGuB8w1IQpCH { display:block; }#Lrna3pGasLWSficXF52oLGuB8w1IQpCH > .row .container { width:20rem;height:93.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxDVZPw70o6c84q5RFxFnzVuVnDZNVLn { width:15.625rem;height:15.625rem;top:0.9248046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUFhUBCw8h95QAeAqv4DNqoUszanNiyc { width:6.375rem;height:5.0625rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OodV1mO6xyKfGwoy9s4nGqpHmKK1RinV { width:3.25rem;height:4.5rem;top:57.6875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #anNhtO0bEsrtvp5OOFb8QScAsAGuZBKU { width:16.3125rem;height:3.8984375rem;top:15.8125rem;left:1.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1ZLH8KPVAtDCeU5353xV9GVnM0nQpSa { width:15.625rem;height:15.625rem;top:23.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRyqmUBPZZN4BHbNoIX7WJDdHolNrWR8 { width:15.625rem;height:15.625rem;top:46.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bfh1t4AGdWZBad6Q3MunZnUGGTQ5GBaC { width:15.625rem;height:15.625rem;top:68.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHOPX3eK0wWLsfiUnrhdAmfVklm0bHxo { width:12.75rem;height:12.75rem;top:2.3623046875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgL6LK7KTB7XsbiKThWSdqkxTnSkISWb { width:12.75rem;height:12.75rem;top:25.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQCefheGysKIEVT9M3Xkz3eVyNnEuxZR { width:12.75rem;height:12.75rem;top:48.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDUkTdCQxnREIytIIgrZdf58nwDWSaLN { width:12.75rem;height:12.75rem;top:69.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgHAZMG2C8ukkTtHJmTxf6IiNTsL9hX4 { width:13.6875rem;height:1.94921875rem;top:39.3125rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmN5T9azumwTF4VCcg8SQxtRzZbGcgs9 { width:13.6875rem;height:1.94921875rem;top:62.4375rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8FqC8yT0zA78N62Sg85iWJpHxGtWr66 { width:13.6875rem;height:3.8984375rem;top:83.8125rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifGSkqt89C7RpTrdUC8kUQ7Nz42cdsAz { width:13.6875rem;height:1.94921875rem;top:19.7109375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl57nO8sN44n2e6XphK9rFDZSoMTVLSb { width:13.6875rem;height:3.8984375rem;top:41.26171875rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2NI1iMZIoLQvGhKno66uAtqAZSUfMAT { width:13.6875rem;height:1.94921875rem;top:64.375rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLZnSJBHT3OfFv7yAx2HvFOKyNNgDm75 { width:13.6875rem;height:5.91015625rem;top:87.6875rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU07QP1ifSV9KE0T5Iv470FMA8S7CBEC { display:block; }#IU07QP1ifSV9KE0T5Iv470FMA8S7CBEC > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OynQdDq7CMPGRN68RiUxDiTD4IUVQwLr { width:15.625rem;height:15.625rem;top:0.9248046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTRNXJ3mFJwixK6okTAvQ51nyCf4Z1En { width:6.375rem;height:5.0625rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo2L3BWpanioCsrKbzrUx9h6JewP3wi7 { width:16.3125rem;height:1.94921875rem;top:15.8125rem;left:1.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K65T2c36pvBhmHS45y8RP0XFxbACEN9A { width:15.625rem;height:15.625rem;top:21.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe98Shdc4y6Sim3DX0ISBl9oqQ6dZUVt { width:15.625rem;height:15.625rem;top:44.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdwMB4aDhmOtr14QInqnZWsp1kMsTkGW { width:12.75rem;height:12.75rem;top:22.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfEtXsrBc7Wh6ppOt2T7VufGfrnTwcxp { width:13.6875rem;height:1.94921875rem;top:36.875rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #myH7CKy9gdZq2y5CvE8ThRBLUgvPzltU { width:13.6875rem;height:3.8984375rem;top:60rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaBvG874nqEwMAEon1nyZDEdwBTego1o { width:13.6875rem;height:1.94921875rem;top:17.76171875rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGqKLpZy1DoHve6JcJFNB46gmZMDxkMv { width:13.6875rem;height:1.94921875rem;top:38.8125rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESX2Lvpp6NTNvClJLf35cbDw682K5N0z { width:13.6875rem;height:1.94921875rem;top:63.8984375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLThUKG2FTvPsb1yHKSHHB6fTIGxMxk8 { width:12.6875rem;height:12.75rem;top:2.3623046875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQuAeKxJqTM1f3wbNR7Ir8JefK2vWIhf { width:12.75rem;height:12.75rem;top:45.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8bTbgwaMfaaUs1yokcSi8TrGuX51x8Z { width:13.375rem;height:13.375rem;top:66.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqHtXwRs4UXPK2tnul5DVn6qKzAK8UTL { width:11.9375rem;height:11.875rem;top:67.1875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPoB7W2AbNN0ETfVGhBW7HLNU5BICDZ8 { width:13.6875rem;height:1.94921875rem;top:79.8125rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQGgLg4A8cFVuo150oWRTAu7yNpBTl7p { width:2.625rem;height:3.6875rem;top:65.1484375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyNkKbDTdJTz6mFwGPVEahco6fCvxVab { width:13.6875rem;height:1.94921875rem;top:83.8125rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vawDGIHnQXmWt7MqcgfhOa0WHk93c2Nd { display:block; }#vawDGIHnQXmWt7MqcgfhOa0WHk93c2Nd > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0LX6Ntf8KIxcWpeH7wmKNKJ0m4O5t9J { width:15.625rem;height:15.625rem;top:0.9248046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRTxmSNtttJo8K7vblbhFzBuNbTV8DLA { width:6.375rem;height:5.0625rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDkyIllrFoas2NeMxV8WFoottip2vBnq { width:16.3125rem;height:1.94921875rem;top:15.8125rem;left:1.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZHB8UTrXgGZPMvrAOU1EE36vBsJvKEG { width:15.625rem;height:15.625rem;top:21.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJKQz53ukmcGZOVCt1wxUARTZyryvq1G { width:15.625rem;height:15.625rem;top:44.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6FI6SbnTBaUNT0P3ny77VrE555KT2pR { width:12.75rem;height:12.75rem;top:22.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRHF164UXHzmtE0J3ClJbQDiP4wQkPew { width:13.6875rem;height:1.94921875rem;top:36.875rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugliA2OKfAEhKyQz5NygV41GDOe55wie { width:13.6875rem;height:1.94921875rem;top:60rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTt7xAppIrhuKO9FdLMNv0lkMBoZxFav { width:13.6875rem;height:3.8984375rem;top:17.76171875rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXQp1mPRUQaT7SaJtG1cMSzTTxRXMoSK { width:13.6875rem;height:1.94921875rem;top:38.8125rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRLJTf85L8c2nTUUxlfO4n61cp7kSTqm { width:13.6875rem;height:3.8984375rem;top:61.94921875rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLUIEzxcZfFSSaeUZ7vFm9xSc4PPaCKF { width:12.6875rem;height:12.625rem;top:2.3623046875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8mULTkyT0dxJtfeuRoRM6eRdG5gTJOb { width:12.75rem;height:12.75rem;top:45.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcXKRLbu5XwRbFRNElmLKrqcZ5fZnk7O { display:block; }#RcXKRLbu5XwRbFRNElmLKrqcZ5fZnk7O > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAAvH2QBJBxt9av4xntcN0pznDkSzJE8 { width:20rem;height:2.4375rem;top:0.71875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsPZbmAbM6WQpSfo6qSnv7euOsKyTTTI { display:block; }#xsPZbmAbM6WQpSfo6qSnv7euOsKyTTTI > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpSmDzZL6COlSkAWXcnraDeeHfr9fXS9 { width:20rem;height:2.4375rem;top:0.71875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP6FKJJH8suG3ywkN18kwDp73xQftLNT { display:block; }#DP6FKJJH8suG3ywkN18kwDp73xQftLNT > .row .container { width:20rem;height:167.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM9oy4OLEfpWUdV8pncvoIuiRbB6DPIE { display:block; }#bM9oy4OLEfpWUdV8pncvoIuiRbB6DPIE > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDE8Tv3v7abZydLXNJvQB9e0m2hITvGz { width:13.75rem;height:15rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqt1JRZVyASHD5ip8yCqHGr5s7TvLkIw { width:13.375rem;height:14.625rem;top:17.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViU5fnETJ0MRTcn2aoqFSINREMrNpxnz { width:10.9375rem;height:3.57421875rem;top:7.150390625rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9qKF5G0AtArhMeg0533AMafa6qIpMmW { width:3.3125rem;height:3.5rem;top:2.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLz5g8Jo6PIAaHRKMEIeLwzKMgmr15Gd { width:6.875rem;height:2.11230625rem;top:3.82421875rem;left:8.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey57yC0GtFPNrqiUXWsspTT1a1u9tRcl { width:10.9375rem;height:1.7871125rem;top:24.1875rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orwhVX04N42r2Pa1q8THXiF1WTsJ8XHR { width:6.875rem;height:2.11230625rem;top:21rem;left:8.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3KlkC7vK6PrILvwXpXH7puHxtZQRgh1 { width:10.9375rem;height:7.1484375rem;top:40.8125rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAbCdVBc7J94qKnEKdOVQmw151WHreDK { width:6.875rem;height:2.11230625rem;top:37.5rem;left:8.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2HCVkpXkHZiTnoQa6Krllzlx3PG2d5g { width:10.9375rem;height:5.361325rem;top:57.0625rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMVGho0eDRW4kF4hQbgBQX0EKN67GTiV { width:6.875rem;height:2.11230625rem;top:53.75rem;left:8.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPb5owZOOD1fzMZn5DW8JXWszkBqyT2L { width:6.375rem;height:5.0625rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdJrdaKxbLaqerULlOveTiFfMclZTFcG { width:3.25rem;height:4.5rem;top:63.3125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q38BmtRuGilLTy98cp6cV5piF935Jrio { width:10.75rem;height:2.8125rem;top:11.537109375rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFnRA4iDtI6yfQ3kuL60SnaNIr4RxuOR { display:block; }
 }@media only screen and (max-width: 763px) { #UX9ahplDM0uUagfbeBpH1GRvT3W7bX4u { width:13.75rem;height:15rem;top:18.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKSLcBJ0JMZbk0sOqNJ9SZEkQVMklE3W { width:13.75rem;height:15rem;top:34.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvmu3K6kn2p9O0s6mqDJJW2R2TWS1O5C { width:13.75rem;height:15rem;top:51.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytX0FObbwNJRMlSy6Ugli5vyepoSH0F0 { width:4.1875rem;height:4.1875rem;top:20rem;left:3.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLFy0I6AQc6bOUTerBiZKPm3ZcqoWJC3 { width:4.1875rem;height:4.1875rem;top:36.25rem;left:3.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Mh2K5El1CxeSfkDFhZ2gA6BzTKOebH { width:4.1875rem;height:4.1875rem;top:52.6875rem;left:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTe75iyRZwTEsGxbi6dewi115HBhxzyb { width:11.6875rem;height:3.125rem;top:29.875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TlRE7Uav7PSN5Z8kDZElBk7k1uACFJ { display:block; }
 }@media only screen and (max-width: 763px) { #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ { display:block; }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row .container { width:20rem;height:8.46875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJdM8nQsJFkdoJ4hKFmfxAQdz2FNRhCh { width:20rem;height:4.875rem;top:3.59375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByRPQU0n9QNCwPHCO7EUwTVZgaa9deVd { display:block; }#ByRPQU0n9QNCwPHCO7EUwTVZgaa9deVd > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkvcrqtMFLIRvmQBKmM9g0ZEo5ouCaCV { width:6.6875rem;height:1.6875rem;top:6.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEV1e6oaPqt5Mv1CQV7M4DDa4NvSWeHg { width:9.6875rem;height:4.4375rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqi1Lzq1m8l7fh0KGt2Rcm8P7IgcmxP8 { width:7.0625rem;height:3.0625rem;top:9.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up6cBhK23ys6TTfCRaLEtwZpsKG4uN7d { width:6.3125rem;height:4.875rem;top:14.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQcOnZyJ34dXFHcRfeDUIDh2PW2oZQTz { width:8.5625rem;height:8.5625rem;top:20.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyM08aCIkQ5n8lSJ3G5oOvfXs444cHsL { width:9.9375rem;height:4.875rem;top:30.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpO664iWuLqFiS6k467UZT5pm55bNwGF { width:6.4375rem;height:6.4375rem;top:36.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0iCzUWAHtrHDZXadz2OG6IEiXRqI0dL { width:3.625rem;height:3.625rem;top:43.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clw5WBAJx729b9wOUcrLzOHwmq1wNW1U { width:13.5625rem;height:3.625rem;top:48.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrVpFcb9uUCEPmllX8lppydSEwwTakcd { width:10.4375rem;height:3.625rem;top:53.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBRxKNTOfJHaHexamPkC3NJF5KgzZH7h { display:block; }#GBRxKNTOfJHaHexamPkC3NJF5KgzZH7h > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGlXu9eelXeA4CCfcBXH7IqVgaHnLTno { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca0mdg4F3uTSP8Ay2rUDmtXTn6Z3y9id { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlVXah5eRmIQC0c9zxFR2TdW76GITz2z { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn { display:block; }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCJMKiItDgS4UQ1Sg6rxT85nPRGqb8r5 { width:20rem;height:12.796875rem;top:3.2529296875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iv04AXRf5NpbzLE2XioqTItolrlnw3cO { width:18.5rem;height:4.9375rem;top:16.0498046875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ7oFw1PAteSxRDgLCfNTSpVq9ifxw7g { display:block; }
 }@media only screen and (max-width: 763px) { #zpgZfLNzDLo1rL8tT6aBQCNbnRzHgToe { width:20rem;height:3.2533333333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxLrGrw1MI715CILegwPrMSneAvdf49b { width:3.75rem;height:3.75rem;top:22.6875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtK5Rt2s6HansqUR0nOliQIFSm7qnRx { display:block; }
 }@media only screen and (max-width: 763px) { #l84yaxkREOQz3gnpmGZAq9HC2S7CGVuT { width:3.75rem;height:3.75rem;top:22.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmtLZoxbIpVTQ0QT9TGFrEXC96hrtoDf { display:block; }
 }@media only screen and (max-width: 763px) { #kNcfDHhTzQIJTDLC9XAmG0GaxiExWlun { width:4.6875rem;height:4.6875rem;top:27.5625rem;left:2.34375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLewxspFTXXdwaO43ZX6tL9ZRpLpVn1Z { width:5.0625rem;height:5.0625rem;top:27.375rem;left:11.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ6n9ivqFnn1ozeMyA1UfFT87wyshIqm { width:17.8125rem;height:2.9375rem;top:32.4375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpPUMFxaNLAx3sNfmo7cRcpRv3T9GvVw { display:block; }
 }@media only screen and (max-width: 763px) { #AbxKakNn4QXGvHkEdRKWq63reKHSmsVZ { display:block; }#AbxKakNn4QXGvHkEdRKWq63reKHSmsVZ > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEz1edlQpk6IReXe2CKcAx23BpfzVc8z { width:20rem;height:2.4375rem;top:3.59375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs2RsrpTSby7WyOEn1qeL8fp53KTVnnB { display:block; }#cs2RsrpTSby7WyOEn1qeL8fp53KTVnnB > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiS1TXEGCLnZg9Ung8LuZTP97f0MurKu { width:20rem;height:1.29980625rem;top:15.0087890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HadP4cHm1A7JeWx2vASIoWx9TIFqrhMe { width:20rem;height:14.3965rem;top:0.6123046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO9tClTxT3Jfbe4mdxzCmJlol9y1ellD { width:20rem;height:4.798825rem;top:16.30859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJIDdEuHGEdrOyIGwzLderPD26EukAyp { width:20rem;height:1.29980625rem;top:22.35644375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5usHqDNAebrtUrfvprEMt8UDfUI7oys { width:20rem;height:23.994125rem;top:24.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx { display:block; }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilwb5GZCKdFKIlZVEFUN4dcHdMdTzW5B { width:20rem;height:4.875rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAMsvmWthLqptV1AGVQtJSLOH5w9MH5h { width:20rem;height:6.8125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTQZLMVJ41BITKR4aBpHcrMpETCT5CB5 { height:10.5rem;width:18.75rem;top:7.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdiQxyLL2mKyHtVNfA17X2cMU52dscrM { width:17.3125rem;height:1.7871125rem;top:13.13671875rem;left:1.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }