.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EunoiP1rClKRERsfB6hvcIeKTXS1mRBn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1da0b9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EunoiP1rClKRERsfB6hvcIeKTXS1mRBn > .row .container { background-color: transparent; background-image: none; }#EunoiP1rClKRERsfB6hvcIeKTXS1mRBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EunoiP1rClKRERsfB6hvcIeKTXS1mRBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EunoiP1rClKRERsfB6hvcIeKTXS1mRBn > .row .container > .video-iframe-container { display: none; }#EunoiP1rClKRERsfB6hvcIeKTXS1mRBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EunoiP1rClKRERsfB6hvcIeKTXS1mRBn > .row > .video-iframe-container { display: none; }#EunoiP1rClKRERsfB6hvcIeKTXS1mRBn > .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); }#EunoiP1rClKRERsfB6hvcIeKTXS1mRBn > .row .container { border-width: 0; border-radius: 0; }#EunoiP1rClKRERsfB6hvcIeKTXS1mRBn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EunoiP1rClKRERsfB6hvcIeKTXS1mRBn > .row .container { font-size:14px;font-family:arial;height:89px;width:960px;position:relative;display:block; }#GJkaryJL893CnNsG8BHu8UT85yTV5mS5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37px;width:154px;top:29px;left:160px;overflow:hidden;display:block; }
#PxVOChsheriw7t0Lpa4yFJIwX6zy3Elh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39px;width:142px;top:23.5px;left:650px;overflow:hidden;display:block; }
#Rf0303Nnlzs19rFULo3AKQfWgsyLCQzE { color:#ffffff;display:block;width:464px;position:absolute;font-family:roboto;font-size:22px;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:32.5px;left:248px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/09bd14c7-3f71-4ae7-96db-d9eec6c684d8/shutterstock_1712803939.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV.adaptive-delivery-prevent-bg, #Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV.lazyload, #Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV.lazyloading { background-image: none; }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .row .container { background-color: transparent; background-image: none; }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.6); }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .row .container > .video-iframe-container { display: none; }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.6); }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .row > .video-iframe-container { display: none; }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .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); }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .row .container { border-width: 0; border-radius: 0; }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .row .container { font-size:14px;font-family:arial;height:369px;width:960px;position:relative;display:block; }#PcTrbRXos7L4ms8B9qV8LrZ0eJMIIooy { color:#7a2981;display:block;width:863px;position:absolute;font-family:roboto;font-size:40px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:1px 1px 19px rgba(0,0,0,0.82);top:87.5px;left:48.5px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NImWa75NHaIuqcQyQ0OOJdvx0WUt0pM8 { z-index:15004;top:228px;left:370.5px;background-color:#e11d8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:219px;height:53px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ah25fpQvTT70z4oUTxrHbq19AGMK7PqM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wwv7XpF1Z7b4CzynLFfqDyF4bgTdzrdN { color:#7a2981;display:block;width:758px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:151.5px;left:101px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gtERSbitpeRwwAmiLLT7tniLFWmm1TRS { position:relative;display:block; }#gtERSbitpeRwwAmiLLT7tniLFWmm1TRS { background-color: transparent; background-image: none; }#gtERSbitpeRwwAmiLLT7tniLFWmm1TRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtERSbitpeRwwAmiLLT7tniLFWmm1TRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtERSbitpeRwwAmiLLT7tniLFWmm1TRS > .row .container > .video-iframe-container { display: none; }#gtERSbitpeRwwAmiLLT7tniLFWmm1TRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtERSbitpeRwwAmiLLT7tniLFWmm1TRS > .row > .video-iframe-container { display: none; }#gtERSbitpeRwwAmiLLT7tniLFWmm1TRS > .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); }#gtERSbitpeRwwAmiLLT7tniLFWmm1TRS { border-width: 0; border-radius: 0; }#gtERSbitpeRwwAmiLLT7tniLFWmm1TRS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gtERSbitpeRwwAmiLLT7tniLFWmm1TRS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:469px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M9tzQsAtTWkewllhyos463XgDrWpRrrQ { color:#ffffff;display:block;width:394px;position:absolute;font-family:roboto;font-size:28px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:50px;left:36px;height:67.1875px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LCGCWh094EUrv0n1uUiX8NMb1QrMmOb5 { color:#7a2981;display:block;width:353px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:50px;left:513px;height:81.5833px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BvE1zCkQ3UO8ZoWaCXJyiy45BtMzFCQU { color:#ffffff;display:block;width:342px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:163px;left:586px;height:249.5727px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VN8gtODyX1BaIT5rlFyVxMOBfyNdtZdv { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36px;width:36px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:154px;left:513px; }
#QpTBiLmMEEO5Rb78AOyHeTbibHuo9VGr { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:265px;left:513px; }
#uGICDWzDPe5WAnLghg3ubp9nSaNTcU6C { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:213px;left:516px; }
#tIAgwxCcl2o7Eepq8Ival6wckTlG2MRc { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:326px;left:513px; }
#HiTIWOQ5BBRKDJJMTpzo6Z1wsovevxqT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:30px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:384px;left:513px; }
#xOebQTozuEURTsfOZ36yPZXwhHe719S8 { color:#e11d8d;display:block;width:386px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:144.25px;left:36px;height:134.3854px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Vd30Kz73bxvy8x21ahbeMDdLf0p4tIQG { position:absolute;display:block;z-index:14999;background-color:#1da0b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:484px;width:481px;top:0px;left:479px;display:block; }
#FtsGdOODL9SUBByvSVRgaBOVw1s66oXJ { position:relative;display:block; }#FtsGdOODL9SUBByvSVRgaBOVw1s66oXJ { background-color: transparent; background-image: none; }#FtsGdOODL9SUBByvSVRgaBOVw1s66oXJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtsGdOODL9SUBByvSVRgaBOVw1s66oXJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtsGdOODL9SUBByvSVRgaBOVw1s66oXJ > .row .container > .video-iframe-container { display: none; }#FtsGdOODL9SUBByvSVRgaBOVw1s66oXJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtsGdOODL9SUBByvSVRgaBOVw1s66oXJ > .row > .video-iframe-container { display: none; }#FtsGdOODL9SUBByvSVRgaBOVw1s66oXJ > .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); }#FtsGdOODL9SUBByvSVRgaBOVw1s66oXJ { border-width: 0; border-radius: 0; }#FtsGdOODL9SUBByvSVRgaBOVw1s66oXJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FtsGdOODL9SUBByvSVRgaBOVw1s66oXJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:723px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-form-header {  }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:400;color:#ffffff;width:545px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:545px;box-sizing:border-box;height:50px;color:#101010;font-size:15px;overflow:hidden;font-family:roboto;vertical-align:top;font-weight:400;font-style:normal; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-text {padding-top: 0; padding-bottom: 0;}#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:545px;box-sizing:border-box;height:70px;color:#101010;font-size:15px;overflow:hidden;font-family:roboto;vertical-align:top;font-weight:400;font-style:normal; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:545px;box-sizing:border-box;height:40px;color:#101010;font-family:roboto;font-size:15px;overflow:hidden;vertical-align:top;box-shadow: none;text-align:left;text-align-last:left; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-select {padding-top: 0; padding-bottom: 0;}#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-button { border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;background-color:#e11d8d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:436px;height:55px;font-family:roboto;overflow:hidden; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD [class*="-text"]:-moz-placeholder { color:rgba(16,16,16,0.5);font-family:lato;font-size:15px; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD [class*="-text"]::-moz-placeholder { color:rgba(16,16,16,0.5);font-family:lato;font-size:15px; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD [class*="-text"]:-ms-input-placeholder { color:rgba(16,16,16,0.5);font-family:lato;font-size:15px; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD [class*="-text"]::-webkit-input-placeholder { color:rgba(16,16,16,0.5);font-family:lato;font-size:15px; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .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:"open sans";line-height:1.6;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:526px;overflow:hidden;font-style:normal; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-container { padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;width:100%;font-size:0;height:auto; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-container:first-of-type{padding-top:0;}#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-container:last-of-type{padding-bottom:0;}#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:545px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:131.984375px;left:187.5px; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:545px;display:block;vertical-align:top; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD {display:block;}#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:545px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:131.984375px;left:187.5px; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #uH418EdlZISIG7MlwetdVzUkoxvQsO13 { position:relative; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #bSuK16yV1bwKRNTHDp99AvOyRp59ErPe { position:relative;display:block; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #QV2p39qM7UKfiCzahM4OfTM2PeyOZepe { position:relative; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #xB2mhbQoP2B2EWR9eGTnxAch74TH3kgf { position:relative; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #rVOiCN6GMT6X5oQ4kTQTkNpIvymXoyt5 { position:relative;display:block; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #T1eAXXhJr3UTRlyBt2DuKAEN2waCL5Pk { position:relative; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #OhCdRI1CVdpsevUL4EuDGgfqP7GvKNlh { position:relative; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #H0RMP3xPLue3xFKGP8nLchvFFQ7geQJn { position:relative;display:block; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #C0PmB7qgDEwhUPV9qEBKgOBHo5izsZ41 { position:relative; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #vJB5LBaUy65iwgViEekMxJFdnOmmBCeD { position:relative; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #wB8xQaW5fAxUhTv3MntPXW18XnN2GxWW { position:relative;display:block; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #KwSpLBrLDvbrSTamHxZzr8WvJI9usEMg { position:relative; }
#CJUH9x2kyGd5IGT4nZzl9OLyz4B8RZ2T { position:relative;display:block; }
#mbg8rTsvvKQRio2Hkb1euO2JxOBmuhKu { position:relative;display:block; }
#Ir0006SSCxhaQXhkn62qOrGnXEeQQUHa { position:relative;display:block; }
#nHE96vdzJmpcw7sTVeTORB8nXTKtn0zZ { position:relative;display:block;z-index:100000;display:block; }
#M0fHBI7de0krUv4mb1LI5iFUB9bWyPTs { position:relative;display:block;z-index:100000;display:block; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #yZdnEKxOmid4EW6abCOQXphfJywAqRcK { position:relative; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #BKFEcoOQrv5FTaCOh1mvOIwyZQSzy2PD { position:relative; }
#c3qcsDkRr9q9t5rUFDcwcTQvQ1tT4bu1 { color:#7a2981;display:block;width:903px;position:absolute;font-family:roboto;font-size:40px;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:35px;left:28.5px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HRr6kN1yiamH1kwovIrNLhn07mLT6Caa { color:#ffffff;display:block;width:671px;position:absolute;font-family:roboto;font-size:19px;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:96.1875px;left:144.5px;height:22.7969px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m2RCMgaLnGQEuAg3sh0vDhJqCs5urR00 { position:absolute;display:block;z-index:14999;background-color:#404040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:639px;width:960px;top:285.99992370605px;left:0px;display:none; }
#TUOP5xRr8G47ep0aDlcqmIRTSBHHqtGw { color:#7a2981;display:block;width:903px;position:absolute;font-family:roboto;font-size:40px;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:35px;left:28.5px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#qydzrG4T2gwfTEFtSA2HZ7kNMwWQJSNN { position:absolute;display:block;z-index:14999;background-color:#404040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:722px;width:960px;top:0px;left:0px;display:block; }
#CR7CiDqTKeINiVBIlk4iP5672t9IClLp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CR7CiDqTKeINiVBIlk4iP5672t9IClLp > .row .container { background-color: transparent; background-image: none; }#CR7CiDqTKeINiVBIlk4iP5672t9IClLp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CR7CiDqTKeINiVBIlk4iP5672t9IClLp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CR7CiDqTKeINiVBIlk4iP5672t9IClLp > .row .container > .video-iframe-container { display: none; }#CR7CiDqTKeINiVBIlk4iP5672t9IClLp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CR7CiDqTKeINiVBIlk4iP5672t9IClLp > .row > .video-iframe-container { display: none; }#CR7CiDqTKeINiVBIlk4iP5672t9IClLp > .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); }#CR7CiDqTKeINiVBIlk4iP5672t9IClLp > .row .container { border-width: 0; border-radius: 0; }#CR7CiDqTKeINiVBIlk4iP5672t9IClLp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CR7CiDqTKeINiVBIlk4iP5672t9IClLp > .row .container { font-size:14px;font-family:arial;height:324px;width:960px;position:relative;display:block; }#A8lge7aozBbRC3JR46Kd9g75vBKcXupP { color:#ffffff;display:block;width:368px;position:absolute;font-family:roboto;font-size:26px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:30px;left:510px;height:31.1979px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wSvoMwKpVTJdtbHGv7em6NWbnflvp7cc { color:#ffffff;display:block;width:404px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:81.1875px;left:510px;height:172.7813px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vvGRWTNvbbQrOTkwUOtDW9Z4Lq1A1G6m { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:323px;width:480px;top:0px;left:0px;overflow:hidden;display:block; }
#m0a2BWtM9MoqEV0BTLLxIE88RaX99mfU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m0a2BWtM9MoqEV0BTLLxIE88RaX99mfU > .row .container { background-color: transparent; background-image: none; }#m0a2BWtM9MoqEV0BTLLxIE88RaX99mfU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0a2BWtM9MoqEV0BTLLxIE88RaX99mfU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0a2BWtM9MoqEV0BTLLxIE88RaX99mfU > .row .container > .video-iframe-container { display: none; }#m0a2BWtM9MoqEV0BTLLxIE88RaX99mfU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0a2BWtM9MoqEV0BTLLxIE88RaX99mfU > .row > .video-iframe-container { display: none; }#m0a2BWtM9MoqEV0BTLLxIE88RaX99mfU > .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); }#m0a2BWtM9MoqEV0BTLLxIE88RaX99mfU > .row .container { border-width: 0; border-radius: 0; }#m0a2BWtM9MoqEV0BTLLxIE88RaX99mfU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0a2BWtM9MoqEV0BTLLxIE88RaX99mfU > .row .container { font-size:14px;font-family:arial;height:336px;width:960px;position:relative;display:block; }#I3rXCtu8ECPxhd2bgU71m1TJuruKSnP4 { color:#ffffff;display:block;width:222px;position:absolute;font-family:roboto;font-size:26px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:30px;left:30px;height:62.3958px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uwAWUU5vCZ4VUvamMKkVwoVagXafx2p0 { color:#ffffff;display:block;width:427px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:112.375px;left:30px;height:153.583px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FS0eiGEtHHl4HoXicsd6Kq0b8wdQdUfT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:335px;width:482px;top:0px;left:479px;overflow:hidden;display:block; }
#Pm3C2bzZfWCpTUikfuXb7TVoAO9NokOr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pm3C2bzZfWCpTUikfuXb7TVoAO9NokOr > .row .container { background-color: transparent; background-image: none; }#Pm3C2bzZfWCpTUikfuXb7TVoAO9NokOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm3C2bzZfWCpTUikfuXb7TVoAO9NokOr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm3C2bzZfWCpTUikfuXb7TVoAO9NokOr > .row .container > .video-iframe-container { display: none; }#Pm3C2bzZfWCpTUikfuXb7TVoAO9NokOr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm3C2bzZfWCpTUikfuXb7TVoAO9NokOr > .row > .video-iframe-container { display: none; }#Pm3C2bzZfWCpTUikfuXb7TVoAO9NokOr > .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); }#Pm3C2bzZfWCpTUikfuXb7TVoAO9NokOr > .row .container { border-width: 0; border-radius: 0; }#Pm3C2bzZfWCpTUikfuXb7TVoAO9NokOr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pm3C2bzZfWCpTUikfuXb7TVoAO9NokOr > .row .container { font-size:14px;font-family:arial;height:352px;width:960px;position:relative;display:block; }#hCJfmSGRKFfsV5VH58uFzGtawIilcFS6 { color:#ffffff;display:block;width:305px;position:absolute;font-family:roboto;font-size:26px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:30px;left:510px;height:62.3958px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OTAuEKGmMxKK63IoM0h6sueH3NyHBCKT { color:#ffffff;display:block;width:424px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:112.375px;left:510px;height:172.781px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mODPhRAOz3z7EQTeeDmFJ2LiFFT3f1Vk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:350px;width:481px;top:0px;left:0px;overflow:hidden;display:block; }
#bAP23NuU3cuTMuuBgnZB1S3MPOTeyQI0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bAP23NuU3cuTMuuBgnZB1S3MPOTeyQI0 > .row .container { background-color: transparent; background-image: none; }#bAP23NuU3cuTMuuBgnZB1S3MPOTeyQI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAP23NuU3cuTMuuBgnZB1S3MPOTeyQI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAP23NuU3cuTMuuBgnZB1S3MPOTeyQI0 > .row .container > .video-iframe-container { display: none; }#bAP23NuU3cuTMuuBgnZB1S3MPOTeyQI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAP23NuU3cuTMuuBgnZB1S3MPOTeyQI0 > .row > .video-iframe-container { display: none; }#bAP23NuU3cuTMuuBgnZB1S3MPOTeyQI0 > .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); }#bAP23NuU3cuTMuuBgnZB1S3MPOTeyQI0 > .row .container { border-width: 0; border-radius: 0; }#bAP23NuU3cuTMuuBgnZB1S3MPOTeyQI0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bAP23NuU3cuTMuuBgnZB1S3MPOTeyQI0 > .row .container { font-size:14px;font-family:arial;height:286px;width:960px;position:relative;display:block; }#civO6TeRcO4pfIq03imeO5aZ8PgXOFIL { color:#ffffff;display:block;width:277px;position:absolute;font-family:roboto;font-size:26px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:30px;left:30px;height:62.3958px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hLBSttxwTmmEmF05XzN4uP7kJSTE64uX { color:#ffffff;display:block;width:420px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:112.375px;left:28.5px;height:115.188px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QUeXWdRsXwbtLTOGr1mrJLZRwVdDZF4g { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:285px;width:482px;top:0px;left:479px;overflow:hidden;display:block; }
#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row .container { background-color: transparent; background-image: none; }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row .container > .video-iframe-container { display: none; }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row > .video-iframe-container { display: none; }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .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); }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row .container { border-width: 0; border-radius: 0; }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row .container { font-size:14px;font-family:arial;height:82px;width:960px;position:relative;display:block; }#MxTNXt57X0B1WS9FAqqQiKMedQRcmtiU { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:8px;top:10px;left:645px;display:block; }
#p1TH6c7XteGpt32uSz0cnSkmWreBfB1f { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:8px;top:10px;left:698px;display:block; }
#eIf5eFftqIV3zudHTEepgiBF6zTliin7 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:8px;top:10px;left:698px;display:none; }
#INF7XtZfLVNAWs1pD9peGZgxog342atp { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:8px;top:10px;left:645px;display:none; }
#SFcORrBUDRlxDeUm3oy8vzrU3TzrX4Fy { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:8px;top:10px;left:592px;display:none; }
#ATF9ICIV5DL5zLZZQTrWZSNqPU5u3K43 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333637;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ATF9ICIV5DL5zLZZQTrWZSNqPU5u3K43 > .row .container { background-color: transparent; background-image: none; }#ATF9ICIV5DL5zLZZQTrWZSNqPU5u3K43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATF9ICIV5DL5zLZZQTrWZSNqPU5u3K43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATF9ICIV5DL5zLZZQTrWZSNqPU5u3K43 > .row .container > .video-iframe-container { display: none; }#ATF9ICIV5DL5zLZZQTrWZSNqPU5u3K43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATF9ICIV5DL5zLZZQTrWZSNqPU5u3K43 > .row > .video-iframe-container { display: none; }#ATF9ICIV5DL5zLZZQTrWZSNqPU5u3K43 > .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); }#ATF9ICIV5DL5zLZZQTrWZSNqPU5u3K43 > .row .container { border-width: 0; border-radius: 0; }#ATF9ICIV5DL5zLZZQTrWZSNqPU5u3K43 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATF9ICIV5DL5zLZZQTrWZSNqPU5u3K43 > .row .container { font-size:14px;font-family:arial;height:248px;width:960px;position:relative;display:block; }#qaDnb4Cw0QCVVnwTwZRHX2QxzzCcusxc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:276px;width:960px;display:none; }
#tRrUNyLbWgmKPMgm7NMzoctTzVNWc72T { color:#000000;display:block;width:480px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:42.375px;left:17px;height:155.9374px;text-align:left;text-align-last:left;display:block; }
#WHEdqdkS4vAFf7Nrz05uRSaofVrWeS7k { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:155px;width:155px;top:0px;left:497px;overflow:hidden;display:block; }
#iGrdym0D6XyskArGBB2pxdVDvt4BA1lo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#uZkP7D5CbhRqe1aX1XUqC4IrTOaM8xF2 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:160px;left:497px; }
#uZkP7D5CbhRqe1aX1XUqC4IrTOaM8xF2 > img { max-width: 100%;max-height:100%; }#PRPwbChTM0vFX8BU8ouzEt3d0EJrk27n { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:33px;width:33px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:164px;left:554px; }
#PRPwbChTM0vFX8BU8ouzEt3d0EJrk27n > img { max-width: 100%;max-height:100%; }#cdZgw1UQSFD8Glg4Niw3VGONmEiL7G9L { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:33px;width:33px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:163px;left:608px; }
#cdZgw1UQSFD8Glg4Niw3VGONmEiL7G9L > img { max-width: 100%;max-height:100%; }#TgQDaUlWa4gePkumOC0Xwd1HTBIoMMMg { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:162px;left:664px; }
#TgQDaUlWa4gePkumOC0Xwd1HTBIoMMMg > img { max-width: 100%;max-height:100%; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EunoiP1rClKRERsfB6hvcIeKTXS1mRBn { display:block; }#EunoiP1rClKRERsfB6hvcIeKTXS1mRBn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJkaryJL893CnNsG8BHu8UT85yTV5mS5 { top:29px;left:62px;width:154px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #PxVOChsheriw7t0Lpa4yFJIwX6zy3Elh { top:23px;left:552px;width:142px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #Rf0303Nnlzs19rFULo3AKQfWgsyLCQzE { width:464px;height:;top:32px;left:150px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV { display:block; }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcTrbRXos7L4ms8B9qV8LrZ0eJMIIooy { width:764px;height:;top:87px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #NImWa75NHaIuqcQyQ0OOJdvx0WUt0pM8 { top:228px;left:272.5px;width:219px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #ah25fpQvTT70z4oUTxrHbq19AGMK7PqM { display:block; }
 }@media only screen and (max-width: 763px) { #wwv7XpF1Z7b4CzynLFfqDyF4bgTdzrdN { width:758px;height:;top:151px;left:3px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #gtERSbitpeRwwAmiLLT7tniLFWmm1TRS { display:block; }#gtERSbitpeRwwAmiLLT7tniLFWmm1TRS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9tzQsAtTWkewllhyos463XgDrWpRrrQ { width:394px;height:67px;top:50px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #LCGCWh094EUrv0n1uUiX8NMb1QrMmOb5 { width:353px;height:81px;top:50px;left:382px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #BvE1zCkQ3UO8ZoWaCXJyiy45BtMzFCQU { width:342px;height:249px;top:163px;left:422px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VN8gtODyX1BaIT5rlFyVxMOBfyNdtZdv { top:154px;left:382px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #QpTBiLmMEEO5Rb78AOyHeTbibHuo9VGr { top:265px;left:382px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #uGICDWzDPe5WAnLghg3ubp9nSaNTcU6C { top:213px;left:382px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #tIAgwxCcl2o7Eepq8Ival6wckTlG2MRc { top:326px;left:382px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #HiTIWOQ5BBRKDJJMTpzo6Z1wsovevxqT { top:384px;left:382px;width:34px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #xOebQTozuEURTsfOZ36yPZXwhHe719S8 { width:386px;height:134px;top:144px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Vd30Kz73bxvy8x21ahbeMDdLf0p4tIQG { top:0px;left:0px;width:481px;height:484px;display:block; }
 }@media only screen and (max-width: 763px) { #FtsGdOODL9SUBByvSVRgaBOVw1s66oXJ { display:block; }#FtsGdOODL9SUBByvSVRgaBOVw1s66oXJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-regular-label { width:428px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-text { width:428px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-text {padding-top: 0; padding-bottom: 0;}#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-textarea { width:428px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-select { width:428px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-select {padding-top: 0; padding-bottom: 0;}#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-button { width:363px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:32px; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-checkbox-label { width:408px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD  { width:428px;height:auto;top:488px;left:296px; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .radio-container { width:428px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD {display:block;}#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD { width:428px;height:auto;top:488px;left:296px; }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #uH418EdlZISIG7MlwetdVzUkoxvQsO13 {  }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #bSuK16yV1bwKRNTHDp99AvOyRp59ErPe { display:block; }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #QV2p39qM7UKfiCzahM4OfTM2PeyOZepe {  }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #xB2mhbQoP2B2EWR9eGTnxAch74TH3kgf {  }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #rVOiCN6GMT6X5oQ4kTQTkNpIvymXoyt5 { display:block; }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #T1eAXXhJr3UTRlyBt2DuKAEN2waCL5Pk {  }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #OhCdRI1CVdpsevUL4EuDGgfqP7GvKNlh {  }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #H0RMP3xPLue3xFKGP8nLchvFFQ7geQJn { display:block; }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #C0PmB7qgDEwhUPV9qEBKgOBHo5izsZ41 {  }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #vJB5LBaUy65iwgViEekMxJFdnOmmBCeD {  }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #wB8xQaW5fAxUhTv3MntPXW18XnN2GxWW { display:block; }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #KwSpLBrLDvbrSTamHxZzr8WvJI9usEMg {  }
 }@media only screen and (max-width: 763px) { #CJUH9x2kyGd5IGT4nZzl9OLyz4B8RZ2T { display:block; }
 }@media only screen and (max-width: 763px) { #mbg8rTsvvKQRio2Hkb1euO2JxOBmuhKu { display:block; }
 }@media only screen and (max-width: 763px) { #Ir0006SSCxhaQXhkn62qOrGnXEeQQUHa { display:block; }
 }@media only screen and (max-width: 763px) { #nHE96vdzJmpcw7sTVeTORB8nXTKtn0zZ { display:block; }
 }@media only screen and (max-width: 763px) { #M0fHBI7de0krUv4mb1LI5iFUB9bWyPTs { display:block; }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #yZdnEKxOmid4EW6abCOQXphfJywAqRcK {  }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #BKFEcoOQrv5FTaCOh1mvOIwyZQSzy2PD {  }
 }@media only screen and (max-width: 763px) { #c3qcsDkRr9q9t5rUFDcwcTQvQ1tT4bu1 { width:764px;height:40px;top:35px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #HRr6kN1yiamH1kwovIrNLhn07mLT6Caa { width:671px;height:22px;top:96px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #m2RCMgaLnGQEuAg3sh0vDhJqCs5urR00 { top:285px;left:0px;width:764px;height:639px;display:none; }
 }@media only screen and (max-width: 763px) { #TUOP5xRr8G47ep0aDlcqmIRTSBHHqtGw { width:764px;height:40px;top:35px;left:0px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #qydzrG4T2gwfTEFtSA2HZ7kNMwWQJSNN { top:0px;left:0px;width:764px;height:722px;display:block; }
 }@media only screen and (max-width: 763px) { #CR7CiDqTKeINiVBIlk4iP5672t9IClLp { display:block; }#CR7CiDqTKeINiVBIlk4iP5672t9IClLp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8lge7aozBbRC3JR46Kd9g75vBKcXupP { width:368px;height:31px;top:30px;left:382px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #wSvoMwKpVTJdtbHGv7em6NWbnflvp7cc { width:404px;height:172px;top:81px;left:360px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vvGRWTNvbbQrOTkwUOtDW9Z4Lq1A1G6m { top:0px;left:0px;width:480px;height:323px;display:block; }
 }@media only screen and (max-width: 763px) { #m0a2BWtM9MoqEV0BTLLxIE88RaX99mfU { display:block; }#m0a2BWtM9MoqEV0BTLLxIE88RaX99mfU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3rXCtu8ECPxhd2bgU71m1TJuruKSnP4 { width:222px;height:62px;top:30px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #uwAWUU5vCZ4VUvamMKkVwoVagXafx2p0 { width:427px;height:172px;top:112px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FS0eiGEtHHl4HoXicsd6Kq0b8wdQdUfT { top:0px;left:0px;width:482px;height:335px;display:block; }
 }@media only screen and (max-width: 763px) { #Pm3C2bzZfWCpTUikfuXb7TVoAO9NokOr { display:block; }#Pm3C2bzZfWCpTUikfuXb7TVoAO9NokOr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCJfmSGRKFfsV5VH58uFzGtawIilcFS6 { width:305px;height:62px;top:30px;left:382px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #OTAuEKGmMxKK63IoM0h6sueH3NyHBCKT { width:424px;height:191px;top:112px;left:340px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mODPhRAOz3z7EQTeeDmFJ2LiFFT3f1Vk { top:0px;left:0px;width:481px;height:350px;display:block; }
 }@media only screen and (max-width: 763px) { #bAP23NuU3cuTMuuBgnZB1S3MPOTeyQI0 { display:block; }#bAP23NuU3cuTMuuBgnZB1S3MPOTeyQI0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #civO6TeRcO4pfIq03imeO5aZ8PgXOFIL { width:277px;height:62px;top:30px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #hLBSttxwTmmEmF05XzN4uP7kJSTE64uX { width:420px;height:134px;top:112px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QUeXWdRsXwbtLTOGr1mrJLZRwVdDZF4g { top:0px;left:82px;width:482px;height:285px;display:block; }
 }@media only screen and (max-width: 763px) { #qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 { display:block; }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxTNXt57X0B1WS9FAqqQiKMedQRcmtiU { top:10px;left:547px;width:8px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #p1TH6c7XteGpt32uSz0cnSkmWreBfB1f { top:10px;left:600px;width:8px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #eIf5eFftqIV3zudHTEepgiBF6zTliin7 { top:10px;left:600px;width:8px;height:50px;display:none; }
 }@media only screen and (max-width: 763px) { #INF7XtZfLVNAWs1pD9peGZgxog342atp { top:10px;left:547px;width:8px;height:50px;display:none; }
 }@media only screen and (max-width: 763px) { #SFcORrBUDRlxDeUm3oy8vzrU3TzrX4Fy { top:10px;left:494px;width:8px;height:50px;display:none; }
 }@media only screen and (max-width: 763px) { #ATF9ICIV5DL5zLZZQTrWZSNqPU5u3K43 { display:block; }#ATF9ICIV5DL5zLZZQTrWZSNqPU5u3K43 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaDnb4Cw0QCVVnwTwZRHX2QxzzCcusxc { width:764px;height:220px;display:none; }
 }@media only screen and (max-width: 763px) { #tRrUNyLbWgmKPMgm7NMzoctTzVNWc72T { top:42px;left:0px;width:480px;height:156px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #WHEdqdkS4vAFf7Nrz05uRSaofVrWeS7k { top:0px;left:399px;width:155px;height:155px;display:block; }
 }@media only screen and (max-width: 763px) { #iGrdym0D6XyskArGBB2pxdVDvt4BA1lo { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #uZkP7D5CbhRqe1aX1XUqC4IrTOaM8xF2 { top:160px;left:399px;width:39px;height:39px;display:block; }
#uZkP7D5CbhRqe1aX1XUqC4IrTOaM8xF2 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #PRPwbChTM0vFX8BU8ouzEt3d0EJrk27n { top:164px;left:456px;width:33px;height:33px;display:block; }
#PRPwbChTM0vFX8BU8ouzEt3d0EJrk27n > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #cdZgw1UQSFD8Glg4Niw3VGONmEiL7G9L { top:163px;left:510px;width:33px;height:33px;display:block; }
#cdZgw1UQSFD8Glg4Niw3VGONmEiL7G9L > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #TgQDaUlWa4gePkumOC0Xwd1HTBIoMMMg { top:162px;left:566px;width:35px;height:35px;display:block; }
#TgQDaUlWa4gePkumOC0Xwd1HTBIoMMMg > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EunoiP1rClKRERsfB6hvcIeKTXS1mRBn { display:block; }#EunoiP1rClKRERsfB6hvcIeKTXS1mRBn > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJkaryJL893CnNsG8BHu8UT85yTV5mS5 { width:99px;height:21px;top:26px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PxVOChsheriw7t0Lpa4yFJIwX6zy3Elh { width:78px;height:21px;top:25.5px;left:227px;display:block; }
 }@media only screen and (max-width: 763px) { #Rf0303Nnlzs19rFULo3AKQfWgsyLCQzE { width:98px;height:14.3984px;top:29.296875px;left:110px;text-align:center;text-align-last:center;font-size:12px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/09bd14c7-3f71-4ae7-96db-d9eec6c684d8/shutterstock_1712803939.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV.adaptive-delivery-prevent-bg, #Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV.lazyload, #Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV.lazyloading { background-image: none; }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .row .container { background-color: transparent; background-image: none; }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(64,64,64,0.5); }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .row .container > .video-iframe-container { display: none; }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(64,64,64,0.5); }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .row > .video-iframe-container { display: none; }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .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); }#Gxa6R0QRRLHOx0sMaU9a0Ly6EhEH8iEV > .row .container { width:320px;height:290px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcTrbRXos7L4ms8B9qV8LrZ0eJMIIooy { width:284px;height:54px;top:50px;left:18px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #NImWa75NHaIuqcQyQ0OOJdvx0WUt0pM8 { top:205px;left:29.5px;width:261px;height:45px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ah25fpQvTT70z4oUTxrHbq19AGMK7PqM { display:block; }
 }@media only screen and (max-width: 763px) { #wwv7XpF1Z7b4CzynLFfqDyF4bgTdzrdN { width:281px;height:42px;top:123px;left:19.5px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #gtERSbitpeRwwAmiLLT7tniLFWmm1TRS { display:block; }#gtERSbitpeRwwAmiLLT7tniLFWmm1TRS > .row .container { width:320px;height:673px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9tzQsAtTWkewllhyos463XgDrWpRrrQ { width:320px;height:62.375px;top:29px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #LCGCWh094EUrv0n1uUiX8NMb1QrMmOb5 { width:254px;height:50.375px;top:311.3125px;left:14px;text-align:left;text-align-last:left;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #BvE1zCkQ3UO8ZoWaCXJyiy45BtMzFCQU { width:255px;height:234px;top:403px;left:65px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VN8gtODyX1BaIT5rlFyVxMOBfyNdtZdv { display:flex;width:32px;height:32px;top:394px;left:14px; }
 }@media only screen and (max-width: 763px) { #QpTBiLmMEEO5Rb78AOyHeTbibHuo9VGr { display:flex;width:37px;height:37px;top:501px;left:14px; }
 }@media only screen and (max-width: 763px) { #uGICDWzDPe5WAnLghg3ubp9nSaNTcU6C { display:flex;width:27px;height:27px;top:453px;left:17px; }
 }@media only screen and (max-width: 763px) { #tIAgwxCcl2o7Eepq8Ival6wckTlG2MRc { display:flex;width:31px;height:31px;top:558px;left:14px; }
 }@media only screen and (max-width: 763px) { #HiTIWOQ5BBRKDJJMTpzo6Z1wsovevxqT { display:flex;width:30px;height:30px;top:615px;left:14px; }
 }@media only screen and (max-width: 763px) { #xOebQTozuEURTsfOZ36yPZXwhHe719S8 { width:320px;height:134.375px;top:120.375px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Vd30Kz73bxvy8x21ahbeMDdLf0p4tIQG { width:320px;height:393px;top:280px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FtsGdOODL9SUBByvSVRgaBOVw1s66oXJ { display:block; }#FtsGdOODL9SUBByvSVRgaBOVw1s66oXJ > .row .container { width:320px;height:660px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-text {padding-top: 0; padding-bottom: 0;}#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-select {padding-top: 0; padding-bottom: 0;}#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-input-button { width:224px;margin-top:4px;margin-right:56px;margin-bottom:4px;margin-left:0;background-color:#e11d8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;font-size:17px;overflow:hidden;height:45px; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD  { width:280px;height:auto;top:101.66667175293px;left:0px; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD {display:block;}#GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD { width:280px;height:auto;top:101.66667175293px;left:0px; }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #uH418EdlZISIG7MlwetdVzUkoxvQsO13 {  }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #bSuK16yV1bwKRNTHDp99AvOyRp59ErPe { display:block; }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #QV2p39qM7UKfiCzahM4OfTM2PeyOZepe {  }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #xB2mhbQoP2B2EWR9eGTnxAch74TH3kgf {  }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #rVOiCN6GMT6X5oQ4kTQTkNpIvymXoyt5 { display:block; }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #T1eAXXhJr3UTRlyBt2DuKAEN2waCL5Pk {  }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #OhCdRI1CVdpsevUL4EuDGgfqP7GvKNlh {  }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #H0RMP3xPLue3xFKGP8nLchvFFQ7geQJn { display:block; }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #C0PmB7qgDEwhUPV9qEBKgOBHo5izsZ41 {  }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #vJB5LBaUy65iwgViEekMxJFdnOmmBCeD {  }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #wB8xQaW5fAxUhTv3MntPXW18XnN2GxWW { display:block; }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #KwSpLBrLDvbrSTamHxZzr8WvJI9usEMg {  }
 }@media only screen and (max-width: 763px) { #CJUH9x2kyGd5IGT4nZzl9OLyz4B8RZ2T { display:block; }
 }@media only screen and (max-width: 763px) { #mbg8rTsvvKQRio2Hkb1euO2JxOBmuhKu { display:block; }
 }@media only screen and (max-width: 763px) { #Ir0006SSCxhaQXhkn62qOrGnXEeQQUHa { display:block; }
 }@media only screen and (max-width: 763px) { #nHE96vdzJmpcw7sTVeTORB8nXTKtn0zZ { display:block; }
 }@media only screen and (max-width: 763px) { #M0fHBI7de0krUv4mb1LI5iFUB9bWyPTs { display:block; }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #yZdnEKxOmid4EW6abCOQXphfJywAqRcK {  }
 }@media only screen and (max-width: 763px) { #GRTbpKJbfTnoegarVes2ZeBOq7DTKWOD #BKFEcoOQrv5FTaCOh1mvOIwyZQSzy2PD {  }
 }@media only screen and (max-width: 763px) { #c3qcsDkRr9q9t5rUFDcwcTQvQ1tT4bu1 { width:256.969px;height:42px;top:21px;left:18px;text-align:left;text-align-last:left;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #HRr6kN1yiamH1kwovIrNLhn07mLT6Caa { width:269px;height:36px;top:72px;left:18.5px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #m2RCMgaLnGQEuAg3sh0vDhJqCs5urR00 { width:320px;height:661px;top:-1px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TUOP5xRr8G47ep0aDlcqmIRTSBHHqtGw { width:256.969px;height:42px;top:19px;left:18px;text-align:left;text-align-last:left;font-size:21px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qydzrG4T2gwfTEFtSA2HZ7kNMwWQJSNN { width:320px;height:582px;top:506.98942565918px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #CR7CiDqTKeINiVBIlk4iP5672t9IClLp { display:block; }#CR7CiDqTKeINiVBIlk4iP5672t9IClLp > .row .container { width:320px;height:480px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8lge7aozBbRC3JR46Kd9g75vBKcXupP { width:320px;height:31.1979px;top:235.00004577637px;left:0px;text-align:left;text-align-last:left;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #wSvoMwKpVTJdtbHGv7em6NWbnflvp7cc { width:320px;height:184.7654px;top:276.18750762939px;left:0px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vvGRWTNvbbQrOTkwUOtDW9Z4Lq1A1G6m { width:320px;height:215px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #m0a2BWtM9MoqEV0BTLLxIE88RaX99mfU { display:block; }#m0a2BWtM9MoqEV0BTLLxIE88RaX99mfU > .row .container { width:320px;height:488px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3rXCtu8ECPxhd2bgU71m1TJuruKSnP4 { width:256px;height:62.375px;top:241px;left:0px;text-align:left;text-align-last:left;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #uwAWUU5vCZ4VUvamMKkVwoVagXafx2p0 { width:320px;height:151.172px;top:313.3828125px;left:0px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FS0eiGEtHHl4HoXicsd6Kq0b8wdQdUfT { width:320px;height:221px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Pm3C2bzZfWCpTUikfuXb7TVoAO9NokOr { display:block; }#Pm3C2bzZfWCpTUikfuXb7TVoAO9NokOr > .row .container { width:320px;height:526px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCJfmSGRKFfsV5VH58uFzGtawIilcFS6 { width:303px;height:62.375px;top:252.81251525879px;left:0px;text-align:left;text-align-last:left;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #OTAuEKGmMxKK63IoM0h6sueH3NyHBCKT { width:320px;height:184.766px;top:325.1875px;left:0px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mODPhRAOz3z7EQTeeDmFJ2LiFFT3f1Vk { width:320px;height:233px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bAP23NuU3cuTMuuBgnZB1S3MPOTeyQI0 { display:block; }#bAP23NuU3cuTMuuBgnZB1S3MPOTeyQI0 > .row .container { width:320px;height:417px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #civO6TeRcO4pfIq03imeO5aZ8PgXOFIL { width:293px;height:62.375px;top:209.00006103516px;left:0px;text-align:left;text-align-last:left;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #hLBSttxwTmmEmF05XzN4uP7kJSTE64uX { width:320px;height:134.375px;top:281.375px;left:0px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QUeXWdRsXwbtLTOGr1mrJLZRwVdDZF4g { width:320px;height:189px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row .container { background-color: transparent; background-image: none; }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row .container > .video-iframe-container { display: none; }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row > .video-iframe-container { display: none; }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .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); }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row .container { border-width: 0; border-radius: 0; }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qFuO22c2XwrshP5HQwA3UoTZb4iFeI79 > .row .container { width:320px;height:55px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxTNXt57X0B1WS9FAqqQiKMedQRcmtiU { width:8px;height:50px;top:280.7812px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #p1TH6c7XteGpt32uSz0cnSkmWreBfB1f { width:8px;height:50px;top:415.7812px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #eIf5eFftqIV3zudHTEepgiBF6zTliin7 { width:8px;height:50px;top:5px;left:209px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #INF7XtZfLVNAWs1pD9peGZgxog342atp { width:8px;height:50px;top:5px;left:156px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #SFcORrBUDRlxDeUm3oy8vzrU3TzrX4Fy { width:8px;height:50px;top:5px;left:103px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ATF9ICIV5DL5zLZZQTrWZSNqPU5u3K43 { display:block; }#ATF9ICIV5DL5zLZZQTrWZSNqPU5u3K43 > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaDnb4Cw0QCVVnwTwZRHX2QxzzCcusxc { top:654px;left:120px;width:90px;height:24px;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #tRrUNyLbWgmKPMgm7NMzoctTzVNWc72T { width:320px;height:103.9062px;top:20px;left:0px;font-size:8px;text-align:left;text-align-last:left;color:#b7b6b7;display:block; }
 }@media only screen and (max-width: 763px) { #WHEdqdkS4vAFf7Nrz05uRSaofVrWeS7k { width:74px;height:74px;top:0px;left:196.984375px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iGrdym0D6XyskArGBB2pxdVDvt4BA1lo { top:527px;left:168.50000572205px;width:62px;height:62px;z-index:15011;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uZkP7D5CbhRqe1aX1XUqC4IrTOaM8xF2 { display:flex;width:29px;height:29px;top:96.9765625px;left:237.984375px; }
#uZkP7D5CbhRqe1aX1XUqC4IrTOaM8xF2 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #PRPwbChTM0vFX8BU8ouzEt3d0EJrk27n { display:flex;width:25px;height:25px;top:99.9765625px;left:204px; }
#PRPwbChTM0vFX8BU8ouzEt3d0EJrk27n > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #cdZgw1UQSFD8Glg4Niw3VGONmEiL7G9L { display:flex;width:24px;height:24px;top:62.984375px;left:239.984375px; }
#cdZgw1UQSFD8Glg4Niw3VGONmEiL7G9L > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #TgQDaUlWa4gePkumOC0Xwd1HTBIoMMMg { display:flex;width:23px;height:23px;top:64.484375px;left:204px; }
#TgQDaUlWa4gePkumOC0Xwd1HTBIoMMMg > img { max-width: 100%;max-height:100%; } }