.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/82cce892-8d80-4e16-8b2b-acc426a1648f/top.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }
#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL.adaptive-delivery-prevent-bg { background-image: none; }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .row .container { background-color: transparent; background-image: none; }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .row .container > .video-iframe-container { display: none; }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .row > .video-iframe-container { display: none; }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .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); }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .row .container { border-width: 0; border-radius: 0; }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#DhxtQk4p5zFDdDw7Lmmn4ChHxSvpV6zK { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:"inter light";font-size:2.875rem;font-weight:400;z-index:100000;line-height:1.5;letter-spacing:0;top:7.5625rem;left:0rem;height:8.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4Dsli1HAGsnf5e0uO0gQ9fz2qkzT4WK { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.56228125rem;width:12.5rem;top:2.2493476867676rem;left:0rem;overflow:hidden;display:block; }
#s0E7Gd3bP5Jmzxwxd06i7JgHVBNtNe7S { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100001;line-height:1.8;letter-spacing:0;top:17.4375rem;left:0rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GVp9zMwI5kVqV4a21maRrVTPVMsMTvvm { background-color:#2550aa;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;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:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:4rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:25.5rem;left:0rem;display:block; }
#TLX4EbtfBgbET9J7cqDUcDgH4ovczpVL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LbUX8pOIX6DZITZ94mFpRgrbUO80qrby { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.125rem;width:35.6875rem;display:none; }
#qXyJuiFLLf786aJgDWgbLxC8wPsgJTSe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qXyJuiFLLf786aJgDWgbLxC8wPsgJTSe > .row .container { background-color: transparent; background-image: none; }#qXyJuiFLLf786aJgDWgbLxC8wPsgJTSe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qXyJuiFLLf786aJgDWgbLxC8wPsgJTSe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qXyJuiFLLf786aJgDWgbLxC8wPsgJTSe > .row .container > .video-iframe-container { display: none; }#qXyJuiFLLf786aJgDWgbLxC8wPsgJTSe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qXyJuiFLLf786aJgDWgbLxC8wPsgJTSe > .row > .video-iframe-container { display: none; }#qXyJuiFLLf786aJgDWgbLxC8wPsgJTSe > .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); }#qXyJuiFLLf786aJgDWgbLxC8wPsgJTSe > .row .container { border-width: 0; border-radius: 0; }#qXyJuiFLLf786aJgDWgbLxC8wPsgJTSe > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#razZVfvfW8EvPfP8RG3hVEL5rqLONbUt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#razZVfvfW8EvPfP8RG3hVEL5rqLONbUt > .row .container { background-color: transparent; background-image: none; }#razZVfvfW8EvPfP8RG3hVEL5rqLONbUt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#razZVfvfW8EvPfP8RG3hVEL5rqLONbUt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#razZVfvfW8EvPfP8RG3hVEL5rqLONbUt > .row .container > .video-iframe-container { display: none; }#razZVfvfW8EvPfP8RG3hVEL5rqLONbUt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#razZVfvfW8EvPfP8RG3hVEL5rqLONbUt > .row > .video-iframe-container { display: none; }#razZVfvfW8EvPfP8RG3hVEL5rqLONbUt > .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); }#razZVfvfW8EvPfP8RG3hVEL5rqLONbUt > .row .container { border-width: 0; border-radius: 0; }#razZVfvfW8EvPfP8RG3hVEL5rqLONbUt > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#umK0w0Bu9y2BKVIHmuaRK2HUuJwOUy69 { color:#000000;display:block;width:52.125rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100002;line-height:1.8;letter-spacing:0;top:7.0625rem;left:11.436632156372rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M4XrGe105EdMmsUC7fJ8C3kW73VsCZmT { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:2.5616302490234rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZlJgvmh96VHHFqoMmRxI7xBncDTVpaEr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#ZlJgvmh96VHHFqoMmRxI7xBncDTVpaEr > .row .container { background-color: transparent; background-image: none; }#ZlJgvmh96VHHFqoMmRxI7xBncDTVpaEr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZlJgvmh96VHHFqoMmRxI7xBncDTVpaEr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZlJgvmh96VHHFqoMmRxI7xBncDTVpaEr > .row .container > .video-iframe-container { display: none; }#ZlJgvmh96VHHFqoMmRxI7xBncDTVpaEr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZlJgvmh96VHHFqoMmRxI7xBncDTVpaEr > .row > .video-iframe-container { display: none; }#ZlJgvmh96VHHFqoMmRxI7xBncDTVpaEr > .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); }#ZlJgvmh96VHHFqoMmRxI7xBncDTVpaEr > .row .container { border-width: 0; border-radius: 0; }#ZlJgvmh96VHHFqoMmRxI7xBncDTVpaEr > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#XwKzi8icnyupnRIHIT9THya1PGAPXXba { 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;box-shadow: 0.0625rem 0.375rem 1.875rem rgba(9,20,44,0.09) ;height:29.25rem;width:56.25rem;top:5.4665832519531rem;left:9.3435344696044rem;display:block; }
#DVpuOkEM0snvepZAmsoqSof7IvcGIu1w { position:absolute;display:block;z-index:100002;background-color:#e3ecff;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;height:38.9375rem;width:19.5625rem;top:1.6232681274414rem;left:27.718099594116rem;display:block; }
#ifDpVDCM5CG6mR6odRTv9rgbUDXH1U7h { color:rgba(0,0,0,0.6);display:block;width:10.25rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100003;line-height:2.9;letter-spacing:0;top:10.061851501465rem;left:13.249784469604rem;height:8.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H02u7R3TkHcbVwSLC21FlEKAAvsmkGq9 { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"inter regular";font-size:1.125rem;font-weight:400;z-index:100004;line-height:2.7;letter-spacing:0;top:9.8122863769531rem;left:31.124132156372rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XJicAqz38dPDr7VwsLiV1zGDTBLU33wz { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100004;line-height:2.9;letter-spacing:0;top:10.061851501465rem;left:50.967882156372rem;height:11.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rJsdRClTgMrMW5eA8i54LafQw8S0ZxAk { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:12.8125rem;top:3.1857681274414rem;left:30.655382156372rem;overflow:hidden;display:block; }
#prW4fg74q7b8ZH3iv44o2Tu7IvS9Tukg { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:400;z-index:100005;line-height:2.8;letter-spacing:0;top:5.0303802490234rem;left:49.717882156372rem;height:4.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v9TX4IRnT6qkaOBdHGPWAcaqSWIs9zfT { position:absolute;display:block;z-index:100006;background-color:#c6c6c6;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;height:0.0625rem;width:48.75rem;top:12.749565124512rem;left:13.249784469604rem;display:block; }
#d8T5efTN67yWPfEgw03xfblM5nhpX0wg { position:absolute;display:block;z-index:100007;background-color:#c6c6c6;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;height:0.0625rem;width:48.75rem;top:15.655384063721rem;left:13.125001907349rem;display:block; }
#ePLOyJzBXwzuI8XyTmbXw8VMtOpWhHKO { position:absolute;display:block;z-index:100008;background-color:#c6c6c6;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;height:0.0625rem;width:48.75rem;top:18.687068939209rem;left:13.125001907349rem;display:block; }
#JN41OSGE33s4ti5DL6M6peUrFtAEe0Cy { background-color:#2550aa;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;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:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.311625rem;height:3.99956875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:34.909942626953rem;left:30.844186782837rem;display:block; }
#SU18AcLfmlK1WklLoVGt7GO6I6DErW4I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T2mm7sKER7Dgg9To9fRLUN6SGP5fmQqW { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:11.0625rem;top:2.8743515014649rem;left:2.8428821563721rem;overflow:hidden;display:block; }
#ohc0A3IbzZ9cWHvNa7telCp6frpoJmGR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.9375rem;width:8.9375rem;top:21.185981750488rem;left:62.030168533325rem;overflow:hidden;display:block; }
#fIyLU5znGsIUuo4ghrPPS6qdn5KSHZaQ { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:11.25rem;top:22.873268127441rem;left:59.217668533325rem;overflow:hidden;display:block; }
#Gbfs2N5TRWw7qPVeNWxpUwIGLc3egzhT { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"inter regular";font-size:1.125rem;font-weight:400;z-index:100004;line-height:2.7;letter-spacing:0;top:10.375rem;left:31.125rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TQ4B5nZQKq5SVhJKouPSIa7EcvoJTTHJ { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"inter regular";font-size:1.125rem;font-weight:400;z-index:100004;line-height:2.7;letter-spacing:0;top:10.375rem;left:31.125rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kzPdGOk4ElwZM9pIicFWP2f9Mb7uegOb { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:8.0625rem;top:23.062068939209rem;left:12.561849594116rem;overflow:hidden;display:block; }
#RExOFC1rdbcHcflcdXlqkVkCcbmQvfaX { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:26.374786376953rem;left:35.748701095581rem;display:block; }
#n2RW5OFGUg8Ok4G3shMAt4wFlBEQHdZy { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:26.374786376953rem;left:34.685331344604rem;display:block; }
#aEs2czadaU7axricxM7ZxyccJJHVhnAK { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:26.374786376953rem;left:36.810983657837rem;display:block; }
#c9HZxI982NGOne26Rxw88tBeoMsTJwsu { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:26.374786376953rem;left:37.936197280884rem;display:block; }
#REzDLHqKFIC22gcghb0UqUne2F4VfJnz { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:26.374786376953rem;left:39.061418533325rem;display:block; }
#ymZHJ3HcIPExouRq1vJd7q7roaFVsDyf { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:26.248916625976rem;left:53.186853408814rem;display:block; }
#Lo9d2PdITrV3Z5eWUtvHQJN9BvCKzrqb { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:26.248916625976rem;left:54.249132156372rem;display:block; }
#GvHT3DTReHi1Igk6emnpNEuiDvbxXdkp { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:26.248916625976rem;left:55.312501907349rem;display:block; }
#gyLaqDKFBZPa5txzcRHvPZ1vwpdmm34U { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:26.248916625976rem;left:56.436632156372rem;display:block; }
#VOPCVhEROL6Qwtk5xrbUkelDdfMGS9OU { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:26.248916625976rem;left:57.468538284302rem;display:block; }
#bVDDVeAOnw1VpxJBN8dtvTbbxudrxTcC { background-color:rgba(0,0,0,0);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.125rem solid #c3c3c3;box-sizing:border-box;color:#c3c3c3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:1.5rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:27.437068939209rem;left:52.842882156372rem;display:block; }
#JhKT46tcJgmtfAGG05TuW6D7NSfhLNr4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EIwKvVhiEZtfwRsAOOwbyaVCBGTs9WV1 { background-color:rgba(0,0,0,0);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.125rem solid #2550aa;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:1.5rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:27.686634063721rem;left:34.249132156372rem;display:block; }
#Rsu1QmtlncVcZMgaVfFnEvkSxVC5POT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KsHszucJW5egr0Ro4sChgnmOH54k359t { position:absolute;display:block;z-index:100008;background-color:#c6c6c6;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;height:0.0625rem;width:48.75rem;top:16.8125rem;left:13.125rem;display:none; }
#WIFcxTNZvDZQPwcRl9v8WpdgP4VQVBPH { position:absolute;display:block;z-index:100008;background-color:#c6c6c6;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;height:0.0625rem;width:48.75rem;top:16.8125rem;left:13.125rem;display:none; }
#qEfeoF0FTo3b6r4CCTU5pS8EIQX4SP60 { color:#000000;display:block;width:10.2495625rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:700;z-index:100004;line-height:2.9;letter-spacing:0;top:5.6673202514649rem;left:32.375219345093rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cx8tbhR3OgOEQqtlsatlVwPK7tXnpVg1 { color:#000000;display:block;width:10.2485rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:700;z-index:100005;line-height:2.9;letter-spacing:0;top:7.4077682495119rem;left:50.967882156372rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#csB1qrUcuGPcmxxLhke2dAgy3F5gaTLg { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:6.0625rem;top:18.340930938721rem;left:12.874349594116rem;overflow:hidden;display:block; }
#vWlpIvsdvZ7XIudO40tyTQqTbgRqMRZt { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:20.937503814698rem;left:35.749784469604rem;display:block; }
#Q4ok6HAaC3VTTDVqETTUEUr2NFBiuWGQ { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:20.937503814698rem;left:34.687501907349rem;display:block; }
#fe1vnQfl0FXTuO55d5xE2PLubIMq0Wqh { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:20.937503814698rem;left:36.812067031861rem;display:block; }
#zftpZhfQRJ0EMCnby4KU99S7Lyf3il4d { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:20.937503814698rem;left:37.937288284302rem;display:block; }
#Pxu4eviCumqTRO0MLvN6QkzplxrZ2aI7 { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:20.749786376953rem;left:53.311632156372rem;display:block; }
#dBglo4dSSuWyaEhqT9y6gup465UUPGwp { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:20.749786376953rem;left:54.375001907349rem;display:block; }
#OVWvvlC62FhHZML8i215JRuMgpN0AdLW { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:20.749786376953rem;left:55.437288284302rem;display:block; }
#SBn6EKoXPR3gbZ0kIFZsp4h4AuECyrpK { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:20.749786376953rem;left:56.562501907349rem;display:block; }
#qLFFnUQcuRWnaCipRCQ3V9NQVBqwvV5n { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:20.749786376953rem;left:57.624788284302rem;display:block; }
#CHVRGWdrg9vLkMXoIOPzK1TfUhVFXMk0 { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:20.881080627441rem;left:39.060335159302rem;display:block; }
#qoio5fg6e89r57B5fIhqOLaohsAQkisI { background-color:rgba(0,0,0,0);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.125rem solid #2550aa;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:1.437285625rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:21.936851501465rem;left:34.218751907349rem;display:block; }
#IvaqHN3Wo457p03GClJKkQzBBcvk4FZW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rpCMn1uUT1ePLA63wkq2tLdJ0nNM4Rx4 { background-color:rgba(0,0,0,0);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.125rem solid #c3c3c3;box-sizing:border-box;color:#c3c3c3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:1.437285625rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:21.873916625976rem;left:52.748483657837rem;display:block; }
#FnrIpfksKKIc9QHwdp8CmWvdrl7CAsCU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NL7AetWF7nDsMrQUlaX6KTmH6DeExi0B { color:#000000;display:block;width:12.7495625rem;position:absolute;font-family:"inter regular";font-size:1.125rem;font-weight:400;z-index:100005;line-height:2.7;letter-spacing:0;top:24.160160064698rem;left:31.125219345092rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FMzm67w5HUbemhxwebr2qSFdWsr503AK { position:absolute;display:block;z-index:100009;background-color:#c6c6c6;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;height:0.0618489375rem;width:48.75rem;top:22.310115814209rem;left:13.125001907349rem;display:none; }
#t92H0aww56NwIwQqdAan1r7NeTQVxztg { color:#000000;display:block;width:10.2495625rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100005;line-height:2.9;letter-spacing:0;top:24.166667938233rem;left:50.967882156372rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kuHN75idseDQGLb8CJQevmKRtkNzQFK8 { color:#000000;display:block;width:12.7495625rem;position:absolute;font-family:"inter regular";font-size:1.625rem;font-weight:400;z-index:100005;line-height:2.7;letter-spacing:0;top:29.685333251953rem;left:31.125219345092rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BGpSWkwmSc7eREHOoWam9xrUo0C1eQTL { color:#000000;display:block;width:12.7485rem;position:absolute;font-family:"inter regular";font-size:1.625rem;font-weight:400;z-index:100006;line-height:2.7;letter-spacing:0;top:29.685333251953rem;left:50.155168533325rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A7trvzS7ExhEvEtqJsc7IRCV2lqTDkAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#A7trvzS7ExhEvEtqJsc7IRCV2lqTDkAt > .row .container { background-color: transparent; background-image: none; }#A7trvzS7ExhEvEtqJsc7IRCV2lqTDkAt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A7trvzS7ExhEvEtqJsc7IRCV2lqTDkAt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A7trvzS7ExhEvEtqJsc7IRCV2lqTDkAt > .row .container > .video-iframe-container { display: none; }#A7trvzS7ExhEvEtqJsc7IRCV2lqTDkAt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A7trvzS7ExhEvEtqJsc7IRCV2lqTDkAt > .row > .video-iframe-container { display: none; }#A7trvzS7ExhEvEtqJsc7IRCV2lqTDkAt > .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); }#A7trvzS7ExhEvEtqJsc7IRCV2lqTDkAt > .row .container { border-width: 0; border-radius: 0; }#A7trvzS7ExhEvEtqJsc7IRCV2lqTDkAt > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#AEe3n9n58F25lvAXwBNaaH22IdhhxqB2 { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100002;line-height:1.8;letter-spacing:0;top:9.0625rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OfhREsh1D9qbeezCnWWzHuFCyRFJoXvm { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:4.8125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lNgznMzMuEB2zHwfxBE5QzAaPQ0k48Fq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lNgznMzMuEB2zHwfxBE5QzAaPQ0k48Fq > .row .container { background-color: transparent; background-image: none; }#lNgznMzMuEB2zHwfxBE5QzAaPQ0k48Fq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNgznMzMuEB2zHwfxBE5QzAaPQ0k48Fq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNgznMzMuEB2zHwfxBE5QzAaPQ0k48Fq > .row .container > .video-iframe-container { display: none; }#lNgznMzMuEB2zHwfxBE5QzAaPQ0k48Fq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNgznMzMuEB2zHwfxBE5QzAaPQ0k48Fq > .row > .video-iframe-container { display: none; }#lNgznMzMuEB2zHwfxBE5QzAaPQ0k48Fq > .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); }#lNgznMzMuEB2zHwfxBE5QzAaPQ0k48Fq > .row .container { border-width: 0; border-radius: 0; }#lNgznMzMuEB2zHwfxBE5QzAaPQ0k48Fq > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#B7hoLglJWaCMFhxlo0rz3riZ2A9L5bCA { 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;box-shadow: 0.0625rem 0.375rem 1.875rem rgba(9,20,44,0.04) ;height:28.25rem;width:75rem;top:3.2497863769531rem;left:0rem;display:block; }
#D3H0ELgTREa2KViUzt4uF45eNrTeKpgc { color:#000000;display:block;width:63.5rem;position:absolute;font-family:"inter light";font-size:1.375rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:6.7502212524412rem;left:5.9993495941162rem;height:6.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hvik5IgNwPyXko4OGyIyddm5ov2SX0UT { color:#000000;display:block;width:7.375rem;position:absolute;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:24.62565612793rem;left:5.9993495941162rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c1Cq0LvESAcgAJ8FoeTRgth3N8aiO6Ze { color:#000000;display:block;width:15rem;position:absolute;font-family:"inter regular";font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:26.562504768372rem;left:5.9993495941162rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UMU7x1Vbi86VI59aVcOyUmumamipzPQD { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:0rem;left:5.4361972808838rem;overflow:hidden;display:block; }
#PtvmxCnpFJF7ubdiCJFCBT6F6d0v7MAf { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:12.5rem;top:25.124787807464rem;left:62.50000190735rem;overflow:hidden;display:block; }
#Xa3pIceWop5G81M0X0TB3GPaHryAWNVr { color:#000000;display:block;width:63.5rem;position:absolute;font-family:"inter light";font-size:1.375rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:14.281688213348rem;left:5.9993495941162rem;height:9.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#etqmNL7msqbrTBQteXzH7RoIKawsVT98 { background-color:#2550aa;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;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:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:4rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:33.06315612793rem;left:29.561632156372rem;display:block; }
#qgQx1Eufs5NAGCr1xhsCe5T6pFqDQ1tI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HMpWFh6PTqqEUEm5UQNeVfdDSyv7OKFm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#HMpWFh6PTqqEUEm5UQNeVfdDSyv7OKFm > .row .container { background-color: transparent; background-image: none; }#HMpWFh6PTqqEUEm5UQNeVfdDSyv7OKFm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HMpWFh6PTqqEUEm5UQNeVfdDSyv7OKFm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HMpWFh6PTqqEUEm5UQNeVfdDSyv7OKFm > .row .container > .video-iframe-container { display: none; }#HMpWFh6PTqqEUEm5UQNeVfdDSyv7OKFm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HMpWFh6PTqqEUEm5UQNeVfdDSyv7OKFm > .row > .video-iframe-container { display: none; }#HMpWFh6PTqqEUEm5UQNeVfdDSyv7OKFm > .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); }#HMpWFh6PTqqEUEm5UQNeVfdDSyv7OKFm > .row .container { border-width: 0; border-radius: 0; }#HMpWFh6PTqqEUEm5UQNeVfdDSyv7OKFm > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#GtcUffu8hTSuevwTXVqVDcJ0Rpzo30Ay { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100002;line-height:1.8;letter-spacing:0;top:8.5625rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTEw6AvvA4JemOJvZ9XBVaaBu5bhbCUi { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:4.0625rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XRBiX9qvOHOPfnuTUm1PzhdTwaHEBJQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#XRBiX9qvOHOPfnuTUm1PzhdTwaHEBJQm > .row .container { background-color: transparent; background-image: none; }#XRBiX9qvOHOPfnuTUm1PzhdTwaHEBJQm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRBiX9qvOHOPfnuTUm1PzhdTwaHEBJQm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRBiX9qvOHOPfnuTUm1PzhdTwaHEBJQm > .row .container > .video-iframe-container { display: none; }#XRBiX9qvOHOPfnuTUm1PzhdTwaHEBJQm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRBiX9qvOHOPfnuTUm1PzhdTwaHEBJQm > .row > .video-iframe-container { display: none; }#XRBiX9qvOHOPfnuTUm1PzhdTwaHEBJQm > .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); }#XRBiX9qvOHOPfnuTUm1PzhdTwaHEBJQm > .row .container { border-width: 0; border-radius: 0; }#XRBiX9qvOHOPfnuTUm1PzhdTwaHEBJQm > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#HBdgCf9muPZWEsmGqgLlBcVZ3Zaxhxb5 { position:absolute;display:block;z-index:100032;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;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:24.9375rem;width:22.9375rem;top:0rem;left:26.0625rem;display:block; }
#hd4HR2o9QEGq0LUAUE912N9zO38RXJHD { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100035;line-height:1.4;letter-spacing:0;top:15.125rem;left:27.5625rem;height:2.0625rem;font-style:normal;display:block; }
#MTIBydotTggZby7a8J2OBCxxL9rTkKgF { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100034;line-height:1.8;letter-spacing:0;top:18.25rem;left:27.5625rem;height:4.6875rem;font-style:normal;display:block; }
#demdfy5qDuSBC3QDqJ12K9MmPvLVFP8T { position:absolute;display:block;z-index:100038;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;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:24.875rem;width:22.9375rem;top:0rem;left:51.0625rem;display:block; }
#oTUV6xmqrbLnih7Gk9M54Rt985cRRNWZ { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.4;letter-spacing:0;top:14.9375rem;left:52.6875rem;height:2.0625rem;font-style:normal;display:block; }
#AcFXHG1Zpb84ZQoK48u55nDql1elisyz { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100040;line-height:1.8;letter-spacing:0;top:17.9375rem;left:52.6875rem;height:4.6875rem;font-style:normal;display:block; }
#t8kO9fxTUH960GaGz1esOfwvGVpIlJnp { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.4;letter-spacing:0;top:15.25rem;left:1.5625rem;height:2.0625rem;font-style:normal;display:block; }
#xehTFgDw0gy1C3G6WMzmNsKkt4DpS8ab { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100040;line-height:1.8;letter-spacing:0;top:18.375rem;left:1.5625rem;height:3.125rem;font-style:normal;display:block; }
#cfCPNAt5p5IGxI0sC3sSftHXX97wX51R { position:absolute;display:block;z-index:100038;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;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:24.8125rem;width:22.9375rem;top:0.1396484375rem;left:0rem;display:block; }
#cCX0roP84JkXdATUx2TJXcKkGDQztN3d { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:20rem;top:1.25rem;left:1.375rem;overflow:hidden;display:block; }
#yBSRDsJ9qwyfF9KmxTX1nViS52J9IWhV { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:19.875rem;top:1.25rem;left:27.5rem;overflow:hidden;display:block; }
#GTTTTa50IJKIPPof6EKz3EtaEZk5fvk0 { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:20rem;top:1.25rem;left:52.5rem;overflow:hidden;display:block; }
#BD6RhVusv71qtmcF0OFxscNsWmTJGtTv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#BD6RhVusv71qtmcF0OFxscNsWmTJGtTv > .row .container { background-color: transparent; background-image: none; }#BD6RhVusv71qtmcF0OFxscNsWmTJGtTv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BD6RhVusv71qtmcF0OFxscNsWmTJGtTv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BD6RhVusv71qtmcF0OFxscNsWmTJGtTv > .row .container > .video-iframe-container { display: none; }#BD6RhVusv71qtmcF0OFxscNsWmTJGtTv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BD6RhVusv71qtmcF0OFxscNsWmTJGtTv > .row > .video-iframe-container { display: none; }#BD6RhVusv71qtmcF0OFxscNsWmTJGtTv > .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); }#BD6RhVusv71qtmcF0OFxscNsWmTJGtTv > .row .container { border-width: 0; border-radius: 0; }#BD6RhVusv71qtmcF0OFxscNsWmTJGtTv > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#TIW8eJa7TbKlwmzERA3oZtbz10PGFiJc { position:absolute;display:block;z-index:100032;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;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:23.125rem;width:22.9375rem;top:0rem;left:26.0625rem;display:block; }
#hf8dhooEZ8GhPxrcFQH7NMOo2Islx3eH { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100035;line-height:1.4;letter-spacing:0;top:15.125rem;left:27.5625rem;height:2.0625rem;font-style:normal;display:block; }
#izgkdzCFTIWRptTCd32Dnnt8ayxKHadl { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100034;line-height:1.8;letter-spacing:0;top:18.25rem;left:27.5625rem;height:3.125rem;font-style:normal;display:block; }
#CAlESB86Ox8yWswB0M6K2QAsFUBtKdZu { position:absolute;display:block;z-index:100038;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;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:23.0625rem;width:22.9375rem;top:0rem;left:51.0625rem;display:block; }
#hnRIFNp0ehCMvh1muJOqrAlICb5BlbBC { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.4;letter-spacing:0;top:14.9375rem;left:52.6875rem;height:2.0625rem;font-style:normal;display:block; }
#HioT5d0LZ18Sbnv5J8wL4RvdWvllxbts { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100040;line-height:1.8;letter-spacing:0;top:17.9375rem;left:52.6875rem;height:3.125rem;font-style:normal;display:block; }
#uviXIS5hsT262H9XNZJ0SJma3ggiNeML { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.4;letter-spacing:0;top:15.25rem;left:1.5625rem;height:2.0625rem;font-style:normal;display:block; }
#ZnVb626iM4bUMzy34ZDVrQgqqViy7QGv { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100040;line-height:1.8;letter-spacing:0;top:18.375rem;left:1.5625rem;height:3.125rem;font-style:normal;display:block; }
#Z84Aadf2MVffIMcT5n1XaFiixcTfxLZV { position:absolute;display:block;z-index:100038;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;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:23.0625rem;width:22.9375rem;top:0rem;left:0rem;display:block; }
#uJSndTKKNSxsVrQxsbAf3KbTNHW7zPnT { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:19.875rem;top:1.25rem;left:1.375rem;overflow:hidden;display:block; }
#W7l5SrIHkwLaVNvCTPfwAr4Rn1VPke5y { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:20rem;top:1.25rem;left:27.5rem;overflow:hidden;display:block; }
#HgTvuu7u1koT5PtMPIoyxghB8CqfbSyH { background-color:#2550aa;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;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:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:4rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:26.75rem;left:29.5625rem;display:block; }
#EiuDD2oWDEk3pIUX4441XmVHTGS3lbkT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#POE6t7TKTgxCCheoUoJ4v8oCUAHVtdGI { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:20rem;top:1.25rem;left:52.5rem;overflow:hidden;display:block; }
#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89160538-082d-4e73-91a6-58685943d6db/templatescrta.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }
#fhPRycMUUdSIDCicFFZbSveRHawBbDN8.adaptive-delivery-prevent-bg { background-image: none; }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 > .row .container { background-color: transparent; background-image: none; }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 > .row .container > .video-iframe-container { display: none; }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 > .row > .video-iframe-container { display: none; }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 > .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); }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 > .row .container { border-width: 0; border-radius: 0; }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#TlsrlrVDSoQnMHZiZaCc82eKiDPUTtFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#TlsrlrVDSoQnMHZiZaCc82eKiDPUTtFB > .row .container { border-width: 0; border-radius: 0; }#TlsrlrVDSoQnMHZiZaCc82eKiDPUTtFB > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:none; }#k6qpdiUsy0tK0LeLeBvTLoEyy4tMrMq4 { color:#000000;display:block;width:52.125rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100002;line-height:1.8;letter-spacing:0;top:7.6875rem;left:11.4375rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QHwaxUgnZaTw6n1XkEczCbnmfda4fObC { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:3.1875rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L2XOO4rHZWAqmMpk7y3sMQ8ifDwTZilh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#L2XOO4rHZWAqmMpk7y3sMQ8ifDwTZilh > .row .container { border-width: 0; border-radius: 0; }#L2XOO4rHZWAqmMpk7y3sMQ8ifDwTZilh > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:none; }#XdMZbKEBpodTubVaT9Rg5QPApuwVPzzz { color:#000000;display:block;width:24.875rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.8;letter-spacing:0;top:9.03125rem;left:8rem;height:9.4453125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#XndGSFQ109FFCwkPqWiSkl3QrlUpXorN { 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;box-shadow: 0.0625rem 0.375rem 2.1875rem rgba(0,0,0,0.05) ;height:25.125rem;width:68.75rem;top:1.9375rem;left:3.125rem;display:block; }
#tezvDmpfgXwn8CSq4kcLcyN0J18eR1Ws { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.25rem;width:34.8125rem;top:1.875rem;left:37.179511278196rem;overflow:hidden;display:block; }
#M1Eb9PPe4peb30TIz4ETzQ5XS6S0TS1T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:none; }#M1Eb9PPe4peb30TIz4ETzQ5XS6S0TS1T > .row .container { border-width: 0; border-radius: 0; }#M1Eb9PPe4peb30TIz4ETzQ5XS6S0TS1T > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:none; }#XUA4SEftlkgdX7KTkccmI6fsgZx6iMAg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.1875rem;width:35.25rem;top:2.625rem;left:38.625rem;overflow:hidden;display:block; }
#FPE10b2N7OhAOEdRyglup1VN79yDQhQF { 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;box-shadow: 0.0625rem 0.375rem 1.875rem rgba(9,20,44,0.04) ;height:27.375rem;width:37.25rem;top:2.125rem;left:0rem;display:block; }
#dU8nkGIh2CQIgJ5qSyzgbBL04Dv8Iwlx { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:8.5625rem;top:4.75rem;left:12.875rem;overflow:hidden;display:block; }
#ddU5FoodXHXePPyGozdpW59LtQaUI6Fg { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"inter regular";font-size:1.3125rem;font-weight:400;z-index:100006;line-height:2.8;letter-spacing:0;top:4.0625rem;left:23.0625rem;height:3.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SIsXAQoI52xxMso0vJQ5ZTHqXWEys9Jz { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"inter regular";font-size:2.625rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:9.4375rem;left:13.1875rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F8C3uTKpMTXZAtaBk9kuk5DFgCAXZoON { background-color:rgba(0,0,0,0);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.125rem solid #2550aa;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:1.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:14.625rem;left:13.75rem;display:block; }
#BqCbxbdXEiwC2eqbIEhW85L3xUv5FCdB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gx2mQ9cazlGkTLPTTGNE4ZTEMiRvm0qn { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:12.5625rem;left:12.875rem;display:block; }
#CSfKMde6WqULlNmG3THsbCtIDlMlEUZg { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:12.5625rem;left:14.4375rem;display:block; }
#gk6Z01igO8oKkIpSdTNacQS4yd0CslC4 { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:12.5625rem;left:16rem;display:block; }
#PhTnvulyEUl5zmfWUcW5uKctgVEEVIwh { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:12.5625rem;left:17.5625rem;display:block; }
#ArklCiDD4JAUzKuRQvyFDNvxNAVVm50V { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:12.5625rem;left:19.125rem;display:block; }
#c0gWwFPLmDJoGeVVGRPXuou1DTqfMiSx { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"inter regular";font-size:2.625rem;font-weight:400;z-index:100014;line-height:1.2;letter-spacing:0;top:18.875rem;left:13.1875rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FQJV5ODgcExIseErfnycFZdm0hlA1Ewd { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:21.9375rem;left:19.125rem;display:block; }
#AV9RdFk0nliWWlMuwdr2pJBhWir9RZEz { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:21.9375rem;left:17.5625rem;display:block; }
#Nh8mW0OTgc8JWk4y0C9gZIb6pqTdSlF8 { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:21.9375rem;left:16rem;display:block; }
#XP7BXkE9KKtRMPfKtB94ImL7smpOMweb { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:21.9375rem;left:14.4375rem;display:block; }
#o2u5BFHHOZw99PBrafTRxgPJXrPZImXQ { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:21.9375rem;left:12.875rem;display:block; }
#Ou8vFt2hRNW8qKXsQyZEUQxA7T7JdEDu { background-color:rgba(0,0,0,0);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.125rem solid #2550aa;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1.5rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:23.875rem;left:13.8125rem;display:block; }
#GfhsMHetB38w5iCLhb3Z55HSJcKATnkn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wxaBmrZCGVoaz6z0BXbTSiICOIKwW4ym { color:rgba(0,0,0,0.5);display:block;width:7.3125rem;position:absolute;font-family:"inter regular";font-size:2.625rem;font-weight:400;z-index:100020;line-height:1.2;letter-spacing:0;top:9.4375rem;left:25.6875rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e9fO71RZiEJB5qDdhXETtR22foKGFoze { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:12.5625rem;left:30rem;display:block; }
#nXtyxgtCSB2OsdWfx6etsaraeT2LQyfw { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:12.5625rem;left:28.4375rem;display:block; }
#zXVeN65qsccb9tTe0khUzu5oMmPtUDiX { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:12.5625rem;left:26.875rem;display:block; }
#zU9FD51sepMTC7vWKCbHGZhiO9KsCTeT { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:12.5625rem;left:25.3125rem;display:block; }
#mbOTOmqMSGhP4lIh9VtHvpFGME9WE0Jc { background-color:rgba(0,0,0,0);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.125rem solid #c3c3c3;box-sizing:border-box;color:#c3c3c3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:1.5rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:14.625rem;left:26.1875rem;display:block; }
#QdXJNUvQueOpu5JXT5RhA4XTn615hS5E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X9XFUmPAnGQesKT92pZFA3JfvZKBqnrL { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:12.5625rem;left:31.5625rem;display:block; }
#JFR6NqxFklbV84bXXQBDfZZWJxrOLDg0 { color:rgba(0,0,0,0.5);display:block;width:7.3125rem;position:absolute;font-family:"inter regular";font-size:2.625rem;font-weight:400;z-index:100027;line-height:1.2;letter-spacing:0;top:18.875rem;left:25.5625rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wy35tvHRnmCJO4PpJX9MPel1MoA7Tyxg { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:21.9375rem;left:31.5rem;display:block; }
#H6qu44EZPL0uteMwbCmXIhDv63M0wKUP { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:21.9375rem;left:29.9375rem;display:block; }
#o1046BnAWmzOvgl3C7FEInkN7ubypkzW { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:21.9375rem;left:28.375rem;display:block; }
#SeVOq5vRUwG3GTNTpKr0SrcwQO8UWpni { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:21.9375rem;left:26.8125rem;display:block; }
#LT3h3aQLe6x1MUTFuGw7cpE5yOBXq6ak { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:21.9375rem;left:25.25rem;display:block; }
#HkTXFvJwaKyoq7P4ucbNNZPkaVt8vCfr { background-color:rgba(0,0,0,0);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.125rem solid #c3c3c3;box-sizing:border-box;color:#c3c3c3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.5rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:23.875rem;left:26.1875rem;display:block; }
#lUeXaIkz33dT4CwVNsDoODkMT5lgeyGu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L9kJW9spJbCoDJTgvQWedDIyq26Fid1f { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:17.6875rem;left:2.875rem;overflow:hidden;display:block; }
#TvWapeGgVSGkwksJfxwvKWwcg9oyUBPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:none; }#TvWapeGgVSGkwksJfxwvKWwcg9oyUBPJ > .row .container { border-width: 0; border-radius: 0; }#TvWapeGgVSGkwksJfxwvKWwcg9oyUBPJ > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:none; }#DZuK3q4SR7ghoNfuAuEQp6uK4vIgdHX0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.1875rem;width:35.25rem;top:2.625rem;left:38.625rem;overflow:hidden;display:block; }
#kDdpuEJotT7TQubRAJzK6mCDpRwenEC5 { 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;box-shadow: 0.0625rem 0.375rem 1.875rem rgba(9,20,44,0.04) ;height:27.375rem;width:37.25rem;top:2.125rem;left:0rem;display:block; }
#NTr1XTPCrqrQSR3XBEg2apCOp7MznTF8 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:8.5625rem;top:4.75rem;left:12.875rem;overflow:hidden;display:block; }
#nuP0nQXoE9o404mEPwquhtHqOcKw4x1E { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"inter regular";font-size:1.3125rem;font-weight:400;z-index:100006;line-height:2.8;letter-spacing:0;top:4.0625rem;left:23.0625rem;height:3.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M15aTGTXvz1OJzpyVFADZn2HXG9cwpHe { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"inter regular";font-size:2.625rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:9.4375rem;left:13.1875rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rd3BDGSCTt4XyOzHT0q8HTTiZulSOBld { background-color:rgba(0,0,0,0);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.125rem solid #2550aa;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:1.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:14.625rem;left:13.75rem;display:block; }
#kTbAfWzisMIRqMBegVCRPIu400mT9ziy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VTQIMNp2hl8rURzAKfmKf43RdUfcr7Zo { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:12.5625rem;left:12.875rem;display:block; }
#Rw8WB9Nt0uDsszTkSVlZq9MTZGSnuV7T { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:12.5625rem;left:14.4375rem;display:block; }
#aqBPaPnCbbBfRH2IsGTu8hFUotZbSdOz { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:12.5625rem;left:16rem;display:block; }
#ziVJ7AewLSc8phFIxHuNrGif4Kg7A3dt { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:12.5625rem;left:17.5625rem;display:block; }
#NrdohHn7g51m3JmZ4KO4b0gNNLiFmFEm { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:12.5625rem;left:19.125rem;display:block; }
#Qw3qsmcbQolJXsAqUFp24ryiJXt3wngw { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"inter regular";font-size:2.625rem;font-weight:400;z-index:100014;line-height:1.2;letter-spacing:0;top:18.875rem;left:13.1875rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JBlmXP6ysaxTxMODFU0ns0rRTXoTyJ4h { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:21.9375rem;left:19.125rem;display:block; }
#fKVDIwMbVGfQTL9btbhtzRkQNeF2UWwh { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:21.9375rem;left:17.5625rem;display:block; }
#TD6cVDhBeMD3P6p7QybiLcTNcyqvr2TB { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:21.9375rem;left:16rem;display:block; }
#Co8g450ThT0306pauDx4UDTcyT9ZWIR7 { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:21.9375rem;left:14.4375rem;display:block; }
#G3gb0cXgQe9WNJdT3DhbCcgPhPnPyyMi { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:21.9375rem;left:12.875rem;display:block; }
#OcGtcg4fB3EFemaoLsQhDeG5q1zT8cLd { background-color:rgba(0,0,0,0);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.125rem solid #2550aa;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1.5rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:23.875rem;left:13.8125rem;display:block; }
#Il6eKEf5zBcXprMeG1MQXLIToZqC7XPH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Zr8FOymB54aELS6oRq2mBZ9T88VnATwe { color:rgba(0,0,0,0.5);display:block;width:7.3125rem;position:absolute;font-family:"inter regular";font-size:2.625rem;font-weight:400;z-index:100020;line-height:1.2;letter-spacing:0;top:9.4375rem;left:25.6875rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f2wFinv7EZ3ZGb4aUTfFgsTJQJ2DULIH { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:12.5625rem;left:30rem;display:block; }
#scJQWdoEammec7duUuTV3w1n6eaBGTqI { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:12.5625rem;left:28.4375rem;display:block; }
#li0meTwrn4TDxekSNNimUzwMIoWbFWzQ { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:12.5625rem;left:26.875rem;display:block; }
#EwNqXzQSqHyhTTsUxyI5geIQxAayT0OK { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:12.5625rem;left:25.3125rem;display:block; }
#JR7lQ6CkMqwXAxpbFTysOmTluIPBsoTn { background-color:rgba(0,0,0,0);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.125rem solid #c3c3c3;box-sizing:border-box;color:#c3c3c3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:1.5rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:14.625rem;left:26.1875rem;display:block; }
#AHz1nhuD3h3PnLmJnzqkUrNCeBTQme8F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U1wTFOLpOdiyZUkLRNim0tIXT7Adl3kC { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:12.5625rem;left:31.5625rem;display:block; }
#PShSQycqQZoTl7s7wgzwvcdaush2c8wO { color:rgba(0,0,0,0.5);display:block;width:7.3125rem;position:absolute;font-family:"inter regular";font-size:2.625rem;font-weight:400;z-index:100027;line-height:1.2;letter-spacing:0;top:18.875rem;left:25.5625rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pGILPbsfQg7MbVVXSrQACzP3gb3SlMHT { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:21.9375rem;left:31.5rem;display:block; }
#oGGq8I3vJfoDfnFpvcybf7HieQeKKDkb { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:21.9375rem;left:29.9375rem;display:block; }
#ZVC4DOPmtaRhns8MJ5EkDQvpIplizb13 { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:21.9375rem;left:28.375rem;display:block; }
#CpnWrWyhLyBtoETNMegKSiEOoLSOATcy { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:21.9375rem;left:26.8125rem;display:block; }
#zpDRfkhzronG8Hka6wORdT3upnLb9VLz { box-sizing:content-box;color:#f8d260;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:21.9375rem;left:25.25rem;display:block; }
#lJLmXc4htT5IKh9cmu10wddJJHqEXUUt { background-color:rgba(0,0,0,0);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.125rem solid #c3c3c3;box-sizing:border-box;color:#c3c3c3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.5rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:23.875rem;left:26.1875rem;display:block; }
#DhZmPTBkcHkpooWqCuFEgh17PF3UnDWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#guOdNnuW5qCck1Bc0sJAlQdOhUBPlW1w { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:17.6875rem;left:2.875rem;overflow:hidden;display:block; }
#UF5Tu58aWAgxm5D7ysdR866QbLl90uq4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UF5Tu58aWAgxm5D7ysdR866QbLl90uq4 > .row .container { background-color: transparent; background-image: none; }#UF5Tu58aWAgxm5D7ysdR866QbLl90uq4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UF5Tu58aWAgxm5D7ysdR866QbLl90uq4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UF5Tu58aWAgxm5D7ysdR866QbLl90uq4 > .row .container > .video-iframe-container { display: none; }#UF5Tu58aWAgxm5D7ysdR866QbLl90uq4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UF5Tu58aWAgxm5D7ysdR866QbLl90uq4 > .row > .video-iframe-container { display: none; }#UF5Tu58aWAgxm5D7ysdR866QbLl90uq4 > .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); }#UF5Tu58aWAgxm5D7ysdR866QbLl90uq4 > .row .container { border-width: 0; border-radius: 0; }#UF5Tu58aWAgxm5D7ysdR866QbLl90uq4 > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#o5P792RScTo63DhxcLXpWtPbOwUJSRTr { 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;box-shadow: 0.0625rem 0.375rem 1.875rem rgba(9,20,44,0.06) ;height:23.625rem;width:75rem;top:3.3125rem;left:0rem;display:block; }
#Fnucuwmq2NqQQJJfDa4FrQnGJwH977NX { color:#000000;display:block;width:28.375rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:8.1872863769531rem;left:42.061632156372rem;height:1.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PP9CU5fdRGiIaT68I5pfSpMLBbGIKNf7 { color:#000000;display:block;width:25rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.8;letter-spacing:0;top:12.186859130859rem;left:42.061632156372rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KtIttEkrtv2gpUTJcPSNNuMdy066gbhe { position:absolute;display:block;z-index:100029;background-color:#1ec7b8;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;height:23.6875rem;width:37.5625rem;top:3.15625rem;left:0rem;display:block; }
#HtMRWep7fTH6X0D2IeIy1HmcvC3m66EF { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.0625rem;width:29rem;top:3.125rem;left:2.90625rem;overflow:hidden;display:block; }
#bTkDBKTQ3TTAiT7yb12H18BH7iQA3B9a { background-color:#2550aa;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;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:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8745625rem;height:3.99956875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:18.290365219116rem;left:42.061632156372rem;display:block; }
#NJ81rS1eepVDZU7sSpk07W2VVom0zEkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IUOxFZPIECWP0s7wtXLpPN71VSwEt4Df { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#IUOxFZPIECWP0s7wtXLpPN71VSwEt4Df > .row .container { background-color: transparent; background-image: none; }#IUOxFZPIECWP0s7wtXLpPN71VSwEt4Df::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IUOxFZPIECWP0s7wtXLpPN71VSwEt4Df > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IUOxFZPIECWP0s7wtXLpPN71VSwEt4Df > .row .container > .video-iframe-container { display: none; }#IUOxFZPIECWP0s7wtXLpPN71VSwEt4Df > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IUOxFZPIECWP0s7wtXLpPN71VSwEt4Df > .row > .video-iframe-container { display: none; }#IUOxFZPIECWP0s7wtXLpPN71VSwEt4Df > .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); }#IUOxFZPIECWP0s7wtXLpPN71VSwEt4Df > .row .container { border-width: 0; border-radius: 0; }#IUOxFZPIECWP0s7wtXLpPN71VSwEt4Df > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UC9VxU8H/bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }
#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl.adaptive-delivery-prevent-bg { background-image: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { background-color: transparent; background-image: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container > .video-iframe-container { display: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row > .video-iframe-container { display: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .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); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { border-width: 0; border-radius: 0; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#TJhrSL3BHoaG4s3ubFAqwS0Mrlm0k94i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2450a9;background-image:none;position:relative;display:block; }#TJhrSL3BHoaG4s3ubFAqwS0Mrlm0k94i > .row .container { background-color: transparent; background-image: none; }#TJhrSL3BHoaG4s3ubFAqwS0Mrlm0k94i::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TJhrSL3BHoaG4s3ubFAqwS0Mrlm0k94i > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TJhrSL3BHoaG4s3ubFAqwS0Mrlm0k94i > .row .container > .video-iframe-container { display: none; }#TJhrSL3BHoaG4s3ubFAqwS0Mrlm0k94i > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TJhrSL3BHoaG4s3ubFAqwS0Mrlm0k94i > .row > .video-iframe-container { display: none; }#TJhrSL3BHoaG4s3ubFAqwS0Mrlm0k94i > .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); }#TJhrSL3BHoaG4s3ubFAqwS0Mrlm0k94i > .row .container { border-width: 0; border-radius: 0; }#TJhrSL3BHoaG4s3ubFAqwS0Mrlm0k94i > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL { display:block; }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhxtQk4p5zFDdDw7Lmmn4ChHxSvpV6zK { width:32.1875rem;height:8.625rem;top:7.5625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Dsli1HAGsnf5e0uO0gQ9fz2qkzT4WK { width:12.5rem;height:3.5612rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0E7Gd3bP5Jmzxwxd06i7JgHVBNtNe7S { width:29.6875rem;height:5.25rem;top:17.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVp9zMwI5kVqV4a21maRrVTPVMsMTvvm { width:14.125rem;height:4rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLX4EbtfBgbET9J7cqDUcDgH4ovczpVL { display:block; }
 }@media only screen and (max-width: 763px) { #LbUX8pOIX6DZITZ94mFpRgrbUO80qrby { width:35.6875rem;height:25.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXyJuiFLLf786aJgDWgbLxC8wPsgJTSe { display:block; }#qXyJuiFLLf786aJgDWgbLxC8wPsgJTSe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #razZVfvfW8EvPfP8RG3hVEL5rqLONbUt { display:block; }#razZVfvfW8EvPfP8RG3hVEL5rqLONbUt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umK0w0Bu9y2BKVIHmuaRK2HUuJwOUy69 { width:47.75rem;height:3.5rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4XrGe105EdMmsUC7fJ8C3kW73VsCZmT { width:47.75rem;height:3.75rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlJgvmh96VHHFqoMmRxI7xBncDTVpaEr { display:block; }#ZlJgvmh96VHHFqoMmRxI7xBncDTVpaEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwKzi8icnyupnRIHIT9THya1PGAPXXba { width:47.75rem;height:29.25rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVpuOkEM0snvepZAmsoqSof7IvcGIu1w { width:19.5625rem;height:38.9375rem;top:1.5625rem;left:14.093099594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifDpVDCM5CG6mR6odRTv9rgbUDXH1U7h { width:10.25rem;height:8.75rem;top:10rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H02u7R3TkHcbVwSLC21FlEKAAvsmkGq9 { width:12.75rem;height:12.125rem;top:9.75rem;left:17.4990234375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJicAqz38dPDr7VwsLiV1zGDTBLU33wz { width:10.25rem;height:11.6875rem;top:10rem;left:37.3427734375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJsdRClTgMrMW5eA8i54LafQw8S0ZxAk { width:12.8125rem;height:3.18685rem;top:3.125rem;left:17.030382156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #prW4fg74q7b8ZH3iv44o2Tu7IvS9Tukg { width:12.75rem;height:4.1875rem;top:5rem;left:35rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9TX4IRnT6qkaOBdHGPWAcaqSWIs9zfT { width:47.75rem;height:0.0625rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8T5efTN67yWPfEgw03xfblM5nhpX0wg { width:47.75rem;height:0.0625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePLOyJzBXwzuI8XyTmbXw8VMtOpWhHKO { width:47.75rem;height:0.0625rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN41OSGE33s4ti5DL6M6peUrFtAEe0Cy { width:13.25rem;height:3.9375rem;top:34.875rem;left:17.219186782837rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU18AcLfmlK1WklLoVGt7GO6I6DErW4I { display:block; }
 }@media only screen and (max-width: 763px) { #T2mm7sKER7Dgg9To9fRLUN6SGP5fmQqW { width:11.0625rem;height:7.4371885540431rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohc0A3IbzZ9cWHvNa7telCp6frpoJmGR { width:8.9375rem;height:8.9375rem;top:21.125rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIyLU5znGsIUuo4ghrPPS6qdn5KSHZaQ { width:11.25rem;height:4.24913125rem;top:22.8125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbfs2N5TRWw7qPVeNWxpUwIGLc3egzhT { width:6.75rem;height:6.25rem;top:12.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ4B5nZQKq5SVhJKouPSIa7EcvoJTTHJ { width:6.75rem;height:1.5625rem;top:20.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzPdGOk4ElwZM9pIicFWP2f9Mb7uegOb { width:8.0625rem;height:8.0625rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RExOFC1rdbcHcflcdXlqkVkCcbmQvfaX { width:1.25rem;height:1.25rem;top:26.3125rem;left:22.123701095581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2RW5OFGUg8Ok4G3shMAt4wFlBEQHdZy { width:1.25rem;height:1.25rem;top:26.3125rem;left:21.060331344604rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEs2czadaU7axricxM7ZxyccJJHVhnAK { width:1.25rem;height:1.25rem;top:26.3125rem;left:23.185983657837rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9HZxI982NGOne26Rxw88tBeoMsTJwsu { width:1.25rem;height:1.25rem;top:26.3125rem;left:24.311197280884rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REzDLHqKFIC22gcghb0UqUne2F4VfJnz { width:1.25rem;height:1.25rem;top:26.3125rem;left:25.436418533325rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymZHJ3HcIPExouRq1vJd7q7roaFVsDyf { width:1.25rem;height:1.25rem;top:26.1875rem;left:39.561853408814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo9d2PdITrV3Z5eWUtvHQJN9BvCKzrqb { width:1.25rem;height:1.25rem;top:26.1875rem;left:40.624132156372rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvHT3DTReHi1Igk6emnpNEuiDvbxXdkp { width:1.25rem;height:1.25rem;top:26.1875rem;left:41.687501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyLaqDKFBZPa5txzcRHvPZ1vwpdmm34U { width:1.25rem;height:1.25rem;top:26.1875rem;left:42.811632156372rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOPCVhEROL6Qwtk5xrbUkelDdfMGS9OU { width:1.25rem;height:1.25rem;top:26.1875rem;left:43.843538284302rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVDDVeAOnw1VpxJBN8dtvTbbxudrxTcC { width:6.5625rem;height:1.5rem;top:27.375rem;left:39.217882156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhKT46tcJgmtfAGG05TuW6D7NSfhLNr4 { display:block; }
 }@media only screen and (max-width: 763px) { #EIwKvVhiEZtfwRsAOOwbyaVCBGTs9WV1 { width:6.5625rem;height:1.5rem;top:27.625rem;left:20.624132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsu1QmtlncVcZMgaVfFnEvkSxVC5POT1 { display:block; }
 }@media only screen and (max-width: 763px) { #KsHszucJW5egr0Ro4sChgnmOH54k359t { width:47.75rem;height:0.0625rem;top:16.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIFcxTNZvDZQPwcRl9v8WpdgP4VQVBPH { width:47.75rem;height:0.0625rem;top:16.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEfeoF0FTo3b6r4CCTU5pS8EIQX4SP60 { width:10.1875rem;height:2.8125rem;top:5.625rem;left:18.750219345092rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx8tbhR3OgOEQqtlsatlVwPK7tXnpVg1 { width:10.1875rem;height:2.8125rem;top:7.375rem;left:37.342882156372rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #csB1qrUcuGPcmxxLhke2dAgy3F5gaTLg { width:6.0625rem;height:6.5627367997813rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWlpIvsdvZ7XIudO40tyTQqTbgRqMRZt { width:1.25rem;height:1.25rem;top:20.9375rem;left:22.124784469604rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ok6HAaC3VTTDVqETTUEUr2NFBiuWGQ { width:1.25rem;height:1.25rem;top:20.9375rem;left:21.062501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe1vnQfl0FXTuO55d5xE2PLubIMq0Wqh { width:1.25rem;height:1.25rem;top:20.9375rem;left:23.187067031861rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zftpZhfQRJ0EMCnby4KU99S7Lyf3il4d { width:1.25rem;height:1.25rem;top:20.9375rem;left:24.312288284302rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxu4eviCumqTRO0MLvN6QkzplxrZ2aI7 { width:1.25rem;height:1.25rem;top:20.6875rem;left:39.686632156372rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBglo4dSSuWyaEhqT9y6gup465UUPGwp { width:1.25rem;height:1.25rem;top:20.6875rem;left:40.750001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVWvvlC62FhHZML8i215JRuMgpN0AdLW { width:1.25rem;height:1.25rem;top:20.6875rem;left:41.812288284302rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBn6EKoXPR3gbZ0kIFZsp4h4AuECyrpK { width:1.25rem;height:1.25rem;top:20.6875rem;left:42.937501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLFFnUQcuRWnaCipRCQ3V9NQVBqwvV5n { width:1.25rem;height:1.25rem;top:20.6875rem;left:43.999788284302rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHVRGWdrg9vLkMXoIOPzK1TfUhVFXMk0 { width:1.25rem;height:1.25rem;top:20.875rem;left:25.435335159302rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoio5fg6e89r57B5fIhqOLaohsAQkisI { width:6.5625rem;height:1.375rem;top:21.875rem;left:20.593751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvaqHN3Wo457p03GClJKkQzBBcvk4FZW { display:block; }
 }@media only screen and (max-width: 763px) { #rpCMn1uUT1ePLA63wkq2tLdJ0nNM4Rx4 { width:6.5625rem;height:1.375rem;top:21.8125rem;left:39.123483657837rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnrIpfksKKIc9QHwdp8CmWvdrl7CAsCU { display:block; }
 }@media only screen and (max-width: 763px) { #NL7AetWF7nDsMrQUlaX6KTmH6DeExi0B { width:12.6875rem;height:3rem;top:24.125rem;left:17.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMzm67w5HUbemhxwebr2qSFdWsr503AK { width:47.75rem;height:0;top:22.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t92H0aww56NwIwQqdAan1r7NeTQVxztg { width:10.1875rem;height:2.875rem;top:24.125rem;left:37.3427734375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuHN75idseDQGLb8CJQevmKRtkNzQFK8 { width:12.6875rem;height:4.375rem;top:29.625rem;left:17.500219345092rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BGpSWkwmSc7eREHOoWam9xrUo0C1eQTL { width:12.6875rem;height:4.375rem;top:29.625rem;left:35.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7trvzS7ExhEvEtqJsc7IRCV2lqTDkAt { display:block; }#A7trvzS7ExhEvEtqJsc7IRCV2lqTDkAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEe3n9n58F25lvAXwBNaaH22IdhhxqB2 { width:47.75rem;height:1.75rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfhREsh1D9qbeezCnWWzHuFCyRFJoXvm { width:47.75rem;height:;top:4.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNgznMzMuEB2zHwfxBE5QzAaPQ0k48Fq { display:block; }#lNgznMzMuEB2zHwfxBE5QzAaPQ0k48Fq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7hoLglJWaCMFhxlo0rz3riZ2A9L5bCA { width:47.75rem;height:28.25rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3H0ELgTREa2KViUzt4uF45eNrTeKpgc { width:47.75rem;height:6.9375rem;top:6.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvik5IgNwPyXko4OGyIyddm5ov2SX0UT { width:7.375rem;height:1.6875rem;top:24.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1Cq0LvESAcgAJ8FoeTRgth3N8aiO6Ze { width:15rem;height:1.375rem;top:26.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMU7x1Vbi86VI59aVcOyUmumamipzPQD { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtvmxCnpFJF7ubdiCJFCBT6F6d0v7MAf { width:12.5rem;height:7.9373125rem;top:25.0625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa3pIceWop5G81M0X0TB3GPaHryAWNVr { width:47.75rem;height:9.25rem;top:14.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etqmNL7msqbrTBQteXzH7RoIKawsVT98 { width:15.875rem;height:4rem;top:33.0625rem;left:15.936632156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgQx1Eufs5NAGCr1xhsCe5T6pFqDQ1tI { display:block; }
 }@media only screen and (max-width: 763px) { #HMpWFh6PTqqEUEm5UQNeVfdDSyv7OKFm { display:block; }#HMpWFh6PTqqEUEm5UQNeVfdDSyv7OKFm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtcUffu8hTSuevwTXVqVDcJ0Rpzo30Ay { width:47.75rem;height:1.75rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTEw6AvvA4JemOJvZ9XBVaaBu5bhbCUi { width:47.75rem;height:3.75rem;top:4.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRBiX9qvOHOPfnuTUm1PzhdTwaHEBJQm { display:block; }#XRBiX9qvOHOPfnuTUm1PzhdTwaHEBJQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBdgCf9muPZWEsmGqgLlBcVZ3Zaxhxb5 { width:22.9375rem;height:24.9375rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd4HR2o9QEGq0LUAUE912N9zO38RXJHD { top:15.125rem;left:12.125rem;width:19.625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTIBydotTggZby7a8J2OBCxxL9rTkKgF { top:18.25rem;left:13.3125rem;width:18.4375rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #demdfy5qDuSBC3QDqJ12K9MmPvLVFP8T { width:22.9375rem;height:24.875rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTUV6xmqrbLnih7Gk9M54Rt985cRRNWZ { top:14.9375rem;left:31.75rem;width:15.6875rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcFXHG1Zpb84ZQoK48u55nDql1elisyz { top:17.9375rem;left:28.875rem;width:18.75rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8kO9fxTUH960GaGz1esOfwvGVpIlJnp { top:15.25rem;left:0rem;width:19.625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xehTFgDw0gy1C3G6WMzmNsKkt4DpS8ab { top:18.375rem;left:0rem;width:18.75rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfCPNAt5p5IGxI0sC3sSftHXX97wX51R { width:22.9375rem;height:24.8125rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCX0roP84JkXdATUx2TJXcKkGDQztN3d { width:20rem;height:12.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBSRDsJ9qwyfF9KmxTX1nViS52J9IWhV { width:19.875rem;height:12.625rem;top:1.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTTTa50IJKIPPof6EKz3EtaEZk5fvk0 { width:20rem;height:12.625rem;top:1.25rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD6RhVusv71qtmcF0OFxscNsWmTJGtTv { display:block; }#BD6RhVusv71qtmcF0OFxscNsWmTJGtTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIW8eJa7TbKlwmzERA3oZtbz10PGFiJc { width:22.9375rem;height:23.125rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf8dhooEZ8GhPxrcFQH7NMOo2Islx3eH { top:15.125rem;left:12.125rem;width:19.625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izgkdzCFTIWRptTCd32Dnnt8ayxKHadl { top:18.25rem;left:13.3125rem;width:18.4375rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAlESB86Ox8yWswB0M6K2QAsFUBtKdZu { width:22.9375rem;height:23.0625rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnRIFNp0ehCMvh1muJOqrAlICb5BlbBC { top:14.9375rem;left:31.75rem;width:15.6875rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HioT5d0LZ18Sbnv5J8wL4RvdWvllxbts { top:17.9375rem;left:27rem;width:20.75rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uviXIS5hsT262H9XNZJ0SJma3ggiNeML { top:15.25rem;left:0rem;width:19.625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnVb626iM4bUMzy34ZDVrQgqqViy7QGv { top:18.375rem;left:0rem;width:18.75rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z84Aadf2MVffIMcT5n1XaFiixcTfxLZV { width:22.9375rem;height:23.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJSndTKKNSxsVrQxsbAf3KbTNHW7zPnT { width:19.875rem;height:12.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7l5SrIHkwLaVNvCTPfwAr4Rn1VPke5y { width:20rem;height:12.625rem;top:1.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgTvuu7u1koT5PtMPIoyxghB8CqfbSyH { width:15.875rem;height:4rem;top:26.75rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EiuDD2oWDEk3pIUX4441XmVHTGS3lbkT { display:block; }
 }@media only screen and (max-width: 763px) { #POE6t7TKTgxCCheoUoJ4v8oCUAHVtdGI { width:20rem;height:12.625rem;top:1.25rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhPRycMUUdSIDCicFFZbSveRHawBbDN8 { display:block; }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlsrlrVDSoQnMHZiZaCc82eKiDPUTtFB { display:none; }#TlsrlrVDSoQnMHZiZaCc82eKiDPUTtFB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k6qpdiUsy0tK0LeLeBvTLoEyy4tMrMq4 { width:47.75rem;height:3.5rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHwaxUgnZaTw6n1XkEczCbnmfda4fObC { width:47.75rem;height:3.75rem;top:3.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2XOO4rHZWAqmMpk7y3sMQ8ifDwTZilh { display:none; }#L2XOO4rHZWAqmMpk7y3sMQ8ifDwTZilh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XdMZbKEBpodTubVaT9Rg5QPApuwVPzzz { width:24.875rem;height:10.9375rem;top:9rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XndGSFQ109FFCwkPqWiSkl3QrlUpXorN { width:47.75rem;height:25.125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tezvDmpfgXwn8CSq4kcLcyN0J18eR1Ws { width:34.8125rem;height:25.25rem;top:1.875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1Eb9PPe4peb30TIz4ETzQ5XS6S0TS1T { display:none; }#M1Eb9PPe4peb30TIz4ETzQ5XS6S0TS1T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XUA4SEftlkgdX7KTkccmI6fsgZx6iMAg { width:35.25rem;height:26.1875rem;top:2.625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPE10b2N7OhAOEdRyglup1VN79yDQhQF { width:37.25rem;height:27.375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU8nkGIh2CQIgJ5qSyzgbBL04Dv8Iwlx { width:8.5625rem;height:2.375rem;top:4.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddU5FoodXHXePPyGozdpW59LtQaUI6Fg { width:12.75rem;height:3.625rem;top:4.0625rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIsXAQoI52xxMso0vJQ5ZTHqXWEys9Jz { width:7.3125rem;height:3.125rem;top:9.4375rem;left:6.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8C3uTKpMTXZAtaBk9kuk5DFgCAXZoON { width:6.5625rem;height:1.5rem;top:14.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqCbxbdXEiwC2eqbIEhW85L3xUv5FCdB { display:block; }
 }@media only screen and (max-width: 763px) { #Gx2mQ9cazlGkTLPTTGNE4ZTEMiRvm0qn { width:1.875rem;height:1.875rem;top:12.5625rem;left:6.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSfKMde6WqULlNmG3THsbCtIDlMlEUZg { width:1.875rem;height:1.875rem;top:12.5625rem;left:7.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6Z01igO8oKkIpSdTNacQS4yd0CslC4 { width:1.875rem;height:1.875rem;top:12.5625rem;left:9.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhTnvulyEUl5zmfWUcW5uKctgVEEVIwh { width:1.875rem;height:1.875rem;top:12.5625rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArklCiDD4JAUzKuRQvyFDNvxNAVVm50V { width:1.875rem;height:1.875rem;top:12.5625rem;left:12.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0gWwFPLmDJoGeVVGRPXuou1DTqfMiSx { width:7.3125rem;height:3.125rem;top:18.875rem;left:6.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQJV5ODgcExIseErfnycFZdm0hlA1Ewd { width:1.875rem;height:1.875rem;top:21.9375rem;left:12.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV9RdFk0nliWWlMuwdr2pJBhWir9RZEz { width:1.875rem;height:1.875rem;top:21.9375rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh8mW0OTgc8JWk4y0C9gZIb6pqTdSlF8 { width:1.875rem;height:1.875rem;top:21.9375rem;left:9.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP7BXkE9KKtRMPfKtB94ImL7smpOMweb { width:1.875rem;height:1.875rem;top:21.9375rem;left:7.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2u5BFHHOZw99PBrafTRxgPJXrPZImXQ { width:1.875rem;height:1.875rem;top:21.9375rem;left:6.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8vFt2hRNW8qKXsQyZEUQxA7T7JdEDu { width:6.5rem;height:1.5rem;top:23.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfhsMHetB38w5iCLhb3Z55HSJcKATnkn { display:block; }
 }@media only screen and (max-width: 763px) { #wxaBmrZCGVoaz6z0BXbTSiICOIKwW4ym { width:7.3125rem;height:3.125rem;top:9.4375rem;left:16.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9fO71RZiEJB5qDdhXETtR22foKGFoze { width:1.875rem;height:1.875rem;top:12.5625rem;left:22rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXtyxgtCSB2OsdWfx6etsaraeT2LQyfw { width:1.875rem;height:1.875rem;top:12.5625rem;left:21.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXVeN65qsccb9tTe0khUzu5oMmPtUDiX { width:1.875rem;height:1.875rem;top:12.5625rem;left:20.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9FD51sepMTC7vWKCbHGZhiO9KsCTeT { width:1.875rem;height:1.875rem;top:12.5625rem;left:18.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbOTOmqMSGhP4lIh9VtHvpFGME9WE0Jc { width:6.5625rem;height:1.5rem;top:14.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdXJNUvQueOpu5JXT5RhA4XTn615hS5E { display:block; }
 }@media only screen and (max-width: 763px) { #X9XFUmPAnGQesKT92pZFA3JfvZKBqnrL { width:1.875rem;height:1.875rem;top:12.5625rem;left:22rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFR6NqxFklbV84bXXQBDfZZWJxrOLDg0 { width:7.3125rem;height:3.125rem;top:18.875rem;left:16.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy35tvHRnmCJO4PpJX9MPel1MoA7Tyxg { width:1.875rem;height:1.875rem;top:21.9375rem;left:22rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6qu44EZPL0uteMwbCmXIhDv63M0wKUP { width:1.875rem;height:1.875rem;top:21.9375rem;left:22rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1046BnAWmzOvgl3C7FEInkN7ubypkzW { width:1.875rem;height:1.875rem;top:21.9375rem;left:21.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeVOq5vRUwG3GTNTpKr0SrcwQO8UWpni { width:1.875rem;height:1.875rem;top:21.9375rem;left:20rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT3h3aQLe6x1MUTFuGw7cpE5yOBXq6ak { width:1.875rem;height:1.875rem;top:21.9375rem;left:18.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkTXFvJwaKyoq7P4ucbNNZPkaVt8vCfr { width:6.4375rem;height:1.5rem;top:23.875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUeXaIkz33dT4CwVNsDoODkMT5lgeyGu { display:block; }
 }@media only screen and (max-width: 763px) { #L9kJW9spJbCoDJTgvQWedDIyq26Fid1f { width:6.875rem;height:6.875rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvWapeGgVSGkwksJfxwvKWwcg9oyUBPJ { display:none; }#TvWapeGgVSGkwksJfxwvKWwcg9oyUBPJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DZuK3q4SR7ghoNfuAuEQp6uK4vIgdHX0 { width:35.25rem;height:26.1875rem;top:2.625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDdpuEJotT7TQubRAJzK6mCDpRwenEC5 { width:37.25rem;height:27.375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTr1XTPCrqrQSR3XBEg2apCOp7MznTF8 { width:8.5625rem;height:2.375rem;top:4.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuP0nQXoE9o404mEPwquhtHqOcKw4x1E { width:12.75rem;height:3.625rem;top:4.0625rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M15aTGTXvz1OJzpyVFADZn2HXG9cwpHe { width:7.3125rem;height:3.125rem;top:9.4375rem;left:6.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd3BDGSCTt4XyOzHT0q8HTTiZulSOBld { width:6.5625rem;height:1.5rem;top:14.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTbAfWzisMIRqMBegVCRPIu400mT9ziy { display:block; }
 }@media only screen and (max-width: 763px) { #VTQIMNp2hl8rURzAKfmKf43RdUfcr7Zo { width:1.875rem;height:1.875rem;top:12.5625rem;left:6.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw8WB9Nt0uDsszTkSVlZq9MTZGSnuV7T { width:1.875rem;height:1.875rem;top:12.5625rem;left:7.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqBPaPnCbbBfRH2IsGTu8hFUotZbSdOz { width:1.875rem;height:1.875rem;top:12.5625rem;left:9.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziVJ7AewLSc8phFIxHuNrGif4Kg7A3dt { width:1.875rem;height:1.875rem;top:12.5625rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrdohHn7g51m3JmZ4KO4b0gNNLiFmFEm { width:1.875rem;height:1.875rem;top:12.5625rem;left:12.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw3qsmcbQolJXsAqUFp24ryiJXt3wngw { width:7.3125rem;height:3.125rem;top:18.875rem;left:6.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBlmXP6ysaxTxMODFU0ns0rRTXoTyJ4h { width:1.875rem;height:1.875rem;top:21.9375rem;left:12.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKVDIwMbVGfQTL9btbhtzRkQNeF2UWwh { width:1.875rem;height:1.875rem;top:21.9375rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD6cVDhBeMD3P6p7QybiLcTNcyqvr2TB { width:1.875rem;height:1.875rem;top:21.9375rem;left:9.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co8g450ThT0306pauDx4UDTcyT9ZWIR7 { width:1.875rem;height:1.875rem;top:21.9375rem;left:7.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3gb0cXgQe9WNJdT3DhbCcgPhPnPyyMi { width:1.875rem;height:1.875rem;top:21.9375rem;left:6.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcGtcg4fB3EFemaoLsQhDeG5q1zT8cLd { width:6.5rem;height:1.5rem;top:23.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il6eKEf5zBcXprMeG1MQXLIToZqC7XPH { display:block; }
 }@media only screen and (max-width: 763px) { #Zr8FOymB54aELS6oRq2mBZ9T88VnATwe { width:7.3125rem;height:3.125rem;top:9.4375rem;left:16.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2wFinv7EZ3ZGb4aUTfFgsTJQJ2DULIH { width:1.875rem;height:1.875rem;top:12.5625rem;left:22rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scJQWdoEammec7duUuTV3w1n6eaBGTqI { width:1.875rem;height:1.875rem;top:12.5625rem;left:21.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #li0meTwrn4TDxekSNNimUzwMIoWbFWzQ { width:1.875rem;height:1.875rem;top:12.5625rem;left:20.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwNqXzQSqHyhTTsUxyI5geIQxAayT0OK { width:1.875rem;height:1.875rem;top:12.5625rem;left:18.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR7lQ6CkMqwXAxpbFTysOmTluIPBsoTn { width:6.5625rem;height:1.5rem;top:14.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHz1nhuD3h3PnLmJnzqkUrNCeBTQme8F { display:block; }
 }@media only screen and (max-width: 763px) { #U1wTFOLpOdiyZUkLRNim0tIXT7Adl3kC { width:1.875rem;height:1.875rem;top:12.5625rem;left:22rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PShSQycqQZoTl7s7wgzwvcdaush2c8wO { width:7.3125rem;height:3.125rem;top:18.875rem;left:16.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGILPbsfQg7MbVVXSrQACzP3gb3SlMHT { width:1.875rem;height:1.875rem;top:21.9375rem;left:22rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGGq8I3vJfoDfnFpvcybf7HieQeKKDkb { width:1.875rem;height:1.875rem;top:21.9375rem;left:22rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVC4DOPmtaRhns8MJ5EkDQvpIplizb13 { width:1.875rem;height:1.875rem;top:21.9375rem;left:21.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpnWrWyhLyBtoETNMegKSiEOoLSOATcy { width:1.875rem;height:1.875rem;top:21.9375rem;left:20rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpDRfkhzronG8Hka6wORdT3upnLb9VLz { width:1.875rem;height:1.875rem;top:21.9375rem;left:18.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJLmXc4htT5IKh9cmu10wddJJHqEXUUt { width:6.4375rem;height:1.5rem;top:23.875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhZmPTBkcHkpooWqCuFEgh17PF3UnDWT { display:block; }
 }@media only screen and (max-width: 763px) { #guOdNnuW5qCck1Bc0sJAlQdOhUBPlW1w { width:6.875rem;height:6.875rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF5Tu58aWAgxm5D7ysdR866QbLl90uq4 { display:block; }#UF5Tu58aWAgxm5D7ysdR866QbLl90uq4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5P792RScTo63DhxcLXpWtPbOwUJSRTr { width:47.75rem;height:23.625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnucuwmq2NqQQJJfDa4FrQnGJwH977NX { width:28.375rem;height:1.9375rem;top:8.125rem;left:19.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP9CU5fdRGiIaT68I5pfSpMLBbGIKNf7 { width:25rem;height:4.6875rem;top:12.125rem;left:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtIttEkrtv2gpUTJcPSNNuMdy066gbhe { width:37.5625rem;height:23.6875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtMRWep7fTH6X0D2IeIy1HmcvC3m66EF { width:29rem;height:22.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTkDBKTQ3TTAiT7yb12H18BH7iQA3B9a { width:15.8125rem;height:3.9375rem;top:18.25rem;left:28.436632156372rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJ81rS1eepVDZU7sSpk07W2VVom0zEkZ { display:block; }
 }@media only screen and (max-width: 763px) { #IUOxFZPIECWP0s7wtXLpPN71VSwEt4Df { display:block; }#IUOxFZPIECWP0s7wtXLpPN71VSwEt4Df > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl { display:block; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJhrSL3BHoaG4s3ubFAqwS0Mrlm0k94i { display:block; }#TJhrSL3BHoaG4s3ubFAqwS0Mrlm0k94i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .row .container { background-color: transparent; background-image: none; }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .row .container > .video-iframe-container { display: none; }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .row > .video-iframe-container { display: none; }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .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); }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .row .container { border-width: 0; border-radius: 0; }#Uwx1CTvWRqN1oPaBd5T9M9Ue7OcGcUkL > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhxtQk4p5zFDdDw7Lmmn4ChHxSvpV6zK { width:18.6875rem;height:8.4375rem;top:5.625rem;left:0.65625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T4Dsli1HAGsnf5e0uO0gQ9fz2qkzT4WK { width:9.7480625rem;height:2.62305rem;top:1.248046875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0E7Gd3bP5Jmzxwxd06i7JgHVBNtNe7S { width:18.875rem;height:7.19925rem;top:15.4375rem;left:0.5625rem;font-size:1rem;line-height:1.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVp9zMwI5kVqV4a21maRrVTPVMsMTvvm { width:13.5625rem;height:4rem;top:24.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLX4EbtfBgbET9J7cqDUcDgH4ovczpVL { display:block; }
 }@media only screen and (max-width: 763px) { #LbUX8pOIX6DZITZ94mFpRgrbUO80qrby { top:31.25rem;left:0rem;width:20rem;height:14.0625rem;z-index:100015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qXyJuiFLLf786aJgDWgbLxC8wPsgJTSe { display:block; }#qXyJuiFLLf786aJgDWgbLxC8wPsgJTSe > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #razZVfvfW8EvPfP8RG3hVEL5rqLONbUt { display:block; }#razZVfvfW8EvPfP8RG3hVEL5rqLONbUt > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umK0w0Bu9y2BKVIHmuaRK2HUuJwOUy69 { width:20rem;height:8.999rem;top:7.3125rem;left:0rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #M4XrGe105EdMmsUC7fJ8C3kW73VsCZmT { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZlJgvmh96VHHFqoMmRxI7xBncDTVpaEr { display:block; }#ZlJgvmh96VHHFqoMmRxI7xBncDTVpaEr > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwKzi8icnyupnRIHIT9THya1PGAPXXba { width:20rem;height:24.25rem;top:0.9353313446045rem;left:0rem;box-shadow: 0.0625rem 0.375rem 1.875rem rgba(9,20,44,0.09) ;display:block; }
 }@media only screen and (max-width: 763px) { #DVpuOkEM0snvepZAmsoqSof7IvcGIu1w { width:7.6875rem;height:24.375rem;top:0.81163215637206rem;left:6.2500004768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifDpVDCM5CG6mR6odRTv9rgbUDXH1U7h { width:5.9375rem;height:6.75rem;top:5.875rem;left:0.4375rem;font-size:0.75rem;line-height:3;color:rgba(0,0,0,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #H02u7R3TkHcbVwSLC21FlEKAAvsmkGq9 { width:6.75rem;height:8.75rem;top:5.9375rem;left:6.625rem;font-size:0.875rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #XJicAqz38dPDr7VwsLiV1zGDTBLU33wz { width:6.1875rem;height:8.449225rem;top:6.25rem;left:13.8125rem;font-size:0.8125rem;line-height:2.6;display:block; }
 }@media only screen and (max-width: 763px) { #rJsdRClTgMrMW5eA8i54LafQw8S0ZxAk { width:7.5rem;height:1.5625rem;top:1.748046875rem;left:6.2500004768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #prW4fg74q7b8ZH3iv44o2Tu7IvS9Tukg { width:5.87456875rem;height:1.57421875rem;top:1.748046875rem;left:14.124349594116rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #v9TX4IRnT6qkaOBdHGPWAcaqSWIs9zfT { width:19.0625rem;height:0.0625rem;top:8.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8T5efTN67yWPfEgw03xfblM5nhpX0wg { width:19.0625rem;height:0.0625rem;top:10.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePLOyJzBXwzuI8XyTmbXw8VMtOpWhHKO { width:19.0625rem;height:0.0625rem;top:12.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN41OSGE33s4ti5DL6M6peUrFtAEe0Cy { width:15.8735rem;height:3.99956875rem;top:27.715930938721rem;left:2.0627171993256rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #SU18AcLfmlK1WklLoVGt7GO6I6DErW4I { display:block; }
 }@media only screen and (max-width: 763px) { #T2mm7sKER7Dgg9To9fRLUN6SGP5fmQqW { width:4rem;height:2.6875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohc0A3IbzZ9cWHvNa7telCp6frpoJmGR { width:4.875rem;height:4.875rem;top:14.5625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIyLU5znGsIUuo4ghrPPS6qdn5KSHZaQ { width:6.624375rem;height:2.37413125rem;top:23.441620588302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbfs2N5TRWw7qPVeNWxpUwIGLc3egzhT { width:6.75rem;height:0;top:29.3125rem;left:2.125rem;font-size:0.875rem;line-height:2.5;z-index:100005;display:none; }
 }@media only screen and (max-width: 763px) { #TQ4B5nZQKq5SVhJKouPSIa7EcvoJTTHJ { width:6.75rem;height:0;top:38.0625rem;left:0.5rem;font-size:0.875rem;line-height:1.8;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #kzPdGOk4ElwZM9pIicFWP2f9Mb7uegOb { width:5.1875rem;height:5.1875rem;top:17.153648376465rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RExOFC1rdbcHcflcdXlqkVkCcbmQvfaX { width:0.9375rem;height:0.9375rem;top:18.624133110046rem;left:8.6870660781863rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2RW5OFGUg8Ok4G3shMAt4wFlBEQHdZy { width:0.9375rem;height:0.9375rem;top:18.624133110046rem;left:7.8743495941163rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEs2czadaU7axricxM7ZxyccJJHVhnAK { width:0.9375rem;height:0.9375rem;top:18.624133110046rem;left:9.49978351593rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9HZxI982NGOne26Rxw88tBeoMsTJwsu { width:0.9375rem;height:0.9375rem;top:18.624133110046rem;left:10.374349594116rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REzDLHqKFIC22gcghb0UqUne2F4VfJnz { width:0.9375rem;height:0.9375rem;top:18.624133110046rem;left:11.187067031861rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymZHJ3HcIPExouRq1vJd7q7roaFVsDyf { width:0.9375rem;height:0.9375rem;top:18.56228351593rem;left:14.874132156372rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo9d2PdITrV3Z5eWUtvHQJN9BvCKzrqb { width:0.9375rem;height:0.9375rem;top:18.56228351593rem;left:15.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvHT3DTReHi1Igk6emnpNEuiDvbxXdkp { width:0.9375rem;height:0.9375rem;top:18.56228351593rem;left:16.436632156372rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyLaqDKFBZPa5txzcRHvPZ1vwpdmm34U { width:0.9375rem;height:0.9375rem;top:18.56228351593rem;left:17.249349594116rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOPCVhEROL6Qwtk5xrbUkelDdfMGS9OU { width:0.9375rem;height:0.9375rem;top:18.56228351593rem;left:18.062067031861rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVDDVeAOnw1VpxJBN8dtvTbbxudrxTcC { width:5.375rem;height:1.3125rem;top:19.561633110046rem;left:14.18728351593rem;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c3c3c3;display:block; }
 }@media only screen and (max-width: 763px) { #JhKT46tcJgmtfAGG05TuW6D7NSfhLNr4 { display:block; }
 }@media only screen and (max-width: 763px) { #EIwKvVhiEZtfwRsAOOwbyaVCBGTs9WV1 { width:5.375rem;height:1.3125rem;top:19.561633110046rem;left:7.1875rem;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #2550aa;display:block; }
 }@media only screen and (max-width: 763px) { #Rsu1QmtlncVcZMgaVfFnEvkSxVC5POT1 { display:block; }
 }@media only screen and (max-width: 763px) { #KsHszucJW5egr0Ro4sChgnmOH54k359t { width:19.0625rem;height:0.0618489375rem;top:16.966146469116rem;left:0.43619799613952rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #WIFcxTNZvDZQPwcRl9v8WpdgP4VQVBPH { width:19.0625rem;height:0.060763875rem;top:29.060331344604rem;left:0rem;z-index:100010;display:none; }
 }@media only screen and (max-width: 763px) { #qEfeoF0FTo3b6r4CCTU5pS8EIQX4SP60 { width:10.1855625rem;height:2.25rem;top:2.780818939209rem;left:5.0316843986511rem;font-size:0.75rem;line-height:3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Cx8tbhR3OgOEQqtlsatlVwPK7tXnpVg1 { width:6.125rem;height:2.25rem;top:2.8372402191162rem;left:13.875868797303rem;font-size:0.75rem;line-height:3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #csB1qrUcuGPcmxxLhke2dAgy3F5gaTLg { width:4.31206875rem;height:4.87413125rem;top:12.416233062744rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWlpIvsdvZ7XIudO40tyTQqTbgRqMRZt { width:0.9375rem;height:0.9375rem;top:14.0625rem;left:8.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ok6HAaC3VTTDVqETTUEUr2NFBiuWGQ { width:0.9375rem;height:0.9375rem;top:14.0625rem;left:8.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe1vnQfl0FXTuO55d5xE2PLubIMq0Wqh { width:0.9375rem;height:0.9375rem;top:14.0625rem;left:9.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zftpZhfQRJ0EMCnby4KU99S7Lyf3il4d { width:0.9375rem;height:0.9375rem;top:14.0625rem;left:10.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxu4eviCumqTRO0MLvN6QkzplxrZ2aI7 { width:0.9375rem;height:0.9375rem;top:14rem;left:15.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBglo4dSSuWyaEhqT9y6gup465UUPGwp { width:0.9375rem;height:0.9375rem;top:14rem;left:15.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVWvvlC62FhHZML8i215JRuMgpN0AdLW { width:0.9375rem;height:0.9375rem;top:14rem;left:16.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBn6EKoXPR3gbZ0kIFZsp4h4AuECyrpK { width:0.9375rem;height:0.9375rem;top:14rem;left:17.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLFFnUQcuRWnaCipRCQ3V9NQVBqwvV5n { width:0.9375rem;height:0.9375rem;top:14rem;left:18.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHVRGWdrg9vLkMXoIOPzK1TfUhVFXMk0 { width:0.9375rem;height:0.9375rem;top:14.0625rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoio5fg6e89r57B5fIhqOLaohsAQkisI { width:5.375rem;height:1.3125rem;top:14.811633825302rem;left:7.3116321563719rem;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #2550aa;display:block; }
 }@media only screen and (max-width: 763px) { #IvaqHN3Wo457p03GClJKkQzBBcvk4FZW { display:block; }
 }@media only screen and (max-width: 763px) { #rpCMn1uUT1ePLA63wkq2tLdJ0nNM4Rx4 { width:5.375rem;height:1.3125rem;top:14.811632156372rem;left:14.310547828674rem;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c3c3c3;display:block; }
 }@media only screen and (max-width: 763px) { #FnrIpfksKKIc9QHwdp8CmWvdrl7CAsCU { display:block; }
 }@media only screen and (max-width: 763px) { #NL7AetWF7nDsMrQUlaX6KTmH6DeExi0B { width:7.75rem;height:2.1875rem;top:16.983508110046rem;left:6.2500004768369rem;font-size:0.875rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #FMzm67w5HUbemhxwebr2qSFdWsr503AK { width:20rem;height:0;top:75.06880512695rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t92H0aww56NwIwQqdAan1r7NeTQVxztg { width:5.875rem;height:2.11230625rem;top:16.983508110046rem;left:14.000651359558rem;font-size:0.8125rem;line-height:2.6;display:block; }
 }@media only screen and (max-width: 763px) { #kuHN75idseDQGLb8CJQevmKRtkNzQFK8 { width:7.375rem;height:2.5rem;top:21.839410781861rem;left:6.4066843986513rem;font-size:1rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #BGpSWkwmSc7eREHOoWam9xrUo0C1eQTL { width:5.8125rem;height:2.03125rem;top:22.151692867279rem;left:14.062067031861rem;font-size:0.8125rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #A7trvzS7ExhEvEtqJsc7IRCV2lqTDkAt { display:block; }#A7trvzS7ExhEvEtqJsc7IRCV2lqTDkAt > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEe3n9n58F25lvAXwBNaaH22IdhhxqB2 { width:20rem;height:1.79980625rem;top:7.375rem;left:0rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #OfhREsh1D9qbeezCnWWzHuFCyRFJoXvm { width:15.5625rem;height:4.875rem;top:2.5rem;left:2.25rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lNgznMzMuEB2zHwfxBE5QzAaPQ0k48Fq { display:block; }#lNgznMzMuEB2zHwfxBE5QzAaPQ0k48Fq > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7hoLglJWaCMFhxlo0rz3riZ2A9L5bCA { width:20rem;height:40.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3H0ELgTREa2KViUzt4uF45eNrTeKpgc { width:17.5625rem;height:13.5rem;top:2.6875rem;left:1.25rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hvik5IgNwPyXko4OGyIyddm5ov2SX0UT { width:7.375rem;height:1.59375rem;top:35.4375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1Cq0LvESAcgAJ8FoeTRgth3N8aiO6Ze { width:15.9375rem;height:1.3125rem;top:37.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMU7x1Vbi86VI59aVcOyUmumamipzPQD { width:10.375rem;height:10.375rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtvmxCnpFJF7ubdiCJFCBT6F6d0v7MAf { width:7.125rem;height:7.125rem;top:36.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa3pIceWop5G81M0X0TB3GPaHryAWNVr { width:17.625rem;height:16.875rem;top:17.375rem;left:1.1875rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #etqmNL7msqbrTBQteXzH7RoIKawsVT98 { width:15.875rem;height:4rem;top:43.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgQx1Eufs5NAGCr1xhsCe5T6pFqDQ1tI { display:block; }
 }@media only screen and (max-width: 763px) { #HMpWFh6PTqqEUEm5UQNeVfdDSyv7OKFm { display:block; }#HMpWFh6PTqqEUEm5UQNeVfdDSyv7OKFm > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtcUffu8hTSuevwTXVqVDcJ0Rpzo30Ay { width:17.4375rem;height:7.19925rem;top:9.0625rem;left:1.25rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #KTEw6AvvA4JemOJvZ9XBVaaBu5bhbCUi { width:20rem;height:4.875rem;top:2.875rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XRBiX9qvOHOPfnuTUm1PzhdTwaHEBJQm { display:block; }#XRBiX9qvOHOPfnuTUm1PzhdTwaHEBJQm > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBdgCf9muPZWEsmGqgLlBcVZ3Zaxhxb5 { width:20rem;height:22.125rem;top:24.5rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #hd4HR2o9QEGq0LUAUE912N9zO38RXJHD { width:18.125rem;height:1.57421875rem;top:38.0625rem;left:1.125rem;font-size:1.125rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #MTIBydotTggZby7a8J2OBCxxL9rTkKgF { width:18.125rem;height:4.72265625rem;top:40.25rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #demdfy5qDuSBC3QDqJ12K9MmPvLVFP8T { width:20rem;height:22rem;top:48.0625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #oTUV6xmqrbLnih7Gk9M54Rt985cRRNWZ { width:17.5rem;height:1.57421875rem;top:61.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcFXHG1Zpb84ZQoK48u55nDql1elisyz { width:17.8125rem;height:4.72265625rem;top:63.875rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8kO9fxTUH960GaGz1esOfwvGVpIlJnp { width:18.125rem;height:1.57421875rem;top:14.5rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xehTFgDw0gy1C3G6WMzmNsKkt4DpS8ab { width:17.8125rem;height:4.72265625rem;top:16.8125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfCPNAt5p5IGxI0sC3sSftHXX97wX51R { width:20rem;height:22.75rem;top:0.8125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #cCX0roP84JkXdATUx2TJXcKkGDQztN3d { width:17.75rem;height:11.1875rem;top:1.6875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBSRDsJ9qwyfF9KmxTX1nViS52J9IWhV { width:17.75rem;height:11.25rem;top:25.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTTTa50IJKIPPof6EKz3EtaEZk5fvk0 { width:17.8125rem;height:11.25rem;top:49.375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD6RhVusv71qtmcF0OFxscNsWmTJGtTv { display:block; }#BD6RhVusv71qtmcF0OFxscNsWmTJGtTv > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIW8eJa7TbKlwmzERA3oZtbz10PGFiJc { width:20rem;height:20.625rem;top:23.125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #hf8dhooEZ8GhPxrcFQH7NMOo2Islx3eH { width:18.125rem;height:1.57421875rem;top:36.875rem;left:1.125rem;font-size:1.125rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #izgkdzCFTIWRptTCd32Dnnt8ayxKHadl { width:18.125rem;height:3.1484375rem;top:39.0625rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAlESB86Ox8yWswB0M6K2QAsFUBtKdZu { width:20rem;height:22.3125rem;top:45.125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #hnRIFNp0ehCMvh1muJOqrAlICb5BlbBC { width:17.5rem;height:1.57421875rem;top:58.8125rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HioT5d0LZ18Sbnv5J8wL4RvdWvllxbts { width:17.8125rem;height:4.72265625rem;top:61rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uviXIS5hsT262H9XNZJ0SJma3ggiNeML { width:18.125rem;height:1.57421875rem;top:14.6875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnVb626iM4bUMzy34ZDVrQgqqViy7QGv { width:17.8125rem;height:3.1484375rem;top:16.8125rem;left:1.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z84Aadf2MVffIMcT5n1XaFiixcTfxLZV { width:20rem;height:20.125rem;top:1.25rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #uJSndTKKNSxsVrQxsbAf3KbTNHW7zPnT { width:17.6875rem;height:11.25rem;top:2.2490234375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7l5SrIHkwLaVNvCTPfwAr4Rn1VPke5y { width:17.8125rem;height:11.25rem;top:24.1875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgTvuu7u1koT5PtMPIoyxghB8CqfbSyH { width:15.875rem;height:4rem;top:69.375rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EiuDD2oWDEk3pIUX4441XmVHTGS3lbkT { display:block; }
 }@media only screen and (max-width: 763px) { #POE6t7TKTgxCCheoUoJ4v8oCUAHVtdGI { width:17.75rem;height:11.25rem;top:46.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhPRycMUUdSIDCicFFZbSveRHawBbDN8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89160538-082d-4e73-91a6-58685943d6db/templatescrta.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }
#fhPRycMUUdSIDCicFFZbSveRHawBbDN8.adaptive-delivery-prevent-bg { background-image: none; }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 > .row .container { background-color: transparent; background-image: none; }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 > .row .container > .video-iframe-container { display: none; }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 > .row > .video-iframe-container { display: none; }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 > .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); }#fhPRycMUUdSIDCicFFZbSveRHawBbDN8 > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlsrlrVDSoQnMHZiZaCc82eKiDPUTtFB { display:none; }#TlsrlrVDSoQnMHZiZaCc82eKiDPUTtFB > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k6qpdiUsy0tK0LeLeBvTLoEyy4tMrMq4 { width:20rem;height:6.9444375rem;top:6.1875rem;left:0rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #QHwaxUgnZaTw6n1XkEczCbnmfda4fObC { width:20rem;height:2.43055625rem;top:2.5rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #L2XOO4rHZWAqmMpk7y3sMQ8ifDwTZilh { display:none; }#L2XOO4rHZWAqmMpk7y3sMQ8ifDwTZilh > .row .container { width:20rem;height:36.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XdMZbKEBpodTubVaT9Rg5QPApuwVPzzz { width:17.0625rem;height:15.27775rem;top:2.6875rem;left:1.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XndGSFQ109FFCwkPqWiSkl3QrlUpXorN { width:20rem;height:25.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tezvDmpfgXwn8CSq4kcLcyN0J18eR1Ws { width:20rem;height:14.506283662478rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1Eb9PPe4peb30TIz4ETzQ5XS6S0TS1T { display:none; }#M1Eb9PPe4peb30TIz4ETzQ5XS6S0TS1T > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XUA4SEftlkgdX7KTkccmI6fsgZx6iMAg { width:19.375rem;height:14.375rem;top:22.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPE10b2N7OhAOEdRyglup1VN79yDQhQF { width:20rem;height:20rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU8nkGIh2CQIgJ5qSyzgbBL04Dv8Iwlx { width:6.25rem;height:1.5625rem;top:3rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddU5FoodXHXePPyGozdpW59LtQaUI6Fg { width:5.25rem;height:1.75rem;top:2.8125rem;left:13.75rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #SIsXAQoI52xxMso0vJQ5ZTHqXWEys9Jz { width:5.5625rem;height:3.5625rem;top:5.4375rem;left:6.75rem;font-size:2rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #F8C3uTKpMTXZAtaBk9kuk5DFgCAXZoON { width:5.25rem;height:1.0625rem;top:10.375rem;left:7rem;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #2550aa;display:block; }
 }@media only screen and (max-width: 763px) { #BqCbxbdXEiwC2eqbIEhW85L3xUv5FCdB { display:block; }
 }@media only screen and (max-width: 763px) { #Gx2mQ9cazlGkTLPTTGNE4ZTEMiRvm0qn { width:1.25rem;height:1.25rem;top:8.6875rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSfKMde6WqULlNmG3THsbCtIDlMlEUZg { width:1.25rem;height:1.25rem;top:8.6875rem;left:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6Z01igO8oKkIpSdTNacQS4yd0CslC4 { width:1.25rem;height:1.25rem;top:8.6875rem;left:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhTnvulyEUl5zmfWUcW5uKctgVEEVIwh { width:1.25rem;height:1.25rem;top:8.75rem;left:16.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArklCiDD4JAUzKuRQvyFDNvxNAVVm50V { width:1.25rem;height:1.25rem;top:8.75rem;left:15.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0gWwFPLmDJoGeVVGRPXuou1DTqfMiSx { width:5.125rem;height:3.5625rem;top:13.3125rem;left:7.0625rem;font-size:2rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #FQJV5ODgcExIseErfnycFZdm0hlA1Ewd { width:1.25rem;height:1.25rem;top:16.5625rem;left:17.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV9RdFk0nliWWlMuwdr2pJBhWir9RZEz { width:1.25rem;height:1.25rem;top:16.5rem;left:16.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh8mW0OTgc8JWk4y0C9gZIb6pqTdSlF8 { width:1.25rem;height:1.25rem;top:16.5rem;left:9.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP7BXkE9KKtRMPfKtB94ImL7smpOMweb { width:1.25rem;height:1.25rem;top:16.5rem;left:8.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2u5BFHHOZw99PBrafTRxgPJXrPZImXQ { width:1.25rem;height:1.25rem;top:16.5rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8vFt2hRNW8qKXsQyZEUQxA7T7JdEDu { width:5.25rem;height:1.0625rem;top:18.25rem;left:7.0625rem;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #2550aa;display:block; }
 }@media only screen and (max-width: 763px) { #GfhsMHetB38w5iCLhb3Z55HSJcKATnkn { display:block; }
 }@media only screen and (max-width: 763px) { #wxaBmrZCGVoaz6z0BXbTSiICOIKwW4ym { width:4.5625rem;height:3.5625rem;top:5.5rem;left:14rem;font-size:2rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #e9fO71RZiEJB5qDdhXETtR22foKGFoze { width:1.25rem;height:1.25rem;top:8.6875rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXtyxgtCSB2OsdWfx6etsaraeT2LQyfw { width:1.25rem;height:1.25rem;top:8.6875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXVeN65qsccb9tTe0khUzu5oMmPtUDiX { width:1.25rem;height:1.25rem;top:8.75rem;left:13.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9FD51sepMTC7vWKCbHGZhiO9KsCTeT { width:1.25rem;height:1.25rem;top:8.75rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbOTOmqMSGhP4lIh9VtHvpFGME9WE0Jc { width:5.25rem;height:1.0625rem;top:10.3125rem;left:13.6875rem;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c3c3c3;display:block; }
 }@media only screen and (max-width: 763px) { #QdXJNUvQueOpu5JXT5RhA4XTn615hS5E { display:block; }
 }@media only screen and (max-width: 763px) { #X9XFUmPAnGQesKT92pZFA3JfvZKBqnrL { width:1.25rem;height:1.25rem;top:8.75rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFR6NqxFklbV84bXXQBDfZZWJxrOLDg0 { width:4.5625rem;height:3.5625rem;top:13.375rem;left:14.125rem;font-size:2rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #wy35tvHRnmCJO4PpJX9MPel1MoA7Tyxg { width:1.25rem;height:1.25rem;top:16.5rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6qu44EZPL0uteMwbCmXIhDv63M0wKUP { width:1.25rem;height:1.25rem;top:16.5rem;left:14.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1046BnAWmzOvgl3C7FEInkN7ubypkzW { width:1.25rem;height:1.25rem;top:16.5rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeVOq5vRUwG3GTNTpKr0SrcwQO8UWpni { width:1.25rem;height:1.25rem;top:16.5rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT3h3aQLe6x1MUTFuGw7cpE5yOBXq6ak { width:1.25rem;height:1.25rem;top:16.5rem;left:15.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkTXFvJwaKyoq7P4ucbNNZPkaVt8vCfr { width:5.25rem;height:1.0625rem;top:18.1875rem;left:13.75rem;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c3c3c3;display:block; }
 }@media only screen and (max-width: 763px) { #lUeXaIkz33dT4CwVNsDoODkMT5lgeyGu { display:block; }
 }@media only screen and (max-width: 763px) { #L9kJW9spJbCoDJTgvQWedDIyq26Fid1f { width:4.5625rem;height:4.5625rem;top:14.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvWapeGgVSGkwksJfxwvKWwcg9oyUBPJ { display:none; }#TvWapeGgVSGkwksJfxwvKWwcg9oyUBPJ > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DZuK3q4SR7ghoNfuAuEQp6uK4vIgdHX0 { width:19.375rem;height:14.375rem;top:22.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDdpuEJotT7TQubRAJzK6mCDpRwenEC5 { width:20rem;height:20rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTr1XTPCrqrQSR3XBEg2apCOp7MznTF8 { width:6.25rem;height:1.5625rem;top:3rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuP0nQXoE9o404mEPwquhtHqOcKw4x1E { width:5.25rem;height:1.75rem;top:2.8125rem;left:13.75rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #M15aTGTXvz1OJzpyVFADZn2HXG9cwpHe { width:5.5625rem;height:3.5625rem;top:5.4375rem;left:6.75rem;font-size:2rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #rd3BDGSCTt4XyOzHT0q8HTTiZulSOBld { width:5.25rem;height:1.0625rem;top:10.375rem;left:7rem;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #2550aa;display:block; }
 }@media only screen and (max-width: 763px) { #kTbAfWzisMIRqMBegVCRPIu400mT9ziy { display:block; }
 }@media only screen and (max-width: 763px) { #VTQIMNp2hl8rURzAKfmKf43RdUfcr7Zo { width:1.25rem;height:1.25rem;top:8.6875rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw8WB9Nt0uDsszTkSVlZq9MTZGSnuV7T { width:1.25rem;height:1.25rem;top:8.6875rem;left:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqBPaPnCbbBfRH2IsGTu8hFUotZbSdOz { width:1.25rem;height:1.25rem;top:8.6875rem;left:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziVJ7AewLSc8phFIxHuNrGif4Kg7A3dt { width:1.25rem;height:1.25rem;top:8.75rem;left:16.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrdohHn7g51m3JmZ4KO4b0gNNLiFmFEm { width:1.25rem;height:1.25rem;top:8.75rem;left:15.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw3qsmcbQolJXsAqUFp24ryiJXt3wngw { width:5.125rem;height:3.5625rem;top:13.3125rem;left:7.0625rem;font-size:2rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #JBlmXP6ysaxTxMODFU0ns0rRTXoTyJ4h { width:1.25rem;height:1.25rem;top:16.5625rem;left:17.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKVDIwMbVGfQTL9btbhtzRkQNeF2UWwh { width:1.25rem;height:1.25rem;top:16.5rem;left:16.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD6cVDhBeMD3P6p7QybiLcTNcyqvr2TB { width:1.25rem;height:1.25rem;top:16.5rem;left:9.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co8g450ThT0306pauDx4UDTcyT9ZWIR7 { width:1.25rem;height:1.25rem;top:16.5rem;left:8.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3gb0cXgQe9WNJdT3DhbCcgPhPnPyyMi { width:1.25rem;height:1.25rem;top:16.5rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcGtcg4fB3EFemaoLsQhDeG5q1zT8cLd { width:5.25rem;height:1.0625rem;top:18.25rem;left:7.0625rem;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #2550aa;display:block; }
 }@media only screen and (max-width: 763px) { #Il6eKEf5zBcXprMeG1MQXLIToZqC7XPH { display:block; }
 }@media only screen and (max-width: 763px) { #Zr8FOymB54aELS6oRq2mBZ9T88VnATwe { width:4.5625rem;height:3.5625rem;top:5.5rem;left:14rem;font-size:2rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #f2wFinv7EZ3ZGb4aUTfFgsTJQJ2DULIH { width:1.25rem;height:1.25rem;top:8.6875rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scJQWdoEammec7duUuTV3w1n6eaBGTqI { width:1.25rem;height:1.25rem;top:8.6875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #li0meTwrn4TDxekSNNimUzwMIoWbFWzQ { width:1.25rem;height:1.25rem;top:8.75rem;left:13.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwNqXzQSqHyhTTsUxyI5geIQxAayT0OK { width:1.25rem;height:1.25rem;top:8.75rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR7lQ6CkMqwXAxpbFTysOmTluIPBsoTn { width:5.25rem;height:1.0625rem;top:10.3125rem;left:13.6875rem;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c3c3c3;display:block; }
 }@media only screen and (max-width: 763px) { #AHz1nhuD3h3PnLmJnzqkUrNCeBTQme8F { display:block; }
 }@media only screen and (max-width: 763px) { #U1wTFOLpOdiyZUkLRNim0tIXT7Adl3kC { width:1.25rem;height:1.25rem;top:8.75rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PShSQycqQZoTl7s7wgzwvcdaush2c8wO { width:4.5625rem;height:3.5625rem;top:13.375rem;left:14.125rem;font-size:2rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #pGILPbsfQg7MbVVXSrQACzP3gb3SlMHT { width:1.25rem;height:1.25rem;top:16.5rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGGq8I3vJfoDfnFpvcybf7HieQeKKDkb { width:1.25rem;height:1.25rem;top:16.5rem;left:14.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVC4DOPmtaRhns8MJ5EkDQvpIplizb13 { width:1.25rem;height:1.25rem;top:16.5rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpnWrWyhLyBtoETNMegKSiEOoLSOATcy { width:1.25rem;height:1.25rem;top:16.5rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpDRfkhzronG8Hka6wORdT3upnLb9VLz { width:1.25rem;height:1.25rem;top:16.5rem;left:15.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJLmXc4htT5IKh9cmu10wddJJHqEXUUt { width:5.25rem;height:1.0625rem;top:18.1875rem;left:13.75rem;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c3c3c3;display:block; }
 }@media only screen and (max-width: 763px) { #DhZmPTBkcHkpooWqCuFEgh17PF3UnDWT { display:block; }
 }@media only screen and (max-width: 763px) { #guOdNnuW5qCck1Bc0sJAlQdOhUBPlW1w { width:4.5625rem;height:4.5625rem;top:14.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF5Tu58aWAgxm5D7ysdR866QbLl90uq4 { display:block; }#UF5Tu58aWAgxm5D7ysdR866QbLl90uq4 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5P792RScTo63DhxcLXpWtPbOwUJSRTr { width:20rem;height:32.3125rem;top:2.6247711181641rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnucuwmq2NqQQJJfDa4FrQnGJwH977NX { width:17.625rem;height:1.4619125rem;top:18.4375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP9CU5fdRGiIaT68I5pfSpMLBbGIKNf7 { width:17.0625rem;height:7.871125rem;top:20.6875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtIttEkrtv2gpUTJcPSNNuMdy066gbhe { width:20rem;height:13.9375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtMRWep7fTH6X0D2IeIy1HmcvC3m66EF { width:16.6875rem;height:12.6875rem;top:3.25rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTkDBKTQ3TTAiT7yb12H18BH7iQA3B9a { width:15.8125rem;height:3.9375rem;top:29.060330450535rem;left:1.1870660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ81rS1eepVDZU7sSpk07W2VVom0zEkZ { display:block; }
 }@media only screen and (max-width: 763px) { #IUOxFZPIECWP0s7wtXLpPN71VSwEt4Df { display:block; }#IUOxFZPIECWP0s7wtXLpPN71VSwEt4Df > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UC9VxU8H/bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }
#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl.adaptive-delivery-prevent-bg { background-image: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { background-color: transparent; background-image: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container > .video-iframe-container { display: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row > .video-iframe-container { display: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .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); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJhrSL3BHoaG4s3ubFAqwS0Mrlm0k94i { display:block; }#TJhrSL3BHoaG4s3ubFAqwS0Mrlm0k94i > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }