.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb2ee1b0-d8f5-4144-a580-2751b85b93b4/LPimagesGeneral.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf.adaptive-delivery-prevent-bg, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyload, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyloading { background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { background-color: transparent; background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .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); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { border-width: 0; border-radius: 0; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#vcsdvqu18pH0a6cbfzRlUNBtiG2qXI8b { color:#3a3939;display:block;width:36.875rem;position:absolute;font-family:"work sans";font-size:2.3125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:17.125rem;left:3rem;height:2.312625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#l3QXox2LOgC2yFgbQdTuM9dhSVQ96M1q { background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:32.25rem;left:3rem;display:block; }
#HN4o2kXm7qHfa9TzgTlR6itcxOcF8T6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zmlMHTIUAuLuJLZUo3R0Z46lHeD0t1Lg { color:#000000;display:block;width:31.62475rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:26.125rem;left:3rem;height:4.875rem;font-style:normal;display:block; }
#iIT2P1PRDw68KmaXTHN8uNyHiQ1rV38P { color:#3a3939;display:block;width:43.125rem;position:absolute;font-family:"work sans";font-size:5.1875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:19.375rem;left:3rem;height:5.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bnoU7hOKXU2Iw38AafuryvnMs1JOg9Gv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:2.5625rem;left:3rem;overflow:hidden;display:block; }
#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fcfcfc, #eab1a8);background-image: -moz-linear-gradient(180deg, #fcfcfc, #eab1a8);background-image: -ms-linear-gradient(180deg, #fcfcfc, #eab1a8);background-image: -o-linear-gradient(180deg, #fcfcfc, #eab1a8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eab1a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eab1a8' );";background-image: linear-gradient(180deg, #fcfcfc, #eab1a8);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .row .container { background-color: transparent; background-image: none; }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .row .container > .video-iframe-container { display: none; }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .row > .video-iframe-container { display: none; }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .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); }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .row .container { border-width: 0; border-radius: 0; }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#WESDqQubTOHQkeP0Ge3retMuIQWdgDw9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:8.8745rem;top:6.25rem;left:7.0625rem;overflow:hidden;display:block; }
#W1ibq5M60UDmcff2DbdWRmJe6pVNQTaV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:8.8745rem;top:6.25rem;left:15.875rem;overflow:hidden;display:block; }
#NFMmXokdyfwJlVofwM8GwQ0EXU36eozt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:8.8745rem;top:6.25rem;left:24.75rem;overflow:hidden;display:block; }
#LPTwRBZEFLg2eWgxuBFfCpvrEMAUiGR9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:8.8745rem;top:6.25rem;left:33.5625rem;overflow:hidden;display:block; }
#ghRnniZcJGkBootlXuWAq9pCrRUQb7wy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:8.8745rem;top:6.25rem;left:42.125rem;overflow:hidden;display:block; }
#Fofv9O4WcyrL3HI84MqQsJ7wZQv3tWT3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:8.8745rem;top:6.25rem;left:50.9375rem;overflow:hidden;display:block; }
#mmVUrI6hnSytzwN6HHUATOLNVcd2AbrC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99963125rem;width:8.125rem;top:6.5rem;left:59.8125rem;overflow:hidden;display:block; }
#rN33fFHIh3BV60BGHZGoMiTyGTkMirUn { color:#000000;display:block;width:40.874625rem;position:absolute;font-family:"work sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:17.5625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eab1a8, #fcfcfc);background-image: -moz-linear-gradient(180deg, #eab1a8, #fcfcfc);background-image: -ms-linear-gradient(180deg, #eab1a8, #fcfcfc);background-image: -o-linear-gradient(180deg, #eab1a8, #fcfcfc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab1a8', endColorstr='#fcfcfc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab1a8', endColorstr='#fcfcfc' );";background-image: linear-gradient(180deg, #eab1a8, #fcfcfc);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .row .container { background-color: transparent; background-image: none; }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .row .container > .video-iframe-container { display: none; }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .row > .video-iframe-container { display: none; }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .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); }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .row .container { border-width: 0; border-radius: 0; }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { background-color: transparent; background-image: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .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); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { border-width: 0; border-radius: 0; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#R7RBoWLDeZwNDrakmagTcq0IMnMP9PXX { color:#3a3939;display:block;width:60.187375rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.697509765625rem;left:7.406005859375rem;height:18.521475rem;text-align:center;text-align-last:center;display:block; }
#ngRmiwE8noEBbF5ssi4UfdwQ6nN0R4aR { background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9995rem;height:3.624875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.311157226562rem;left:28.9990234375rem;display:block; }
#gsADttRZX0any5tnyz2wpA44M1V9MHWr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bT2hePQcvWh1SWrltm7AffZR4kVIFlrg { color:#3a3939;display:block;width:61.812125rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.93701171875rem;left:6.5924072265625rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebbeb7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { background-color: transparent; background-image: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container > .video-iframe-container { display: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container { display: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .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); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { border-width: 0; border-radius: 0; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { color:#3a3939;display:block;width:33.31175rem;position:absolute;font-family:"work sans";font-size:3.875rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:1.2744140625rem;left:20.844116210938rem;height:4.26220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jpqgl718HSNEQ51aTvKwakluTfuC025a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebbeb7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { background-color: transparent; background-image: none; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container > .video-iframe-container { display: none; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row > .video-iframe-container { display: none; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .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); }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { border-width: 0; border-radius: 0; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.638793945312rem;left:3.4375rem;height:6.9043125rem;display:block; }
#nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { box-sizing:content-box;height:19.875rem;width:21rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0.9375rem;left:1.99951171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { color:#3a3939;display:block;width:17.9375rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.22;letter-spacing:0;top:7.8948974609375rem;left:3.60107421875rem;height:3.04980625rem;display:block; }
#x9TGG5R60wyL0C30tqJsTtTwSCDHDUI6 { color:#000000;display:block;width:17.687375rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.947265625rem;left:28.65478515625rem;height:8.285125rem;display:block; }
#sNOT1Ev6sfiNLGMOWMRyIU8T59RxbGKP { box-sizing:content-box;height:19.875rem;width:21rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:0.9375rem;left:26.99951171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#u9E1HgnF5B5lLWAN3DJHqnQ4CS7FDC4u { color:#3a3939;display:block;width:17.374875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.22;letter-spacing:0;top:8.0621337890625rem;left:28.812255859375rem;height:1.5249rem;display:block; }
#ZUHcyLDHNIiUHNqsOBwdnUZi7hXL2GOM { box-sizing:content-box;height:19.75rem;width:21rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:0.9375rem;left:51.99951171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#phHlEux3QfchTu1sr62F7XqgzW0yuvIF { color:#000000;display:block;width:17.999875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.3681640625rem;left:53.90625rem;height:6.9043125rem;display:block; }
#dF1Z1QDH3QXAgmyR2X908kcabR8vwKdb { color:#3a3939;display:block;width:17.1875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.22;letter-spacing:0;top:8.0621337890625rem;left:53.90625rem;height:3.04980625rem;display:block; }
#HcGdT2HgdP1lPbVo6T4gqLVJMT8hy6y3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8120125rem;width:4.8120125rem;top:2.100830078125rem;left:35.093994140625rem;overflow:hidden;display:block; }
#JC8gPNmE6A4ugtyyR3cxpL9Op89dqKTw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.187375rem;width:5.187375rem;top:1.9134521484375rem;left:9.9053955078125rem;overflow:hidden;display:block; }
#uAnchSzPWU2dTn6mTXbwuUWbtJDmTbQS { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:2.1630859375rem;left:60.15625rem;overflow:hidden;display:block; }
#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4b741db5-1ef4-4362-923d-bbada4535449/Desktop1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz.adaptive-delivery-prevent-bg, #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz.lazyload, #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz.lazyloading { background-image: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { background-color: transparent; background-image: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .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); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { border-width: 0; border-radius: 0; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#TRH9vWuyoGftvEw6yFCyIP3T7D0HTFDC { color:#000000;display:block;width:34.56175rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.106201171875rem;left:39.937133789062rem;height:8.125rem;display:block; }
#QkuCrRJ8A5CIuOzC4Mfxa30TR0kuZm8g { background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3115rem;height:3.2495125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.23095703125rem;left:39.93701171875rem;display:block; }
#QUnxetKx5iXVdx7Qyp3o455BFoyrNL0G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xzJXTMLFQ2v8sz0mfucM0xTAOlSKmZvy { color:#3a3939;display:block;width:32.623875rem;position:absolute;font-family:"work sans";font-size:3.1875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.1866455078125rem;left:39.937133789062rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OnTaHh5r1zxQXznkReQBpXrXw89wXZ14 { color:#000000;display:block;width:31.9985625rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.9375rem;left:40.25048828125rem;height:5.52344375rem;display:block; }
#pRBT6M5t8w5VsdWKeFFLr1akaziCvkGv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:66.3125rem;display:none; }
#idvimtghFUH9zkzTl63BpZlSFcAz1rEL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row .container { background-color: transparent; background-image: none; }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row .container > .video-iframe-container { display: none; }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row > .video-iframe-container { display: none; }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .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); }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row .container { border-width: 0; border-radius: 0; }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#d92X4ORQ4wGunJ36waw0y2eef54xuePL { color:#3a3939;display:block;width:55.8745rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:1.78076171875rem;left:9.5615234375rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG { position:relative;display:block; }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG { background-color: transparent; background-image: none; }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .row .container > .video-iframe-container { display: none; }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .row > .video-iframe-container { display: none; }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .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); }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG { border-width: 0; border-radius: 0; }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NfBR7Zfz4lmkzC17TTnQ9pUJpfgf5qyL { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:11.8125rem;width:18.9375rem;top:1.75rem;left:3.0625rem;display:block; }
#SMnH9Zvtrog88zT7R2MJpFan3pBplBR2 { background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:8.875rem;left:4.75rem;display:block; }
#TN44SKVS51xsmEvST59wUp1wMTrM8OVb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VOG4kh05UiM78QeBM7vsC6hdUgcUQLak { color:#030538;display:block;width:16.9983125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:6.6875rem;left:4.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CwkSVTqdkpfZobkA0dtaJfRd6vVS3FR7 { color:#030538;display:block;width:15.436375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:4.5rem;left:4.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#DDOpsAKQZtn5RImTIREz1D6BBNlXAR8B { color:#030538;display:block;width:15.436375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:2.25rem;left:4.8125rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;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; }
#lrTDGAhpmLkld7x9stIn90ybimSgTppy { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:11.8125rem;width:18.9375rem;top:1.75rem;left:28.1875rem;display:block; }
#s0AzPONQW333VGcA5T5NFGTFaVhlLiqD { background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:8.875rem;left:29.75rem;display:block; }
#alrMGFk2H6kZz3CVciw0Hy8IMai6qprN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pw3k4L9aT3cBkxG8RvERU2T59t3fd1MW { color:#030538;display:block;width:16.9983125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:6.6875rem;left:29.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yoJXvwCQSnL2T6t9Tfrl2aLk8ttu6ZK1 { color:#030538;display:block;width:15.436375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:4.5rem;left:29.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#iJzAEKiiT4i6MrfHMFegmXyb5aaBgF2b { color:#030538;display:block;width:15.436375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:2.25rem;left:29.8125rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ImCwdyL7MzoaWIIiXcuJLOdIluTTtOea { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:11.8125rem;width:18.9375rem;top:1.75rem;left:53.0625rem;display:block; }
#PrOqSDCaOzztN5xos7PTuFLbWAEFgQDr { background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:8.875rem;left:54.75rem;display:block; }
#dsvHbTLA5ChnlBxx2zL8N6k2uXFA0k06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZqefFA46J7lBg5lKudKQndVTrlvfSxWz { color:#030538;display:block;width:16.9983125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:6.6875rem;left:54.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r67VDiMKlTlPS7gekb5Ctin6KUMO8fhX { color:#030538;display:block;width:15.4358125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:4.5rem;left:54.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#olagtcZuD688HWBwv7sGqgOXb1gf4Lmp { color:#030538;display:block;width:15.4358125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:2.25rem;left:54.8125rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Tf5DLNxlKwSMmdKiUIZiPOMc6h3XNuEv { position:relative;display:block; }#Tf5DLNxlKwSMmdKiUIZiPOMc6h3XNuEv { background-color: transparent; background-image: none; }#Tf5DLNxlKwSMmdKiUIZiPOMc6h3XNuEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf5DLNxlKwSMmdKiUIZiPOMc6h3XNuEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf5DLNxlKwSMmdKiUIZiPOMc6h3XNuEv > .row .container > .video-iframe-container { display: none; }#Tf5DLNxlKwSMmdKiUIZiPOMc6h3XNuEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf5DLNxlKwSMmdKiUIZiPOMc6h3XNuEv > .row > .video-iframe-container { display: none; }#Tf5DLNxlKwSMmdKiUIZiPOMc6h3XNuEv > .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); }#Tf5DLNxlKwSMmdKiUIZiPOMc6h3XNuEv { border-width: 0; border-radius: 0; }#Tf5DLNxlKwSMmdKiUIZiPOMc6h3XNuEv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tf5DLNxlKwSMmdKiUIZiPOMc6h3XNuEv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yAyuVHeF2ZxMrBePocO6p4QxDy8trxTJ { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:11.8125rem;width:18.9375rem;top:2.875rem;left:3rem;display:block; }
#MqX4FWWr1CJwF61lpR9CHmUVUFQ3i36h { background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:10.062255859375rem;left:4.6875rem;display:block; }
#eqImX94y4ULae7RZcQHfCBMtN8gzXMl4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lrWTdf0EML2TdrUzWOFiqTNII6iKLX1d { color:#030538;display:block;width:16.9983125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:7.8125rem;left:4.000244140625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dbJ7vAIQkm1GudPAeg4Bu7olEsT3oRXI { color:#030538;display:block;width:15.4358125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:5.625rem;left:4.781494140625rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#iWWZUikkdHuiDNm38l9oWrEFUc3RMWAw { color:#030538;display:block;width:15.4358125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:3.6875rem;left:4.781494140625rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;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; }
#T72KdZiJeKUJlg4sWf0stzETJaCTDO4T { position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:11.8125rem;width:18.9375rem;top:3rem;left:53.0625rem;display:block; }
#GKkgTCKt10rr3eA3KWdibAdCPM6uKNNo { background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:10.062255859375rem;left:54.6875rem;display:block; }
#gdvVETsNxbk5IUpdkW4Qwom8ZpTF4gL5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OVy8N4FybUG8vK8G8PKCG8wwknJ9qOo6 { color:#030538;display:block;width:16.9983125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:7.8125rem;left:54.000244140625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yLSsOXaep4P4wxvuT84JrEC5UctrTg8H { color:#030538;display:block;width:15.4358125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:5.625rem;left:54.781494140625rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#FhVCCUOqX27IOpEM9b2hhxGHxAWAsdHb { color:#030538;display:block;width:15.436375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:3.6875rem;left:54.780883789062rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;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; }
#UsNpvTGfQkWplZCAmdqJu3eILzmRUFXP { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:11.8125rem;width:18.9375rem;top:3.0625rem;left:28rem;display:block; }
#tn6rWNam3sNuLDXOhz9XqByROXTRswA5 { background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:10.062255859375rem;left:29.6875rem;display:block; }
#qbl9P5QdbGcChyz7DpPmLvIfCtwOOHGn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m8PHsRSk3pnC75sy2z0XsTc48RNusmAZ { color:#030538;display:block;width:16.9983125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:7.843017578125rem;left:29.000244140625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n8fUFvP6VDEflBT4K1eRsdCBnPfvLSRK { color:#030538;display:block;width:15.4358125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:5.606689453125rem;left:29.781494140625rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#FDWMnznh3cUA4J18EMuohLTtU8tfumyZ { color:#030538;display:block;width:15.436375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:3.6875rem;left:29.780883789062rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;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; }
#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebbeb7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { background-color: transparent; background-image: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container > .video-iframe-container { display: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container { display: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .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); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { border-width: 0; border-radius: 0; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#FNmVkulWcERfuGT4tpF4n8DzInnwL8Qo { color:#3a3939;display:block;width:32rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.3746337890625rem;left:1.7498779296875rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iFE0cNiB6wVMazKSeox9hho84ay68Bfr { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.6875rem;left:1.75rem;height:9.666rem;text-align:left;text-align-last:left;display:block; }
#TJbaAUoNmbEiiH7ExEkNUP9M3OgGhk8h { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.6875rem;width:40.4375rem;top:5.25rem;left:34.5625rem;display:block; }
#BI8F5RLM7cOgKORFUBpl0TPC0Fw9vsQ5 { color:#3a3939;display:block;width:29.875rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:13.875rem;left:1.75rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hO41f9uFTHWFbTxatevo6TDaWnd40VIn { background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.624875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27.936401367188rem;left:6.37451171875rem;display:block; }
#iLZN1bFWoBvhSJgNyerJAWCizI5tzNLO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { background-color: transparent; background-image: none; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container > .video-iframe-container { display: none; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row > .video-iframe-container { display: none; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .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); }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { border-width: 0; border-radius: 0; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:75rem;position:relative;display:block; }#GNMrZq5pvAGu8wd4lUqqJ7HkT0PDLBbd { color:#3a3939;display:block;width:19.5rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.115234375rem;left:42.0625rem;height:4.142575rem;display:block; }
#WcDduMrwrtT4n3MNMOJCcaFyvgqsqBDN { color:#fca248;display:block;width:12.4375rem;position:absolute;font-family:"work sans";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.1875rem;left:21.3125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f2T6xtZvir5RN4R9SdhpIdpgLEObos3J { color:#3a3939;display:block;width:12.8125rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.4375rem;left:21rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#SAoKdQzROJVeD9weTWsu35yX4BTTRXUh { box-sizing:content-box;height:8.3125rem;width:15.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:11.81201171875rem;left:19.84375rem;border-top:0.125rem solid #3a3939;border-left:0.125rem solid #3a3939;border-right:0.125rem solid #3a3939;border-bottom:0.125rem solid #3a3939;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#o7RG77BREy13dTcplF1sU90du84oONrF { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15007;background-color:#3a3939;background-image:none;top:16.1240234375rem;left:35.34375rem;display:block; }
#Z1xcHBGyqJXbGNsGe03F42aaLtiSvqF5 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#3a3939;background-image:none;top:15.9052734375rem;left:40.40625rem;display:block; }
#BN1GIHZaIMiPmaeUBNsQvpZQIaAZ9LCq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:12.5rem;top:19.3125rem;left:6.0625rem;overflow:hidden;display:block; }
#fqZIaGwz0CcB0i1KcMn7qla7k8Kw5uaW { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.5rem;left:21.75rem;height:4.0625rem;display:block; }
#dZpcwHg3sZLC0T4IF2BdW4lMl2rqW6Uy { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#3a3939;background-image:none;top:31.3125rem;left:20.125rem;display:block; }
#UdycH9Jl4UU11M9VkSFvAbk4uqVnQxKM { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15010;background-color:#3a3939;background-image:none;top:31.5rem;left:15.0625rem;display:block; }
#SRhfkwWMth3m9KFIgVwSmdiLeacwrlQ0 { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:32.875rem;left:21.75rem;height:1.4624rem;display:block; }
#TQZBeiculisaMCAVdzLOdNEpkxIl6LQa { color:#3a3939;display:block;width:16.75rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.875rem;left:21.75rem;height:2.9248rem;display:block; }
#VTS7He9hfMFew2RvW3WWV672JFkUvThq { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:35.5rem;left:21.75rem;height:4.0625rem;display:block; }
#fA25o0bUmDohmARu25fLpqEP5zZF3RgI { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#3a3939;background-image:none;top:37.3125rem;left:20.125rem;display:block; }
#gMTo7sVBG9g7zLqZoMvl9GaakOPXwpOA { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15014;background-color:#3a3939;background-image:none;top:37.5rem;left:15.0625rem;display:block; }
#gQDTWRTUNn5UTp1OM0OUFZn4eKXLWer5 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:13.4375rem;top:20.375rem;left:40.75rem;overflow:hidden;display:block; }
#F5uvlySxQUovEh7789r6nEAqbV8cbS4N { color:#3a3939;display:block;width:10rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:32.0625rem;left:57rem;height:2.9248rem;display:block; }
#zwBKxlJ0Ao2AxyAApWcTvfdaTilStKZ9 { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:28.6875rem;left:57rem;height:4.0625rem;display:block; }
#JptRFHpb6sdh5nCFCQn6WEVMPIchygTF { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:26.0625rem;left:57rem;height:1.4624rem;display:block; }
#inIpXZkWM2mw8bvPIZht2cy4IUfkAo0t { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#3a3939;background-image:none;top:30.5rem;left:55.375rem;display:block; }
#g3c8uSRT5DND19UIcIeQc6sXaeReruAV { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15022;background-color:#3a3939;background-image:none;top:30.6875rem;left:50.3125rem;display:block; }
#fiplbVO67hzXZVKniEckOxZHCXTDoiD6 { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.6875rem;left:57rem;height:4.0625rem;display:block; }
#ykbVLB9TWIFusG3fJmCy4OmmHqgIv3k2 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#3a3939;background-image:none;top:25.75rem;left:55.375rem;display:block; }
#SnOPC1MeRTsJyTOb0Hd3X2DD55dGSwTk { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15018;background-color:#3a3939;background-image:none;top:25.9375rem;left:50.3125rem;display:block; }
#cSna0EFHAGVPbAqmHbhiAOEw2R8i8yRA { color:#fca248;display:block;width:15.625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.076171875rem;left:21.749877929688rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#kvKdgs84HceML0acrtV1MH5pRtB7kMpg { color:#fca248;display:block;width:15.625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.2880859375rem;left:57rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#tEvlUxELDcE1lLTZoGO1CUkhCGagOZiS { background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.437rem;height:3.6245125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:56.4990234375rem;left:23.40625rem;display:block; }
#K0aHnOEny6CpO3NuSVZFiTImqFIQPBob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gFy2GkN9B7hw72HAefmI2opGhFXRtwlI { color:#000000;display:block;width:50.68725rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:44.249267578125rem;left:12.15576171875rem;height:11.04688125rem;text-align:center;text-align-last:center;display:block; }
#PHGJFs1WD1gA6aBJ6k2Ga4vX4HLqiZ9f { color:#fca248;display:block;width:55.124rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:4.0693359375rem;left:12.15576171875rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { background-color: transparent; background-image: none; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container > .video-iframe-container { display: none; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row > .video-iframe-container { display: none; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .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); }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { border-width: 0; border-radius: 0; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#lKRFLPTfQuwzokxSmCJna1elxq7W6r2O { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.25rem;left:2.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eNygiP4FdSf4v834oHC4gK4VhxrZVREb { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10rem;left:2.4375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zAkS8ll8CTTkW2qxyWZ4F67AAudfquAT { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20.75rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D1iiNTvLFkuROBNyz0nWJXFDTP50vbaV { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.25rem;left:21.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KIXJWe8sTGC8cOs7zJyetCKXf7f7OXdW { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:40rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XPI8rLMXWmPlryyDDtaPGA8gflu4k6PV { color:#3a3939;display:block;width:13.687125rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:7.62451171875rem;left:40.029907226562rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zeqmLy1xOwVqMrnEzcRP0qFOTMSH67HO { color:#000000;display:block;width:13.687125rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.562255859375rem;left:58.781127929688rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bkyNatHCkuc8JM3VUgTQaSiRhcfW94JF { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.25rem;left:58.6875rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#roR98euE7kutydWRnNQZJzybKtfsNgiD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.5rem;left:7.1875rem; }
#STItz3ywlASGqBnMqTKbkNBf4iQdchzw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.5rem;left:25.9375rem; }
#xuZVIiaTbptaTNrrmtMuVlLKTGW4gazw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.5rem;left:44.6875rem; }
#CptAFlCXuPCAlCeDtxaF5c6H9yg1fSIs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.5rem;left:63.4375rem; }
#OnzoM0TCHKy46n8NUodP5GTdTom38snx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OnzoM0TCHKy46n8NUodP5GTdTom38snx > .row .container { background-color: transparent; background-image: none; }#OnzoM0TCHKy46n8NUodP5GTdTom38snx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnzoM0TCHKy46n8NUodP5GTdTom38snx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnzoM0TCHKy46n8NUodP5GTdTom38snx > .row .container > .video-iframe-container { display: none; }#OnzoM0TCHKy46n8NUodP5GTdTom38snx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnzoM0TCHKy46n8NUodP5GTdTom38snx > .row > .video-iframe-container { display: none; }#OnzoM0TCHKy46n8NUodP5GTdTom38snx > .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); }#OnzoM0TCHKy46n8NUodP5GTdTom38snx > .row .container { border-width: 0; border-radius: 0; }#OnzoM0TCHKy46n8NUodP5GTdTom38snx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OnzoM0TCHKy46n8NUodP5GTdTom38snx > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#nBnirJ2Ttxd17BQsIzxFueMxkWXtdr09 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:2.9375rem;left:2.375rem;overflow:hidden;display:block; }
#Dbu11F6CoZDeEfKXSD3IeSNMsswZfh2T { color:#001342;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:49.25rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#BgOLouVT4fyH00eyEcJiGBN0mCr1inDv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.9375rem;left:10.625rem; }
#BgOLouVT4fyH00eyEcJiGBN0mCr1inDv > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#ohEp1PvXr3H6novpvlCGyMbxkWsrMqT9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.9375rem;left:14.125rem; }
#ohEp1PvXr3H6novpvlCGyMbxkWsrMqT9 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#CeOGdJLlvzuGeL3R3l3dAO5JxN6dTKrh { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FdEmT5wPTfHeLziaiTwbT2BbXbeLM8iX { box-sizing:content-box;height:1.25rem;width:0.124511875rem;position:absolute;display:block;z-index:15020;background-color:#001342;background-image:none;top:4.412841796875rem;left:55.203857421875rem;display:block; }
#Tg8B56BLKQw8UfBTtPDoaPMRO1kd5F2w { box-sizing:content-box;height:1.25rem;width:0.124511875rem;position:absolute;display:block;z-index:15021;background-color:#001342;background-image:none;top:4.412841796875rem;left:63.749389648438rem;display:block; }
#Vs6kbsIwPDVdwrCqUWdZKaNKFl8mG5kq { color:#001342;display:block;width:11.749875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.364013671875rem;left:44.186401367188rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#I6ZyxgM2XIWlK4DiVkM6Bk3p1gfE9TPM { color:#001342;display:block;width:8.49975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.3878173828125rem;left:55.289306640625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EwGA2UEn6sKPd6z4XAgc1GTg48O5GGMr { color:#001342;display:block;width:9.4995rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.364013671875rem;left:63.749389648438rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mX1o19dvU3SarPmDybkioWpQKguaSfrf { display:block; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcsdvqu18pH0a6cbfzRlUNBtiG2qXI8b { top:17.125rem;left:0rem;width:36.875rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3QXox2LOgC2yFgbQdTuM9dhSVQ96M1q { width:19.6875rem;height:3.75rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN4o2kXm7qHfa9TzgTlR6itcxOcF8T6z { display:block; }
 }@media only screen and (max-width: 763px) { #zmlMHTIUAuLuJLZUo3R0Z46lHeD0t1Lg { top:26.125rem;left:0rem;width:31.5625rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIT2P1PRDw68KmaXTHN8uNyHiQ1rV38P { top:19.375rem;left:0rem;width:43.125rem;height:5.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnoU7hOKXU2Iw38AafuryvnMs1JOg9Gv { top:2.5625rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu { display:block; }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WESDqQubTOHQkeP0Ge3retMuIQWdgDw9 { top:6.25rem;left:0rem;width:8.8125rem;height:4.4062624133705rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ibq5M60UDmcff2DbdWRmJe6pVNQTaV { top:6.25rem;left:2.25rem;width:8.8125rem;height:4.4062624133705rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFMmXokdyfwJlVofwM8GwQ0EXU36eozt { top:6.25rem;left:11.125rem;width:8.8125rem;height:4.4062624133705rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPTwRBZEFLg2eWgxuBFfCpvrEMAUiGR9 { top:6.25rem;left:19.9375rem;width:8.8125rem;height:4.4062624133705rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghRnniZcJGkBootlXuWAq9pCrRUQb7wy { top:6.25rem;left:28.5rem;width:8.8125rem;height:4.4062624133705rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fofv9O4WcyrL3HI84MqQsJ7wZQv3tWT3 { top:6.25rem;left:37.3125rem;width:8.8125rem;height:4.4062624133705rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmVUrI6hnSytzwN6HHUATOLNVcd2AbrC { top:6.5rem;left:39.625rem;width:8.125rem;height:3.9995125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN33fFHIh3BV60BGHZGoMiTyGTkMirUn { top:2.3125rem;left:3.9375rem;width:40.8125rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy17IFsdFUELvG5E7OnbgTodp2VUFmcc { display:block; }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7RBoWLDeZwNDrakmagTcq0IMnMP9PXX { top:8.6875rem;left:0rem;width:47.75rem;height:18.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngRmiwE8noEBbF5ssi4UfdwQ6nN0R4aR { width:16.9375rem;height:3.5625rem;top:28.25rem;left:15.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsADttRZX0any5tnyz2wpA44M1V9MHWr { display:block; }
 }@media only screen and (max-width: 763px) { #bT2hePQcvWh1SWrltm7AffZR4kVIFlrg { top:2.875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { display:block; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { top:1.25rem;left:7.2191162109375rem;width:33.25rem;height:4.25rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpqgl718HSNEQ51aTvKwakluTfuC025a { display:block; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { top:11.625rem;left:0rem;width:18.4375rem;height:8.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { top:0.9375rem;left:0rem;width:21rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { top:7.875rem;left:0rem;width:17.9375rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9TGG5R60wyL0C30tqJsTtTwSCDHDUI6 { top:10.9375rem;left:14.0625rem;width:17.625rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNOT1Ev6sfiNLGMOWMRyIU8T59RxbGKP { top:0.9375rem;left:10.75rem;width:21rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9E1HgnF5B5lLWAN3DJHqnQ4CS7FDC4u { top:8rem;left:14.4375rem;width:17.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUHcyLDHNIiUHNqsOBwdnUZi7hXL2GOM { top:0.9375rem;left:26.625rem;width:21rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #phHlEux3QfchTu1sr62F7XqgzW0yuvIF { top:12.3125rem;left:29.625rem;width:17.9375rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF1Z1QDH3QXAgmyR2X908kcabR8vwKdb { top:8rem;left:30.4375rem;width:17.1875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcGdT2HgdP1lPbVo6T4gqLVJMT8hy6y3 { top:2.0625rem;left:21.406494140625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC8gPNmE6A4ugtyyR3cxpL9Op89dqKTw { top:1.875rem;left:5.3428955078125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAnchSzPWU2dTn6mTXbwuUWbtJDmTbQS { top:2.125rem;left:37.34375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz { display:block; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRH9vWuyoGftvEw6yFCyIP3T7D0HTFDC { top:10.0625rem;left:13.25rem;width:34.5rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkuCrRJ8A5CIuOzC4Mfxa30TR0kuZm8g { width:24.25rem;height:3.1875rem;top:18.1875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUnxetKx5iXVdx7Qyp3o455BFoyrNL0G { display:block; }
 }@media only screen and (max-width: 763px) { #xzJXTMLFQ2v8sz0mfucM0xTAOlSKmZvy { top:3.125rem;left:15.1875rem;width:32.5625rem;height:6.3125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnTaHh5r1zxQXznkReQBpXrXw89wXZ14 { top:24.9375rem;left:15.8125rem;width:31.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRBT6M5t8w5VsdWKeFFLr1akaziCvkGv { width:47.75rem;height:36rem;display:none; }
 }@media only screen and (max-width: 763px) { #idvimtghFUH9zkzTl63BpZlSFcAz1rEL { display:block; }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d92X4ORQ4wGunJ36waw0y2eef54xuePL { top:1.75rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG { display:block; }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfBR7Zfz4lmkzC17TTnQ9pUJpfgf5qyL { width:18.875rem;height:11.75rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMnH9Zvtrog88zT7R2MJpFan3pBplBR2 { width:15.625rem;height:3.4375rem;top:8.875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN44SKVS51xsmEvST59wUp1wMTrM8OVb { display:block; }
 }@media only screen and (max-width: 763px) { #VOG4kh05UiM78QeBM7vsC6hdUgcUQLak { width:16.9375rem;height:1.875rem;top:6.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwkSVTqdkpfZobkA0dtaJfRd6vVS3FR7 { top:4.5rem;left:0.25rem;width:15.375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDOpsAKQZtn5RImTIREz1D6BBNlXAR8B { top:2.25rem;left:0.25rem;width:15.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrTDGAhpmLkld7x9stIn90ybimSgTppy { width:18.875rem;height:11.75rem;top:1.75rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0AzPONQW333VGcA5T5NFGTFaVhlLiqD { width:15.625rem;height:3.4375rem;top:8.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alrMGFk2H6kZz3CVciw0Hy8IMai6qprN { display:block; }
 }@media only screen and (max-width: 763px) { #pw3k4L9aT3cBkxG8RvERU2T59t3fd1MW { width:16.9375rem;height:1.875rem;top:6.6875rem;left:14.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoJXvwCQSnL2T6t9Tfrl2aLk8ttu6ZK1 { top:4.5rem;left:16.125rem;width:15.375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJzAEKiiT4i6MrfHMFegmXyb5aaBgF2b { top:2.25rem;left:16.125rem;width:15.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImCwdyL7MzoaWIIiXcuJLOdIluTTtOea { width:18.875rem;height:11.75rem;top:1.75rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrOqSDCaOzztN5xos7PTuFLbWAEFgQDr { width:15.625rem;height:3.4375rem;top:8.875rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsvHbTLA5ChnlBxx2zL8N6k2uXFA0k06 { display:block; }
 }@media only screen and (max-width: 763px) { #ZqefFA46J7lBg5lKudKQndVTrlvfSxWz { width:16.9375rem;height:1.875rem;top:6.6875rem;left:30.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r67VDiMKlTlPS7gekb5Ctin6KUMO8fhX { top:4.5rem;left:32rem;width:15.375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #olagtcZuD688HWBwv7sGqgOXb1gf4Lmp { top:2.25rem;left:32rem;width:15.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf5DLNxlKwSMmdKiUIZiPOMc6h3XNuEv { display:block; }#Tf5DLNxlKwSMmdKiUIZiPOMc6h3XNuEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAyuVHeF2ZxMrBePocO6p4QxDy8trxTJ { width:18.875rem;height:11.75rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqX4FWWr1CJwF61lpR9CHmUVUFQ3i36h { width:15.625rem;height:3.4375rem;top:10rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqImX94y4ULae7RZcQHfCBMtN8gzXMl4 { display:block; }
 }@media only screen and (max-width: 763px) { #lrWTdf0EML2TdrUzWOFiqTNII6iKLX1d { width:16.9375rem;height:1.875rem;top:7.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbJ7vAIQkm1GudPAeg4Bu7olEsT3oRXI { top:5.625rem;left:0.21875rem;width:15.375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWWZUikkdHuiDNm38l9oWrEFUc3RMWAw { top:3.6875rem;left:0.25rem;width:15.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T72KdZiJeKUJlg4sWf0stzETJaCTDO4T { width:18.875rem;height:11.75rem;top:3rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKkgTCKt10rr3eA3KWdibAdCPM6uKNNo { width:15.625rem;height:3.4375rem;top:10rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdvVETsNxbk5IUpdkW4Qwom8ZpTF4gL5 { display:block; }
 }@media only screen and (max-width: 763px) { #OVy8N4FybUG8vK8G8PKCG8wwknJ9qOo6 { width:16.9375rem;height:1.875rem;top:7.8125rem;left:30.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLSsOXaep4P4wxvuT84JrEC5UctrTg8H { top:5.625rem;left:31.96875rem;width:15.375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhVCCUOqX27IOpEM9b2hhxGHxAWAsdHb { top:3.6875rem;left:31.9375rem;width:15.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsNpvTGfQkWplZCAmdqJu3eILzmRUFXP { width:18.875rem;height:11.75rem;top:3.0625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn6rWNam3sNuLDXOhz9XqByROXTRswA5 { width:15.625rem;height:3.4375rem;top:10rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbl9P5QdbGcChyz7DpPmLvIfCtwOOHGn { display:block; }
 }@media only screen and (max-width: 763px) { #m8PHsRSk3pnC75sy2z0XsTc48RNusmAZ { width:16.9375rem;height:1.875rem;top:7.8125rem;left:14.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8fUFvP6VDEflBT4K1eRsdCBnPfvLSRK { top:5.5625rem;left:16.09375rem;width:15.375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDWMnznh3cUA4J18EMuohLTtU8tfumyZ { top:3.6875rem;left:16.0625rem;width:15.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv { display:block; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNmVkulWcERfuGT4tpF4n8DzInnwL8Qo { top:3.3125rem;left:0rem;width:32rem;height:9.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFE0cNiB6wVMazKSeox9hho84ay68Bfr { top:16.625rem;left:0rem;width:29.75rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJbaAUoNmbEiiH7ExEkNUP9M3OgGhk8h { top:5.25rem;left:7.3125rem;width:40.4375rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI8F5RLM7cOgKORFUBpl0TPC0Fw9vsQ5 { top:13.8125rem;left:0rem;width:29.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO41f9uFTHWFbTxatevo6TDaWnd40VIn { width:18.125rem;height:3.5625rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLZN1bFWoBvhSJgNyerJAWCizI5tzNLO { display:block; }
 }@media only screen and (max-width: 763px) { #uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE { display:block; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNMrZq5pvAGu8wd4lUqqJ7HkT0PDLBbd { top:14.0625rem;left:28.25rem;width:19.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcDduMrwrtT4n3MNMOJCcaFyvgqsqBDN { top:12.1875rem;left:7.6875rem;width:12.4375rem;height:4.875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2T6xtZvir5RN4R9SdhpIdpgLEObos3J { top:16.4375rem;left:7.375rem;width:12.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAoKdQzROJVeD9weTWsu35yX4BTTRXUh { top:11.75rem;left:6.21875rem;width:15.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7RG77BREy13dTcplF1sU90du84oONrF { top:16.0625rem;left:21.71875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1xcHBGyqJXbGNsGe03F42aaLtiSvqF5 { top:15.875rem;left:26.78125rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN1GIHZaIMiPmaeUBNsQvpZQIaAZ9LCq { top:19.3125rem;left:0rem;width:12.5rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqZIaGwz0CcB0i1KcMn7qla7k8Kw5uaW { top:29.5rem;left:8.125rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZpcwHg3sZLC0T4IF2BdW4lMl2rqW6Uy { top:31.3125rem;left:6.5rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdycH9Jl4UU11M9VkSFvAbk4uqVnQxKM { top:31.5rem;left:1.4375rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRhfkwWMth3m9KFIgVwSmdiLeacwrlQ0 { top:32.875rem;left:8.125rem;width:18rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQZBeiculisaMCAVdzLOdNEpkxIl6LQa { top:38.875rem;left:8.125rem;width:16.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTS7He9hfMFew2RvW3WWV672JFkUvThq { top:35.5rem;left:8.125rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA25o0bUmDohmARu25fLpqEP5zZF3RgI { top:37.3125rem;left:6.5rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMTo7sVBG9g7zLqZoMvl9GaakOPXwpOA { top:37.5rem;left:1.4375rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQDTWRTUNn5UTp1OM0OUFZn4eKXLWer5 { top:20.375rem;left:27.125rem;width:13.4375rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5uvlySxQUovEh7789r6nEAqbV8cbS4N { top:32.0625rem;left:37.75rem;width:10rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwBKxlJ0Ao2AxyAApWcTvfdaTilStKZ9 { top:28.6875rem;left:29.75rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JptRFHpb6sdh5nCFCQn6WEVMPIchygTF { top:26.0625rem;left:29.75rem;width:18rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inIpXZkWM2mw8bvPIZht2cy4IUfkAo0t { top:30.5rem;left:41.75rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3c8uSRT5DND19UIcIeQc6sXaeReruAV { top:30.6875rem;left:36.6875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiplbVO67hzXZVKniEckOxZHCXTDoiD6 { top:22.6875rem;left:29.75rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykbVLB9TWIFusG3fJmCy4OmmHqgIv3k2 { top:25.75rem;left:41.75rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnOPC1MeRTsJyTOb0Hd3X2DD55dGSwTk { top:25.9375rem;left:36.6875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSna0EFHAGVPbAqmHbhiAOEw2R8i8yRA { top:28.0625rem;left:8.12451171875rem;width:15.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvKdgs84HceML0acrtV1MH5pRtB7kMpg { top:21.25rem;left:32.125rem;width:15.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEvlUxELDcE1lLTZoGO1CUkhCGagOZiS { width:29.375rem;height:3.5625rem;top:56.4375rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0aHnOEny6CpO3NuSVZFiTImqFIQPBob { display:block; }
 }@media only screen and (max-width: 763px) { #gFy2GkN9B7hw72HAefmI2opGhFXRtwlI { top:44.1875rem;left:0rem;width:47.75rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHGJFs1WD1gA6aBJ6k2Ga4vX4HLqiZ9f { top:4.0625rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz { display:block; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKRFLPTfQuwzokxSmCJna1elxq7W6r2O { top:7.1875rem;left:0rem;width:13.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNygiP4FdSf4v834oHC4gK4VhxrZVREb { top:10rem;left:0rem;width:13.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAkS8ll8CTTkW2qxyWZ4F67AAudfquAT { top:9.6875rem;left:9.3125rem;width:14.5625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1iiNTvLFkuROBNyz0nWJXFDTP50vbaV { top:7.1875rem;left:10.25rem;width:13.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIXJWe8sTGC8cOs7zJyetCKXf7f7OXdW { top:10.9375rem;left:22.1875rem;width:13.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPI8rLMXWmPlryyDDtaPGA8gflu4k6PV { top:7.5625rem;left:22.1875rem;width:13.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeqmLy1xOwVqMrnEzcRP0qFOTMSH67HO { top:12.5rem;left:34.125rem;width:13.625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkyNatHCkuc8JM3VUgTQaSiRhcfW94JF { top:7.1875rem;left:34.125rem;width:13.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #roR98euE7kutydWRnNQZJzybKtfsNgiD { top:2.5rem;left:3.78125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STItz3ywlASGqBnMqTKbkNBf4iQdchzw { top:2.5rem;left:15.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuZVIiaTbptaTNrrmtMuVlLKTGW4gazw { top:2.5rem;left:27.65625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CptAFlCXuPCAlCeDtxaF5c6H9yg1fSIs { top:2.5rem;left:39.59375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnzoM0TCHKy46n8NUodP5GTdTom38snx { display:block; }#OnzoM0TCHKy46n8NUodP5GTdTom38snx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBnirJ2Ttxd17BQsIzxFueMxkWXtdr09 { top:2.9375rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbu11F6CoZDeEfKXSD3IeSNMsswZfh2T { top:2.625rem;left:24.125rem;width:23.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgOLouVT4fyH00eyEcJiGBN0mCr1inDv { top:2.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#BgOLouVT4fyH00eyEcJiGBN0mCr1inDv > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #ohEp1PvXr3H6novpvlCGyMbxkWsrMqT9 { top:2.9375rem;left:0.5rem;width:2.625rem;height:2.625rem;display:block; }
#ohEp1PvXr3H6novpvlCGyMbxkWsrMqT9 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #CeOGdJLlvzuGeL3R3l3dAO5JxN6dTKrh { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #FdEmT5wPTfHeLziaiTwbT2BbXbeLM8iX { top:4.375rem;left:41.578857421875rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg8B56BLKQw8UfBTtPDoaPMRO1kd5F2w { top:4.375rem;left:47.625rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs6kbsIwPDVdwrCqUWdZKaNKFl8mG5kq { top:4.3125rem;left:30.561401367188rem;width:11.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6ZyxgM2XIWlK4DiVkM6Bk3p1gfE9TPM { top:4.375rem;left:39.3125rem;width:8.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwGA2UEn6sKPd6z4XAgc1GTg48O5GGMr { top:4.3125rem;left:38.25rem;width:9.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #mX1o19dvU3SarPmDybkioWpQKguaSfrf { background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/4cfb9a63-9d39-4858-b3ee-75bcf3b981d7/LPimagesGeneral1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf.adaptive-delivery-prevent-bg, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyload, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyloading { background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { background-color: transparent; background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .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); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcsdvqu18pH0a6cbfzRlUNBtiG2qXI8b { width:14.43725rem;height:1.062625rem;top:16.625rem;left:2.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3QXox2LOgC2yFgbQdTuM9dhSVQ96M1q { width:11.31225rem;height:2.999875rem;top:23.6875rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN4o2kXm7qHfa9TzgTlR6itcxOcF8T6z { display:block; }
 }@media only screen and (max-width: 763px) { #zmlMHTIUAuLuJLZUo3R0Z46lHeD0t1Lg { width:20rem;height:3.65625rem;top:20.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iIT2P1PRDw68KmaXTHN8uNyHiQ1rV38P { width:20rem;height:2.312625rem;top:17.6875rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bnoU7hOKXU2Iw38AafuryvnMs1JOg9Gv { width:4.1870125rem;height:1.49963125rem;top:1.6229248046875rem;left:0.9075927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f2f1f1, #eab1a8);background-image: -moz-linear-gradient(180deg, #f2f1f1, #eab1a8);background-image: -ms-linear-gradient(180deg, #f2f1f1, #eab1a8);background-image: -o-linear-gradient(180deg, #f2f1f1, #eab1a8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f1', endColorstr='#eab1a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f1', endColorstr='#eab1a8' );";background-image: linear-gradient(180deg, #f2f1f1, #eab1a8);background-size:auto !important;display:block; }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .row .container { background-color: transparent; background-image: none; }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .row .container > .video-iframe-container { display: none; }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .row > .video-iframe-container { display: none; }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .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); }#ixr8sPn4BakgiJEXHWOKJwWLCCmdZCDu > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WESDqQubTOHQkeP0Ge3retMuIQWdgDw9 { width:3.875rem;height:1.8125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ibq5M60UDmcff2DbdWRmJe6pVNQTaV { width:4.1875rem;height:2rem;top:5.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFMmXokdyfwJlVofwM8GwQ0EXU36eozt { width:4.25rem;height:2rem;top:5.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPTwRBZEFLg2eWgxuBFfCpvrEMAUiGR9 { width:4.3125rem;height:2.0625rem;top:5.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghRnniZcJGkBootlXuWAq9pCrRUQb7wy { width:4.3125rem;height:2.0625rem;top:5.0625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fofv9O4WcyrL3HI84MqQsJ7wZQv3tWT3 { width:3.625rem;height:1.75rem;top:5.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmVUrI6hnSytzwN6HHUATOLNVcd2AbrC { width:5.4375rem;height:2.625rem;top:6.4375rem;left:13.68310546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rN33fFHIh3BV60BGHZGoMiTyGTkMirUn { width:17rem;height:2.923825rem;top:1.2578125rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy17IFsdFUELvG5E7OnbgTodp2VUFmcc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eab1a8, #f2f1f1);background-image: -moz-linear-gradient(180deg, #eab1a8, #f2f1f1);background-image: -ms-linear-gradient(180deg, #eab1a8, #f2f1f1);background-image: -o-linear-gradient(180deg, #eab1a8, #f2f1f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab1a8', endColorstr='#f2f1f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab1a8', endColorstr='#f2f1f1' );";background-image: linear-gradient(180deg, #eab1a8, #f2f1f1);background-size:auto !important;display:block; }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .row .container { background-color: transparent; background-image: none; }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .row .container > .video-iframe-container { display: none; }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .row > .video-iframe-container { display: none; }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .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); }#xy17IFsdFUELvG5E7OnbgTodp2VUFmcc > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7RBoWLDeZwNDrakmagTcq0IMnMP9PXX { width:20rem;height:25.9961rem;top:6.8740234375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ngRmiwE8noEBbF5ssi4UfdwQ6nN0R4aR { width:13.125rem;height:2.9995125rem;top:34.2490234375rem;left:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsADttRZX0any5tnyz2wpA44M1V9MHWr { display:block; }
 }@media only screen and (max-width: 763px) { #bT2hePQcvWh1SWrltm7AffZR4kVIFlrg { width:16.625rem;height:3.4375rem;top:2.25rem;left:1.6875rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { display:block; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { width:20rem;height:4.6875015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { width:20rem;height:2.95605625rem;top:1.7315673828125rem;left:0rem;font-size:2.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jpqgl718HSNEQ51aTvKwakluTfuC025a { display:block; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { width:18rem;height:6.499rem;top:10.5rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { width:20rem;height:16.875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { width:14.4375rem;height:3.04980625rem;top:6.75rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9TGG5R60wyL0C30tqJsTtTwSCDHDUI6 { width:18rem;height:7.7988125rem;top:26.9375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNOT1Ev6sfiNLGMOWMRyIU8T59RxbGKP { width:20rem;height:16.875rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9E1HgnF5B5lLWAN3DJHqnQ4CS7FDC4u { width:17.375rem;height:1.5249rem;top:24.6875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUHcyLDHNIiUHNqsOBwdnUZi7hXL2GOM { width:20rem;height:16.875rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phHlEux3QfchTu1sr62F7XqgzW0yuvIF { width:18rem;height:6.499rem;top:46.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF1Z1QDH3QXAgmyR2X908kcabR8vwKdb { width:14.4375rem;height:3.04980625rem;top:42.9375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcGdT2HgdP1lPbVo6T4gqLVJMT8hy6y3 { width:3.5620125rem;height:3.5620125rem;top:20.607299804688rem;left:8.218994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC8gPNmE6A4ugtyyR3cxpL9Op89dqKTw { width:3.99963125rem;height:3.99963125rem;top:2.789306640625rem;left:7.999267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAnchSzPWU2dTn6mTXbwuUWbtJDmTbQS { width:3.5620125rem;height:3.5620125rem;top:38.834838867188rem;left:8.218994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz { background-color:#ffffff;background-image:none;display:block; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { background-color: transparent; background-image: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .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); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRH9vWuyoGftvEw6yFCyIP3T7D0HTFDC { width:20rem;height:6.49903125rem;top:22.085571289062rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QkuCrRJ8A5CIuOzC4Mfxa30TR0kuZm8g { width:19.0625rem;height:2.5rem;top:28.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUnxetKx5iXVdx7Qyp3o455BFoyrNL0G { display:block; }
 }@media only screen and (max-width: 763px) { #xzJXTMLFQ2v8sz0mfucM0xTAOlSKmZvy { width:20rem;height:4.3994125rem;top:17.686767578125rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OnTaHh5r1zxQXznkReQBpXrXw89wXZ14 { width:16.875rem;height:9.66601875rem;top:32.9375rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRBT6M5t8w5VsdWKeFFLr1akaziCvkGv { top:1.8125rem;left:0rem;width:20rem;height:15.0625rem;z-index:15008;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #idvimtghFUH9zkzTl63BpZlSFcAz1rEL { display:block; }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d92X4ORQ4wGunJ36waw0y2eef54xuePL { width:20rem;height:2.19970625rem;top:1.400390625rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG { display:block; }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfBR7Zfz4lmkzC17TTnQ9pUJpfgf5qyL { width:18.9375rem;height:12.375rem;top:1rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMnH9Zvtrog88zT7R2MJpFan3pBplBR2 { width:15.625rem;height:3.4375rem;top:8.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN44SKVS51xsmEvST59wUp1wMTrM8OVb { display:block; }
 }@media only screen and (max-width: 763px) { #VOG4kh05UiM78QeBM7vsC6hdUgcUQLak { width:16.9995rem;height:1.96875rem;top:5.5625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwkSVTqdkpfZobkA0dtaJfRd6vVS3FR7 { width:15.437rem;height:1.875rem;top:3.75rem;left:2.25rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DDOpsAKQZtn5RImTIREz1D6BBNlXAR8B { width:15.374125rem;height:1.875rem;top:1.875rem;left:2.3125rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lrTDGAhpmLkld7x9stIn90ybimSgTppy { width:18.937375rem;height:12.374875rem;top:14.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0AzPONQW333VGcA5T5NFGTFaVhlLiqD { width:15.625rem;height:3.4375rem;top:22.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #alrMGFk2H6kZz3CVciw0Hy8IMai6qprN { display:block; }
 }@media only screen and (max-width: 763px) { #pw3k4L9aT3cBkxG8RvERU2T59t3fd1MW { width:16.936625rem;height:1.96875rem;top:19.18701171875rem;left:1.5313720703125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoJXvwCQSnL2T6t9Tfrl2aLk8ttu6ZK1 { width:15.374125rem;height:1.875rem;top:17.31201171875rem;left:2.3126220703125rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iJzAEKiiT4i6MrfHMFegmXyb5aaBgF2b { width:15.374125rem;height:1.875rem;top:15.4375rem;left:2.375rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ImCwdyL7MzoaWIIiXcuJLOdIluTTtOea { width:18.875rem;height:11.75rem;top:28rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrOqSDCaOzztN5xos7PTuFLbWAEFgQDr { width:15.625rem;height:3.4375rem;top:34.999389648438rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsvHbTLA5ChnlBxx2zL8N6k2uXFA0k06 { display:block; }
 }@media only screen and (max-width: 763px) { #ZqefFA46J7lBg5lKudKQndVTrlvfSxWz { width:16.936625rem;height:1.96875rem;top:32.34375rem;left:1.5313720703125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r67VDiMKlTlPS7gekb5Ctin6KUMO8fhX { width:15.374125rem;height:1.875rem;top:30.46875rem;left:2.3126220703125rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #olagtcZuD688HWBwv7sGqgOXb1gf4Lmp { width:15.374125rem;height:1.875rem;top:28.59375rem;left:2.3126220703125rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Tf5DLNxlKwSMmdKiUIZiPOMc6h3XNuEv { display:block; }#Tf5DLNxlKwSMmdKiUIZiPOMc6h3XNuEv > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAyuVHeF2ZxMrBePocO6p4QxDy8trxTJ { width:18.875rem;height:11.75rem;top:1.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqX4FWWr1CJwF61lpR9CHmUVUFQ3i36h { width:15.625rem;height:3.4375rem;top:8.4991455078125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqImX94y4ULae7RZcQHfCBMtN8gzXMl4 { display:block; }
 }@media only screen and (max-width: 763px) { #lrWTdf0EML2TdrUzWOFiqTNII6iKLX1d { width:16.936625rem;height:1.96875rem;top:5.8746337890625rem;left:1.53076171875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbJ7vAIQkm1GudPAeg4Bu7olEsT3oRXI { width:15.374125rem;height:1.875rem;top:4.0386962890625rem;left:2.31201171875rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iWWZUikkdHuiDNm38l9oWrEFUc3RMWAw { width:15.3735625rem;height:1.875rem;top:2.061767578125rem;left:2.3126220703125rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T72KdZiJeKUJlg4sWf0stzETJaCTDO4T { width:18.875rem;height:11.75rem;top:28.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKkgTCKt10rr3eA3KWdibAdCPM6uKNNo { width:15.625rem;height:3.4375rem;top:35.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdvVETsNxbk5IUpdkW4Qwom8ZpTF4gL5 { display:block; }
 }@media only screen and (max-width: 763px) { #OVy8N4FybUG8vK8G8PKCG8wwknJ9qOo6 { width:16.936625rem;height:1.96875rem;top:33.515625rem;left:1.53076171875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLSsOXaep4P4wxvuT84JrEC5UctrTg8H { width:15.374125rem;height:1.875rem;top:31.6796875rem;left:2.31201171875rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FhVCCUOqX27IOpEM9b2hhxGHxAWAsdHb { width:15.3735625rem;height:1.875rem;top:29.84375rem;left:2.3126220703125rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UsNpvTGfQkWplZCAmdqJu3eILzmRUFXP { width:18.875rem;height:11.75rem;top:14.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn6rWNam3sNuLDXOhz9XqByROXTRswA5 { width:15.625rem;height:3.4375rem;top:21.68701171875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbl9P5QdbGcChyz7DpPmLvIfCtwOOHGn { display:block; }
 }@media only screen and (max-width: 763px) { #m8PHsRSk3pnC75sy2z0XsTc48RNusmAZ { width:16.936625rem;height:1.96875rem;top:18.936767578125rem;left:1.53076171875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8fUFvP6VDEflBT4K1eRsdCBnPfvLSRK { width:15.374125rem;height:1.875rem;top:17.100830078125rem;left:2.31201171875rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FDWMnznh3cUA4J18EMuohLTtU8tfumyZ { width:15.3735625rem;height:1.875rem;top:15.264892578125rem;left:2.3126220703125rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv { display:block; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNmVkulWcERfuGT4tpF4n8DzInnwL8Qo { width:18.4375rem;height:5.625rem;top:2.0233154296875rem;left:0.65576171875rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iFE0cNiB6wVMazKSeox9hho84ay68Bfr { width:20rem;height:12.9980625rem;top:11.210327148438rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJbaAUoNmbEiiH7ExEkNUP9M3OgGhk8h { height:11.2200625rem;width:20rem;top:25.928955078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI8F5RLM7cOgKORFUBpl0TPC0Fw9vsQ5 { width:20rem;height:1.3496125rem;top:8.5540771484375rem;left:0rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hO41f9uFTHWFbTxatevo6TDaWnd40VIn { width:17.8125rem;height:2.999875rem;top:39.303588867188rem;left:1.09375rem;font-size:1.1875rem;background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iLZN1bFWoBvhSJgNyerJAWCizI5tzNLO { display:block; }
 }@media only screen and (max-width: 763px) { #uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE { display:block; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { width:20rem;height:90.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNMrZq5pvAGu8wd4lUqqJ7HkT0PDLBbd { width:17.9995rem;height:4.142575rem;top:19.375rem;left:0.9990234375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcDduMrwrtT4n3MNMOJCcaFyvgqsqBDN { width:12.4375rem;height:3.981325rem;top:10.625rem;left:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2T6xtZvir5RN4R9SdhpIdpgLEObos3J { width:12.561625rem;height:2.76171875rem;top:14.625rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAoKdQzROJVeD9weTWsu35yX4BTTRXUh { width:15.375rem;height:8.125rem;top:10.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7RG77BREy13dTcplF1sU90du84oONrF { width:5.5625rem;height:0.125rem;top:11.25rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1xcHBGyqJXbGNsGe03F42aaLtiSvqF5 { width:0.5625rem;height:0.5625rem;top:12.625rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BN1GIHZaIMiPmaeUBNsQvpZQIaAZ9LCq { width:8.9375rem;height:16.375rem;top:26.3125rem;left:1.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fqZIaGwz0CcB0i1KcMn7qla7k8Kw5uaW { width:5.0625rem;height:2.5996125rem;top:29.125rem;left:13.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZpcwHg3sZLC0T4IF2BdW4lMl2rqW6Uy { width:0.5625rem;height:0.5625rem;top:30.125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdycH9Jl4UU11M9VkSFvAbk4uqVnQxKM { width:5.5625rem;height:0.125rem;top:30.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRhfkwWMth3m9KFIgVwSmdiLeacwrlQ0 { width:7.5625rem;height:1.4624rem;top:31.6875rem;left:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQZBeiculisaMCAVdzLOdNEpkxIl6LQa { width:9.0625rem;height:5.84960625rem;top:37.6875rem;left:9.6875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VTS7He9hfMFew2RvW3WWV672JFkUvThq { width:4.25rem;height:2.5996125rem;top:53.9375rem;left:14.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA25o0bUmDohmARu25fLpqEP5zZF3RgI { width:0.5625rem;height:0.5625rem;top:36.125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMTo7sVBG9g7zLqZoMvl9GaakOPXwpOA { width:5.5625rem;height:0.125rem;top:36.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQDTWRTUNn5UTp1OM0OUFZn4eKXLWer5 { width:9rem;height:15.375rem;top:44.8125rem;left:1.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F5uvlySxQUovEh7789r6nEAqbV8cbS4N { width:9.8125rem;height:2.9248rem;top:56.5rem;left:8.875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zwBKxlJ0Ao2AxyAApWcTvfdaTilStKZ9 { width:4.125rem;height:2.5996125rem;top:35.125rem;left:14.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JptRFHpb6sdh5nCFCQn6WEVMPIchygTF { width:6.25rem;height:1.4624rem;top:51.5rem;left:12.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #inIpXZkWM2mw8bvPIZht2cy4IUfkAo0t { width:0.5625rem;height:0.5625rem;top:54.9375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3c8uSRT5DND19UIcIeQc6sXaeReruAV { width:5.5625rem;height:0.125rem;top:55.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiplbVO67hzXZVKniEckOxZHCXTDoiD6 { width:4.125rem;height:2.5996125rem;top:49.125rem;left:14.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykbVLB9TWIFusG3fJmCy4OmmHqgIv3k2 { width:0.5625rem;height:0.5625rem;top:50.125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnOPC1MeRTsJyTOb0Hd3X2DD55dGSwTk { width:6.3125rem;height:0.125rem;top:50.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSna0EFHAGVPbAqmHbhiAOEw2R8i8yRA { width:5.812375rem;height:1.4624rem;top:27.6875rem;left:10.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvKdgs84HceML0acrtV1MH5pRtB7kMpg { width:6.5625rem;height:1.4624rem;top:46.1875rem;left:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEvlUxELDcE1lLTZoGO1CUkhCGagOZiS { width:18.874rem;height:2.9995125rem;top:85.74365234375rem;left:0.56298828125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0aHnOEny6CpO3NuSVZFiTImqFIQPBob { display:block; }
 }@media only screen and (max-width: 763px) { #gFy2GkN9B7hw72HAefmI2opGhFXRtwlI { width:20rem;height:23.4746rem;top:62.269897460938rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PHGJFs1WD1gA6aBJ6k2Ga4vX4HLqiZ9f { width:20rem;height:5.625rem;top:1.16259765625rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz { display:block; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKRFLPTfQuwzokxSmCJna1elxq7W6r2O { width:5.375rem;height:1.625rem;top:5.5rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNygiP4FdSf4v834oHC4gK4VhxrZVREb { width:7.5625rem;height:1.21875rem;top:7.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAkS8ll8CTTkW2qxyWZ4F67AAudfquAT { width:8.9375rem;height:2.4375rem;top:7.125rem;left:10.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1iiNTvLFkuROBNyz0nWJXFDTP50vbaV { width:8.625rem;height:1.25rem;top:5.5rem;left:10.375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KIXJWe8sTGC8cOs7zJyetCKXf7f7OXdW { width:5.125rem;height:1.21875rem;top:19.1875rem;left:12.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPI8rLMXWmPlryyDDtaPGA8gflu4k6PV { width:8.6875rem;height:1.125rem;top:16.375rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeqmLy1xOwVqMrnEzcRP0qFOTMSH67HO { width:10.3125rem;height:1.21875rem;top:19.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkyNatHCkuc8JM3VUgTQaSiRhcfW94JF { width:8.1875rem;height:3.375rem;top:16.375rem;left:0.96875rem;font-size:1.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #roR98euE7kutydWRnNQZJzybKtfsNgiD { display:flex;width:3.625rem;height:3.625rem;top:1.5625rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #STItz3ywlASGqBnMqTKbkNBf4iQdchzw { display:flex;width:3.25rem;height:3.25rem;top:1.5625rem;left:12.84375rem; }
 }@media only screen and (max-width: 763px) { #xuZVIiaTbptaTNrrmtMuVlLKTGW4gazw { display:flex;width:3.4375rem;height:3.4375rem;top:12.125rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #CptAFlCXuPCAlCeDtxaF5c6H9yg1fSIs { display:flex;width:3.0625rem;height:3.0625rem;top:12.3125rem;left:3.53125rem; }
 }@media only screen and (max-width: 763px) { #OnzoM0TCHKy46n8NUodP5GTdTom38snx { display:block; }#OnzoM0TCHKy46n8NUodP5GTdTom38snx { border-width: 0; border-radius: 0; }#OnzoM0TCHKy46n8NUodP5GTdTom38snx > .row .container { width:20rem;height:10rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBnirJ2Ttxd17BQsIzxFueMxkWXtdr09 { width:4.9375rem;height:1.875rem;top:1.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbu11F6CoZDeEfKXSD3IeSNMsswZfh2T { width:17.8125rem;height:1.13769375rem;top:5.4375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgOLouVT4fyH00eyEcJiGBN0mCr1inDv { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:11rem;font-size:1.3125rem; }
#BgOLouVT4fyH00eyEcJiGBN0mCr1inDv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ohEp1PvXr3H6novpvlCGyMbxkWsrMqT9 { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:13.4375rem;font-size:1.3125rem; }
#ohEp1PvXr3H6novpvlCGyMbxkWsrMqT9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CeOGdJLlvzuGeL3R3l3dAO5JxN6dTKrh { top:4.5625rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FdEmT5wPTfHeLziaiTwbT2BbXbeLM8iX { width:0.0625rem;height:1.25rem;top:4.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tg8B56BLKQw8UfBTtPDoaPMRO1kd5F2w { width:0.0625rem;height:1.25rem;top:4.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vs6kbsIwPDVdwrCqUWdZKaNKFl8mG5kq { width:6.375rem;height:2.2744125rem;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6ZyxgM2XIWlK4DiVkM6Bk3p1gfE9TPM { width:7.0625rem;height:1.13769375rem;top:7.3125rem;left:6.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwGA2UEn6sKPd6z4XAgc1GTg48O5GGMr { width:6.4375rem;height:2.2744125rem;top:7.3125rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }