.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3147ae, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #3147ae, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #3147ae, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #3147ae, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3147ae', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3147ae', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #3147ae, rgba(0,0,0,0));background-size:cover !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); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/pO1hn6fJ/Untitled_design_2021_07_24T183911.971.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV.adaptive-delivery-prevent-bg, #KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV.lazyload, #KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV.lazyloading { background-image: none; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container { background-color: transparent; background-image: none; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container > .video-iframe-container { display: none; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row > .video-iframe-container { display: none; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .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); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container { border-width: 0; border-radius: 0; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row > .video-iframe-container {  }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:60rem;position:relative;display:block; }#IHN4wMLF0FnOooyI7gyxFrHaEuxFLskp { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:100000;line-height:1.6;letter-spacing:0;top:9.649218559265rem;left:0rem;height:3.1rem;text-align:center;text-align-last:center;display:block; }
#dIN6eDBVJEn2lIW9HpI9qD26MHNcSUIl { color:#ffffff;display:block;width:59.1875rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.34375rem;left:0.40625rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQKuhablmsBZyKGtt49BAbkwvBGBmaLl { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.196876525879rem;left:0rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iQWRV5pcRNKTcK3hIyTZP2Lmvu5kpV5S { z-index:100006;top:2.9375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(225deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(225deg, #ffffff, #ffffff);background-image: -o-linear-gradient(225deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(225deg, #ffffff, #ffffff);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: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r7q9TARLCPo8DQZFXCT7RFxRETPluOkJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EGuaohH04CWyS86DXMwcebT3aTX34ixu { z-index:100007;top:2.9375rem;left:28.000001907349rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(225deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(225deg, #ffffff, #ffffff);background-image: -o-linear-gradient(225deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(225deg, #ffffff, #ffffff);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: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mvdIEEDWmdwGCig7L8dtnqkpMQBNO6OL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TKly7z4oPStKgcT8wZQgRnOx8kPZUNvB { z-index:100008;top:2.9375rem;left:42.062501907349rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(225deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(225deg, #ffffff, #ffffff);background-image: -o-linear-gradient(225deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(225deg, #ffffff, #ffffff);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: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wvCTNKDu3TmuzhiC5MBZkR0HvNFThHFu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q0SmNk7td3P1QE5J3xyaxN7sLEFcIw1i { z-index:100009;top:2.9375rem;left:13.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(225deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(225deg, #ffffff, #ffffff);background-image: -o-linear-gradient(225deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(225deg, #ffffff, #ffffff);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: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KGXQb8xQGhZK8F324mNog8MZ4iy54lw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container { background-color: transparent; background-image: none; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container > .video-iframe-container { display: none; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row > .video-iframe-container { display: none; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .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); }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container { border-width: 0; border-radius: 0; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row > .video-iframe-container {  }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;position:relative;display:block; }#AsfZRTLRRhPiy4TC5mGGQsZ8UJ0NAIDx { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:18.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container { background-color: transparent; background-image: none; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container > .video-iframe-container { display: none; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row > .video-iframe-container { display: none; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .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); }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container { border-width: 0; border-radius: 0; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row > .video-iframe-container {  }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:60rem;position:relative;display:block; }#vlRuKM4qaRaVm4GOmVU246UG0Rfo2UuL { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.1250038146973rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X5E0V1ly2Kuas5Frbs8AqV72CGJo5QSd { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,83,255,0.5) ;height:27rem;width:48.125rem;top:13.587500572204rem;left:5.9375rem;display:block; }
#PDE898cNLbXNDkDkrblxesnolm4PHo82 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3147ae, #000000);background-image: -moz-linear-gradient(180deg, #3147ae, #000000);background-image: -ms-linear-gradient(180deg, #3147ae, #000000);background-image: -o-linear-gradient(180deg, #3147ae, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3147ae', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3147ae', endColorstr='#000000' );";background-image: linear-gradient(180deg, #3147ae, #000000);background-size:auto !important;position:relative;display:block; }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row .container { background-color: transparent; background-image: none; }#PDE898cNLbXNDkDkrblxesnolm4PHo82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row .container > .video-iframe-container { display: none; }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row > .video-iframe-container { display: none; }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .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); }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row .container { border-width: 0; border-radius: 0; }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row > .video-iframe-container {  }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:60rem;position:relative;display:block; }#maCmMip6Sf5DemkzNngDxUxJcCZyPgZP { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:8.7437505722044rem;left:0rem;height:5.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dc1NTWLi2fSHpbfbgJldA5VcyFtglQd3 { z-index:100003;top:20.861718177796rem;left:21.062501907349rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #a48b98, #ff0000);background-image: -moz-linear-gradient(216deg, #a48b98, #ff0000);background-image: -ms-linear-gradient(216deg, #a48b98, #ff0000);background-image: -o-linear-gradient(216deg, #a48b98, #ff0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a48b98', endColorstr='#ff0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a48b98', endColorstr='#ff0000' );";background-image: linear-gradient(216deg, #a48b98, #ff0000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:17.875rem;height:4.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#a4F92mgHkD6l29d6Lnk7QxAGu9tf0fd5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#awZmaGM2TsKlHJSmAmsWIhmNn6If2wuo { color:#ffffff;display:block;width:38.9375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:2.8625001907349rem;left:10.53125rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container {  }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:60rem;position:relative;display:block; }#HvkRTTe58KZtp6E2LJRPETcZ0eySbPnH { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100002;line-height:2.1;letter-spacing:0;top:11.511722564698rem;left:0rem;height:18.9rem;display:block; }
#eZAxdzG7hkEnqLDtShAn1UGs62Tv1U3L { color:#000000;display:block;width:42.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:42.836720466614rem;left:16.52499961853rem;height:;display:block; }
#kJ4WolDFsef4vaiBCgHb4eTTrRvsSkcf { color:#000000;display:block;width:33.625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:1.8492813110351rem;left:13.1875rem;height:3.25rem;font-style:normal;display:block; }
#TEt8idIpbHKFd881BPyDRMGr77ihL1nf { color:#006aac;display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:35.082809448243rem;left:25.812501907349rem;height:2.35625rem;font-style:normal;display:block; }
#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PC3Y3PmC/Untitled_design_77_.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5.adaptive-delivery-prevent-bg, #O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5.lazyload, #O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5.lazyloading { background-image: none; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container { background-color: transparent; background-image: none; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container > .video-iframe-container { display: none; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row > .video-iframe-container { display: none; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .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); }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container { border-width: 0; border-radius: 0; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row > .video-iframe-container {  }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;position:relative;display:block; }#RnV76HaXwVFWeaDTanABw5WnkXzgkKah { color:#000000;display:block;width:39.75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgEhrhOKv1IwkyCOibbTVtzImCZMTghn { color:#000000;display:block;width:52.0625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.8;letter-spacing:0;top:8.6117190122606rem;left:6.0625rem;height:22.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x7I5tQFeUiZPiA5FpWiLsta8ikXq2BkT { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:6.0625rem;top:17.567969083786rem;left:0rem;overflow:hidden;display:block; }
#eN0UycaUGHD75QnwfTr9OlJJBE5Z1UqT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:6.0625rem;top:9.7554693222044rem;left:0rem;overflow:hidden;display:block; }
#VUO5wSbJKTN7Zp381fO8yTlZkqEyO80Z { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:6.0625rem;top:26.255469083786rem;left:0rem;overflow:hidden;display:block; }
#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row .container { background-color: transparent; background-image: none; }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row .container > .video-iframe-container { display: none; }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row > .video-iframe-container { display: none; }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .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); }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row .container { border-width: 0; border-radius: 0; }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row > .video-iframe-container {  }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;position:relative;display:block; }#SuPv4yRnn95p31bMn1hTLPuomMWRgTFZ { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.9375rem;width:49.8125rem;top:12.874216079712rem;left:5.03125rem;display:block; }
#auVT6ShaKvlsTX9QbnJQaGiQKNB71oDe { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.2828140258789rem;left:7.65625rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row .container { background-color: transparent; background-image: none; }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row .container > .video-iframe-container { display: none; }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row > .video-iframe-container { display: none; }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .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); }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row .container { border-width: 0; border-radius: 0; }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row > .video-iframe-container {  }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row .container { font-size:0.875rem;font-family:arial;height:77.625rem;width:60rem;position:relative;display:block; }#WLS5JvurAXfz70RolkbagqtKL0PxdTfQ { color:#000000;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.53439331054688rem;left:14.906251907349rem;height:2.51875rem;font-style:normal;display:block; }
#NqaS5uFyBBrzohh8llAVRzXxBXo6maLL { color:#000000;display:block;width:50.375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6.2859344482425rem;left:4.125rem;height:2.03125rem;display:block; }
#VIVhs4dkk3uL8nbhSqWtCgmIHzNvTIeu { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:5.8484377861023rem;left:0rem;overflow:hidden;display:block; }
#gRQkrOm3LyTggJCi3aaJTWZKFC1imfk6 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:10.410925865173rem;left:0rem;overflow:hidden;display:block; }
#S6iJkAgIUBXTZmR64lVCxSnD3yzQuTFs { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:48.221878051757rem;left:0rem;overflow:hidden;display:block; }
#J8PevXdlI4aK3LTSL9NttolUWHXMBMeD { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:15.785924911499rem;left:0rem;overflow:hidden;display:block; }
#dbFWRU60zdW1TQybP7yKNf6DK8tP2ug8 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:42.84765625rem;left:0rem;overflow:hidden;display:block; }
#m0yPdRhTMhB9sFIfofKr5lGrxhGnVcSH { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:20.907800674439rem;left:0rem;overflow:hidden;display:block; }
#ylhIgkwCmpQ6WBX9MuvqSbeVstOU0L1r { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:37.186719894409rem;left:0rem;overflow:hidden;display:block; }
#q3364dezol8ZXHw2RqdVw8FewXVhRfQv { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:26.095300674439rem;left:0rem;overflow:hidden;display:block; }
#p8bA6DAvAaxUEMPTncSPhn9aDcdwgEMR { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:31.560924530029rem;left:0rem;overflow:hidden;display:block; }
#wZ136EhIVLFpOxUhIfAbsB5Cwuh7oSDS { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:53.409374237061rem;left:0rem;overflow:hidden;display:block; }
#HzU0eHSRm046z7UlfLLIN4r7qWN6Ziep { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:58.51171875rem;left:0rem;overflow:hidden;display:block; }
#VaK54XONAnz5aTTU5lnQeJMlsoiGs3hz { color:#000000;display:block;width:53.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:69.37033081055rem;left:4.125rem;height:2.03125rem;display:block; }
#h4IUhvN1sPClgrD7iMgr1hrB8HLoGNnm { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:15.78515625rem;left:4.125rem;height:2.03125rem;display:block; }
#OUTLvHyNQaDFcGyIxWzBkTnXwqelZ9u0 { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:64.871105194094rem;left:4.125rem;height:2.03125rem;display:block; }
#UHSx7yGnMn2uGiBbu50SAEf7Tb1IVJfN { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:26.657031059265rem;left:4.125rem;height:2.03125rem;display:block; }
#wZMQpTDuoibKQ8tnEI5QHXbCmq971IBy { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:32.10701751709rem;left:4.125rem;height:2.03125rem;display:block; }
#eLmVUORdl9Gz0k5FrF02VOoRaqeWuEuU { color:#000000;display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:37.748438835144rem;left:4.125rem;height:2.03125rem;display:block; }
#GABZy1BWo1zXTAVe3KWbtOGf6IJRavg0 { color:#000000;display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:43.409376144409rem;left:4.125rem;height:2.03125rem;display:block; }
#VWZ1cpkU1fBoTEwMMA9gC3HTsaPquebQ { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:53.956253051757rem;left:4.125rem;height:2.03125rem;display:block; }
#gb33VTccRq4qzKR3ymwvnGRTDHI58My0 { color:#000000;display:block;width:56rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:48.783596038818rem;left:3.9992179870606rem;height:2.03125rem;display:block; }
#L5RVUBDuWMIp4oAOPP9WV7n7QeWfTkA1 { color:#000000;display:block;width:56rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:58.07421875rem;left:3.9992179870606rem;height:4.0625rem;display:block; }
#XGgaX0mKLPEQKUAlL8BU4EWBLJ2cx1eI { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:64.32422065735rem;left:0rem;overflow:hidden;display:block; }
#ShSLxgMTxK6SZk1W7KQvzCy6pA3zgVNO { color:#000000;display:block;width:56rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:10.957038879394rem;left:3.9992179870606rem;height:2.03125rem;display:block; }
#LBgu7q8owzCTRy8ZwUgNIZFXk7MGhN0w { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:68.82422065735rem;left:0rem;overflow:hidden;display:block; }
#DTVruPRcQQOOpHscR9zL7gDxtIs17D8f { color:#000000;display:block;width:56rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:21.453897476196rem;left:3.9992179870606rem;height:2.03125rem;display:block; }
#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row .container { background-color: transparent; background-image: none; }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row .container > .video-iframe-container { display: none; }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row > .video-iframe-container { display: none; }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .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); }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row .container { border-width: 0; border-radius: 0; }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row > .video-iframe-container {  }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row .container { font-size:0.875rem;font-family:arial;height:54.8125rem;width:60rem;position:relative;display:block; }#fs3ZC5d4Tzu6VqTMySetxc3oSEzgS7Hf { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.82421875rem;left:17.27968788147rem;height:2.51875rem;font-style:normal;display:block; }
#LX5mnGvns9QmPgJJabl6Hk43Q9JZmzKU { color:#006aac;display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:100008;line-height:1.6;letter-spacing:0;top:9.19921875rem;left:14rem;height:4.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NPvpLrEKxA3DkadVI0o2RGZ68Txf82xP { color:#000000;display:block;width:45.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:15.286719083786rem;left:8rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#FZzeTQ0fHfM54TZxbIFAVG2Wak5b3CLp { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:22.01796913147rem;left:8.8429679870606rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#Crg9A6xqrTdGlPRXz8wQHfLq0Fw4R0Sf { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:34.111713409424rem;left:10.59375rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#F4OpRfXe60op9LWPS8oFBHK7WpF3b4qT { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:40.736721038818rem;left:17.437501907349rem;height:2.03125rem;display:block; }
#V3qF25slrgPV0ZmtdX2xADyZzJ8RxDpB { z-index:100005;top:45.154682159424rem;left:23.968751907349rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #0800fd, #5653b9);background-image: -moz-linear-gradient(216deg, #0800fd, #5653b9);background-image: -ms-linear-gradient(216deg, #0800fd, #5653b9);background-image: -o-linear-gradient(216deg, #0800fd, #5653b9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0800fd', endColorstr='#5653b9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0800fd', endColorstr='#5653b9' );";background-image: linear-gradient(216deg, #0800fd, #5653b9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WLeZGxK3SOJpqeteLNH44RZaPOoWRDSy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container { background-color: transparent; background-image: none; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container > .video-iframe-container { display: none; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row > .video-iframe-container { display: none; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .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); }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container { border-width: 0; border-radius: 0; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row > .video-iframe-container {  }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:block; }#yePDSU9644k5DgpXG43OgKk3AUMbhRPQ { color:#000000;display:block;width:57.875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.7117309570312rem;left:1.0625rem;height:10.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SgHWil96NICP4p6p0NMU9Pmnzvx3Tf73 { color:#000000;display:block;width:52.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:7.717968940735rem;left:3.78125rem;height:11.6875rem;text-align:center;text-align-last:center;display:block; }
#TUDssG6r8fLP0GDXOiayN4VWItnurO6Q { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:19.859375rem;left:23.843751907349rem;height:2.68125rem;font-style:normal;display:block; }
#Uq9avkWaq2boMWfHcTzn2RaCnL3kL0fn { color:#000000;display:block;width:39.8125rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:26.453125rem;left:10.78125rem;height:2.68125rem;font-style:normal;display:block; }
#seD53F8lqaZ22O2cxGMuGV0b5Nb70mm8 { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:23.5rem;left:19.906251907349rem;height:1.7875rem;display:block; }
#oswCiPQ4oIO4FFDnvmZR6naWC7TbXq4Q { position:absolute;display:block;z-index:100004;background-color:#ffdb15;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:16.8125rem;top:19.762500762939rem;left:21.937501907349rem;display:block; }
#fl9fhdpccb3vnoD9xTNCUcCdvV3EzhZH { position:absolute;display:block;z-index:100003;background-color:#ffdb15;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:41.375rem;top:26.356254577637rem;left:9.9617195129394rem;display:block; }
#EyG4eZvh0IPRnLEE2CNaVeGq4GE3Tiw0 { position:absolute;display:block;z-index:100010;background-color:#ffdb15;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:9rem;top:3.6101684570312rem;left:1.0625rem;display:block; }
#cvv3rRZX7KaOuPLL2u2gdw19WkAX7qlz { position:absolute;display:block;z-index:100011;background-color:#ffdb15;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:7.75rem;top:3.359375rem;left:51.097434180124rem;display:block; }
#iR5f2FCraA9tzeMPqQ62g9rmSxfTnTQ7 { position:absolute;display:block;z-index:100011;background-color:#ffdb15;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:57.9375rem;top:33.799217939377rem;left:1.0625rem;display:block; }
#ZUhhnlD2dKZ2oBXn4t5PK8TCELwKsynI { position:absolute;display:block;z-index:100012;background-color:#ffdb15;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.125rem;width:0.125rem;top:3.7367188930511rem;left:0.9375rem;display:block; }
#hoWfp3RXQcNHHg8x6MwRx40sxxrucohI { position:absolute;display:block;z-index:100013;background-color:#ffdb15;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.125rem;width:0.125rem;top:3.6117248535156rem;left:58.874998092651rem;display:block; }
#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8Uh651Wz/Untitled_design_1_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7.adaptive-delivery-prevent-bg, #xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7.lazyload, #xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7.lazyloading { background-image: none; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row .container { background-color: transparent; background-image: none; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row .container > .video-iframe-container { display: none; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row > .video-iframe-container { display: none; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .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); }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row .container { border-width: 0; border-radius: 0; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row > .video-iframe-container {  }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:60rem;position:relative;display:block; }#McC3Q3A9ZgHXC1ZGJfWfU8lfCXu4AQvg { color:#000000;display:block;width:58.125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:2.75390625rem;left:1.40625rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WqW7Av0cDfC0N9qOFVd18txqWnMVHx32 { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16rem;width:28.5rem;top:13.312500476837rem;left:0rem;display:block; }
#LMMxyI72BWRMSCM5maN04WMb5cV8n8vD { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16rem;width:28.5rem;top:13.312500476837rem;left:31.375001907349rem;display:block; }
#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container { background-color: transparent; background-image: none; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container > .video-iframe-container { display: none; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row > .video-iframe-container { display: none; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .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); }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container { border-width: 0; border-radius: 0; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row > .video-iframe-container {  }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:block; }#lbRbfWF9ytPsIl1PvdDpQB4zCQcKV96z { color:#000000;display:block;width:57.875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.7117309570312rem;left:1.0625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WonlSoGFMf7oOHwLTz58GcTOCDlbyUel { color:#000000;display:block;width:52.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:9.3437442779544rem;left:3.78125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#vL0nLh4m38Xguc9rn377AsnhQGxedEw1 { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:15.843749761581rem;left:5.875rem;height:1.7875rem;display:block; }
#uzRiBt2SVdO6m6z0UfQ4iEoPAOzNicJD { color:#000000;display:block;width:52.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:26.3046875rem;left:5.875rem;height:3.575rem;display:block; }
#TKDuXZgKBnh2tFeZUtv1W5akOtVBgeLf { color:#000000;display:block;width:35.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:21.4921875rem;left:5.875rem;height:1.7875rem;display:block; }
#M0LtNwbITUOK0MsV9UXUVIF1isuDHa1T { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:5.875rem;top:15.125rem;left:0rem;overflow:hidden;display:block; }
#EuVru0dgM4DLfffqeV55QqwnrizS59yK { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:5.875rem;top:20.773438263684rem;left:0rem;overflow:hidden;display:block; }
#qUqZMmURN32FPBUgAKQyrmU3XT3xWpm7 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:5.875rem;top:26.460938453674rem;left:0rem;overflow:hidden;display:block; }
#kXcEAOkch20Im8QwCueStrUnyRrIg95U { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:5.875rem;top:32.367187023163rem;left:0rem;overflow:hidden;display:block; }
#VpQ0wFwG3oyEDfBVPKZUXSq7R1zbBJsy { color:#000000;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:33.085937023163rem;left:5.875rem;height:1.7875rem;display:block; }
#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container { background-color: transparent; background-image: none; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container > .video-iframe-container { display: none; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row > .video-iframe-container { display: none; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .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); }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container { border-width: 0; border-radius: 0; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row > .video-iframe-container {  }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:60rem;position:relative;display:block; }#bN3i8s5AmmzbW7AzQ6Wkm04J2k2OCeUM { color:#000000;display:block;width:59.875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:9.2039070129394rem;left:0rem;height:5.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DTywHAf1qZxaH07rrKg4a1MymvZ3vQ13 { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:0.8125rem;left:14.968751907349rem;height:3.65625rem;font-style:normal;display:block; }
#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container { background-color: transparent; background-image: none; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container > .video-iframe-container { display: none; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row > .video-iframe-container { display: none; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .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); }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container { border-width: 0; border-radius: 0; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row > .video-iframe-container {  }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container { font-size:0.875rem;font-family:arial;height:119.375rem;width:60rem;position:relative;display:block; }#RzMCXzJQUaZaF99P9lw6yiHgCzBfJGxw { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.55859375rem;left:1.625rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wdem11fmNOz7vvwTuNBQXTaOaf9xlXH9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:18.375rem;left:10.14999961853rem;height:0;display:block; }
#RrcAHTd1GJ43TQEnWDImpSbdQThin0Cy { position:absolute;display:block;z-index:100007;background-color:#ffdb15;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:95.375rem;width:31.375rem;top:12.246887207031rem;left:13.78125rem;display:block; }
#GS8MWvXWbQopzh9ZZAaOQzrzwTsIBXvV { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:13.887475252151rem;left:16.093751907349rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SOq0OqSO8lmvQz8kmsiFcStqNh5AB0zz { color:#000000;display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:23.760157585144rem;left:19.250001907349rem;height:4.225rem;font-style:normal;display:block; }
#MGszWzsCZPUotvp9hae9A09GS940tauq { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:30.629687309265rem;left:16.093751907349rem;height:1.3rem;font-style:normal;display:block; }
#vKGzNS5BGRyKreL1DqByqWvVvef97D8s { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100010;line-height:2.1;letter-spacing:0;top:33.428906440735rem;left:16.093751907349rem;height:;font-style:normal;display:block; }#vKGzNS5BGRyKreL1DqByqWvVvef97D8s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vKGzNS5BGRyKreL1DqByqWvVvef97D8s li:before{  }
#vgxyfZdJcsFOsEWyKtExEIxelPNBJyw6 { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100011;line-height:2.1;letter-spacing:0;top:73.629700660706rem;left:14.843751907349rem;height:;font-style:normal;display:block; }#vgxyfZdJcsFOsEWyKtExEIxelPNBJyw6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vgxyfZdJcsFOsEWyKtExEIxelPNBJyw6 li:before{  }
#UCNHSni8goI12SyhHIoO94LHX7awvT5m { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:90.225000381469rem;left:24.750001907349rem;height:4.3875rem;display:block; }
#buGbFozTnOlrO0dF2H1c8PnZk7KgdMAH { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:96.556251525881rem;left:17.625001907349rem;height:4.63125rem;font-style:normal;display:block; }
#sZxAnHUcCcptxJxxreiagDrRizhBkVXX { z-index:100015;top:105.37343978882rem;left:19.750001907349rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff0000, #ff7000);background-image: -moz-linear-gradient(216deg, #ff0000, #ff7000);background-image: -ms-linear-gradient(216deg, #ff0000, #ff7000);background-image: -o-linear-gradient(216deg, #ff0000, #ff7000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7000' );";background-image: linear-gradient(216deg, #ff0000, #ff7000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:2.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:4.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nX4G7rme0WMwP2de5uaCTozGkAiREhsI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S5lpH23IW5ME5fFWaqcIezUPQaP7J8Lz { color:#000000;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:71.066418647769rem;left:16.093751907349rem;height:1.38125rem;font-style:normal;display:block; }
#gA6xgaciT5oTVnTXk4uPrTPUE5WFvWOc { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:20.37265586853rem;left:22.531251907349rem;height:2.4375rem;font-style:normal;display:block; }
#XVv6V7UTgsh8XDTrZGiq3F3l6FZIstv2 { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:94.181249618531rem;left:22.500001907349rem;height:2.4375rem;font-style:normal;display:block; }
#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container { background-color: transparent; background-image: none; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container > .video-iframe-container { display: none; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row > .video-iframe-container { display: none; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .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); }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container { border-width: 0; border-radius: 0; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row > .video-iframe-container {  }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:60rem;position:relative;display:block; }#tTOn2eeVONh1CIQzQR6qx0a8dM638stf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.6875rem;top:2.6867189407349rem;left:0rem;overflow:hidden;display:block; }
#QcMgkwuAC1FvutZd2iPVxALpc1805EZF { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:15.596093758941rem;left:7.6875rem;height:1.3rem;display:block; }
#tdEOUCJbLbTyFhnmbmDeXOm94sd7P9Zt { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:7.6875rem;top:2.686719045043rem;left:31.343751907349rem;overflow:hidden;display:block; }
#HIOHt1JcE8hV5FdSnqAiKskzxhvT1zlA { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.3304567337036rem;left:39.250001907349rem;height:6.5rem;display:block; }
#CeQXQUtgg8UNevbOltsn9N8JHV6ncPm0 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:14.946875199676rem;left:39.312501907349rem;height:2.6rem;display:block; }
#sg7FU7zo6VXIvxQApwA52GDyTwwNUhxO { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.6875rem;top:20.388257980347rem;left:0rem;overflow:hidden;display:block; }
#k5mDlodWPm0VZ9fAXxWu6w9bOIoxPan8 { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:21.625rem;left:7.6875rem;height:9.75rem;display:block; }
#ysOX859cBykT6fal9TWKoXxDVGh2m64c { color:#000000;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:35.085132598877rem;left:7.6875rem;height:1.3rem;display:block; }
#rEIa4EJwpwLfJxAKQaxMRGTtI9C6h7dc { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.6875rem;top:20.387500762939rem;left:30.281251907349rem;overflow:hidden;display:block; }
#VrMIEehtcM33PqOe5EPqh67G5N7sq0oF { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:21.624219655991rem;left:37.906251907349rem;height:11.375rem;display:block; }
#vRXctZh3K75aOb4p1OgglohraTn2CUHa { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:35.083595037461rem;left:37.968751907349rem;height:1.3rem;display:block; }
#JT7TNgJctSthUHWCgLMglyaQnzPUyGbX { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:17.1875rem;width:29.625rem;top:1.078125rem;left:0rem;display:block; }
#TOUWZ0V4Z9IRGRJhW9TnQAiEfRl6o3ed { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:17.1875rem;width:29.625rem;top:1.078125rem;left:30.375001907349rem;display:block; }
#Nf7X8zLAs3gqDS3vSQFqTd2skW7JvWVO { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:17.4375rem;width:29.625rem;top:19.87890625rem;left:0rem;display:block; }
#SGbBtVv8zreXoc5SH3ywZFzmSp7HPTar { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:17.5rem;width:29.625rem;top:19.824218377471rem;left:30.375001907349rem;display:block; }
#TDmyN8yDPZH7R143TStzQR5lbxzUdrES { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:5.4375rem;top:0.390625rem;left:23.089845657349rem;overflow:hidden;display:block; }
#BuXvhLl3Bk8Vyy0Dc1C6PHXk1nGMgJMQ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:5.4375rem;top:0.390625rem;left:53.749998092651rem;overflow:hidden;display:block; }
#sEkvZgA9Q0ZL0oAmMIwZotcWdRfAUlkF { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:5.4375rem;top:19.23593711853rem;left:23.062501907349rem;overflow:hidden;display:block; }
#tnzELayf1CQdqiEyDHiwBPMJ8wf6Op3y { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:5.4375rem;top:19.235961675644rem;left:54.156248092651rem;overflow:hidden;display:block; }
#xyAVGu1ouTA6LmbQdt7AkG8xMvS3r3Fr { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:7rem;top:9.785937309265rem;left:0.75rem;overflow:hidden;display:block; }
#g0JZIwMEbFK98DUFgnKpPAbbn5GAO9is { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:7rem;top:27.386693954467rem;left:0.75rem;overflow:hidden;display:block; }
#cGhv3ZxCymR1iD9vVMJ2aAXmzpz6iukQ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:7rem;top:27.385938644409rem;left:31.343751907349rem;overflow:hidden;display:block; }
#gllCbuZ9Ee6rQbqdPwWbEKuxVN0slyFG { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:7rem;top:9.7851557731631rem;left:32.375001907349rem;overflow:hidden;display:block; }
#S6MscN40oeQXtEy4c15iaEgWeHaqZJ1n { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.6866945028305rem;left:7.6875rem;height:9.75rem;display:block; }
#schq0kVvFCPlut0M1p1yKSiiTN1X01N8 { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:17.5rem;width:29.625rem;top:39.88671875rem;left:15.187501907349rem;display:block; }
#wA1ogBZH56ih5UAoRN07RscX9XZG4urL { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:42.236731529236rem;left:23.750001907349rem;height:9.75rem;display:block; }
#blf5PQkK0O6sINCQBMQuQ7GTG50xbKth { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:7.6875rem;top:40.872656822204rem;left:15.464845657349rem;overflow:hidden;display:block; }
#pSLzvcrLD5FppXlP9ZT9xORW70DIoU3n { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:5.4375rem;top:39.173438072204rem;left:39.250001907349rem;overflow:hidden;display:block; }
#J0Jrn3CTIuXohiT5oOcaxc3hx5B57NTG { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:54.271142482757rem;left:23.750001907349rem;height:1.3rem;display:block; }
#MfdQkzWNwuP9Fqlhk3OqVMKeoRzTWc2u { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:7rem;top:46.69921875rem;left:16.152345657349rem;overflow:hidden;display:block; }
#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8Uh651Wz/Untitled_design_1_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB.adaptive-delivery-prevent-bg, #VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB.lazyload, #VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB.lazyloading { background-image: none; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row .container { background-color: transparent; background-image: none; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row .container > .video-iframe-container { display: none; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row > .video-iframe-container { display: none; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .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); }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row .container { border-width: 0; border-radius: 0; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row > .video-iframe-container {  }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:60rem;position:relative;display:block; }#XZhPMRbUcUznlkxs8mwPa4XBmkoWfNLg { color:#000000;display:block;width:58.125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:2.75390625rem;left:1.40625rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0QrXfR2iiddVNpawE2JEXAkSNSLIpFn { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16rem;width:28.5rem;top:13.312500476837rem;left:0rem;display:block; }
#wTGMOb0KfpQFdHuGfB9wOzEvg1QwlvZ4 { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16rem;width:28.5rem;top:13.312500476837rem;left:31.375001907349rem;display:block; }
#A34LzJOFFQMfwE5uB7DruhkActN26DpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container { background-color: transparent; background-image: none; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container > .video-iframe-container { display: none; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row > .video-iframe-container { display: none; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .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); }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container { border-width: 0; border-radius: 0; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row > .video-iframe-container {  }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:60rem;position:relative;display:block; }#mmGX0qRgH8ycfbbBB5G4f4tyAJWxETwx { color:#000000;display:block;width:58.1875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.0609374046326rem;left:0.90625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XUrRX91OZx21pGInF7TWwBzHJ19NRlt6 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:9.0625rem;top:11.992969512939rem;left:5.3445320129394rem;overflow:hidden;display:block; }
#GFzecsiX6vlB0vGT3TfMpBtgtcp2FSJT { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:9rem;top:11.992969512939rem;left:20.343751907349rem;overflow:hidden;display:block; }
#g42s5hQ1eHD1W8pLGayro6KD3C7d9gpF { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:11rem;top:11.024219512939rem;left:33.500001907349rem;overflow:hidden;display:block; }
#DCbcTclkkGeQ6V6HbJbDJ4nmqCpOHAiw { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:10.875rem;top:10.180469512939rem;left:45.72421836853rem;overflow:hidden;display:block; }
#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container { background-color: transparent; background-image: none; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container > .video-iframe-container { display: none; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row > .video-iframe-container { display: none; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .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); }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container { border-width: 0; border-radius: 0; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row > .video-iframe-container {  }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container { font-size:0.875rem;font-family:arial;height:59.8125rem;width:60rem;position:relative;display:block; }#Q354sQJ4cBOLokUMUqMsKEf8NHVMu2Wx { color:#000000;display:block;width:13.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.249963760376rem;left:23.062501907349rem;height:3.25rem;font-style:normal;display:block; }
#XtkKmovFEXmSw8MXp5hPL943X1Ta1JRA { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:4.375rem;top:8.0875005722044rem;left:1.8445320129394rem;overflow:hidden;display:block; }
#PvN3im2xK6KTW5gRuLEm2WwvTmFB52QK { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:11.5rem;top:7.7125005722044rem;left:48.186719894409rem;overflow:hidden;display:block; }
#Gtciv2QvqQimxy3XTmf3AK51kT7x2Wa8 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:7.625rem;top:7.2750005722044rem;left:16.500001907349rem;overflow:hidden;display:block; }
#rKZiEhKJ9K0OxVUVuEAyFTy06NfxrFpH { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:6.1875rem;top:18.58749961853rem;left:9.75rem;overflow:hidden;display:block; }
#QOfLuQ89gHeGJ3PKk4X5Twh6ukc1vAi6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.1875rem;top:7.9937505722044rem;left:24.937501907349rem;overflow:hidden;display:block; }
#XTd5yhgiXPZxrMS9MCGf4tiAAmFACCEM { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:5.125rem;top:8.5250005722044rem;left:33.187501907349rem;overflow:hidden;display:block; }
#JT6xEaslmzBwi1gDd6iHNixTT6IB1eXi { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:3.375rem;top:19.02499961853rem;left:18.625001907349rem;overflow:hidden;display:block; }
#kyyT0orfLGuMgXTwqfulJKsxTa3pTKUA { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:4.875rem;top:8.0875005722044rem;left:10.40625rem;overflow:hidden;display:block; }
#xR52Tegqv3UGlrblKV2NPEV6QNp3TTEb { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:9.375rem;top:17.93124961853rem;left:0rem;overflow:hidden;display:block; }
#AI7ih7N2klTUbTfRzGb0ngwIGSxkTvOl { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.1875rem;top:7.9937505722044rem;left:41.250001907349rem;overflow:hidden;display:block; }
#yHgqcsbWOKuy6EPu5i0cSCK8MT63e0gU { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:7.8125rem;top:17.99374961853rem;left:24.125001907349rem;overflow:hidden;display:block; }
#JuPzXVvvmTTuLSKNeIhmkn8qNifed6gB { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.1875rem;top:18.52499961853rem;left:33.187501907349rem;overflow:hidden;display:block; }
#mGwkXGa8B3sO0Z2qmFeAKaTHoB5vZyTR { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.1875rem;top:18.49374961853rem;left:41.250001907349rem;overflow:hidden;display:block; }
#Gt9dAsrv14OQxpi856FnVdCxTmP1k543 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.1875rem;top:18.49374961853rem;left:50.843748092651rem;overflow:hidden;display:block; }
#ORuKFtTM3A4yCGTdsSC1E2fFVwGN5WSP { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.125rem;top:29.243774414062rem;left:1.8445320129394rem;overflow:hidden;display:block; }
#AcTHTQxzaDLL53hOmHq5WAPpDqvtpMbB { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:4.9375rem;top:29.243774414062rem;left:10.375rem;overflow:hidden;display:block; }
#o1TknEHIHDkQS95BiMx2ffkEcWLFf5d1 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:8.3125rem;top:30.150024414062rem;left:18.625001907349rem;overflow:hidden;display:block; }
#vbIp30CEvo518I0nd3ssykQtlwcuWyuc { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.1875rem;top:29.243774414062rem;left:28.406251907349rem;overflow:hidden;display:block; }
#B6zNWnCTI8X5E3iE8OLFHaTEkCXhQ6Ar { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.1875rem;top:28.743774414062rem;left:35.875001907349rem;overflow:hidden;display:block; }
#fpm2PxBkAc4qUlp0k81b3pTQtq6M8Bax { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.1875rem;top:28.743750095367rem;left:43.717969894409rem;overflow:hidden;display:block; }
#zTNTGanQogaNOv8HsBbMC6iqz1cC4hsF { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.1875rem;top:28.743750095367rem;left:51.624998092651rem;overflow:hidden;display:block; }
#xDMJimdNDTdHz6RMo4Wuy3Nn7rupvnNT { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.125rem;top:38.930468559265rem;left:1.125rem;overflow:hidden;display:block; }
#CNFBgozCBTpddtyTCafJwDQk9kthpq48 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:6.375rem;top:38.930468559265rem;left:29.562501907349rem;overflow:hidden;display:block; }
#uUcPsboO4OJhSay24RlStFikq2x5iTZF { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:6.375rem;top:38.930468559265rem;left:40.125001907349rem;overflow:hidden;display:block; }
#evxH2XZS2yiPNgQR6EO7WiKbEUI5tZ9x { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:6.25rem;top:40.086718559265rem;left:20.750001907349rem;overflow:hidden;display:block; }
#tV6NDkrcAau5uSZaa7oT6nwgQNIIIwNx { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.125rem;top:38.930468559265rem;left:10.40625rem;overflow:hidden;display:block; }
#hqG7cu7VrdDzpSVFLQI4B0FQcJEwEHcv { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.3125rem;width:7.25rem;top:48.8125rem;left:8.75rem;overflow:hidden;display:block; }
#TgzLkPWuWlMWNzfZ5uLf1U3pUruzJuEm { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:6.375rem;top:38.930469512939rem;left:52.031248092651rem;overflow:hidden;display:block; }
#KQvTlEloOEFKlrGFvfsh0cllEfT7CK1D { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:7.25rem;top:48.84375rem;left:20.250001907349rem;overflow:hidden;display:block; }
#Llyl0OxtUFetaU2DO7VKsoNp39o9usgC { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:8.3125rem;top:48.84375rem;left:46.999219894409rem;overflow:hidden;display:block; }
#UJzykCF0q5E2XlsRXrVSqpnCOrWQa9O2 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:12.1875rem;top:49.625rem;left:31.937501907349rem;overflow:hidden;display:block; }
#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row .container { background-color: transparent; background-image: none; }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row .container > .video-iframe-container { display: none; }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row > .video-iframe-container { display: none; }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .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); }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row .container { border-width: 0; border-radius: 0; }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row > .video-iframe-container {  }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:block; }#JvIRv5R94u9okHUws7pL7PTz1eXXQRTs { color:#000000;display:block;width:52.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:2.9726572036743rem;left:3.8125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-form-header { font-size:0.75rem; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#ffffff;width:23.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.8125rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-text {padding-top: 0; padding-bottom: 0;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.8125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.8125rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-select {padding-top: 0; padding-bottom: 0;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -moz-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -ms-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -o-linear-gradient(13deg, #8c209d, #ff3fbe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c209d', endColorstr='#ff3fbe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c209d', endColorstr='#ff3fbe' );";background-image: linear-gradient(13deg, #8c209d, #ff3fbe);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#ffffff;width:23.8125rem;height:4.375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:22.625rem;overflow:hidden;font-style:normal;float:none; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-container:first-of-type{padding-top:0;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-container:last-of-type{padding-bottom:0;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #11162f, #2e117d);background-image: -moz-linear-gradient(180deg, #11162f, #2e117d);background-image: -ms-linear-gradient(180deg, #11162f, #2e117d);background-image: -o-linear-gradient(180deg, #11162f, #2e117d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );";background-image: linear-gradient(180deg, #11162f, #2e117d);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:16.843751907349rem;top:13.049987792969rem;z-index:100003;position:absolute; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.8125rem;display:block;vertical-align:top; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn {display:block;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #11162f, #2e117d);background-image: -moz-linear-gradient(180deg, #11162f, #2e117d);background-image: -ms-linear-gradient(180deg, #11162f, #2e117d);background-image: -o-linear-gradient(180deg, #11162f, #2e117d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );";background-image: linear-gradient(180deg, #11162f, #2e117d);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:16.843751907349rem;top:13.049987792969rem;z-index:100003;position:absolute; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #e7igihMqgxlxWU9FTZ2al3zSCeHpCz2p { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #t51aLByw4h8DaQNCCAuOhNgMD3uLoxm3 { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #ZbRHTiaO0kPuaTEHJCd8ZCQhhCiLAlLQ { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #KRuEu810eZ2gatQCQCvo4Pvp1z0LdH93 { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #fGxQor9Hfhr6hB06Ee1k7XKuLPWXEQ8J { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #LIDy7xzcvWOggoVBS7xhtRMXezkNkIyT { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #d4X0vkENTBnsZ1wuViCRIM8KfaEpoNcu { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #NuBIninNLCMBThRzZ3pf0oT86d66rqKS { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #rGr0h4Qo1hpxCzUhwMT7K4ChMaTXBFLa { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #iCeFpXHs81ilEQfbHMIIDHpcTAxCKHTy { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #Dn78GJxXobuGssJhXUTtyJ8hcitzagJL { position:relative; }
#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row .container { background-color: transparent; background-image: none; }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row .container > .video-iframe-container { display: none; }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row > .video-iframe-container { display: none; }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .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); }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row .container { border-width: 0; border-radius: 0; }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row > .video-iframe-container {  }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:60rem;position:relative;display:block; }#lC4voOcD4FhTAlegP9zk5TBbdgZBiyCa { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.625rem;width:21.8125rem;top:1.6562623977661rem;left:38.187501907349rem;overflow:hidden;display:block; }
#tR60GaoHHLsrkcwTpyE2U0oAHOnIfNvq { color:#000000;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:11.760912895202rem;left:0rem;height:28.6rem;display:block; }
#T6gnkhriHdFWMygtFgOhD9XPrqTHiKk8 { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:2.2234497070312rem;left:23.750001907349rem;height:3.575rem;font-style:normal;display:block; }
#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .row .container { background-color: transparent; background-image: none; }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .row .container > .video-iframe-container { display: none; }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .row > .video-iframe-container { display: none; }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .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); }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .row .container { border-width: 0; border-radius: 0; }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .row > .video-iframe-container {  }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .row .container { font-size:0.875rem;font-family:arial;height:119.375rem;width:60rem;position:relative;display:block; }#QGoJ7xs8QNmPcpJBzF7bBzCPyoveydbg { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.55859375rem;left:1.625rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4oiLvKdvuUcocTad2vmD3DC8x43A73G { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:18.375rem;left:10.14999961853rem;height:0;display:block; }
#tcRB8bS6nnbNZRTB3sPGJeMC4eMXLerC { position:absolute;display:block;z-index:100007;background-color:#ffdb15;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:95.1875rem;width:31.375rem;top:12.246887207031rem;left:13.78125rem;display:block; }
#Qk1tAlP7KdAlkLP5ndykJr84o5z3OFBT { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:13.887475252151rem;left:16.093751907349rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mfUZLGu8izNNexEJGHKLQKRZIO1BByWH { color:#000000;display:block;width:22rem;position:absolute;font-family:"open sans";font-size:3.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:24.885156393051rem;left:19.000001907349rem;height:4.30625rem;font-style:normal;display:block; }
#RnR9UBx7p1B16TTxAu3rR4oUmE8gRIKQ { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:32.692199707031rem;left:16.093751907349rem;height:1.3rem;font-style:normal;display:block; }
#CIKBn7TO7ocx8hvB023eph5z6f085yZG { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100010;line-height:2.1;letter-spacing:0;top:35.492140769959rem;left:16.093751907349rem;height:;font-style:normal;display:block; }#CIKBn7TO7ocx8hvB023eph5z6f085yZG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CIKBn7TO7ocx8hvB023eph5z6f085yZG li:before{  }
#TpFmrUlLJ7dcMvzwe0M57pXHChy1QlMu { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100011;line-height:2.1;letter-spacing:0;top:76.192920923231rem;left:14.843751907349rem;height:;font-style:normal;display:block; }#TpFmrUlLJ7dcMvzwe0M57pXHChy1QlMu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TpFmrUlLJ7dcMvzwe0M57pXHChy1QlMu li:before{  }
#dog4wk5n2RVFlWRpOMwuSeUqU6y56AKy { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:90.225000381469rem;left:24.750001907349rem;height:4.3875rem;display:block; }
#NimMqAKnbZxFHbwqWWJL7UNhc8NRixSE { color:#000000;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:97.806249618531rem;left:18.375001907349rem;height:4.55rem;font-style:normal;display:block; }
#TSPxzT7QgMLVNTSyNMyZ3ybNlrCZEPmQ { z-index:100015;top:104.56093597412rem;left:19.750001907349rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff0000, #ff7000);background-image: -moz-linear-gradient(216deg, #ff0000, #ff7000);background-image: -ms-linear-gradient(216deg, #ff0000, #ff7000);background-image: -o-linear-gradient(216deg, #ff0000, #ff7000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7000' );";background-image: linear-gradient(216deg, #ff0000, #ff7000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:2.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:4.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OMPtxQqxTTmspwCdV3hKzOGnXaFM2du9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#adu2PGgeJ85RePX2uUZUxB78NnL6oDWo { color:#000000;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:73.567138910294rem;left:16.093751907349rem;height:1.38125rem;font-style:normal;display:block; }
#Nh9IxzGtk1bCmoKUrUBoqTZTCHHd43Sr { color:#000000;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:21.747656345367rem;left:22.468751907349rem;height:2.4375rem;font-style:normal;display:block; }
#hH1pNhT6E1MbRpOpziMT8OQgak1ZH22R { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:94.731261253356rem;left:23.031251907349rem;height:2.4375rem;font-style:normal;display:block; }
#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:url("https://images.assets-landingi.com/x5GFGHgTgB4/unsplash/patrick-hendry-x5GFGHgTgB4-photo-1488767136043-c1eb91ca932d.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL.adaptive-delivery-prevent-bg, #yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL.lazyload, #yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL.lazyloading { background-image: none; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container { background-color: transparent; background-image: none; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container > .video-iframe-container { display: none; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row > .video-iframe-container { display: none; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .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); }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container { border-width: 0; border-radius: 0; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row > .video-iframe-container {  }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:60rem;position:relative;display:block; }#zDVCbTQ2Qym71R5eWzHmntHv1pZa8RHk { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.4539060592651rem;left:23.562501907349rem;height:3.98125rem;font-style:normal;display:block; }
#BF06bZCTXyMvZCmGehdOsusMBwtT3kTe { box-sizing:content-box;color:#ffffff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.8125rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:8.625rem;left:9.8367195129394rem;display:block; }
#nhzZTxuo9sG953m7TuTriHTM37ucvev5 { box-sizing:content-box;color:#ffffff;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:12.8125rem;left:15.274217605591rem;display:block; }
#T6fl0WTvXe694pBDyi77R3zeHr8HPJg6 { color:#ffffff;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:9.8562507629394rem;left:14.585939407349rem;height:2.35625rem;font-style:normal;display:block; }
#JZ7em71PWlspa1DeecufhNQHcf8eRmTk { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14rem;left:20.898439407349rem;height:3.25rem;font-style:normal;display:block; }
#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 { position:relative;display:block; }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 { background-color: transparent; background-image: none; }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .row .container > .video-iframe-container { display: none; }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .row > .video-iframe-container { display: none; }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .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); }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 { border-width: 0; border-radius: 0; }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .row .container > .video-iframe-container {  }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#c99HlZemCyGWR1MlrUIsHf0JqP7OaN73 { z-index:100002;top:0.84375rem;left:34.65468788147rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #0800fd, #5653b9);background-image: -moz-linear-gradient(216deg, #0800fd, #5653b9);background-image: -ms-linear-gradient(216deg, #0800fd, #5653b9);background-image: -o-linear-gradient(216deg, #0800fd, #5653b9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0800fd', endColorstr='#5653b9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0800fd', endColorstr='#5653b9' );";background-image: linear-gradient(216deg, #0800fd, #5653b9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qL5imh4sznay71xAvak4cxT5xtsqUGhs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dy3J4gLXUKuVu7427DCUnSnQvsiEkRmM { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.5062522888184rem;left:21.21249961853rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV { display:block; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHN4wMLF0FnOooyI7gyxFrHaEuxFLskp { top:9.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIN6eDBVJEn2lIW9HpI9qD26MHNcSUIl { top:14.3125rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQKuhablmsBZyKGtt49BAbkwvBGBmaLl { top:32.1875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQWRV5pcRNKTcK3hIyTZP2Lmvu5kpV5S { top:2.9375rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7q9TARLCPo8DQZFXCT7RFxRETPluOkJ { display:block; }
 }@media only screen and (max-width: 763px) { #EGuaohH04CWyS86DXMwcebT3aTX34ixu { top:2.9375rem;left:21.875001907349rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvdIEEDWmdwGCig7L8dtnqkpMQBNO6OL { display:block; }
 }@media only screen and (max-width: 763px) { #TKly7z4oPStKgcT8wZQgRnOx8kPZUNvB { top:2.9375rem;left:35.25rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvCTNKDu3TmuzhiC5MBZkR0HvNFThHFu { display:block; }
 }@media only screen and (max-width: 763px) { #Q0SmNk7td3P1QE5J3xyaxN7sLEFcIw1i { top:2.9375rem;left:7.8125rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGXQb8xQGhZK8F324mNog8MZ4iy54lw0 { display:block; }
 }@media only screen and (max-width: 763px) { #gaIA8F6ToACA11T2orf1EmOHUTziTTe7 { display:block; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsfZRTLRRhPiy4TC5mGGQsZ8UJ0NAIDx { top:4.0625rem;left:0rem;width:47.75rem;height:18.8125rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe { display:block; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlRuKM4qaRaVm4GOmVU246UG0Rfo2UuL { top:2.125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5E0V1ly2Kuas5Frbs8AqV72CGJo5QSd { top:13.5625rem;left:0rem;width:47.75rem;height:26.789610389611rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDE898cNLbXNDkDkrblxesnolm4PHo82 { display:block; }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maCmMip6Sf5DemkzNngDxUxJcCZyPgZP { top:8.6875rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc1NTWLi2fSHpbfbgJldA5VcyFtglQd3 { top:20.8125rem;left:14.937501907349rem;width:17.875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4F92mgHkD6l29d6Lnk7QxAGu9tf0fd5 { display:block; }
 }@media only screen and (max-width: 763px) { #awZmaGM2TsKlHJSmAmsWIhmNn6If2wuo { top:2.8125rem;left:4.40625rem;width:38.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvkRTTe58KZtp6E2LJRPETcZ0eySbPnH { top:11.5rem;left:0rem;width:47.75rem;height:18.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZAxdzG7hkEnqLDtShAn1UGs62Tv1U3L { top:42.8125rem;left:5.625rem;width:42.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ4WolDFsef4vaiBCgHb4eTTrRvsSkcf { top:1.8125rem;left:7.0625rem;width:33.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEt8idIpbHKFd881BPyDRMGr77ihL1nf { top:35.0625rem;left:13.5625rem;width:34.1875rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 { display:block; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnV76HaXwVFWeaDTanABw5WnkXzgkKah { top:1.5625rem;left:0rem;width:39.75rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgEhrhOKv1IwkyCOibbTVtzImCZMTghn { top:8.5625rem;left:0rem;width:47.75rem;height:22.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7I5tQFeUiZPiA5FpWiLsta8ikXq2BkT { top:17.5625rem;left:0rem;width:6.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN0UycaUGHD75QnwfTr9OlJJBE5Z1UqT { top:9.75rem;left:0rem;width:6.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUO5wSbJKTN7Zp381fO8yTlZkqEyO80Z { top:26.25rem;left:0rem;width:6.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI { display:block; }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuPv4yRnn95p31bMn1hTLPuomMWRgTFZ { top:12.8125rem;left:0rem;width:47.625rem;height:26.710633626098rem;display:block; }
 }@media only screen and (max-width: 763px) { #auVT6ShaKvlsTX9QbnJQaGiQKNB71oDe { top:3.25rem;left:1.53125rem;width:44.6875rem;height:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 { display:block; }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLS5JvurAXfz70RolkbagqtKL0PxdTfQ { top:0.5rem;left:8.7812519073488rem;width:36.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqaS5uFyBBrzohh8llAVRzXxBXo6maLL { top:6.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIVhs4dkk3uL8nbhSqWtCgmIHzNvTIeu { top:5.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRQkrOm3LyTggJCi3aaJTWZKFC1imfk6 { top:10.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6iJkAgIUBXTZmR64lVCxSnD3yzQuTFs { top:48.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8PevXdlI4aK3LTSL9NttolUWHXMBMeD { top:15.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbFWRU60zdW1TQybP7yKNf6DK8tP2ug8 { top:42.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0yPdRhTMhB9sFIfofKr5lGrxhGnVcSH { top:20.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylhIgkwCmpQ6WBX9MuvqSbeVstOU0L1r { top:37.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3364dezol8ZXHw2RqdVw8FewXVhRfQv { top:26.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8bA6DAvAaxUEMPTncSPhn9aDcdwgEMR { top:31.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ136EhIVLFpOxUhIfAbsB5Cwuh7oSDS { top:53.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzU0eHSRm046z7UlfLLIN4r7qWN6Ziep { top:58.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaK54XONAnz5aTTU5lnQeJMlsoiGs3hz { top:69.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4IUhvN1sPClgrD7iMgr1hrB8HLoGNnm { top:15.75rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUTLvHyNQaDFcGyIxWzBkTnXwqelZ9u0 { top:64.8125rem;left:0rem;width:46.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHSx7yGnMn2uGiBbu50SAEf7Tb1IVJfN { top:26.625rem;left:0rem;width:46.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZMQpTDuoibKQ8tnEI5QHXbCmq971IBy { top:32.0625rem;left:0rem;width:46.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLmVUORdl9Gz0k5FrF02VOoRaqeWuEuU { top:37.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GABZy1BWo1zXTAVe3KWbtOGf6IJRavg0 { top:43.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWZ1cpkU1fBoTEwMMA9gC3HTsaPquebQ { top:53.9375rem;left:0rem;width:47.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb33VTccRq4qzKR3ymwvnGRTDHI58My0 { top:48.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5RVUBDuWMIp4oAOPP9WV7n7QeWfTkA1 { top:58.0625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGgaX0mKLPEQKUAlL8BU4EWBLJ2cx1eI { top:64.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShSLxgMTxK6SZk1W7KQvzCy6pA3zgVNO { top:10.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBgu7q8owzCTRy8ZwUgNIZFXk7MGhN0w { top:68.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVruPRcQQOOpHscR9zL7gDxtIs17D8f { top:21.4375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw { display:block; }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fs3ZC5d4Tzu6VqTMySetxc3oSEzgS7Hf { top:2.8125rem;left:11.15468788147rem;width:23.6875rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX5mnGvns9QmPgJJabl6Hk43Q9JZmzKU { top:9.1875rem;left:7.875rem;width:34.0625rem;height:4.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPvpLrEKxA3DkadVI0o2RGZ68Txf82xP { top:15.25rem;left:1.875rem;width:45.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZzeTQ0fHfM54TZxbIFAVG2Wak5b3CLp { top:22rem;left:2.7171878814698rem;width:40.5625rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crg9A6xqrTdGlPRXz8wQHfLq0Fw4R0Sf { top:34.0625rem;left:4.46875rem;width:40.5625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4OpRfXe60op9LWPS8oFBHK7WpF3b4qT { top:40.6875rem;left:11.312501907349rem;width:27.4375rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3qF25slrgPV0ZmtdX2xADyZzJ8RxDpB { top:45.125rem;left:17.843751907349rem;width:13.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLeZGxK3SOJpqeteLNH44RZaPOoWRDSy { display:block; }
 }@media only screen and (max-width: 763px) { #PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk { display:block; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yePDSU9644k5DgpXG43OgKk3AUMbhRPQ { top:1.6875rem;left:0rem;width:47.75rem;height:10.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgHWil96NICP4p6p0NMU9Pmnzvx3Tf73 { top:7.6875rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUDssG6r8fLP0GDXOiayN4VWItnurO6Q { top:19.8125rem;left:17.718751907349rem;width:13.6875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq9avkWaq2boMWfHcTzn2RaCnL3kL0fn { top:26.4375rem;left:4.65625rem;width:39.8125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seD53F8lqaZ22O2cxGMuGV0b5Nb70mm8 { top:23.5rem;left:13.781251907349rem;width:21.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oswCiPQ4oIO4FFDnvmZR6naWC7TbXq4Q { top:19.75rem;left:15.812501907349rem;width:16.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl9fhdpccb3vnoD9xTNCUcCdvV3EzhZH { top:26.3125rem;left:3.8367195129394rem;width:41.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyG4eZvh0IPRnLEE2CNaVeGq4GE3Tiw0 { top:3.5625rem;left:0rem;width:9rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvv3rRZX7KaOuPLL2u2gdw19WkAX7qlz { top:3.3125rem;left:40rem;width:7.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR5f2FCraA9tzeMPqQ62g9rmSxfTnTQ7 { top:33.75rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUhhnlD2dKZ2oBXn4t5PK8TCELwKsynI { top:3.6875rem;left:0rem;width:0.125rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoWfp3RXQcNHHg8x6MwRx40sxxrucohI { top:3.5625rem;left:47.625rem;width:0.125rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 { display:block; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McC3Q3A9ZgHXC1ZGJfWfU8lfCXu4AQvg { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqW7Av0cDfC0N9qOFVd18txqWnMVHx32 { top:13.3125rem;left:0rem;width:28.5rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMMxyI72BWRMSCM5maN04WMb5cV8n8vD { top:13.3125rem;left:19.125rem;width:28.5rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm { display:block; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbRbfWF9ytPsIl1PvdDpQB4zCQcKV96z { top:1.6875rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WonlSoGFMf7oOHwLTz58GcTOCDlbyUel { top:9.3125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL0nLh4m38Xguc9rn377AsnhQGxedEw1 { top:15.8125rem;left:0rem;width:23.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzRiBt2SVdO6m6z0UfQ4iEoPAOzNicJD { top:26.25rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDuXZgKBnh2tFeZUtv1W5akOtVBgeLf { top:21.4375rem;left:0rem;width:35.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0LtNwbITUOK0MsV9UXUVIF1isuDHa1T { top:15.125rem;left:0rem;width:5.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuVru0dgM4DLfffqeV55QqwnrizS59yK { top:20.75rem;left:0rem;width:5.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUqZMmURN32FPBUgAKQyrmU3XT3xWpm7 { top:26.4375rem;left:0rem;width:5.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXcEAOkch20Im8QwCueStrUnyRrIg95U { top:32.3125rem;left:0rem;width:5.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpQ0wFwG3oyEDfBVPKZUXSq7R1zbBJsy { top:33.0625rem;left:0rem;width:30.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWZrud4Akesoz51VGuZOeOwJC0uyf5qm { display:block; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bN3i8s5AmmzbW7AzQ6Wkm04J2k2OCeUM { top:9.1875rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTywHAf1qZxaH07rrKg4a1MymvZ3vQ13 { top:0.8125rem;left:8.8437519073488rem;width:30.0625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu { display:block; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzMCXzJQUaZaF99P9lw6yiHgCzBfJGxw { top:1.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdem11fmNOz7vvwTuNBQXTaOaf9xlXH9 { top:18.375rem;left:4.0249996185303rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrcAHTd1GJ43TQEnWDImpSbdQThin0Cy { top:12.1875rem;left:7.65625rem;width:31.375rem;height:95.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS8MWvXWbQopzh9ZZAaOQzrzwTsIBXvV { top:13.875rem;left:9.9687519073488rem;width:27.8125rem;height:4.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOq0OqSO8lmvQz8kmsiFcStqNh5AB0zz { top:23.75rem;left:13.125001907349rem;width:21.5rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGszWzsCZPUotvp9hae9A09GS940tauq { top:30.625rem;left:9.9687519073488rem;width:24.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKGzNS5BGRyKreL1DqByqWvVvef97D8s { top:33.375rem;left:9.9687519073488rem;width:23.6875rem;height:35.1875rem;font-size:1.1875rem;display:block; }#vKGzNS5BGRyKreL1DqByqWvVvef97D8s li:before{  }
 }@media only screen and (max-width: 763px) { #vgxyfZdJcsFOsEWyKtExEIxelPNBJyw6 { top:73.625rem;left:8.7187519073488rem;width:23.6875rem;height:;font-size:0.9375rem;display:block; }#vgxyfZdJcsFOsEWyKtExEIxelPNBJyw6 li:before{  }
 }@media only screen and (max-width: 763px) { #UCNHSni8goI12SyhHIoO94LHX7awvT5m { top:90.1875rem;left:18.625001907349rem;width:9.4375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buGbFozTnOlrO0dF2H1c8PnZk7KgdMAH { top:96.5rem;left:11.500001907349rem;width:23.6875rem;height:4.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZxAnHUcCcptxJxxreiagDrRizhBkVXX { top:105.3125rem;left:13.625001907349rem;width:20.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX4G7rme0WMwP2de5uaCTozGkAiREhsI { display:block; }
 }@media only screen and (max-width: 763px) { #S5lpH23IW5ME5fFWaqcIezUPQaP7J8Lz { top:71.0625rem;left:9.9687519073488rem;width:5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA6xgaciT5oTVnTXk4uPrTPUE5WFvWOc { top:20.3125rem;left:16.406251907349rem;width:13.875rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVv6V7UTgsh8XDTrZGiq3F3l6FZIstv2 { top:94.125rem;left:16.375001907349rem;width:13.9375rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 { display:block; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTOn2eeVONh1CIQzQR6qx0a8dM638stf { top:2.625rem;left:0rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcMgkwuAC1FvutZd2iPVxALpc1805EZF { top:15.5625rem;left:1.5625rem;width:17.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdEOUCJbLbTyFhnmbmDeXOm94sd7P9Zt { top:2.625rem;left:25.218751907349rem;width:7.6875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIOHt1JcE8hV5FdSnqAiKskzxhvT1zlA { top:3.3125rem;left:27rem;width:20.75rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeQXQUtgg8UNevbOltsn9N8JHV6ncPm0 { top:14.9375rem;left:29.8125rem;width:17.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7FU7zo6VXIvxQApwA52GDyTwwNUhxO { top:20.375rem;left:0rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5mDlodWPm0VZ9fAXxWu6w9bOIoxPan8 { top:21.625rem;left:1.5625rem;width:20.75rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysOX859cBykT6fal9TWKoXxDVGh2m64c { top:35.0625rem;left:1.5625rem;width:9.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEIa4EJwpwLfJxAKQaxMRGTtI9C6h7dc { top:20.375rem;left:24.156251907349rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrMIEehtcM33PqOe5EPqh67G5N7sq0oF { top:21.5625rem;left:27rem;width:20.75rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRXctZh3K75aOb4p1OgglohraTn2CUHa { top:35.0625rem;left:29.8125rem;width:17.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT7TNgJctSthUHWCgLMglyaQnzPUyGbX { top:1.0625rem;left:0rem;width:29.625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOUWZ0V4Z9IRGRJhW9TnQAiEfRl6o3ed { top:1.0625rem;left:18.125rem;width:29.625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf7X8zLAs3gqDS3vSQFqTd2skW7JvWVO { top:19.875rem;left:0rem;width:29.625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGbBtVv8zreXoc5SH3ywZFzmSp7HPTar { top:19.8125rem;left:18.125rem;width:29.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDmyN8yDPZH7R143TStzQR5lbxzUdrES { top:0.375rem;left:16.964845657349rem;width:5.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuXvhLl3Bk8Vyy0Dc1C6PHXk1nGMgJMQ { top:0.375rem;left:42.3125rem;width:5.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEkvZgA9Q0ZL0oAmMIwZotcWdRfAUlkF { top:19.1875rem;left:16.937501907349rem;width:5.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnzELayf1CQdqiEyDHiwBPMJ8wf6Op3y { top:19.1875rem;left:42.3125rem;width:5.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyAVGu1ouTA6LmbQdt7AkG8xMvS3r3Fr { top:9.75rem;left:0rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0JZIwMEbFK98DUFgnKpPAbbn5GAO9is { top:27.375rem;left:0rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGhv3ZxCymR1iD9vVMJ2aAXmzpz6iukQ { top:27.375rem;left:25.218751907349rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gllCbuZ9Ee6rQbqdPwWbEKuxVN0slyFG { top:9.75rem;left:26.250001907349rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6MscN40oeQXtEy4c15iaEgWeHaqZJ1n { top:2.625rem;left:1.5625rem;width:20.75rem;height:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #schq0kVvFCPlut0M1p1yKSiiTN1X01N8 { top:39.875rem;left:9.0625019073488rem;width:29.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA1ogBZH56ih5UAoRN07RscX9XZG4urL { top:42.1875rem;left:17.625001907349rem;width:20.75rem;height:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #blf5PQkK0O6sINCQBMQuQ7GTG50xbKth { top:40.8125rem;left:9.3398456573488rem;width:7.6875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSLzvcrLD5FppXlP9ZT9xORW70DIoU3n { top:39.125rem;left:33.125001907349rem;width:5.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0Jrn3CTIuXohiT5oOcaxc3hx5B57NTG { top:54.25rem;left:17.625001907349rem;width:17.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfdQkzWNwuP9Fqlhk3OqVMKeoRzTWc2u { top:46.6875rem;left:10.027345657349rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB { display:block; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZhPMRbUcUznlkxs8mwPa4XBmkoWfNLg { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0QrXfR2iiddVNpawE2JEXAkSNSLIpFn { top:13.3125rem;left:0rem;width:28.5rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGMOb0KfpQFdHuGfB9wOzEvg1QwlvZ4 { top:13.3125rem;left:19.125rem;width:28.5rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #A34LzJOFFQMfwE5uB7DruhkActN26DpT { display:block; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmGX0qRgH8ycfbbBB5G4f4tyAJWxETwx { top:2rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUrRX91OZx21pGInF7TWwBzHJ19NRlt6 { top:11.9375rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFzecsiX6vlB0vGT3TfMpBtgtcp2FSJT { top:11.9375rem;left:14.218751907349rem;width:9rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g42s5hQ1eHD1W8pLGayro6KD3C7d9gpF { top:11rem;left:27.375001907349rem;width:11rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCbcTclkkGeQ6V6HbJbDJ4nmqCpOHAiw { top:10.125rem;left:36.875rem;width:10.875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yulZhvcEZbiX3LO1owFWQLcVAmUldeHP { display:block; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q354sQJ4cBOLokUMUqMsKEf8NHVMu2Wx { top:1.1875rem;left:16.937501907349rem;width:13.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtkKmovFEXmSw8MXp5hPL943X1Ta1JRA { top:8.0625rem;left:0rem;width:4.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvN3im2xK6KTW5gRuLEm2WwvTmFB52QK { top:7.6875rem;left:36.25rem;width:11.5rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtciv2QvqQimxy3XTmf3AK51kT7x2Wa8 { top:7.25rem;left:10.375001907349rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKZiEhKJ9K0OxVUVuEAyFTy06NfxrFpH { top:18.5625rem;left:3.625rem;width:6.1875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOfLuQ89gHeGJ3PKk4X5Twh6ukc1vAi6 { top:7.9375rem;left:18.812501907349rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTd5yhgiXPZxrMS9MCGf4tiAAmFACCEM { top:8.5rem;left:27.062501907349rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT6xEaslmzBwi1gDd6iHNixTT6IB1eXi { top:19rem;left:12.500001907349rem;width:3.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyyT0orfLGuMgXTwqfulJKsxTa3pTKUA { top:8.0625rem;left:4.28125rem;width:4.875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR52Tegqv3UGlrblKV2NPEV6QNp3TTEb { top:17.875rem;left:0rem;width:9.375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI7ih7N2klTUbTfRzGb0ngwIGSxkTvOl { top:7.9375rem;left:35.125001907349rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHgqcsbWOKuy6EPu5i0cSCK8MT63e0gU { top:17.9375rem;left:18.000001907349rem;width:7.8125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuPzXVvvmTTuLSKNeIhmkn8qNifed6gB { top:18.5rem;left:27.062501907349rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGwkXGa8B3sO0Z2qmFeAKaTHoB5vZyTR { top:18.4375rem;left:35.125001907349rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt9dAsrv14OQxpi856FnVdCxTmP1k543 { top:18.4375rem;left:41.5625rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORuKFtTM3A4yCGTdsSC1E2fFVwGN5WSP { top:29.1875rem;left:0rem;width:6.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcTHTQxzaDLL53hOmHq5WAPpDqvtpMbB { top:29.1875rem;left:4.25rem;width:4.9375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1TknEHIHDkQS95BiMx2ffkEcWLFf5d1 { top:30.125rem;left:12.500001907349rem;width:8.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbIp30CEvo518I0nd3ssykQtlwcuWyuc { top:29.1875rem;left:22.281251907349rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6zNWnCTI8X5E3iE8OLFHaTEkCXhQ6Ar { top:28.6875rem;left:29.750001907349rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpm2PxBkAc4qUlp0k81b3pTQtq6M8Bax { top:28.6875rem;left:37.592969894409rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTNTGanQogaNOv8HsBbMC6iqz1cC4hsF { top:28.6875rem;left:40.5625rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDMJimdNDTdHz6RMo4Wuy3Nn7rupvnNT { top:38.875rem;left:0rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNFBgozCBTpddtyTCafJwDQk9kthpq48 { top:38.875rem;left:23.437501907349rem;width:6.375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUcPsboO4OJhSay24RlStFikq2x5iTZF { top:38.875rem;left:34.000001907349rem;width:6.375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evxH2XZS2yiPNgQR6EO7WiKbEUI5tZ9x { top:40.0625rem;left:14.625001907349rem;width:6.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV6NDkrcAau5uSZaa7oT6nwgQNIIIwNx { top:38.875rem;left:4.28125rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqG7cu7VrdDzpSVFLQI4B0FQcJEwEHcv { top:48.8125rem;left:2.625rem;width:7.25rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzLkPWuWlMWNzfZ5uLf1U3pUruzJuEm { top:38.875rem;left:41.375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQvTlEloOEFKlrGFvfsh0cllEfT7CK1D { top:48.8125rem;left:14.125001907349rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llyl0OxtUFetaU2DO7VKsoNp39o9usgC { top:48.8125rem;left:39.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJzykCF0q5E2XlsRXrVSqpnCOrWQa9O2 { top:49.625rem;left:25.812501907349rem;width:12.1875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD { display:block; }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvIRv5R94u9okHUws7pL7PTz1eXXQRTs { top:2.9375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-regular-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-text { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-text {padding-top: 0; padding-bottom: 0;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-textarea { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-select { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-select {padding-top: 0; padding-bottom: 0;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-button { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-checkbox-label { width:22.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn  { width:23.8125rem;height:auto;top:13rem;left:10.718751907349rem; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .radio-container { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn {display:block;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn { width:23.8125rem;height:auto;top:13rem;left:10.718751907349rem; }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #e7igihMqgxlxWU9FTZ2al3zSCeHpCz2p {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #t51aLByw4h8DaQNCCAuOhNgMD3uLoxm3 {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #ZbRHTiaO0kPuaTEHJCd8ZCQhhCiLAlLQ {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #KRuEu810eZ2gatQCQCvo4Pvp1z0LdH93 {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #fGxQor9Hfhr6hB06Ee1k7XKuLPWXEQ8J {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #LIDy7xzcvWOggoVBS7xhtRMXezkNkIyT {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #d4X0vkENTBnsZ1wuViCRIM8KfaEpoNcu {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #NuBIninNLCMBThRzZ3pf0oT86d66rqKS {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #rGr0h4Qo1hpxCzUhwMT7K4ChMaTXBFLa {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #iCeFpXHs81ilEQfbHMIIDHpcTAxCKHTy {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #Dn78GJxXobuGssJhXUTtyJ8hcitzagJL {  }
 }@media only screen and (max-width: 763px) { #bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx { display:block; }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC4voOcD4FhTAlegP9zk5TBbdgZBiyCa { top:1.625rem;left:25.9375rem;width:21.8125rem;height:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR60GaoHHLsrkcwTpyE2U0oAHOnIfNvq { top:11.75rem;left:0rem;width:39rem;height:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gnkhriHdFWMygtFgOhD9XPrqTHiKk8 { top:2.1875rem;left:17.625001907349rem;width:12.6875rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn { display:block; }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGoJ7xs8QNmPcpJBzF7bBzCPyoveydbg { top:1.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4oiLvKdvuUcocTad2vmD3DC8x43A73G { top:18.375rem;left:4.0249996185303rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcRB8bS6nnbNZRTB3sPGJeMC4eMXLerC { top:12.1875rem;left:7.65625rem;width:31.375rem;height:95.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk1tAlP7KdAlkLP5ndykJr84o5z3OFBT { top:13.875rem;left:9.9687519073488rem;width:27.8125rem;height:4.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfUZLGu8izNNexEJGHKLQKRZIO1BByWH { top:24.875rem;left:12.875001907349rem;width:22rem;height:4.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnR9UBx7p1B16TTxAu3rR4oUmE8gRIKQ { top:32.6875rem;left:9.9687519073488rem;width:24.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIKBn7TO7ocx8hvB023eph5z6f085yZG { top:35.4375rem;left:9.9687519073488rem;width:23.6875rem;height:35.1875rem;font-size:1.1875rem;display:block; }#CIKBn7TO7ocx8hvB023eph5z6f085yZG li:before{  }
 }@media only screen and (max-width: 763px) { #TpFmrUlLJ7dcMvzwe0M57pXHChy1QlMu { top:76.1875rem;left:8.7187519073488rem;width:23.6875rem;height:;font-size:0.9375rem;display:block; }#TpFmrUlLJ7dcMvzwe0M57pXHChy1QlMu li:before{  }
 }@media only screen and (max-width: 763px) { #dog4wk5n2RVFlWRpOMwuSeUqU6y56AKy { top:90.1875rem;left:18.625001907349rem;width:9.4375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NimMqAKnbZxFHbwqWWJL7UNhc8NRixSE { top:97.75rem;left:12.250001907349rem;width:23.25rem;height:4.5rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSPxzT7QgMLVNTSyNMyZ3ybNlrCZEPmQ { top:104.5rem;left:13.625001907349rem;width:20.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMPtxQqxTTmspwCdV3hKzOGnXaFM2du9 { display:block; }
 }@media only screen and (max-width: 763px) { #adu2PGgeJ85RePX2uUZUxB78NnL6oDWo { top:73.5625rem;left:9.9687519073488rem;width:5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh9IxzGtk1bCmoKUrUBoqTZTCHHd43Sr { top:21.6875rem;left:16.343751907349rem;width:14rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH1pNhT6E1MbRpOpziMT8OQgak1ZH22R { top:94.6875rem;left:16.906251907349rem;width:13.9375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL { display:block; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDVCbTQ2Qym71R5eWzHmntHv1pZa8RHk { top:3.4375rem;left:17.437501907349rem;width:12.875rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF06bZCTXyMvZCmGehdOsusMBwtT3kTe { top:8.625rem;left:3.7117195129394rem;width:4.75rem;height:4.8125rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhzZTxuo9sG953m7TuTriHTM37ucvev5 { top:12.8125rem;left:9.1492176055906rem;width:5.625rem;height:5.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6fl0WTvXe694pBDyi77R3zeHr8HPJg6 { top:9.8125rem;left:8.4609394073488rem;width:20.75rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ7em71PWlspa1DeecufhNQHcf8eRmTk { top:14rem;left:14.773439407349rem;width:23.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 { display:block; }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c99HlZemCyGWR1MlrUIsHf0JqP7OaN73 { top:0.8125rem;left:28.52968788147rem;width:11.3125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL5imh4sznay71xAvak4cxT5xtsqUGhs { display:block; }
 }@media only screen and (max-width: 763px) { #Dy3J4gLXUKuVu7427DCUnSnQvsiEkRmM { top:1.5rem;left:15.08749961853rem;width:9.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV { background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/pO1hn6fJ/Untitled_design_2021_07_24T183911.971.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV.adaptive-delivery-prevent-bg, #KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV.lazyload, #KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV.lazyloading { background-image: none; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container { background-color: transparent; background-image: none; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container > .video-iframe-container { display: none; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row > .video-iframe-container { display: none; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .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); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container { border-width: 0; border-radius: 0; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row > .video-iframe-container {  }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHN4wMLF0FnOooyI7gyxFrHaEuxFLskp { width:20rem;height:2.4rem;top:22.837501287461rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIN6eDBVJEn2lIW9HpI9qD26MHNcSUIl { width:20rem;height:12.1875rem;top:27.424999237061rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQKuhablmsBZyKGtt49BAbkwvBGBmaLl { width:18.5rem;height:4.55rem;top:41.3125rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQWRV5pcRNKTcK3hIyTZP2Lmvu5kpV5S { top:1.25rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7q9TARLCPo8DQZFXCT7RFxRETPluOkJ { display:block; }
 }@media only screen and (max-width: 763px) { #EGuaohH04CWyS86DXMwcebT3aTX34ixu { top:11.6875rem;left:3.7499998807907rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvdIEEDWmdwGCig7L8dtnqkpMQBNO6OL { display:block; }
 }@media only screen and (max-width: 763px) { #TKly7z4oPStKgcT8wZQgRnOx8kPZUNvB { top:17rem;left:3.7499998807907rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvCTNKDu3TmuzhiC5MBZkR0HvNFThHFu { display:block; }
 }@media only screen and (max-width: 763px) { #Q0SmNk7td3P1QE5J3xyaxN7sLEFcIw1i { top:6.8875002861025rem;left:3.7499998807907rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGXQb8xQGhZK8F324mNog8MZ4iy54lw0 { display:block; }
 }@media only screen and (max-width: 763px) { #gaIA8F6ToACA11T2orf1EmOHUTziTTe7 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container { background-color: transparent; background-image: none; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container > .video-iframe-container { display: none; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row > .video-iframe-container { display: none; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .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); }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container { border-width: 0; border-radius: 0; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row > .video-iframe-container {  }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsfZRTLRRhPiy4TC5mGGQsZ8UJ0NAIDx { width:20rem;height:10.96875rem;top:2.1062498092651rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container { background-color: transparent; background-image: none; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container > .video-iframe-container { display: none; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row > .video-iframe-container { display: none; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .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); }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container { border-width: 0; border-radius: 0; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row > .video-iframe-container {  }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlRuKM4qaRaVm4GOmVU246UG0Rfo2UuL { width:20rem;height:6.58125rem;top:2.1062498092651rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5E0V1ly2Kuas5Frbs8AqV72CGJo5QSd { height:11.25rem;width:20rem;top:9.9367188021544rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDE898cNLbXNDkDkrblxesnolm4PHo82 { display:block; }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maCmMip6Sf5DemkzNngDxUxJcCZyPgZP { width:20rem;height:11.475rem;top:7.1625013351437rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc1NTWLi2fSHpbfbgJldA5VcyFtglQd3 { top:21.300000190735rem;left:1.0625rem;width:17.875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4F92mgHkD6l29d6Lnk7QxAGu9tf0fd5 { display:block; }
 }@media only screen and (max-width: 763px) { #awZmaGM2TsKlHJSmAmsWIhmNn6If2wuo { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container {  }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvkRTTe58KZtp6E2LJRPETcZ0eySbPnH { width:20rem;height:29.925rem;top:7.7rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZAxdzG7hkEnqLDtShAn1UGs62Tv1U3L { width:20rem;height:0;top:43.5375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ4WolDFsef4vaiBCgHb4eTTrRvsSkcf { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEt8idIpbHKFd881BPyDRMGr77ihL1nf { width:20rem;height:3.4125rem;top:38.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PC3Y3PmC/Untitled_design_77_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5.adaptive-delivery-prevent-bg, #O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5.lazyload, #O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5.lazyloading { background-image: none; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container { background-color: transparent; background-image: none; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container > .video-iframe-container { display: none; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row > .video-iframe-container { display: none; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .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); }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container { border-width: 0; border-radius: 0; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row > .video-iframe-container {  }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnV76HaXwVFWeaDTanABw5WnkXzgkKah { width:20rem;height:5.0375rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgEhrhOKv1IwkyCOibbTVtzImCZMTghn { width:20rem;height:61.2rem;top:11.912500143051rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #x7I5tQFeUiZPiA5FpWiLsta8ikXq2BkT { width:6.0625rem;height:3.3125rem;top:48.037491798401rem;left:6.3437498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN0UycaUGHD75QnwfTr9OlJJBE5Z1UqT { width:6.0625rem;height:3.3125rem;top:7.5375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUO5wSbJKTN7Zp381fO8yTlZkqEyO80Z { width:6.0625rem;height:3.3125rem;top:30.162503242493rem;left:6.3437498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI { display:block; }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuPv4yRnn95p31bMn1hTLPuomMWRgTFZ { height:11.146957340025rem;width:19.875rem;top:10.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #auVT6ShaKvlsTX9QbnJQaGiQKNB71oDe { width:20rem;height:7.8rem;top:0.74921607971194rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 { display:block; }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row .container { width:20rem;height:118.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLS5JvurAXfz70RolkbagqtKL0PxdTfQ { width:20rem;height:5.0375rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NqaS5uFyBBrzohh8llAVRzXxBXo6maLL { width:20rem;height:2.6rem;top:11.9125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VIVhs4dkk3uL8nbhSqWtCgmIHzNvTIeu { width:3.125rem;height:3.125rem;top:7.5375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRQkrOm3LyTggJCi3aaJTWZKFC1imfk6 { width:3.125rem;height:3.125rem;top:15.7625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6iJkAgIUBXTZmR64lVCxSnD3yzQuTFs { width:3.125rem;height:3.125rem;top:73.3375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8PevXdlI4aK3LTSL9NttolUWHXMBMeD { width:3.125rem;height:3.125rem;top:23.9875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbFWRU60zdW1TQybP7yKNf6DK8tP2ug8 { width:3.125rem;height:3.125rem;top:65.1125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0yPdRhTMhB9sFIfofKr5lGrxhGnVcSH { width:3.125rem;height:3.125rem;top:32.2125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylhIgkwCmpQ6WBX9MuvqSbeVstOU0L1r { width:3.125rem;height:3.125rem;top:56.8875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3364dezol8ZXHw2RqdVw8FewXVhRfQv { width:3.125rem;height:3.125rem;top:40.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8bA6DAvAaxUEMPTncSPhn9aDcdwgEMR { width:3.125rem;height:3.125rem;top:48.6625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ136EhIVLFpOxUhIfAbsB5Cwuh7oSDS { width:3.125rem;height:3.125rem;top:81.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzU0eHSRm046z7UlfLLIN4r7qWN6Ziep { width:3.125rem;height:3.125rem;top:91.0875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaK54XONAnz5aTTU5lnQeJMlsoiGs3hz { width:20rem;height:2.6rem;top:105.07500457764rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h4IUhvN1sPClgrD7iMgr1hrB8HLoGNnm { width:20rem;height:2.6rem;top:28.3625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OUTLvHyNQaDFcGyIxWzBkTnXwqelZ9u0 { width:20rem;height:2.6rem;top:36.5875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHSx7yGnMn2uGiBbu50SAEf7Tb1IVJfN { width:20rem;height:2.6rem;top:114.31171989441rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZMQpTDuoibKQ8tnEI5QHXbCmq971IBy { width:20rem;height:2.6rem;top:53.0375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eLmVUORdl9Gz0k5FrF02VOoRaqeWuEuU { width:20rem;height:2.6rem;top:61.2625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GABZy1BWo1zXTAVe3KWbtOGf6IJRavg0 { width:20rem;height:2.6rem;top:69.4875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWZ1cpkU1fBoTEwMMA9gC3HTsaPquebQ { width:20rem;height:2.6rem;top:85.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gb33VTccRq4qzKR3ymwvnGRTDHI58My0 { width:20rem;height:2.6rem;top:77.7125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5RVUBDuWMIp4oAOPP9WV7n7QeWfTkA1 { width:20rem;height:3.9rem;top:95.4625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XGgaX0mKLPEQKUAlL8BU4EWBLJ2cx1eI { width:3.125rem;height:3.125rem;top:101.13750457764rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShSLxgMTxK6SZk1W7KQvzCy6pA3zgVNO { width:20rem;height:2.6rem;top:19.836719036103rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LBgu7q8owzCTRy8ZwUgNIZFXk7MGhN0w { width:3.125rem;height:3.125rem;top:109.68671989441rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVruPRcQQOOpHscR9zL7gDxtIs17D8f { width:20rem;height:1.3rem;top:45.424221038818rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw { display:block; }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fs3ZC5d4Tzu6VqTMySetxc3oSEzgS7Hf { width:20rem;height:5.0375rem;top:1.75rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LX5mnGvns9QmPgJJabl6Hk43Q9JZmzKU { width:20rem;height:6.9rem;top:7.5375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPvpLrEKxA3DkadVI0o2RGZ68Txf82xP { width:20rem;height:9.2625rem;top:15.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZzeTQ0fHfM54TZxbIFAVG2Wak5b3CLp { width:20rem;height:13.89375rem;top:27.74375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crg9A6xqrTdGlPRXz8wQHfLq0Fw4R0Sf { width:20rem;height:7.71875rem;top:43.537498474121rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4OpRfXe60op9LWPS8oFBHK7WpF3b4qT { width:20rem;height:4.0625rem;top:53.862501144409rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3qF25slrgPV0ZmtdX2xADyZzJ8RxDpB { top:59.487501144409rem;left:3.0937501192093rem;width:13.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLeZGxK3SOJpqeteLNH44RZaPOoWRDSy { display:block; }
 }@media only screen and (max-width: 763px) { #PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk { background-color:#ffffff;background-image:none;display:block; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container { background-color: transparent; background-image: none; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container > .video-iframe-container { display: none; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row > .video-iframe-container { display: none; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .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); }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yePDSU9644k5DgpXG43OgKk3AUMbhRPQ { width:20rem;height:10.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SgHWil96NICP4p6p0NMU9Pmnzvx3Tf73 { width:20rem;height:32.725rem;top:9.46249961853rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUDssG6r8fLP0GDXOiayN4VWItnurO6Q { width:16.125rem;height:2.6rem;top:44.17421913147rem;left:3.1250001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq9avkWaq2boMWfHcTzn2RaCnL3kL0fn { width:20rem;height:5.2rem;top:52.10000038147rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #seD53F8lqaZ22O2cxGMuGV0b5Nb70mm8 { width:18.375rem;height:3.575rem;top:48.375001907349rem;left:0.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oswCiPQ4oIO4FFDnvmZR6naWC7TbXq4Q { width:16.8125rem;height:2.875rem;top:44.174218177796rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl9fhdpccb3vnoD9xTNCUcCdvV3EzhZH { width:20rem;height:2.875rem;top:52.10000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyG4eZvh0IPRnLEE2CNaVeGq4GE3Tiw0 { width:12.6875rem;height:0.125rem;top:1.25rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvv3rRZX7KaOuPLL2u2gdw19WkAX7qlz { width:12.5rem;height:0.125rem;top:14.275rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iR5f2FCraA9tzeMPqQ62g9rmSxfTnTQ7 { width:20rem;height:0.125rem;top:94.193737792969rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUhhnlD2dKZ2oBXn4t5PK8TCELwKsynI { width:0.125rem;height:30.125rem;top:15.65rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hoWfp3RXQcNHHg8x6MwRx40sxxrucohI { width:0.125rem;height:30.125rem;top:3.5625rem;left:9.9375rem;background-color:#003095;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 { display:block; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McC3Q3A9ZgHXC1ZGJfWfU8lfCXu4AQvg { width:20rem;height:8.1rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqW7Av0cDfC0N9qOFVd18txqWnMVHx32 { height:11.157894736842rem;width:19.875rem;top:10.6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMMxyI72BWRMSCM5maN04WMb5cV8n8vD { height:11.157894736842rem;width:19.875rem;top:23.1328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm { background-color:#ffffff;background-image:none;display:block; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container { background-color: transparent; background-image: none; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container > .video-iframe-container { display: none; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row > .video-iframe-container { display: none; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .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); }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbRbfWF9ytPsIl1PvdDpQB4zCQcKV96z { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WonlSoGFMf7oOHwLTz58GcTOCDlbyUel { width:20rem;height:3.575rem;top:12.9rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL0nLh4m38Xguc9rn377AsnhQGxedEw1 { width:16.3125rem;height:3.575rem;top:22.625000715256rem;left:1.8437501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzRiBt2SVdO6m6z0UfQ4iEoPAOzNicJD { width:16.5rem;height:10.725rem;top:43.4375rem;left:1.7500001192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKDuXZgKBnh2tFeZUtv1W5akOtVBgeLf { width:16.3125rem;height:5.3625rem;top:32.700000762939rem;left:1.8437501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0LtNwbITUOK0MsV9UXUVIF1isuDHa1T { width:5.875rem;height:3.1875rem;top:8.0624876022337rem;left:7.0624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuVru0dgM4DLfffqeV55QqwnrizS59yK { width:5.875rem;height:3.1875rem;top:18.137499570846rem;left:7.0624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUqZMmURN32FPBUgAKQyrmU3XT3xWpm7 { width:5.875rem;height:3.1875rem;top:28.53125rem;left:7.0624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXcEAOkch20Im8QwCueStrUnyRrIg95U { width:5.875rem;height:3.1875rem;top:39.500024795532rem;left:7.0624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpQ0wFwG3oyEDfBVPKZUXSq7R1zbBJsy { width:20rem;height:3.575rem;top:57.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWZrud4Akesoz51VGuZOeOwJC0uyf5qm { background-color:#ffffff;background-image:none;display:block; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container { background-color: transparent; background-image: none; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container > .video-iframe-container { display: none; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row > .video-iframe-container { display: none; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .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); }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bN3i8s5AmmzbW7AzQ6Wkm04J2k2OCeUM { width:20rem;height:10.3125rem;top:7.7rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTywHAf1qZxaH07rrKg4a1MymvZ3vQ13 { width:20rem;height:5.2rem;top:1.5624618530274rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu { background-color:#ffffff;background-image:none;display:block; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container { background-color: transparent; background-image: none; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container > .video-iframe-container { display: none; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row > .video-iframe-container { display: none; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .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); }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container { width:20rem;height:91.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzMCXzJQUaZaF99P9lw6yiHgCzBfJGxw { width:20rem;height:2.4375rem;top:1.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdem11fmNOz7vvwTuNBQXTaOaf9xlXH9 { width:12.5rem;height:0;top:5.1rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrcAHTd1GJ43TQEnWDImpSbdQThin0Cy { width:20rem;height:80.375rem;top:7.0164184570312rem;left:0rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #GS8MWvXWbQopzh9ZZAaOQzrzwTsIBXvV { width:20rem;height:6.58125rem;top:8.32265663147rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOq0OqSO8lmvQz8kmsiFcStqNh5AB0zz { width:18.5rem;height:3.65625rem;top:18.629687309265rem;left:0.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGszWzsCZPUotvp9hae9A09GS940tauq { width:19rem;height:2.925rem;top:24.278125286103rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKGzNS5BGRyKreL1DqByqWvVvef97D8s { width:20rem;height:28.40625rem;top:29.258594036103rem;left:0rem;font-size:0.9375rem;display:block; }#vKGzNS5BGRyKreL1DqByqWvVvef97D8s li:before{  }
 }@media only screen and (max-width: 763px) { #vgxyfZdJcsFOsEWyKtExEIxelPNBJyw6 { width:20rem;height:8.1875rem;top:62.125rem;left:0rem;font-size:0.9375rem;display:block; }#vgxyfZdJcsFOsEWyKtExEIxelPNBJyw6 li:before{  }
 }@media only screen and (max-width: 763px) { #UCNHSni8goI12SyhHIoO94LHX7awvT5m { width:9.5rem;height:2.19375rem;top:72.446094512938rem;left:5.2499998807907rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buGbFozTnOlrO0dF2H1c8PnZk7KgdMAH { width:18.5rem;height:3.65625rem;top:78.575780868531rem;left:0.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZxAnHUcCcptxJxxreiagDrRizhBkVXX { top:84.28125190735rem;left:0.5rem;width:19rem;height:4.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX4G7rme0WMwP2de5uaCTozGkAiREhsI { display:block; }
 }@media only screen and (max-width: 763px) { #S5lpH23IW5ME5fFWaqcIezUPQaP7J8Lz { width:5rem;height:1.38125rem;top:59.03045797348rem;left:1.5000001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA6xgaciT5oTVnTXk4uPrTPUE5WFvWOc { width:10.3125rem;height:1.7875rem;top:16.842186927796rem;left:4.8437498807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVv6V7UTgsh8XDTrZGiq3F3l6FZIstv2 { width:10.5rem;height:1.7875rem;top:76.227344512938rem;left:4.7499998807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 { background-color:#ffffff;background-image:none;display:block; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container { background-color: transparent; background-image: none; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container > .video-iframe-container { display: none; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row > .video-iframe-container { display: none; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .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); }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container { width:20rem;height:143rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTOn2eeVONh1CIQzQR6qx0a8dM638stf { width:7.6875rem;height:7.6875rem;top:2.33203125rem;left:6.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcMgkwuAC1FvutZd2iPVxALpc1805EZF { width:17.9375rem;height:1.3rem;top:22.080468893051rem;left:2.0625001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdEOUCJbLbTyFhnmbmDeXOm94sd7P9Zt { width:7.6875rem;height:6.4375rem;top:33.1875rem;left:6.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIOHt1JcE8hV5FdSnqAiKskzxhvT1zlA { width:20rem;height:5.2rem;top:42.750037193298rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CeQXQUtgg8UNevbOltsn9N8JHV6ncPm0 { width:18.375rem;height:2.6rem;top:49.700000762939rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7FU7zo6VXIvxQApwA52GDyTwwNUhxO { width:7.6875rem;height:7.6875rem;top:60.1875rem;left:6.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5mDlodWPm0VZ9fAXxWu6w9bOIoxPan8 { width:20rem;height:7.8rem;top:70.281249046325rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #ysOX859cBykT6fal9TWKoXxDVGh2m64c { width:8.125rem;height:1.3rem;top:78.970312118531rem;left:5.9374998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEIa4EJwpwLfJxAKQaxMRGTtI9C6h7dc { width:7.6875rem;height:7.6875rem;top:88.624987602231rem;left:6.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrMIEehtcM33PqOe5EPqh67G5N7sq0oF { width:20rem;height:9.1rem;top:99.360940933225rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #vRXctZh3K75aOb4p1OgglohraTn2CUHa { width:17.9375rem;height:1.3rem;top:109.9492225647rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT7TNgJctSthUHWCgLMglyaQnzPUyGbX { width:20rem;height:23.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOUWZ0V4Z9IRGRJhW9TnQAiEfRl6o3ed { width:20rem;height:23.4375rem;top:31.246131658554rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf7X8zLAs3gqDS3vSQFqTd2skW7JvWVO { width:20rem;height:22.3125rem;top:59.312501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGbBtVv8zreXoc5SH3ywZFzmSp7HPTar { width:20rem;height:25rem;top:87.449996948244rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDmyN8yDPZH7R143TStzQR5lbxzUdrES { width:5.4375rem;height:3rem;top:0.62501192092894rem;left:14.062500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuXvhLl3Bk8Vyy0Dc1C6PHXk1nGMgJMQ { width:5.4375rem;height:3rem;top:30.187500953674rem;left:13.843750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEkvZgA9Q0ZL0oAmMIwZotcWdRfAUlkF { width:5.4375rem;height:3rem;top:58.375rem;left:13.843750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnzELayf1CQdqiEyDHiwBPMJ8wf6Op3y { width:5.4375rem;height:3rem;top:86.750002861025rem;left:13.843750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyAVGu1ouTA6LmbQdt7AkG8xMvS3r3Fr { width:7rem;height:3.875rem;top:8.832812309265rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0JZIwMEbFK98DUFgnKpPAbbn5GAO9is { width:7rem;height:3.875rem;top:66.406249046325rem;left:6.7499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGhv3ZxCymR1iD9vVMJ2aAXmzpz6iukQ { width:7rem;height:3.875rem;top:95.485940933225rem;left:6.9062498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #gllCbuZ9Ee6rQbqdPwWbEKuxVN0slyFG { width:7rem;height:3.875rem;top:38.875000953674rem;left:6.9374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6MscN40oeQXtEy4c15iaEgWeHaqZJ1n { width:20rem;height:6.5rem;top:12.707031965256rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #schq0kVvFCPlut0M1p1yKSiiTN1X01N8 { width:20rem;height:20.625rem;top:118.03750514984rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA1ogBZH56ih5UAoRN07RscX9XZG4urL { width:20rem;height:7.8rem;top:126.85000419617rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blf5PQkK0O6sINCQBMQuQ7GTG50xbKth { width:7.6875rem;height:6.4375rem;top:118.03750514984rem;left:6.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSLzvcrLD5FppXlP9ZT9xORW70DIoU3n { width:5.4375rem;height:3rem;top:117.28750514984rem;left:13.843750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0Jrn3CTIuXohiT5oOcaxc3hx5B57NTG { width:17.9375rem;height:1.3rem;top:135.97500133514rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfdQkzWNwuP9Fqlhk3OqVMKeoRzTWc2u { width:7rem;height:3.875rem;top:123.60000419617rem;left:6.6249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB { display:block; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZhPMRbUcUznlkxs8mwPa4XBmkoWfNLg { width:20rem;height:10.8rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0QrXfR2iiddVNpawE2JEXAkSNSLIpFn { height:11.157894736842rem;width:19.875rem;top:9.3491954803469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGMOb0KfpQFdHuGfB9wOzEvg1QwlvZ4 { height:11.157894736842rem;width:19.875rem;top:23.1328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A34LzJOFFQMfwE5uB7DruhkActN26DpT { background-color:#ffffff;background-image:none;display:block; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container { background-color: transparent; background-image: none; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container > .video-iframe-container { display: none; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row > .video-iframe-container { display: none; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .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); }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmGX0qRgH8ycfbbBB5G4f4tyAJWxETwx { width:20rem;height:10.075rem;top:2.4375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUrRX91OZx21pGInF7TWwBzHJ19NRlt6 { width:6.125rem;height:6.125rem;top:17.500000596046rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFzecsiX6vlB0vGT3TfMpBtgtcp2FSJT { width:5.5rem;height:5.5625rem;top:17.781250596046rem;left:12.538281798362rem;display:block; }
 }@media only screen and (max-width: 763px) { #g42s5hQ1eHD1W8pLGayro6KD3C7d9gpF { width:7.5rem;height:7.5rem;top:26.375rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCbcTclkkGeQ6V6HbJbDJ4nmqCpOHAiw { width:8.4375rem;height:9.875rem;top:25.1875rem;left:11.069531798362rem;display:block; }
 }@media only screen and (max-width: 763px) { #yulZhvcEZbiX3LO1owFWQLcVAmUldeHP { background-color:#ffffff;background-image:none;display:block; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container { background-color: transparent; background-image: none; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container > .video-iframe-container { display: none; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row > .video-iframe-container { display: none; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .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); }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container { width:20rem;height:120.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q354sQJ4cBOLokUMUqMsKEf8NHVMu2Wx { width:11.125rem;height:2.6rem;top:1.25rem;left:3.8749998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtkKmovFEXmSw8MXp5hPL943X1Ta1JRA { width:4.375rem;height:5.375rem;top:6.4117193222044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvN3im2xK6KTW5gRuLEm2WwvTmFB52QK { width:9.375rem;height:4.9375rem;top:22.97500038147rem;left:0rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #Gtciv2QvqQimxy3XTmf3AK51kT7x2Wa8 { width:7.625rem;height:7.625rem;top:5.28515625rem;left:12.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKZiEhKJ9K0OxVUVuEAyFTy06NfxrFpH { width:6.1875rem;height:6.0625rem;top:29.787501335144rem;left:0rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #QOfLuQ89gHeGJ3PKk4X5Twh6ukc1vAi6 { width:6.1875rem;height:6.1875rem;top:14.224975585938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTd5yhgiXPZxrMS9MCGf4tiAAmFACCEM { width:5.125rem;height:5.125rem;top:14.755469083786rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT6xEaslmzBwi1gDd6iHNixTT6IB1eXi { width:3.375rem;height:5.6875rem;top:29.975001335144rem;left:8.3125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyyT0orfLGuMgXTwqfulJKsxTa3pTKUA { width:4.875rem;height:5.375rem;top:6.41171836853rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR52Tegqv3UGlrblKV2NPEV6QNp3TTEb { width:9.375rem;height:6rem;top:22.44375038147rem;left:10.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI7ih7N2klTUbTfRzGb0ngwIGSxkTvOl { width:6.1875rem;height:6.1875rem;top:14.224218606949rem;left:13.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHgqcsbWOKuy6EPu5i0cSCK8MT63e0gU { width:7.8125rem;height:5.875rem;top:40.598437309265rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuPzXVvvmTTuLSKNeIhmkn8qNifed6gB { width:6.1875rem;height:6.1875rem;top:29.725039482117rem;left:13.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGwkXGa8B3sO0Z2qmFeAKaTHoB5vZyTR { width:6.1875rem;height:6.1875rem;top:40.442946434021rem;left:12.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt9dAsrv14OQxpi856FnVdCxTmP1k543 { width:6.1875rem;height:6.1875rem;top:49.974988937378rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORuKFtTM3A4yCGTdsSC1E2fFVwGN5WSP { width:6.125rem;height:6.1875rem;top:49.974219322204rem;left:6.9374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcTHTQxzaDLL53hOmHq5WAPpDqvtpMbB { width:4.9375rem;height:6.1875rem;top:49.974245548248rem;left:14.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1TknEHIHDkQS95BiMx2ffkEcWLFf5d1 { width:8.3125rem;height:4.375rem;top:67.911719322206rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbIp30CEvo518I0nd3ssykQtlwcuWyuc { width:6.1875rem;height:6.1875rem;top:57.349999427796rem;left:6.9062498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6zNWnCTI8X5E3iE8OLFHaTEkCXhQ6Ar { width:7.1875rem;height:7.1875rem;top:56.849999189377rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpm2PxBkAc4qUlp0k81b3pTQtq6M8Bax { width:7.1875rem;height:7.1875rem;top:57.350003123283rem;left:12.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTNTGanQogaNOv8HsBbMC6iqz1cC4hsF { width:7.1875rem;height:7.125rem;top:66.53748989105rem;left:12.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDMJimdNDTdHz6RMo4Wuy3Nn7rupvnNT { width:7.125rem;height:7.125rem;top:77.786719322206rem;left:12.875000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNFBgozCBTpddtyTCafJwDQk9kthpq48 { width:6.375rem;height:7.125rem;top:77.78671855945rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUcPsboO4OJhSay24RlStFikq2x5iTZF { width:6.375rem;height:7.125rem;top:86.849243164062rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #evxH2XZS2yiPNgQR6EO7WiKbEUI5tZ9x { width:6.25rem;height:4.8125rem;top:78.942969322206rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV6NDkrcAau5uSZaa7oT6nwgQNIIIwNx { width:7.125rem;height:7.125rem;top:104.28672218322rem;left:11.687500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqG7cu7VrdDzpSVFLQI4B0FQcJEwEHcv { width:7.25rem;height:7.3125rem;top:95.380470275881rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzLkPWuWlMWNzfZ5uLf1U3pUruzJuEm { width:6.375rem;height:6.375rem;top:95.911720275881rem;left:12.000000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQvTlEloOEFKlrGFvfsh0cllEfT7CK1D { width:7.25rem;height:7.25rem;top:86.786720275881rem;left:9.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llyl0OxtUFetaU2DO7VKsoNp39o9usgC { width:8.3125rem;height:8.3125rem;top:104.28672218322rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJzykCF0q5E2XlsRXrVSqpnCOrWQa9O2 { width:12.1875rem;height:6.75rem;top:112.59922218322rem;left:3.9062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD { display:block; }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvIRv5R94u9okHUws7pL7PTz1eXXQRTs { width:20rem;height:7.475rem;top:1.25rem;left:0.12499988079071rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-text {padding-top: 0; padding-bottom: 0;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-select {padding-top: 0; padding-bottom: 0;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn  { width:17.5rem;height:auto;top:10.550000190735rem;left:0rem; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn {display:block;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn { width:17.5rem;height:auto;top:10.550000190735rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #e7igihMqgxlxWU9FTZ2al3zSCeHpCz2p {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #t51aLByw4h8DaQNCCAuOhNgMD3uLoxm3 {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #ZbRHTiaO0kPuaTEHJCd8ZCQhhCiLAlLQ {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #KRuEu810eZ2gatQCQCvo4Pvp1z0LdH93 {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #fGxQor9Hfhr6hB06Ee1k7XKuLPWXEQ8J {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #LIDy7xzcvWOggoVBS7xhtRMXezkNkIyT {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #d4X0vkENTBnsZ1wuViCRIM8KfaEpoNcu {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #NuBIninNLCMBThRzZ3pf0oT86d66rqKS {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #rGr0h4Qo1hpxCzUhwMT7K4ChMaTXBFLa {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #iCeFpXHs81ilEQfbHMIIDHpcTAxCKHTy {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #Dn78GJxXobuGssJhXUTtyJ8hcitzagJL {  }
 }@media only screen and (max-width: 763px) { #bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx { display:block; }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row .container { width:20rem;height:112.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC4voOcD4FhTAlegP9zk5TBbdgZBiyCa { width:20rem;height:42.75rem;top:64.85rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR60GaoHHLsrkcwTpyE2U0oAHOnIfNvq { width:20rem;height:55.9rem;top:5.1rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6gnkhriHdFWMygtFgOhD9XPrqTHiKk8 { width:9.25rem;height:2.6rem;top:1.0625rem;left:5.3749998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn { background-color:#ffffff;background-image:none;display:block; }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .row .container { background-color: transparent; background-image: none; }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .row .container > .video-iframe-container { display: none; }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .row > .video-iframe-container { display: none; }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .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); }#co3Evw417TN8Sx2GPdr1GFDQJ0V33ngn > .row .container { width:20rem;height:93.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGoJ7xs8QNmPcpJBzF7bBzCPyoveydbg { width:20rem;height:2.35625rem;top:1.5rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4oiLvKdvuUcocTad2vmD3DC8x43A73G { width:12.5rem;height:0;top:5.1rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcRB8bS6nnbNZRTB3sPGJeMC4eMXLerC { width:20rem;height:80.5rem;top:6.3125rem;left:0rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #Qk1tAlP7KdAlkLP5ndykJr84o5z3OFBT { width:20rem;height:6.58125rem;top:7.8164243698119rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfUZLGu8izNNexEJGHKLQKRZIO1BByWH { width:18.625rem;height:3.575rem;top:19.129688262939rem;left:0.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnR9UBx7p1B16TTxAu3rR4oUmE8gRIKQ { width:19rem;height:2.925rem;top:25.153125286103rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIKBn7TO7ocx8hvB023eph5z6f085yZG { width:20rem;height:28.40625rem;top:29.758594036103rem;left:0rem;font-size:0.9375rem;display:block; }#CIKBn7TO7ocx8hvB023eph5z6f085yZG li:before{  }
 }@media only screen and (max-width: 763px) { #TpFmrUlLJ7dcMvzwe0M57pXHChy1QlMu { width:20rem;height:8.1875rem;top:62.68750190735rem;left:0rem;font-size:0.9375rem;display:block; }#TpFmrUlLJ7dcMvzwe0M57pXHChy1QlMu li:before{  }
 }@media only screen and (max-width: 763px) { #dog4wk5n2RVFlWRpOMwuSeUqU6y56AKy { width:9.5rem;height:2.19375rem;top:73.071094512938rem;left:5.1874998807907rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NimMqAKnbZxFHbwqWWJL7UNhc8NRixSE { width:17.375rem;height:3.33125rem;top:79.639846801756rem;left:1.3125001192093rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSPxzT7QgMLVNTSyNMyZ3ybNlrCZEPmQ { top:84.53125190735rem;left:0.5rem;width:19rem;height:4.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMPtxQqxTTmspwCdV3hKzOGnXaFM2du9 { display:block; }
 }@media only screen and (max-width: 763px) { #adu2PGgeJ85RePX2uUZUxB78NnL6oDWo { width:5rem;height:1.38125rem;top:59.78044462204rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh9IxzGtk1bCmoKUrUBoqTZTCHHd43Sr { width:9.875rem;height:1.7875rem;top:16.09140586853rem;left:5.0624998807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH1pNhT6E1MbRpOpziMT8OQgak1ZH22R { width:11.0625rem;height:1.95rem;top:76.914846420288rem;left:4.4687498807907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/x5GFGHgTgB4/unsplash/patrick-hendry-x5GFGHgTgB4-photo-1488767136043-c1eb91ca932d.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL.adaptive-delivery-prevent-bg, #yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL.lazyload, #yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL.lazyloading { background-image: none; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container { background-color: transparent; background-image: none; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container > .video-iframe-container { display: none; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row > .video-iframe-container { display: none; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .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); }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDVCbTQ2Qym71R5eWzHmntHv1pZa8RHk { width:8.5rem;height:2.6rem;top:1.25rem;left:5.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF06bZCTXyMvZCmGehdOsusMBwtT3kTe { width:4.75rem;height:4.8125rem;top:5.1rem;left:7.625rem;font-size:3.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nhzZTxuo9sG953m7TuTriHTM37ucvev5 { width:5.625rem;height:5.625rem;top:13.63125rem;left:7.1875rem;font-size:3.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T6fl0WTvXe694pBDyi77R3zeHr8HPJg6 { width:17.6875rem;height:1.21875rem;top:11.161719322204rem;left:1.15625rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JZ7em71PWlspa1DeecufhNQHcf8eRmTk { width:17.875rem;height:2.6rem;top:20.068749427796rem;left:1.0625rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 { display:block; }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c99HlZemCyGWR1MlrUIsHf0JqP7OaN73 { top:3.8rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL5imh4sznay71xAvak4cxT5xtsqUGhs { display:block; }
 }@media only screen and (max-width: 763px) { #Dy3J4gLXUKuVu7427DCUnSnQvsiEkRmM { width:9.875rem;height:1.3rem;top:1.25rem;left:5.0625rem;font-size:1rem;display:block; }
 }