.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#TM4xU3fSpG1pCCJGJKEfzrhC2N619OtL { 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; }#TM4xU3fSpG1pCCJGJKEfzrhC2N619OtL > .row .container { background-color: transparent; background-image: none; }#TM4xU3fSpG1pCCJGJKEfzrhC2N619OtL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM4xU3fSpG1pCCJGJKEfzrhC2N619OtL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM4xU3fSpG1pCCJGJKEfzrhC2N619OtL > .row .container > .video-iframe-container { display: none; }#TM4xU3fSpG1pCCJGJKEfzrhC2N619OtL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM4xU3fSpG1pCCJGJKEfzrhC2N619OtL > .row > .video-iframe-container { display: none; }#TM4xU3fSpG1pCCJGJKEfzrhC2N619OtL > .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); }#TM4xU3fSpG1pCCJGJKEfzrhC2N619OtL > .row .container { border-width: 0; border-radius: 0; }#TM4xU3fSpG1pCCJGJKEfzrhC2N619OtL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TM4xU3fSpG1pCCJGJKEfzrhC2N619OtL > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#zXoMoQdiI7eZT3n65emWgM4ttpqHXDnC { 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:3.811525rem;width:3.874025rem;top:1.65625rem;left:69.5rem;overflow:hidden;display:none; }
#O8Wvzn2KDTd2K4ihNOVNnoGUsf1bduHg { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:17rem;top:1.9375rem;left:1.091667175293rem;overflow:hidden;display:block; }
#ZZFMckqLuE0QEe8Xz09siy1IMcEnQrSI { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:1.7749996185302rem;left:63.25rem;height:3.574225rem;display:block; }
#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse.adaptive-delivery-prevent-bg, #QTbLaWS1b78PNA9hT3BiRMwPaTZzysse.lazyload, #QTbLaWS1b78PNA9hT3BiRMwPaTZzysse.lazyloading { background-image: none; }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .row .container { background-color: transparent; background-image: none; }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .row .container > .video-iframe-container { display: none; }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .row > .video-iframe-container { display: none; }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .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); }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .row .container { border-width: 0; border-radius: 0; }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#PWLdbzRqoovdNabHTs5KlPFykkylHUsR { 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:24.8125rem;width:75rem;display:none; }
#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc2cae05-8107-4ed6-9369-031fffa2535d/WhatsAppImage20240925at102027PM2.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM.adaptive-delivery-prevent-bg, #WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM.lazyload, #WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM.lazyloading { background-image: none; }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .row .container { background-color: transparent; background-image: none; }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.13); }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .row .container > .video-iframe-container { display: none; }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.13); }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .row > .video-iframe-container { display: none; }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .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); }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .row .container { border-width: 0; border-radius: 0; }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM::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; }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#KdE8GlkBz4gfnymT0aMhmQ2ctdcG5ii0 { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.0625rem;left:2.5625rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RRvtkWQVdw7Z2I49aVx3VvTmBA5TRKAD { color:#000000;display:block;width:16.6858125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:2.5625rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EIpHshBpsaIIaH8M98RJahfbkgyuKw5p { background-color:#e6bf67;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position: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;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.558625rem;height:3.061525rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:33.3125rem;left:3rem;display:none; }#EIpHshBpsaIIaH8M98RJahfbkgyuKw5p.adaptive-delivery-prevent-bg, #EIpHshBpsaIIaH8M98RJahfbkgyuKw5p.lazyload, #EIpHshBpsaIIaH8M98RJahfbkgyuKw5p.lazyloading { background-image: none; }
#y3caQITy3Xoxq8JSblg6Eb5QQnpgaOZ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pW6OwoFn4wRwpFS5DyHFAfVk5OIrqERp { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:2.5625rem;width:34.1875rem;top:19.125rem;left:0.875rem;display:block; }#pW6OwoFn4wRwpFS5DyHFAfVk5OIrqERp.adaptive-delivery-prevent-bg, #pW6OwoFn4wRwpFS5DyHFAfVk5OIrqERp.lazyload, #pW6OwoFn4wRwpFS5DyHFAfVk5OIrqERp.lazyloading { background-image: none; }
#eCcC9NCtECurBcEpPEQg7MgwAE2XpbB6 { box-sizing:content-box;color:#f6dee5;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:43.25rem;left:59.2490234375rem;display:block; }
#PgIb74eTWSb6k1kM4oD9bOvB6RxOf3Iz { color:#ffffff;display:block;width:10.8105625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:43.708984375rem;left:60.5595703125rem;height:1.0563125rem;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; }
#LBXxvcwMS2EtyrvZnOtMNkSISdVIWJET { color:#000000;display:block;width:27.87475rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:26.1875rem;left:2.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f8VztBQf8V4pEqwbq9XbEdXFNXVTH8Gu { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:29.375rem;left:2.5625rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KxHM3yXG83P7kTMROuUFSauqTToayC2T { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.3125rem;left:1.375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WxETWl0tXGkeMWqu8bdS5GkkRSfUEyBt { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:32.75rem;left:2.5625rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dPfIQbAyxLJSeNbFIE0zEHvxnk64aKCU { color:#000000;display:block;width:32.87475rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:36rem;left:2.5625rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lBJo54nEZSBrDXS6zhGbapKurWPr93EF { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:39.25rem;left:2.3125rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ag1r0mOWtL4LXNoS0tOzH04eV5SyitpA { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:2.56225625rem;width:34.1875rem;top:22.3125rem;left:0.875rem;display:block; }#Ag1r0mOWtL4LXNoS0tOzH04eV5SyitpA.adaptive-delivery-prevent-bg, #Ag1r0mOWtL4LXNoS0tOzH04eV5SyitpA.lazyload, #Ag1r0mOWtL4LXNoS0tOzH04eV5SyitpA.lazyloading { background-image: none; }
#tMTTmCF9lbqPpFlB1uqw5V0avxPXiqPK { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:2.56225625rem;width:34.1875rem;top:28.75rem;left:0.875rem;display:block; }#tMTTmCF9lbqPpFlB1uqw5V0avxPXiqPK.adaptive-delivery-prevent-bg, #tMTTmCF9lbqPpFlB1uqw5V0avxPXiqPK.lazyload, #tMTTmCF9lbqPpFlB1uqw5V0avxPXiqPK.lazyloading { background-image: none; }
#eiMpxOiPlHHmcfMoKZOReXlRqKMaAhXX { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:2.5625rem;width:34.1875rem;top:25.5625rem;left:0.875rem;display:block; }#eiMpxOiPlHHmcfMoKZOReXlRqKMaAhXX.adaptive-delivery-prevent-bg, #eiMpxOiPlHHmcfMoKZOReXlRqKMaAhXX.lazyload, #eiMpxOiPlHHmcfMoKZOReXlRqKMaAhXX.lazyloading { background-image: none; }
#msz8rO7S4VaipPUtclqHIx4MewJcyMOt { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:2.56225625rem;width:34.1875rem;top:32.125rem;left:1.1875rem;display:block; }#msz8rO7S4VaipPUtclqHIx4MewJcyMOt.adaptive-delivery-prevent-bg, #msz8rO7S4VaipPUtclqHIx4MewJcyMOt.lazyload, #msz8rO7S4VaipPUtclqHIx4MewJcyMOt.lazyloading { background-image: none; }
#rBVy9N9d4iEW54g4ROfD6L4WKHnI4SUa { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:2.5625rem;width:34.1875rem;top:35.375rem;left:1.1875rem;display:block; }#rBVy9N9d4iEW54g4ROfD6L4WKHnI4SUa.adaptive-delivery-prevent-bg, #rBVy9N9d4iEW54g4ROfD6L4WKHnI4SUa.lazyload, #rBVy9N9d4iEW54g4ROfD6L4WKHnI4SUa.lazyloading { background-image: none; }
#iIy2O0pIQyIdNRuErw0tkFwXeQ1Gc6zD { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:2.56225625rem;width:34.1875rem;top:38.625rem;left:1rem;display:block; }#iIy2O0pIQyIdNRuErw0tkFwXeQ1Gc6zD.adaptive-delivery-prevent-bg, #iIy2O0pIQyIdNRuErw0tkFwXeQ1Gc6zD.lazyload, #iIy2O0pIQyIdNRuErw0tkFwXeQ1Gc6zD.lazyloading { background-image: none; }
#Va1fHTzdUIVb2w41WQSBRm9h0iJhasaI { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:47.06298828125rem;left:3.499755859375rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kZRKLHX7fOfkPnrE797RollfdHBBtipd { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:2.56225625rem;width:34.1875rem;top:35.5625rem;left:3.8125rem;display:none; }#kZRKLHX7fOfkPnrE797RollfdHBBtipd.adaptive-delivery-prevent-bg, #kZRKLHX7fOfkPnrE797RollfdHBBtipd.lazyload, #kZRKLHX7fOfkPnrE797RollfdHBBtipd.lazyloading { background-image: none; }
#gb8oxaECQAFvZG4ogNXTJAlDdsMGfWUO { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:2.56225625rem;width:34.1875rem;top:41.9375rem;left:1rem;display:block; }#gb8oxaECQAFvZG4ogNXTJAlDdsMGfWUO.adaptive-delivery-prevent-bg, #gb8oxaECQAFvZG4ogNXTJAlDdsMGfWUO.lazyload, #gb8oxaECQAFvZG4ogNXTJAlDdsMGfWUO.lazyloading { background-image: none; }
#uwfg29gUBVopVfwrgNLIv2yyyNwhR718 { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:42.5625rem;left:2.3125rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T7lmJXdGwdXkwvztb7Lvu0aNaxhqutu8 { position:absolute;display:block;z-index:15091;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:12.6875rem;width:38.375rem;top:1.4375rem;left:0.0625rem;overflow:hidden;display:block; }
#z5JmUVXv5RfExsImS4qPUZSymWkZtMEL { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #000000);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:48rem;width:75rem;top:0rem;left:22.75rem;display:block; }
#FdHAoZ1LtdcQiJsHvV6xadrH873wPF0s { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:2.375rem;left:51.75rem;height:1.37478125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O6cWpxyAV6XiGd03EisLVaUccKffxBEA { box-sizing:content-box;height:3.5rem;width:26.8125rem;position:absolute;display:block;z-index:15048;background-color:#ef8221;background-image:none;top:1.375rem;left:48.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NoHEoPLaavaBsOAJz7S6BaMvIIPBPBR4 { position:absolute;display:block;z-index:15045;height:38.3745625rem;width:24.749875rem;top:3.6875rem;left:49.4375rem;display:block; }
#BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6bf67;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b.adaptive-delivery-prevent-bg, #BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b.lazyload, #BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b.lazyloading { background-image: none; }#BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b > .row .container { background-color: transparent; background-image: none; }#BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b > .row .container > .video-iframe-container { display: none; }#BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b > .row > .video-iframe-container { display: none; }#BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b > .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); }#BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b > .row .container { border-width: 0; border-radius: 0; }#BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#LTSc7OF1aJ4w7VEfImc9H8lf9LRGSCyN { color:#000000;display:block;width:73.9375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.0367188453674rem;left:0.53125rem;height:6.17513125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ByI1AUtHwM3ucl58kcI1Rsvv90VrvAzA { 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; }#ByI1AUtHwM3ucl58kcI1Rsvv90VrvAzA > .row .container { background-color: transparent; background-image: none; }#ByI1AUtHwM3ucl58kcI1Rsvv90VrvAzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByI1AUtHwM3ucl58kcI1Rsvv90VrvAzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByI1AUtHwM3ucl58kcI1Rsvv90VrvAzA > .row .container > .video-iframe-container { display: none; }#ByI1AUtHwM3ucl58kcI1Rsvv90VrvAzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByI1AUtHwM3ucl58kcI1Rsvv90VrvAzA > .row > .video-iframe-container { display: none; }#ByI1AUtHwM3ucl58kcI1Rsvv90VrvAzA > .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); }#ByI1AUtHwM3ucl58kcI1Rsvv90VrvAzA > .row .container { border-width: 0; border-radius: 0; }#ByI1AUtHwM3ucl58kcI1Rsvv90VrvAzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ByI1AUtHwM3ucl58kcI1Rsvv90VrvAzA > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#h9bl22oBw9X3PaVkTlq9wI9KhP95qu97 { position:absolute;display:block;z-index:14996;background-color:#e6bf67;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center right !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;border-top-left-radius:1.875rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:37.3125rem;width:21.875rem;top:2.96875rem;left:5.28173828125rem;display:block; }#h9bl22oBw9X3PaVkTlq9wI9KhP95qu97.adaptive-delivery-prevent-bg, #h9bl22oBw9X3PaVkTlq9wI9KhP95qu97.lazyload, #h9bl22oBw9X3PaVkTlq9wI9KhP95qu97.lazyloading { background-image: none; }
#RgACTBsVHA8GgRmACwZTHXni8JrRiBE3 { position:absolute;display:block;z-index:14997;background-color:#000000;background-image:none;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:37.3125rem;width:21.875rem;top:2.96875rem;left:27.09423828125rem;display:block; }
#AztBNgSydvPpGAWlfhRIB7Kzktc5JZ18 { position:absolute;display:block;z-index:14993;background-color:#e6bf67;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center right !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;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:37.3125rem;width:21.875rem;top:2.96875rem;left:48.96923828125rem;display:block; }#AztBNgSydvPpGAWlfhRIB7Kzktc5JZ18.adaptive-delivery-prevent-bg, #AztBNgSydvPpGAWlfhRIB7Kzktc5JZ18.lazyload, #AztBNgSydvPpGAWlfhRIB7Kzktc5JZ18.lazyloading { background-image: none; }
#VCTakDb0QlUQqBHU9X9swgMR2M78FM0H { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.02490234375rem;left:7.87548828125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A6tRWuETq6R3ObkHBr0oDaQlwyAvrRBc { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:14.01806640625rem;left:7.87548828125rem;height:3.0875625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cZZLIJxy9kyQLvL9cDHazOCauU30WJFy { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.6;letter-spacing:0;top:17.6162109375rem;left:50.03173828125rem;height:15.957rem;text-align:left;text-align-last:left;display:block; }#cZZLIJxy9kyQLvL9cDHazOCauU30WJFy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cZZLIJxy9kyQLvL9cDHazOCauU30WJFy li:before{  }
#cGt3eW9dQXeUa3vU1u7s7gMbBaULqZit { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15048;line-height:1.6;letter-spacing:0;top:19.40869140625rem;left:7.25048828125rem;height:12.3719375rem;text-align:left;text-align-last:left;display:block; }#cGt3eW9dQXeUa3vU1u7s7gMbBaULqZit li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cGt3eW9dQXeUa3vU1u7s7gMbBaULqZit li:before{  }
#UbG2JiqE2ozvabdvMUeWE7mBTtauTTSo { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:2.96875rem;left:51.00048828125rem;height:4.54969375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FXhoXtJzZOt8VRZzOtl1l3MpNrrsxAJc { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:14.017578125rem;left:51.62548828125rem;height:3.0875625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QLKO6HzTqhMtbQBmCvV44fVzMNM8T7Ld { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.996125rem;height:2.5rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:34.5322265625rem;left:54.408203125rem;display:block; }
#nhL2WFbnmm3FQuggAMsxaWhTLU67cRhI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x8lDEgAT8pvs4opHgeZ982yhBwAVQWDE { background-color:#e6bf67;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:bottom 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;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.996125rem;height:2.5rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:34.5322265625rem;left:32.00146484375rem;display:block; }#x8lDEgAT8pvs4opHgeZ982yhBwAVQWDE.adaptive-delivery-prevent-bg, #x8lDEgAT8pvs4opHgeZ982yhBwAVQWDE.lazyload, #x8lDEgAT8pvs4opHgeZ982yhBwAVQWDE.lazyloading { background-image: none; }
#ko7ymWpVTz4eWB4eXVc12e3D70CftPAR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W2Z7a2kEKlVxfIpOOaARdQuqsNziHVbu { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.996125rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:34.5322265625rem;left:10.658203125rem;display:block; }
#VQZTNncCDIQkEMnKkRE4S0EurOozINGw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#llKZdnLLIMd2awHdo315iTSvvsJbRP0V { color:#313131;display:block;width:7rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15076;line-height:1.4;letter-spacing:0;top:37.9375rem;left:55.125rem;height:0.875rem;text-align:center;text-align-last:center;display:none; }
#zy5EMn1IghKsMqdIyBtkxNpNOgFucdf7 { color:#000000;display:block;width:5.9375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15054;line-height:1.1;letter-spacing:0;top:14.515625rem;left:46.49658203125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Gf2b1to4CQPflV3B50eRk9FauhdppuEJ { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:16.3125rem;top:7.5185546875rem;left:8.06298828125rem;overflow:hidden;display:block; }
#ok7yFqCiKtE2r8vTv1ikiiaM7I29VVLl { position:absolute;display:block;z-index:15078;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:8.25rem;width:23.3125rem;top:7.34814453125rem;left:48.25048828125rem;overflow:hidden;display:block; }
#zTdJDBT3cB8htUxJz0ifXepyHWDqGpG9 { color:#e6bf67;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:4.02490234375rem;left:26.71875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gq0a2hvTUoGWzGqTHB3KouhNWLM0Dlhy { position:absolute;display:block;z-index:15080;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:11.625rem;width:11.625rem;top:5.66064453125rem;left:31.96875rem;overflow:hidden;display:block; }
#qxzTFUzsQp6JgqEcX0Hal5d7mo5TbCzT { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:14.43603515625rem;left:29.21875rem;height:3.0875625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cVipGlUx5lc7oKSydTQnXKfynwMmXnLQ { color:#ffffff;display:block;width:16.3735625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.6;letter-spacing:0;top:18.26025390625rem;left:29.31298828125rem;height:14.670125rem;text-align:left;text-align-last:left;display:block; }#cVipGlUx5lc7oKSydTQnXKfynwMmXnLQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cVipGlUx5lc7oKSydTQnXKfynwMmXnLQ li:before{  }
#wU0SB4G4TfUg31sAgKJS9Hx95z2oxdNM { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #5d92ff;border-left:0;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:5.625rem;width:19.625rem;top:7.5185546875rem;left:5.93798828125rem;display:block; }
#hyORpKmqLzowVLEdaqg4fhwEcyLphD6D { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #5d92ff;border-left:0;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:5.625rem;width:19.625rem;top:8.33056640625rem;left:50.06298828125rem;display:block; }
#pqIx8SzR2GKtZPtBoO8532HdhmqqECZI { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.02490234375rem;left:7.87548828125rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wuhRCBmwdSu4uJeGxnGWrndWMZvZZqdt { 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; }#wuhRCBmwdSu4uJeGxnGWrndWMZvZZqdt > .row .container { background-color: transparent; background-image: none; }#wuhRCBmwdSu4uJeGxnGWrndWMZvZZqdt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuhRCBmwdSu4uJeGxnGWrndWMZvZZqdt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuhRCBmwdSu4uJeGxnGWrndWMZvZZqdt > .row .container > .video-iframe-container { display: none; }#wuhRCBmwdSu4uJeGxnGWrndWMZvZZqdt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuhRCBmwdSu4uJeGxnGWrndWMZvZZqdt > .row > .video-iframe-container { display: none; }#wuhRCBmwdSu4uJeGxnGWrndWMZvZZqdt > .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); }#wuhRCBmwdSu4uJeGxnGWrndWMZvZZqdt > .row .container { border-width: 0; border-radius: 0; }#wuhRCBmwdSu4uJeGxnGWrndWMZvZZqdt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wuhRCBmwdSu4uJeGxnGWrndWMZvZZqdt > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#qvFN2Px3GA9B4hGooTvqlzXTlh0P1cqn { position:absolute;display:block;z-index:14996;background-color:#e6bf67;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center right !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;border-top-left-radius:1.875rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:37.3125rem;width:21.875rem;top:2.96875rem;left:5.21923828125rem;display:block; }#qvFN2Px3GA9B4hGooTvqlzXTlh0P1cqn.adaptive-delivery-prevent-bg, #qvFN2Px3GA9B4hGooTvqlzXTlh0P1cqn.lazyload, #qvFN2Px3GA9B4hGooTvqlzXTlh0P1cqn.lazyloading { background-image: none; }
#NDLhwt3STgBUpJvbA4pZ0NhViFnNQVEn { position:absolute;display:block;z-index:14997;background-color:#000000;background-image:none;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:37.3125rem;width:21.875rem;top:3.03125rem;left:27.09423828125rem;display:block; }
#TkZgBzJHJERqx3Th6IA3XtWaJGaU5IMW { position:absolute;display:block;z-index:14993;background-color:#e6bf67;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center right !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;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:37.3125rem;width:21.875rem;top:2.96875rem;left:48.96923828125rem;display:block; }#TkZgBzJHJERqx3Th6IA3XtWaJGaU5IMW.adaptive-delivery-prevent-bg, #TkZgBzJHJERqx3Th6IA3XtWaJGaU5IMW.lazyload, #TkZgBzJHJERqx3Th6IA3XtWaJGaU5IMW.lazyloading { background-image: none; }
#K0Icdm0F2GyF0xNhkwX6VlfhZnARTCgy { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.996125rem;height:2.5rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:34.5322265625rem;left:54.408203125rem;display:block; }
#f2tWNzQnFoCa8gqi21UaDuEhyv7ziWmZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UH2xSQx8mc99ODfPcWSD1sdmMs0MUi16 { background-color:#e6bf67;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:bottom 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;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.996125rem;height:2.5rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:34.5322265625rem;left:32.00146484375rem;display:block; }#UH2xSQx8mc99ODfPcWSD1sdmMs0MUi16.adaptive-delivery-prevent-bg, #UH2xSQx8mc99ODfPcWSD1sdmMs0MUi16.lazyload, #UH2xSQx8mc99ODfPcWSD1sdmMs0MUi16.lazyloading { background-image: none; }
#wyvKkZ3VI0QWapTbQcqxVKrgNGT6UZa2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AnB0c84eTmafGwFyqi7Vb8lcX0SUnVLt { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.996125rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:34.5322265625rem;left:10.658203125rem;display:block; }
#TEcgUc7AUUEh93MHFc94bkM6gaAhTGGz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fk5QNsPHeTp8J3fFA1Lew3oCK4kPTi9f { color:#313131;display:block;width:7rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15076;line-height:1.4;letter-spacing:0;top:37.9375rem;left:55.125rem;height:0.875rem;text-align:center;text-align-last:center;display:none; }
#W9Q3GKViuTGT5yyKkeNeRVkCWk6yFNL8 { color:#000000;display:block;width:5.9375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15054;line-height:1.1;letter-spacing:0;top:14.515625rem;left:46.49658203125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kIvEKkAsgBApcntDTaJiU11Hmyy9n8It { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.412109375rem;left:7.87548828125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hZCh3FRCIEheZ2EvQwvVpLlPIpAldTxu { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:14.435546875rem;left:7.87548828125rem;height:3.0875625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kDtsECgzpq2Jy3fcH62OB5tkTmlTAELL { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15048;line-height:1.6;letter-spacing:0;top:17.90771484375rem;left:7.25048828125rem;height:15.371125rem;text-align:left;text-align-last:left;display:block; }#kDtsECgzpq2Jy3fcH62OB5tkTmlTAELL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kDtsECgzpq2Jy3fcH62OB5tkTmlTAELL li:before{  }
#cRvXr0K28moDrM5cmZcTXTdvQXZVMuSS { color:#e6bf67;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:3.5185546875rem;left:28.34375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#atThVM0az00gTx0ZuSnoSvkTds3EqSnW { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:16.9375rem;top:7.99853515625rem;left:29.03125rem;overflow:hidden;display:block; }
#J60QnGE1c4K9pyNC6s6mT5S7tEKHsB5f { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:14.43505859375rem;left:29.21875rem;height:3.0875625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qp734693H78y5411hlgkIq97WEJVveyf { color:#ffffff;display:block;width:16.3735625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15047;line-height:1.6;letter-spacing:0;top:17.90771484375rem;left:29.31298828125rem;height:;text-align:left;text-align-last:left;display:block; }#qp734693H78y5411hlgkIq97WEJVveyf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qp734693H78y5411hlgkIq97WEJVveyf li:before{  }
#s8FKQtJzBCeztQUsy4Dq9BihttnyM0xZ { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:3.44873046875rem;left:50.21875rem;height:1.86903125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r2mU5xMr8bpoqE5AqNRqru5yxpRo273N { position:absolute;display:block;z-index:15079;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:6rem;width:12.6875rem;top:6.56103515625rem;left:53.56298828125rem;overflow:hidden;display:block; }
#p1eDhOdBIyL7FkpSnWv2KAbfXRU9QKyu { color:#000000;display:block;width:19.8110625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15053;line-height:1.1;letter-spacing:0;top:14.67236328125rem;left:50.0009765625rem;height:2.6125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NOobEp2r5D5Nhle1Dzbta0rd8Red9FJp { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.6;letter-spacing:0;top:17.52197265625rem;left:52.12548828125rem;height:16.2695rem;text-align:left;text-align-last:left;display:block; }#NOobEp2r5D5Nhle1Dzbta0rd8Red9FJp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NOobEp2r5D5Nhle1Dzbta0rd8Red9FJp li:before{  }
#BscVc70hzRxhkTzRAxSwbuTyxKGWah39 { position:absolute;display:block;z-index:15077;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:15.625rem;width:29.0625rem;top:2.96875rem;left:1.62548828125rem;overflow:hidden;display:block; }
#nZqziOugPxKK6f5sTNdsN6wchcC5oTwb { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #5d92ff;border-left:0;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:5.6875rem;width:20.125rem;top:7.5810546875rem;left:6.06298828125rem;display:block; }
#A08IoOVLUcI97pHpdVklE4ZOGd7TyXsX { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #5d92ff;border-left:0;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:5.625rem;width:19.625rem;top:6.68603515625rem;left:50.06298828125rem;display:block; }
#FzByKJhpi3UFNeaWCsHKfwfnZfJrffyq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#FzByKJhpi3UFNeaWCsHKfwfnZfJrffyq > .row .container { background-color: transparent; background-image: none; }#FzByKJhpi3UFNeaWCsHKfwfnZfJrffyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzByKJhpi3UFNeaWCsHKfwfnZfJrffyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzByKJhpi3UFNeaWCsHKfwfnZfJrffyq > .row .container > .video-iframe-container { display: none; }#FzByKJhpi3UFNeaWCsHKfwfnZfJrffyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzByKJhpi3UFNeaWCsHKfwfnZfJrffyq > .row > .video-iframe-container { display: none; }#FzByKJhpi3UFNeaWCsHKfwfnZfJrffyq > .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); }#FzByKJhpi3UFNeaWCsHKfwfnZfJrffyq > .row .container { border-width: 0; border-radius: 0; }#FzByKJhpi3UFNeaWCsHKfwfnZfJrffyq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FzByKJhpi3UFNeaWCsHKfwfnZfJrffyq > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#p91Pc1Rxnm8rHVxwFmZNOAbi2A7FTUyS { color:#ffffff;display:block;width:51.375rem;position:absolute;font-family:arial;font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:1.8515625rem;left:11.8125rem;height:2.6125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pg5DiBf8zgUVSq8nNQLECnwnOH5WMHZ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#Pg5DiBf8zgUVSq8nNQLECnwnOH5WMHZ0 > .row .container { background-color: transparent; background-image: none; }#Pg5DiBf8zgUVSq8nNQLECnwnOH5WMHZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pg5DiBf8zgUVSq8nNQLECnwnOH5WMHZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pg5DiBf8zgUVSq8nNQLECnwnOH5WMHZ0 > .row .container > .video-iframe-container { display: none; }#Pg5DiBf8zgUVSq8nNQLECnwnOH5WMHZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pg5DiBf8zgUVSq8nNQLECnwnOH5WMHZ0 > .row > .video-iframe-container { display: none; }#Pg5DiBf8zgUVSq8nNQLECnwnOH5WMHZ0 > .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); }#Pg5DiBf8zgUVSq8nNQLECnwnOH5WMHZ0 > .row .container { border-width: 0; border-radius: 0; }#Pg5DiBf8zgUVSq8nNQLECnwnOH5WMHZ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pg5DiBf8zgUVSq8nNQLECnwnOH5WMHZ0 > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#BdnUut8vQuxVbv6zSaq6VOvNWfVh4dqc { color:#ffffff;display:block;width:15rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.8125rem;left:2.0625rem;height:3.8981125rem;text-align:center;text-align-last:center;display:block; }
#Sc8KZERGoRd7g2MVDoooEAsSm3t1NNPM { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.125rem;left:0.875rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sSWA6xlrghJqLvvt4A3iLVvGZETlPQob { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.125rem;left:20.375rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iveCxJagbCezvVOdA7leFhmXDPntonmr { color:#ffffff;display:block;width:15rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.8125rem;left:20.375rem;height:5.19748125rem;text-align:center;text-align-last:center;display:block; }
#piH6FNy7w6snagCNmagkgKQ6NAtJCAKO { color:#ffffff;display:block;width:15rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.8125rem;left:40.0625rem;height:3.8981125rem;text-align:center;text-align-last:center;display:block; }
#pD20WgdZw2STM5K9LTUgyQEDEed1I3T2 { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.125rem;left:39.0625rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vAW7dnpaHoVbf4i8CIVA4KuEC6n8EenP { color:#ffffff;display:block;width:15rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.875rem;left:58.8125rem;height:5.19748125rem;text-align:center;text-align-last:center;display:block; }
#KlFsG8h1Im5cZcZS83P1TTqEs3p5FGPq { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.1875rem;left:57.875rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BR3T7DmE5ZGvtgXsMMSS1NsdGbTltNik { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5.0625rem;top:2.875rem;left:6.8125rem;overflow:hidden;display:block; }
#snV9h5Lptn8JuPpEIXZ3bAVQfPSLTnvB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5.0625rem;top:2.875rem;left:25.5625rem;overflow:hidden;display:block; }
#v3hQkHJD6Wn9Pd2C0UC9pIeo6chxV6PP { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5.0625rem;top:2.875rem;left:44.3125rem;overflow:hidden;display:block; }
#wbKz7W5G74ypslC7wMiy39tzmpV5T7qL { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5.0625rem;top:2.875rem;left:63.0625rem;overflow:hidden;display:block; }
#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6bf67;background-image:url("https://images.assets-landingi.com/uc/454f3188-e0fe-4431-a266-4cf7d3882c33/shutterstock_19279532302.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX.adaptive-delivery-prevent-bg, #VJm196x4QeCGN7EK6vZAEp4sqotXTDoX.lazyload, #VJm196x4QeCGN7EK6vZAEp4sqotXTDoX.lazyloading { background-image: none; }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .row .container { background-color: transparent; background-image: none; }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .row .container > .video-iframe-container { display: none; }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .row > .video-iframe-container { display: none; }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .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); }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .row .container { border-width: 0; border-radius: 0; }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#nP5wsh6WuvEUqtSa3Knyv92bo79JCeUF { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15049;line-height:2.2;letter-spacing:0;top:9.1875rem;left:3.5625rem;height:22.140825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xHI0MJQ50fE4uv8iXngLtmJr1yX295ca { color:#000000;display:block;width:32.375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15050;line-height:2.2;letter-spacing:0;top:8.625rem;left:42.625rem;height:22.1408125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tnX1qzbWMBwDapnG9EDI9foClFo0Ix2f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:9.9375rem;left:1.1875rem; }
#K8hH64IDMC4vcC0PuNcD6BKi7hkVQL8z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:13.0625rem;left:1.1875rem; }
#LTyZ4lsVEfvefJTlJeV2ixgKQInqAm5G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:16.375rem;left:1.1875rem; }
#VQhshyLKoWgcBzqIGv6umwNKCphgnWO3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:19.5rem;left:1.1875rem; }
#XXJMePhZTQGoOFE5egTydhKueem2gEiy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:22.625rem;left:1.1875rem; }
#vJTRAooxaE0MMy7Vq46tmlEmNxQoSkS3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:9.375rem;left:40.3125rem; }
#w6Hvu1ON6I9lxXei0Z6nyerRC1nGOTmE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:12.5rem;left:40.3125rem; }
#PuQAdTxind0m31uHe8DFBKhbbcgzJT2w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:15.8125rem;left:40.3125rem; }
#IyOQe64XJ3yzWlXU88D94NLls8PTGFAK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:18.9375rem;left:40.3125rem; }
#yuRcXT5pyLXPzkH6EdoTBHcLT49Tzxe1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:25.9375rem;left:1.1875rem; }
#kv7oMgIH7ldtrMQW0Pvk2fZ2AVHnmIDb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:22.0625rem;left:40.3125rem; }
#Lxh9NhdXATxZqgh6T4153n25Vp7iplLZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:19.8466796875rem;left:1.1787109375rem;display:none; }
#BNF32bx9c6gN5pTULWwcrEOxekT9cx6w { color:#000000;display:block;width:59.9355625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:7.5625rem;height:3.0875625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gugt0JD2sF7ctEGXTULZT6goKqJpcvBJ { 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; }#gugt0JD2sF7ctEGXTULZT6goKqJpcvBJ > .row .container { background-color: transparent; background-image: none; }#gugt0JD2sF7ctEGXTULZT6goKqJpcvBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gugt0JD2sF7ctEGXTULZT6goKqJpcvBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gugt0JD2sF7ctEGXTULZT6goKqJpcvBJ > .row .container > .video-iframe-container { display: none; }#gugt0JD2sF7ctEGXTULZT6goKqJpcvBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gugt0JD2sF7ctEGXTULZT6goKqJpcvBJ > .row > .video-iframe-container { display: none; }#gugt0JD2sF7ctEGXTULZT6goKqJpcvBJ > .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); }#gugt0JD2sF7ctEGXTULZT6goKqJpcvBJ > .row .container { border-width: 0; border-radius: 0; }#gugt0JD2sF7ctEGXTULZT6goKqJpcvBJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gugt0JD2sF7ctEGXTULZT6goKqJpcvBJ > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#geTG5IaXR4stvP4SvzgNAJxee72XJDdp { color:#000000;display:block;width:39.8734375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:17.625rem;height:3.0875625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CnBTyvWAVTsPA5ohw9z922PW9gtyK2b9 { color:#000000;display:block;width:27.3734375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5625rem;left:23.875rem;height:3.0875625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WDipNeTH5OKsDdTAdZgcX93i8mwgOJA3 { 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; }#WDipNeTH5OKsDdTAdZgcX93i8mwgOJA3 > .row .container { background-color: transparent; background-image: none; }#WDipNeTH5OKsDdTAdZgcX93i8mwgOJA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDipNeTH5OKsDdTAdZgcX93i8mwgOJA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDipNeTH5OKsDdTAdZgcX93i8mwgOJA3 > .row .container > .video-iframe-container { display: none; }#WDipNeTH5OKsDdTAdZgcX93i8mwgOJA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDipNeTH5OKsDdTAdZgcX93i8mwgOJA3 > .row > .video-iframe-container { display: none; }#WDipNeTH5OKsDdTAdZgcX93i8mwgOJA3 > .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); }#WDipNeTH5OKsDdTAdZgcX93i8mwgOJA3 > .row .container { border-width: 0; border-radius: 0; }#WDipNeTH5OKsDdTAdZgcX93i8mwgOJA3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WDipNeTH5OKsDdTAdZgcX93i8mwgOJA3 > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#OLEETdabXH83nV7ty6d49kh2CeoAtxnm { 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:8.125rem;width:12.5rem;top:1.905517578125rem;left:0rem;overflow:hidden;display:block; }
#pQK24hUa2eAVP0qbcCLpUcrMTFoaVoxv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:12.5rem;top:1.905517578125rem;left:11.988525390625rem;overflow:hidden;display:block; }
#zfV57ZxUz13Ufl3XK7KGt5ZtV7QX241X { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:12.5rem;top:1.905517578125rem;left:25.36376953125rem;overflow:hidden;display:block; }
#wuTEccc8S5vTo6LanHDDGxV79i3NorKs { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:12.5rem;top:1.905517578125rem;left:38.48876953125rem;overflow:hidden;display:block; }
#s8Iw3Cf5k1ny7TPlZK02w0CIfCMAJcP2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:12.5rem;top:1.905517578125rem;left:50.3125rem;overflow:hidden;display:block; }
#vPL5sFFsfJs1M2fFCKkmIy0zrZlCnG1l { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:12.5rem;top:1.905517578125rem;left:62.5rem;overflow:hidden;display:block; }
#fcTc1xGWptzyJO9s6MroaH9mKTzwrD54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#fcTc1xGWptzyJO9s6MroaH9mKTzwrD54 > .row .container { background-color: transparent; background-image: none; }#fcTc1xGWptzyJO9s6MroaH9mKTzwrD54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcTc1xGWptzyJO9s6MroaH9mKTzwrD54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcTc1xGWptzyJO9s6MroaH9mKTzwrD54 > .row .container > .video-iframe-container { display: none; }#fcTc1xGWptzyJO9s6MroaH9mKTzwrD54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcTc1xGWptzyJO9s6MroaH9mKTzwrD54 > .row > .video-iframe-container { display: none; }#fcTc1xGWptzyJO9s6MroaH9mKTzwrD54 > .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); }#fcTc1xGWptzyJO9s6MroaH9mKTzwrD54 > .row .container { border-width: 0; border-radius: 0; }#fcTc1xGWptzyJO9s6MroaH9mKTzwrD54 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fcTc1xGWptzyJO9s6MroaH9mKTzwrD54 > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#znDGgGSsuFDMznuCDBI1xyfc2NGJi1fu { color:#ffffff;display:block;width:39.8734375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6929702758789rem;left:17.563281059265rem;height:3.0875625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wm54DOf0UCzTPuSBDBJlHcOP2uWtPSg8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#wm54DOf0UCzTPuSBDBJlHcOP2uWtPSg8 > .row .container { background-color: transparent; background-image: none; }#wm54DOf0UCzTPuSBDBJlHcOP2uWtPSg8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wm54DOf0UCzTPuSBDBJlHcOP2uWtPSg8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wm54DOf0UCzTPuSBDBJlHcOP2uWtPSg8 > .row .container > .video-iframe-container { display: none; }#wm54DOf0UCzTPuSBDBJlHcOP2uWtPSg8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wm54DOf0UCzTPuSBDBJlHcOP2uWtPSg8 > .row > .video-iframe-container { display: none; }#wm54DOf0UCzTPuSBDBJlHcOP2uWtPSg8 > .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); }#wm54DOf0UCzTPuSBDBJlHcOP2uWtPSg8 > .row .container { border-width: 0; border-radius: 0; }#wm54DOf0UCzTPuSBDBJlHcOP2uWtPSg8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wm54DOf0UCzTPuSBDBJlHcOP2uWtPSg8 > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#mUPTG4KLmITXZxkln3QC1kWotmK9imKa { color:#515049;display:block;width:21.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:7.93701171875rem;left:1.732177734375rem;height:6.9986875rem;text-align:left;text-align-last:left;display:block; }
#BGB39XtwfXJfP4M7C5Es3wKTNTlswKU8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.6396484375rem;left:2.218505859375rem;overflow:hidden;display:block; }
#vX202NFOoONrTGaTMHBWQSHQR32A4S8I { position:absolute;display:block;z-index:15005;background-color:#f3f3f3;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:16.375rem;width:23rem;top:0.843505859375rem;left:0.999755859375rem;display:block; }
#dQvqS9hiw6BHNr124xTS90i3mhhvev2J { color:#313131;display:block;width:11.93725rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:2.6865234375rem;left:5.85693359375rem;height:1.22504375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LDTb5chbSkl214Nn7dC6qdMvdmXyS8PM { color:#848081;display:block;width:6.43675rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:3.97900390625rem;left:5.85693359375rem;height:1.22504375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p7T4iCdzeJSuz5kGT1Hd2fQbw4QHSw2z { 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:1.25rem;width:5.68725625rem;top:5.860595703125rem;left:2.406005859375rem;overflow:hidden;display:block; }
#i1NnlvDlPmfIcIPW1hKCUz2p4wJc1FNi { position:absolute;display:block;z-index:15012;background-color:#f3f3f3;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:16.4375rem;width:23rem;top:0.875rem;left:26rem;display:block; }
#H7XfBrfbpTxzE0PBZxRSLbcqF060Ga1h { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.75rem;left:27.1875rem;overflow:hidden;display:block; }
#DcK7K7EtytrF3rwzRk35cZhalHLLTaZL { color:#313131;display:block;width:11.93725rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:2.6875rem;left:30.875rem;height:1.22504375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gn5ZNJ4XfGf10JPgFdZFqkKU34tU7yST { color:#848081;display:block;width:6.43675rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:4rem;left:30.875rem;height:1.22504375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A1OK1vgTvsdQC2Nfz2dbJ7bBlrUH7zeC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.68725625rem;top:5.875rem;left:27.375rem;overflow:hidden;display:block; }
#yTinTKA49uGgmCT2XocPUbXWbFtu3BUK { color:#515049;display:block;width:21.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:7.9375rem;left:26.75rem;height:6.9986875rem;text-align:left;text-align-last:left;display:block; }
#CyRZyrZTVriXQm1wmW1xQHDDZMmsVB2l { position:absolute;display:block;z-index:15019;background-color:#f3f3f3;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:16.375rem;width:23rem;top:0.875rem;left:51rem;display:block; }
#zEqhSXLHvtMbhA8x5gXxwfXsmSHdQrKo { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.6875rem;left:52.1875rem;overflow:hidden;display:block; }
#AWTOwGuCgoDMKpPnF96Dd922fikWV3OB { color:#313131;display:block;width:11.93725rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:2.6875rem;left:55.875rem;height:1.22504375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T8uB30JiUy39hAXOUFRJiDxhAgADTo5y { color:#848081;display:block;width:6.43675rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:4rem;left:55.875rem;height:1.22504375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kJax4gb9icqbiqtzs4ziDSBlDiZuFV4g { position:absolute;display:block;z-index:15023;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:1.25rem;width:5.68725625rem;top:5.875rem;left:52.375rem;overflow:hidden;display:block; }
#KrwxdMeviH3RwdVUX8wByXXebefBiBWN { color:#515049;display:block;width:21.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:7.9375rem;left:51.75rem;height:2.79948125rem;text-align:left;text-align-last:left;display:block; }
#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i { 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; }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row .container { background-color: transparent; background-image: none; }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row .container > .video-iframe-container { display: none; }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row > .video-iframe-container { display: none; }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .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); }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row .container { border-width: 0; border-radius: 0; }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#QAHqTPb03AX2WnqAwM5rDRMUM4GBzzmm { color:#000000;display:block;width:59.9359375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4140615463257rem;left:7.532031059265rem;height:3.0875625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qfc2ghk1EAMvhMIPHTRg5BxbSIDS7Ddo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:24.875rem;top:5.1874994635582rem;left:0rem;overflow:hidden;display:block; }
#zUgyLQFa59mJW2zP8zbEbESvDSKcEhdL { 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; }#zUgyLQFa59mJW2zP8zbEbESvDSKcEhdL > .row .container { background-color: transparent; background-image: none; }#zUgyLQFa59mJW2zP8zbEbESvDSKcEhdL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUgyLQFa59mJW2zP8zbEbESvDSKcEhdL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUgyLQFa59mJW2zP8zbEbESvDSKcEhdL > .row .container > .video-iframe-container { display: none; }#zUgyLQFa59mJW2zP8zbEbESvDSKcEhdL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUgyLQFa59mJW2zP8zbEbESvDSKcEhdL > .row > .video-iframe-container { display: none; }#zUgyLQFa59mJW2zP8zbEbESvDSKcEhdL > .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); }#zUgyLQFa59mJW2zP8zbEbESvDSKcEhdL > .row .container { border-width: 0; border-radius: 0; }#zUgyLQFa59mJW2zP8zbEbESvDSKcEhdL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zUgyLQFa59mJW2zP8zbEbESvDSKcEhdL > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#xzAtqHt7WPS1ybyZacoOGKbamL9rWUr2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:23.6875rem;top:0.40546822547912rem;left:25.656250953674rem;overflow:hidden;display:block; }
#Z4kBs314pfWgcgM6iBWTgEexmRDBa52V { 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:18.4375rem;width:15.6875rem;top:0.46718734502793rem;left:55.000004768372rem;overflow:hidden;display:block; }
#HZmyATMEmiOuy41uIvCn5RysEbRnThL0 { 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; }#HZmyATMEmiOuy41uIvCn5RysEbRnThL0 > .row .container { background-color: transparent; background-image: none; }#HZmyATMEmiOuy41uIvCn5RysEbRnThL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZmyATMEmiOuy41uIvCn5RysEbRnThL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZmyATMEmiOuy41uIvCn5RysEbRnThL0 > .row .container > .video-iframe-container { display: none; }#HZmyATMEmiOuy41uIvCn5RysEbRnThL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZmyATMEmiOuy41uIvCn5RysEbRnThL0 > .row > .video-iframe-container { display: none; }#HZmyATMEmiOuy41uIvCn5RysEbRnThL0 > .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); }#HZmyATMEmiOuy41uIvCn5RysEbRnThL0 > .row .container { border-width: 0; border-radius: 0; }#HZmyATMEmiOuy41uIvCn5RysEbRnThL0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZmyATMEmiOuy41uIvCn5RysEbRnThL0 > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#aNDItubCX2OCBnuOwpWMV4ZggBkRohLy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:17.25rem;top:0.625rem;left:53.9375rem;overflow:hidden;display:none; }
#dwtGTsTxus8075aGSZXGxpa3Qo4gzwCV { 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:17.9375rem;width:22.5rem;top:0.5rem;left:26.250000953674rem;overflow:hidden;display:block; }
#MgUEl5x5PnowqAy8na4NfkyUOTxNuAZB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:24.625rem;top:0rem;left:0.1875rem;overflow:hidden;display:block; }
#oPokrg3e8eEfZPWs2oVzHhQgzOfD7a4g { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:24.3125rem;top:0.5625rem;left:50.281250953674rem;overflow:hidden;display:block; }
#ohygzcX9nu661D0dB3ruC6MquBLMrWsi { 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:17.625rem;width:15rem;top:18.937498450279rem;left:29.999999523163rem;overflow:hidden;display:none; }
#azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS { position:relative;display:none; }#azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS { border-width: 0; border-radius: 0; }#azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS > .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; }#azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BLu3btPavVhDG0i41awcRzFa6CXum1De { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:24.4375rem;top:0.5625rem;left:50.281250953674rem;overflow:hidden;display:none; }
#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6bf67;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7.adaptive-delivery-prevent-bg, #HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7.lazyload, #HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7.lazyloading { background-image: none; }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .row .container { background-color: transparent; background-image: none; }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .row .container > .video-iframe-container { display: none; }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .row > .video-iframe-container { display: none; }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .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); }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .row .container { border-width: 0; border-radius: 0; }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#CKA54JMqmXzixZidKu5UBVlmtg93PN6v { box-sizing:content-box;color:#000000;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:12.625rem;left:29.8125rem;display:block; }
#z8bbgQq90sDbBxTgpo64tFs4w44oS3QL { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:13.3125rem;left:32.375rem;height:1.29936875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bseb7aEhS7BXwaQbQkTUGpKsOPgSnMAM { position:absolute;display:block;z-index:15002;background-color:#e6bf67;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:0.0615234375rem;width:37.5rem;top:11.6875rem;left:31.34375rem;display:block; }
#DbvWbIix2cuAOi8eOebUCWtm6eGJAZ53 { position:absolute;display:block;z-index:15003;background-color:rgba(33,37,41,0.3);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:3.125rem;width:0.0625rem;top:12.6875rem;left:47rem;display:block; }
#rQJeI6Km0HhJEneBgOcz1eivy1tf4zBf { box-sizing:content-box;color:#000000;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:12.8125rem;left:49.5rem;display:block; }
#N7GGfPP7KSmm5J5vKqXHRRMQvvz2rnmT { position:absolute;display:block;z-index:15000;height:17.5rem;width:44.8125rem;top:17.9375rem;left:27.28125rem;display:block; }
#dU6yr4OLn1zET38W4heTuPFJ7ktpaDXc { color:#000000;display:block;width:42.25rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.068359375rem;left:27.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-form-header {  }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-text {padding-top: 0; padding-bottom: 0;}#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.5rem;color:#383838;font-family:arial;font-size:0.875rem;overflow:hidden; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-select {padding-top: 0; padding-bottom: 0;}#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#e6bf67;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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.25rem;font-weight:400;color:#000000;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden;font-style:normal; }#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-button.adaptive-delivery-prevent-bg, #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-button.lazyload, #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-button.lazyloading { background-image: none; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS [class*="-text"]:-moz-placeholder { color:#383838;font-family:"open sans";font-size:0.875rem; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS [class*="-text"]::-moz-placeholder { color:#383838;font-family:"open sans";font-size:0.875rem; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS [class*="-text"]:-ms-input-placeholder { color:#383838;font-family:"open sans";font-size:0.875rem; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS [class*="-text"]::-webkit-input-placeholder { color:#383838;font-family:"open sans";font-size:0.875rem; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .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; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-container:first-of-type{padding-top:0;}#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-container:last-of-type{padding-bottom:0;}#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:absolute;top:10.0966796875rem;left:1.875rem; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;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; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS {display:block;}#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:absolute;top:10.0966796875rem;left:1.875rem; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #UWtpHzzuRTk0T6wG2MSt9Ez7wesf7GFS { position:relative; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #PtR2LlH7QfMMr1CwQwlH9xNSN7TOQLHL { position:relative;display:block; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #m5DSAqV0JI5CpUDVeHwHcuIlEfmKspRv { position:relative; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #S5h2vVVcLKobI9a8qB24oSDmflM1xaSE { position:relative; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #xFfiRIRvvRfrUGJWkzAcXh35d9KekFDT { position:relative;display:block; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #InyS8qykcLurlh2vCQFEIpIJeRqol0gM { position:relative; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #ZpHVymNGSQ2Av9xTKmpfWG2KUylM6Fsr { position:relative; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #J3ppBUfmN1738GXkaiDB2DUS89TGho2m { position:relative;display:block; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #L3CTe3mQus074FRccTknbAF9bE4gkhKK { position:relative; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #P3A6TyQXhgAV9W1Wogdwl6dJy96pvcwx { position:relative; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #kKR5p2qb5azdKftaZAQUdTHSvrM9vRRO { position:relative;display:block; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #A37MQG2fXWhkfeinwdC92sHiBpTlsqob { position:relative; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #yhUtnsMn8HvvKxm1sIq6oC8pfDmuOs0S { position:relative; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #Jfd7v1Zy06F5cMZr3BrvG8FAh28FWZFl { position:relative;display:block; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #p8nTbhxWt4rBBpBT12NEJCUhvApfFT85 { position:relative; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #PkoSVyx8TTkzIG61bJ4yTSFUilHPaLkT { position:relative; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #rBH7AyQpxdSqXU5mwd6tHd8MKF3L5f4Q { position:relative;display:block; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #rtWS2zA6Ql0yEqBpph7fXtHST3JJywaw { position:relative; }
#SPAysA46MACdT9D6NvZmGHiS4pzMOCGf { position:relative;display:block; }
#ffCKx3ar6n6FtGOeBGWeegUdqTEDONUE { position:relative;display:block; }
#wVeH4cgGW57AHZkrAVotNnTTeQiuzIwL { position:relative;display:block; }
#o6FHwTSxTBfMMfbg8QwgQ4ceeFkwm0CM { position:relative;display:block; }
#xC0KgPfW5CZipJskq68q4Ji6ptzKaXCE { position:relative;display:block; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #eLCXOntasHT04skGBKkvlGNIuMZg2BaG { position:relative; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #LTiwJRhamPofMyiOzxvLK5GgSRvZf8Tz { position:relative; }
#R06M72PWGakrtXKMVdp6JTWfV3FKL05B { position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:19.875rem;top:5.5rem;left:1.9375rem;display:block; }
#aUbBT5LEuLgge2Ro9v9gN6OHe50W2ewu { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6.4375rem;left:2.375rem;height:1.86903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3x9Jd4XdRRF5z99LddrWGKMTDe50u5A { color:#ffffff;display:block;width:19.624rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:8.493408203125rem;left:2.124267578125rem;height:0.97439375rem;text-align:center;text-align-last:center;display:block; }
#HkPNx8RkrkbPmbQd2PO9qlweBchhXEgp { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:26.25rem;width:20rem;top:10.099609375rem;left:1.875rem;display:block; }
#Q7T65HpfbA8KdTzyXrwsJ2RNTvAAUEbK { box-sizing:content-box;color:#000000;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:36.583251953125rem;left:5.82763671875rem;display:block; }
#fSTy4gICNiIkr36m2oEwOEALUgHIZHPz { color:#050505;display:block;width:10.81175rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:36.929931640625rem;left:7.498779296875rem;height:1.0563125rem;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; }
#o2HpblL2kaomWbQcQdEDzIrTmB6scKTi { color:#090808;display:block;width:28.999rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:36.58447265625rem;left:35.589599609375rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#T1o6VJueQ7Ob30ZfhWZ6cM72k0Epn5wT { color:#000000;display:block;width:42.24975rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.499267578125rem;left:28.96728515625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TnXEJT0xC2h2gg1AFOBNSJkk161yeERf { color:#000000;display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.5439453125rem;left:51.749267578125rem;height:4.4987rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QoszeM1g9yIN1hXilZqPfx0rNmmi784D { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#QoszeM1g9yIN1hXilZqPfx0rNmmi784D { background-color: transparent; background-image: none; }#QoszeM1g9yIN1hXilZqPfx0rNmmi784D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoszeM1g9yIN1hXilZqPfx0rNmmi784D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoszeM1g9yIN1hXilZqPfx0rNmmi784D > .row .container > .video-iframe-container { display: none; }#QoszeM1g9yIN1hXilZqPfx0rNmmi784D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoszeM1g9yIN1hXilZqPfx0rNmmi784D > .row > .video-iframe-container { display: none; }#QoszeM1g9yIN1hXilZqPfx0rNmmi784D > .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); }#QoszeM1g9yIN1hXilZqPfx0rNmmi784D { border-width: 0; border-radius: 0; }#QoszeM1g9yIN1hXilZqPfx0rNmmi784D > .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; }#QoszeM1g9yIN1hXilZqPfx0rNmmi784D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y5kpVs9vtlu56HSyNXUBoSRGUrbW5qHn { 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:3.25rem;width:3.3125rem;top:0rem;left:71.6875rem;overflow:hidden;display:block; }
#arflMSCtIWKze2UMqwgHMBOqE58dRwzl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:0rem;left:0rem; }
#arflMSCtIWKze2UMqwgHMBOqE58dRwzl > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TM4xU3fSpG1pCCJGJKEfzrhC2N619OtL { display:block; }#TM4xU3fSpG1pCCJGJKEfzrhC2N619OtL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXoMoQdiI7eZT3n65emWgM4ttpqHXDnC { top:1.625rem;left:43.9375rem;width:3.8125rem;height:3.7509925884578rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8Wvzn2KDTd2K4ihNOVNnoGUsf1bduHg { top:1.9375rem;left:0rem;width:17rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZFMckqLuE0QEe8Xz09siy1IMcEnQrSI { top:1.75rem;left:36rem;width:11.75rem;height:3.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTbLaWS1b78PNA9hT3BiRMwPaTZzysse { display:block; }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWLdbzRqoovdNabHTs5KlPFykkylHUsR { width:47.75rem;height:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM { display:block; }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdE8GlkBz4gfnymT0aMhmQ2ctdcG5ii0 { top:23.0625rem;left:0rem;width:31.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRvtkWQVdw7Z2I49aVx3VvTmBA5TRKAD { top:19.8125rem;left:0rem;width:16.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIpHshBpsaIIaH8M98RJahfbkgyuKw5p { width:13.5rem;height:3rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3caQITy3Xoxq8JSblg6Eb5QQnpgaOZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #pW6OwoFn4wRwpFS5DyHFAfVk5OIrqERp { top:19.125rem;left:0rem;width:34.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCcC9NCtECurBcEpPEQg7MgwAE2XpbB6 { top:43.25rem;left:45.6240234375rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgIb74eTWSb6k1kM4oD9bOvB6RxOf3Iz { top:43.6875rem;left:37rem;width:10.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBXxvcwMS2EtyrvZnOtMNkSISdVIWJET { top:26.1875rem;left:0rem;width:27.8125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8VztBQf8V4pEqwbq9XbEdXFNXVTH8Gu { top:29.375rem;left:0rem;width:27.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxHM3yXG83P7kTMROuUFSauqTToayC2T { top:16.3125rem;left:0rem;width:34.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxETWl0tXGkeMWqu8bdS5GkkRSfUEyBt { top:32.75rem;left:0rem;width:27.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPfIQbAyxLJSeNbFIE0zEHvxnk64aKCU { top:36rem;left:0rem;width:32.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBJo54nEZSBrDXS6zhGbapKurWPr93EF { top:39.25rem;left:0rem;width:27.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag1r0mOWtL4LXNoS0tOzH04eV5SyitpA { top:22.3125rem;left:0rem;width:34.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMTTmCF9lbqPpFlB1uqw5V0avxPXiqPK { top:28.75rem;left:0rem;width:34.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiMpxOiPlHHmcfMoKZOReXlRqKMaAhXX { top:25.5625rem;left:0rem;width:34.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #msz8rO7S4VaipPUtclqHIx4MewJcyMOt { top:32.125rem;left:0rem;width:34.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBVy9N9d4iEW54g4ROfD6L4WKHnI4SUa { top:35.375rem;left:0rem;width:34.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIy2O0pIQyIdNRuErw0tkFwXeQ1Gc6zD { top:38.625rem;left:0rem;width:34.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va1fHTzdUIVb2w41WQSBRm9h0iJhasaI { top:1.1875rem;left:0rem;width:18.25rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZRKLHX7fOfkPnrE797RollfdHBBtipd { top:35.5625rem;left:0rem;width:34.1875rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gb8oxaECQAFvZG4ogNXTJAlDdsMGfWUO { top:41.9375rem;left:0rem;width:34.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwfg29gUBVopVfwrgNLIv2yyyNwhR718 { top:42.5625rem;left:0rem;width:27.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lmJXdGwdXkwvztb7Lvu0aNaxhqutu8 { top:1.4375rem;left:0rem;width:38.375rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5JmUVXv5RfExsImS4qPUZSymWkZtMEL { top:0rem;left:0rem;width:47.75rem;height:48rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdHAoZ1LtdcQiJsHvV6xadrH873wPF0s { top:2.375rem;left:27.125rem;width:20.625rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6cWpxyAV6XiGd03EisLVaUccKffxBEA { top:1.375rem;left:20.9375rem;width:26.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoHEoPLaavaBsOAJz7S6BaMvIIPBPBR4 { top:3.6875rem;left:23.0625rem;width:24.6875rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b { display:block; }#BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTSc7OF1aJ4w7VEfImc9H8lf9LRGSCyN { top:2rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByI1AUtHwM3ucl58kcI1Rsvv90VrvAzA { display:block; }#ByI1AUtHwM3ucl58kcI1Rsvv90VrvAzA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9bl22oBw9X3PaVkTlq9wI9KhP95qu97 { top:2.9375rem;left:0rem;width:21.875rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgACTBsVHA8GgRmACwZTHXni8JrRiBE3 { top:2.9375rem;left:13.46923828125rem;width:21.875rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AztBNgSydvPpGAWlfhRIB7Kzktc5JZ18 { top:2.9375rem;left:25.875rem;width:21.875rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCTakDb0QlUQqBHU9X9swgMR2M78FM0H { top:4rem;left:0rem;width:16.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6tRWuETq6R3ObkHBr0oDaQlwyAvrRBc { top:14rem;left:0rem;width:16.5625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZZLIJxy9kyQLvL9cDHazOCauU30WJFy { top:17.5625rem;left:28rem;width:19.75rem;height:15.9375rem;font-size:1rem;display:block; }#cZZLIJxy9kyQLvL9cDHazOCauU30WJFy li:before{  }
 }@media only screen and (max-width: 763px) { #cGt3eW9dQXeUa3vU1u7s7gMbBaULqZit { top:19.375rem;left:0rem;width:17.8125rem;height:12.375rem;font-size:0.9375rem;display:block; }#cGt3eW9dQXeUa3vU1u7s7gMbBaULqZit li:before{  }
 }@media only screen and (max-width: 763px) { #UbG2JiqE2ozvabdvMUeWE7mBTtauTTSo { top:2.9375rem;left:29.9375rem;width:17.8125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXhoXtJzZOt8VRZzOtl1l3MpNrrsxAJc { top:14rem;left:31.1875rem;width:16.5625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLKO6HzTqhMtbQBmCvV44fVzMNM8T7Ld { width:10.9375rem;height:2.5rem;top:34.5rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhL2WFbnmm3FQuggAMsxaWhTLU67cRhI { display:block; }
 }@media only screen and (max-width: 763px) { #x8lDEgAT8pvs4opHgeZ982yhBwAVQWDE { width:10.9375rem;height:2.5rem;top:34.5rem;left:18.37646484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko7ymWpVTz4eWB4eXVc12e3D70CftPAR { display:block; }
 }@media only screen and (max-width: 763px) { #W2Z7a2kEKlVxfIpOOaARdQuqsNziHVbu { width:10.9375rem;height:2.5rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQZTNncCDIQkEMnKkRE4S0EurOozINGw { display:block; }
 }@media only screen and (max-width: 763px) { #llKZdnLLIMd2awHdo315iTSvvsJbRP0V { top:37.9375rem;left:40.75rem;width:7rem;height:0.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zy5EMn1IghKsMqdIyBtkxNpNOgFucdf7 { top:14.5rem;left:32.87158203125rem;width:5.9375rem;height:1.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf2b1to4CQPflV3B50eRk9FauhdppuEJ { top:7.5rem;left:0rem;width:16.3125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok7yFqCiKtE2r8vTv1ikiiaM7I29VVLl { top:7.3125rem;left:24.4375rem;width:23.3125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTdJDBT3cB8htUxJz0ifXepyHWDqGpG9 { top:4rem;left:13.09375rem;width:21.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq0a2hvTUoGWzGqTHB3KouhNWLM0Dlhy { top:5.625rem;left:18.34375rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxzTFUzsQp6JgqEcX0Hal5d7mo5TbCzT { top:14.375rem;left:15.59375rem;width:16.5625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVipGlUx5lc7oKSydTQnXKfynwMmXnLQ { top:18.25rem;left:15.68798828125rem;width:16.3125rem;height:14.625rem;font-size:1rem;display:block; }#cVipGlUx5lc7oKSydTQnXKfynwMmXnLQ li:before{  }
 }@media only screen and (max-width: 763px) { #wU0SB4G4TfUg31sAgKJS9Hx95z2oxdNM { top:7.5rem;left:0rem;width:19.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyORpKmqLzowVLEdaqg4fhwEcyLphD6D { top:8.3125rem;left:28.0625rem;width:19.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqIx8SzR2GKtZPtBoO8532HdhmqqECZI { top:68.75rem;left:0rem;width:16.5625rem;height:3.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuhRCBmwdSu4uJeGxnGWrndWMZvZZqdt { display:block; }#wuhRCBmwdSu4uJeGxnGWrndWMZvZZqdt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvFN2Px3GA9B4hGooTvqlzXTlh0P1cqn { top:2.9375rem;left:0rem;width:21.875rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDLhwt3STgBUpJvbA4pZ0NhViFnNQVEn { top:3rem;left:13.46923828125rem;width:21.875rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkZgBzJHJERqx3Th6IA3XtWaJGaU5IMW { top:2.9375rem;left:25.875rem;width:21.875rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Icdm0F2GyF0xNhkwX6VlfhZnARTCgy { width:10.9375rem;height:2.5rem;top:34.5rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2tWNzQnFoCa8gqi21UaDuEhyv7ziWmZ { display:block; }
 }@media only screen and (max-width: 763px) { #UH2xSQx8mc99ODfPcWSD1sdmMs0MUi16 { width:10.9375rem;height:2.5rem;top:34.5rem;left:18.37646484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyvKkZ3VI0QWapTbQcqxVKrgNGT6UZa2 { display:block; }
 }@media only screen and (max-width: 763px) { #AnB0c84eTmafGwFyqi7Vb8lcX0SUnVLt { width:10.9375rem;height:2.5rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEcgUc7AUUEh93MHFc94bkM6gaAhTGGz { display:block; }
 }@media only screen and (max-width: 763px) { #Fk5QNsPHeTp8J3fFA1Lew3oCK4kPTi9f { top:37.9375rem;left:40.75rem;width:7rem;height:0.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9Q3GKViuTGT5yyKkeNeRVkCWk6yFNL8 { top:14.5rem;left:32.87158203125rem;width:5.9375rem;height:1.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIvEKkAsgBApcntDTaJiU11Hmyy9n8It { top:4.375rem;left:0rem;width:16.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZCh3FRCIEheZ2EvQwvVpLlPIpAldTxu { top:14.375rem;left:0rem;width:16.5625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDtsECgzpq2Jy3fcH62OB5tkTmlTAELL { top:17.875rem;left:0rem;width:17.8125rem;height:15.375rem;font-size:0.9375rem;display:block; }#kDtsECgzpq2Jy3fcH62OB5tkTmlTAELL li:before{  }
 }@media only screen and (max-width: 763px) { #cRvXr0K28moDrM5cmZcTXTdvQXZVMuSS { top:3.5rem;left:14.71875rem;width:18.3125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atThVM0az00gTx0ZuSnoSvkTds3EqSnW { top:7.9375rem;left:15.40625rem;width:16.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J60QnGE1c4K9pyNC6s6mT5S7tEKHsB5f { top:14.375rem;left:15.59375rem;width:16.5625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp734693H78y5411hlgkIq97WEJVveyf { top:17.875rem;left:15.687500476837rem;width:16.3125rem;height:;font-size:0.875rem;display:block; }#qp734693H78y5411hlgkIq97WEJVveyf li:before{  }
 }@media only screen and (max-width: 763px) { #s8FKQtJzBCeztQUsy4Dq9BihttnyM0xZ { top:3.4375rem;left:27.875rem;width:19.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2mU5xMr8bpoqE5AqNRqru5yxpRo273N { top:6.5rem;left:35.0625rem;width:12.6875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1eDhOdBIyL7FkpSnWv2KAbfXRU9QKyu { top:14.625rem;left:28rem;width:19.75rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOobEp2r5D5Nhle1Dzbta0rd8Red9FJp { top:17.5rem;left:32.1875rem;width:15.5625rem;height:16.25rem;font-size:1rem;display:block; }#NOobEp2r5D5Nhle1Dzbta0rd8Red9FJp li:before{  }
 }@media only screen and (max-width: 763px) { #BscVc70hzRxhkTzRAxSwbuTyxKGWah39 { top:2.9375rem;left:0rem;width:29.0625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZqziOugPxKK6f5sTNdsN6wchcC5oTwb { top:7.5625rem;left:0rem;width:20.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A08IoOVLUcI97pHpdVklE4ZOGd7TyXsX { top:6.625rem;left:28.0625rem;width:19.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzByKJhpi3UFNeaWCsHKfwfnZfJrffyq { display:block; }#FzByKJhpi3UFNeaWCsHKfwfnZfJrffyq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p91Pc1Rxnm8rHVxwFmZNOAbi2A7FTUyS { top:1.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg5DiBf8zgUVSq8nNQLECnwnOH5WMHZ0 { display:block; }#Pg5DiBf8zgUVSq8nNQLECnwnOH5WMHZ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdnUut8vQuxVbv6zSaq6VOvNWfVh4dqc { top:13.8125rem;left:0rem;width:15rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc8KZERGoRd7g2MVDoooEAsSm3t1NNPM { top:8.125rem;left:0rem;width:17.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSWA6xlrghJqLvvt4A3iLVvGZETlPQob { top:8.125rem;left:7.9375rem;width:15.9375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iveCxJagbCezvVOdA7leFhmXDPntonmr { top:13.8125rem;left:8.875rem;width:15rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #piH6FNy7w6snagCNmagkgKQ6NAtJCAKO { top:13.8125rem;left:20.8125rem;width:15rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD20WgdZw2STM5K9LTUgyQEDEed1I3T2 { top:8.125rem;left:19.875rem;width:15.9375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAW7dnpaHoVbf4i8CIVA4KuEC6n8EenP { top:13.875rem;left:32.75rem;width:15rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlFsG8h1Im5cZcZS83P1TTqEs3p5FGPq { top:8.1875rem;left:31.8125rem;width:15.9375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR3T7DmE5ZGvtgXsMMSS1NsdGbTltNik { top:2.875rem;left:3.40625rem;width:5.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snV9h5Lptn8JuPpEIXZ3bAVQfPSLTnvB { top:2.875rem;left:15.34375rem;width:5.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3hQkHJD6Wn9Pd2C0UC9pIeo6chxV6PP { top:2.875rem;left:27.28125rem;width:5.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbKz7W5G74ypslC7wMiy39tzmpV5T7qL { top:2.875rem;left:39.21875rem;width:5.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJm196x4QeCGN7EK6vZAEp4sqotXTDoX { display:block; }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nP5wsh6WuvEUqtSa3Knyv92bo79JCeUF { top:9.1875rem;left:0rem;width:33.0625rem;height:22.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHI0MJQ50fE4uv8iXngLtmJr1yX295ca { top:8.625rem;left:15.375rem;width:32.375rem;height:22.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnX1qzbWMBwDapnG9EDI9foClFo0Ix2f { top:9.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8hH64IDMC4vcC0PuNcD6BKi7hkVQL8z { top:13.0625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTyZ4lsVEfvefJTlJeV2ixgKQInqAm5G { top:16.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQhshyLKoWgcBzqIGv6umwNKCphgnWO3 { top:19.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXJMePhZTQGoOFE5egTydhKueem2gEiy { top:22.625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJTRAooxaE0MMy7Vq46tmlEmNxQoSkS3 { top:9.375rem;left:26.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Hvu1ON6I9lxXei0Z6nyerRC1nGOTmE { top:12.5rem;left:26.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuQAdTxind0m31uHe8DFBKhbbcgzJT2w { top:15.8125rem;left:26.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyOQe64XJ3yzWlXU88D94NLls8PTGFAK { top:18.9375rem;left:26.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuRcXT5pyLXPzkH6EdoTBHcLT49Tzxe1 { top:25.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv7oMgIH7ldtrMQW0Pvk2fZ2AVHnmIDb { top:22.0625rem;left:26.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxh9NhdXATxZqgh6T4153n25Vp7iplLZ { top:19.8125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNF32bx9c6gN5pTULWwcrEOxekT9cx6w { top:2.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gugt0JD2sF7ctEGXTULZT6goKqJpcvBJ { display:block; }#gugt0JD2sF7ctEGXTULZT6goKqJpcvBJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geTG5IaXR4stvP4SvzgNAJxee72XJDdp { top:1.5625rem;left:4rem;width:39.8125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnBTyvWAVTsPA5ohw9z922PW9gtyK2b9 { top:4.5625rem;left:10.25rem;width:27.3125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDipNeTH5OKsDdTAdZgcX93i8mwgOJA3 { display:block; }#WDipNeTH5OKsDdTAdZgcX93i8mwgOJA3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLEETdabXH83nV7ty6d49kh2CeoAtxnm { top:1.875rem;left:0rem;width:12.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQK24hUa2eAVP0qbcCLpUcrMTFoaVoxv { top:1.875rem;left:0rem;width:12.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfV57ZxUz13Ufl3XK7KGt5ZtV7QX241X { top:1.875rem;left:11.73876953125rem;width:12.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTEccc8S5vTo6LanHDDGxV79i3NorKs { top:1.875rem;left:24.86376953125rem;width:12.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Iw3Cf5k1ny7TPlZK02w0CIfCMAJcP2 { top:1.875rem;left:35.25rem;width:12.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPL5sFFsfJs1M2fFCKkmIy0zrZlCnG1l { top:1.875rem;left:35.25rem;width:12.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcTc1xGWptzyJO9s6MroaH9mKTzwrD54 { display:block; }#fcTc1xGWptzyJO9s6MroaH9mKTzwrD54 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znDGgGSsuFDMznuCDBI1xyfc2NGJi1fu { top:1.6875rem;left:3.9382810592651rem;width:39.8125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm54DOf0UCzTPuSBDBJlHcOP2uWtPSg8 { display:block; }#wm54DOf0UCzTPuSBDBJlHcOP2uWtPSg8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUPTG4KLmITXZxkln3QC1kWotmK9imKa { top:7.875rem;left:0rem;width:21.3125rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGB39XtwfXJfP4M7C5Es3wKTNTlswKU8 { top:2.625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX202NFOoONrTGaTMHBWQSHQR32A4S8I { top:0.8125rem;left:0rem;width:23rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQvqS9hiw6BHNr124xTS90i3mhhvev2J { top:2.625rem;left:1.29443359375rem;width:11.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDTb5chbSkl214Nn7dC6qdMvdmXyS8PM { top:3.9375rem;left:1.29443359375rem;width:6.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7T4iCdzeJSuz5kGT1Hd2fQbw4QHSw2z { top:5.8125rem;left:0rem;width:5.625rem;height:1.2363167212661rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1NnlvDlPmfIcIPW1hKCUz2p4wJc1FNi { top:0.875rem;left:8.8125rem;width:23rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7XfBrfbpTxzE0PBZxRSLbcqF060Ga1h { top:2.75rem;left:15.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcK7K7EtytrF3rwzRk35cZhalHLLTaZL { top:2.6875rem;left:17.1875rem;width:11.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn5ZNJ4XfGf10JPgFdZFqkKU34tU7yST { top:4rem;left:17.1875rem;width:6.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1OK1vgTvsdQC2Nfz2dbJ7bBlrUH7zeC { top:5.875rem;left:15.875rem;width:5.625rem;height:1.2363167212661rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTinTKA49uGgmCT2XocPUbXWbFtu3BUK { top:7.9375rem;left:10.4375rem;width:21.3125rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyRZyrZTVriXQm1wmW1xQHDDZMmsVB2l { top:0.875rem;left:24.6875rem;width:23rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEqhSXLHvtMbhA8x5gXxwfXsmSHdQrKo { top:2.6875rem;left:31.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWTOwGuCgoDMKpPnF96Dd922fikWV3OB { top:2.6875rem;left:33.0625rem;width:11.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8uB30JiUy39hAXOUFRJiDxhAgADTo5y { top:4rem;left:33.0625rem;width:6.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJax4gb9icqbiqtzs4ziDSBlDiZuFV4g { top:5.875rem;left:31.75rem;width:5.625rem;height:1.2363167212661rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrwxdMeviH3RwdVUX8wByXXebefBiBWN { top:7.9375rem;left:26.3125rem;width:21.3125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i { display:block; }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAHqTPb03AX2WnqAwM5rDRMUM4GBzzmm { top:1.375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfc2ghk1EAMvhMIPHTRg5BxbSIDS7Ddo { top:5.125rem;left:0rem;width:24.875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUgyLQFa59mJW2zP8zbEbESvDSKcEhdL { display:block; }#zUgyLQFa59mJW2zP8zbEbESvDSKcEhdL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzAtqHt7WPS1ybyZacoOGKbamL9rWUr2 { top:0.375rem;left:8.0625rem;width:23.6875rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4kBs314pfWgcgM6iBWTgEexmRDBa52V { top:0.4375rem;left:32.0625rem;width:15.6875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZmyATMEmiOuy41uIvCn5RysEbRnThL0 { display:block; }#HZmyATMEmiOuy41uIvCn5RysEbRnThL0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNDItubCX2OCBnuOwpWMV4ZggBkRohLy { top:0.625rem;left:30.375rem;width:17.25rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwtGTsTxus8075aGSZXGxpa3Qo4gzwCV { top:0.5rem;left:9.25rem;width:22.5rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgUEl5x5PnowqAy8na4NfkyUOTxNuAZB { top:0rem;left:0rem;width:24.625rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPokrg3e8eEfZPWs2oVzHhQgzOfD7a4g { top:0.5625rem;left:23.1875rem;width:24.3125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohygzcX9nu661D0dB3ruC6MquBLMrWsi { top:18.875rem;left:16.312499523163rem;width:15rem;height:17.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS { display:none; }#azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BLu3btPavVhDG0i41awcRzFa6CXum1De { top:0.5625rem;left:23.1875rem;width:24.4375rem;height:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 { display:block; }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKA54JMqmXzixZidKu5UBVlmtg93PN6v { top:12.625rem;left:16.1875rem;width:1.9375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8bbgQq90sDbBxTgpo64tFs4w44oS3QL { top:13.25rem;left:18.749267578125rem;width:15.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bseb7aEhS7BXwaQbQkTUGpKsOPgSnMAM { top:11.6875rem;left:10.25rem;width:37.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #DbvWbIix2cuAOi8eOebUCWtm6eGJAZ53 { top:12.6875rem;left:33.375rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQJeI6Km0HhJEneBgOcz1eivy1tf4zBf { top:12.8125rem;left:35.875rem;width:1.9375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7GGfPP7KSmm5J5vKqXHRRMQvvz2rnmT { top:17.9375rem;left:2.125rem;width:44.8125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU6yr4OLn1zET38W4heTuPFJ7ktpaDXc { top:8.0625rem;left:5.5625rem;width:42.1875rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-text {padding-top: 0; padding-bottom: 0;}#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-select {padding-top: 0; padding-bottom: 0;}#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS  { width:17.5rem;height:auto;top:10.0625rem;left:0rem; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS {display:block;}#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS { width:17.5rem;height:auto;top:10.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #UWtpHzzuRTk0T6wG2MSt9Ez7wesf7GFS {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #PtR2LlH7QfMMr1CwQwlH9xNSN7TOQLHL { display:block; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #m5DSAqV0JI5CpUDVeHwHcuIlEfmKspRv {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #S5h2vVVcLKobI9a8qB24oSDmflM1xaSE {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #xFfiRIRvvRfrUGJWkzAcXh35d9KekFDT { display:block; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #InyS8qykcLurlh2vCQFEIpIJeRqol0gM {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #ZpHVymNGSQ2Av9xTKmpfWG2KUylM6Fsr {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #J3ppBUfmN1738GXkaiDB2DUS89TGho2m { display:block; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #L3CTe3mQus074FRccTknbAF9bE4gkhKK {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #P3A6TyQXhgAV9W1Wogdwl6dJy96pvcwx {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #kKR5p2qb5azdKftaZAQUdTHSvrM9vRRO { display:block; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #A37MQG2fXWhkfeinwdC92sHiBpTlsqob {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #yhUtnsMn8HvvKxm1sIq6oC8pfDmuOs0S {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #Jfd7v1Zy06F5cMZr3BrvG8FAh28FWZFl { display:block; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #p8nTbhxWt4rBBpBT12NEJCUhvApfFT85 {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #PkoSVyx8TTkzIG61bJ4yTSFUilHPaLkT {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #rBH7AyQpxdSqXU5mwd6tHd8MKF3L5f4Q { display:block; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #rtWS2zA6Ql0yEqBpph7fXtHST3JJywaw {  }
 }@media only screen and (max-width: 763px) { #SPAysA46MACdT9D6NvZmGHiS4pzMOCGf { display:block; }
 }@media only screen and (max-width: 763px) { #ffCKx3ar6n6FtGOeBGWeegUdqTEDONUE { display:block; }
 }@media only screen and (max-width: 763px) { #wVeH4cgGW57AHZkrAVotNnTTeQiuzIwL { display:block; }
 }@media only screen and (max-width: 763px) { #o6FHwTSxTBfMMfbg8QwgQ4ceeFkwm0CM { display:block; }
 }@media only screen and (max-width: 763px) { #xC0KgPfW5CZipJskq68q4Ji6ptzKaXCE { display:block; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #eLCXOntasHT04skGBKkvlGNIuMZg2BaG {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #LTiwJRhamPofMyiOzxvLK5GgSRvZf8Tz {  }
 }@media only screen and (max-width: 763px) { #R06M72PWGakrtXKMVdp6JTWfV3FKL05B { top:5.5rem;left:0rem;width:19.875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUbBT5LEuLgge2Ro9v9gN6OHe50W2ewu { top:6.4375rem;left:0rem;width:19.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3x9Jd4XdRRF5z99LddrWGKMTDe50u5A { top:8.4375rem;left:0rem;width:19.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkPNx8RkrkbPmbQd2PO9qlweBchhXEgp { top:10.0625rem;left:0rem;width:20rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7T65HpfbA8KdTzyXrwsJ2RNTvAAUEbK { top:36.5625rem;left:0rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSTy4gICNiIkr36m2oEwOEALUgHIZHPz { top:36.875rem;left:0rem;width:10.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2HpblL2kaomWbQcQdEDzIrTmB6scKTi { top:36.5625rem;left:18.8125rem;width:28.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1o6VJueQ7Ob30ZfhWZ6cM72k0Epn5wT { top:5.4375rem;left:5.5625rem;width:42.1875rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXEJT0xC2h2gg1AFOBNSJkk161yeERf { top:12.5rem;left:27.25rem;width:20.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoszeM1g9yIN1hXilZqPfx0rNmmi784D { display:block; }#QoszeM1g9yIN1hXilZqPfx0rNmmi784D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5kpVs9vtlu56HSyNXUBoSRGUrbW5qHn { top:0rem;left:44.4375rem;width:3.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arflMSCtIWKze2UMqwgHMBOqE58dRwzl { top:0rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
#arflMSCtIWKze2UMqwgHMBOqE58dRwzl > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TM4xU3fSpG1pCCJGJKEfzrhC2N619OtL { display:block; }#TM4xU3fSpG1pCCJGJKEfzrhC2N619OtL > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXoMoQdiI7eZT3n65emWgM4ttpqHXDnC { width:2.4375rem;height:2.375rem;top:12.625rem;left:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8Wvzn2KDTd2K4ihNOVNnoGUsf1bduHg { width:10.125rem;height:1.875rem;top:0.62343752384186rem;left:4.9375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZFMckqLuE0QEe8Xz09siy1IMcEnQrSI { width:11.5625rem;height:1.7875rem;top:3.0601563453674rem;left:4.2187502980232rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTbLaWS1b78PNA9hT3BiRMwPaTZzysse { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/0c811794-0424-4dce-b1c7-c500df78c751/shutterstock_2477798841.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse.adaptive-delivery-prevent-bg, #QTbLaWS1b78PNA9hT3BiRMwPaTZzysse.lazyload, #QTbLaWS1b78PNA9hT3BiRMwPaTZzysse.lazyloading { background-image: none; }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .row .container { background-color: transparent; background-image: none; }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .row .container > .video-iframe-container { display: none; }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .row > .video-iframe-container { display: none; }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .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); }#QTbLaWS1b78PNA9hT3BiRMwPaTZzysse > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWLdbzRqoovdNabHTs5KlPFykkylHUsR { top:5.1875rem;left:0rem;width:20rem;height:6.5625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7818a7fc-cf77-46ba-b658-268c6f23c622/shutterstock_2259651247.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM.adaptive-delivery-prevent-bg, #WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM.lazyload, #WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM.lazyloading { background-image: none; }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .row .container { background-color: transparent; background-image: none; }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .row .container > .video-iframe-container { display: none; }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .row > .video-iframe-container { display: none; }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .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); }#WA23qKQrf7cRX3QFFw0s6TFPLFa9fDDM > .row .container { width:20rem;height:126.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdE8GlkBz4gfnymT0aMhmQ2ctdcG5ii0 { width:20rem;height:2.2744125rem;top:8.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #RRvtkWQVdw7Z2I49aVx3VvTmBA5TRKAD { width:20rem;height:1.1375rem;top:5.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #EIpHshBpsaIIaH8M98RJahfbkgyuKw5p { width:17.871125rem;height:3.05859375rem;top:26.3095703125rem;left:1.0634765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3caQITy3Xoxq8JSblg6Eb5QQnpgaOZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #pW6OwoFn4wRwpFS5DyHFAfVk5OIrqERp { width:19.625rem;height:2.0625rem;top:5.3125rem;left:0.125rem;z-index:14995;background-color:#de4f06;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;display:block; }#pW6OwoFn4wRwpFS5DyHFAfVk5OIrqERp.adaptive-delivery-prevent-bg, #pW6OwoFn4wRwpFS5DyHFAfVk5OIrqERp.lazyload, #pW6OwoFn4wRwpFS5DyHFAfVk5OIrqERp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eCcC9NCtECurBcEpPEQg7MgwAE2XpbB6 { width:1.6875rem;height:1.6875rem;top:79.5rem;left:3.25rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PgIb74eTWSb6k1kM4oD9bOvB6RxOf3Iz { width:13.25rem;height:0.9746125rem;top:79.875rem;left:6rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LBXxvcwMS2EtyrvZnOtMNkSISdVIWJET { width:20rem;height:0;top:11.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #f8VztBQf8V4pEqwbq9XbEdXFNXVTH8Gu { width:12.1875rem;height:2.2744125rem;top:11.206249237061rem;left:3.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #KxHM3yXG83P7kTMROuUFSauqTToayC2T { width:15.75rem;height:4.875rem;top:0rem;left:2.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;z-index:14998;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WxETWl0tXGkeMWqu8bdS5GkkRSfUEyBt { width:16.375rem;height:2.2744125rem;top:14.3125rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #dPfIQbAyxLJSeNbFIE0zEHvxnk64aKCU { width:18.375rem;height:2.2744125rem;top:17.643749237061rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #lBJo54nEZSBrDXS6zhGbapKurWPr93EF { width:17.875rem;height:2.2744125rem;top:20.715625762939rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Ag1r0mOWtL4LXNoS0tOzH04eV5SyitpA { width:19.8125rem;height:2.3125rem;top:8.125rem;left:0.0625rem;z-index:14995;border-top:0.0625rem solid #de4f06;border-left:0.0625rem solid #de4f06;border-right:0.0625rem solid #de4f06;border-bottom:0.0625rem solid #de4f06;display:block; }
 }@media only screen and (max-width: 763px) { #tMTTmCF9lbqPpFlB1uqw5V0avxPXiqPK { width:19.8125rem;height:2.4375rem;top:14.25rem;left:0.1875rem;z-index:14995;border-top:0.0625rem solid #de4f06;border-left:0.0625rem solid #de4f06;border-right:0.0625rem solid #de4f06;border-bottom:0.0625rem solid #de4f06;display:block; }
 }@media only screen and (max-width: 763px) { #eiMpxOiPlHHmcfMoKZOReXlRqKMaAhXX { width:19.8125rem;height:2.5rem;top:11.043750762939rem;left:0rem;z-index:14995;border-top:0.0625rem solid #de4f06;border-left:0.0625rem solid #de4f06;border-right:0.0625rem solid #de4f06;border-bottom:0.0625rem solid #de4f06;display:block; }
 }@media only screen and (max-width: 763px) { #msz8rO7S4VaipPUtclqHIx4MewJcyMOt { width:19.8125rem;height:2.5625rem;top:17.231250762939rem;left:0.0625rem;z-index:14995;border-top:0.0625rem solid #de4f06;border-left:0.0625rem solid #de4f06;border-right:0.0625rem solid #de4f06;border-bottom:0.0625rem solid #de4f06;display:block; }
 }@media only screen and (max-width: 763px) { #rBVy9N9d4iEW54g4ROfD6L4WKHnI4SUa { width:19.8125rem;height:2.9375rem;top:23.875rem;left:0.1875rem;z-index:14995;border-top:0.0625rem solid #de4f06;border-left:0.0625rem solid #de4f06;border-right:0.0625rem solid #de4f06;border-bottom:0.0625rem solid #de4f06;display:block; }
 }@media only screen and (max-width: 763px) { #iIy2O0pIQyIdNRuErw0tkFwXeQ1Gc6zD { width:19.8125rem;height:1.9375rem;top:53.265625762939rem;left:0rem;z-index:14995;border-top:0.0625rem solid #de4f06;border-left:0.0625rem solid #de4f06;border-right:0.0625rem solid #de4f06;border-bottom:0.0625rem solid #de4f06;display:none; }
 }@media only screen and (max-width: 763px) { #Va1fHTzdUIVb2w41WQSBRm9h0iJhasaI { width:18.25rem;height:0;top:92.465625762938rem;left:0.875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #kZRKLHX7fOfkPnrE797RollfdHBBtipd { width:19.8125rem;height:2.5625rem;top:20.503124237061rem;left:0.0625rem;z-index:14996;border-top:0.0625rem solid #de4f06;border-left:0.0625rem solid #de4f06;border-right:0.0625rem solid #de4f06;border-bottom:0.0625rem solid #de4f06;display:block; }
 }@media only screen and (max-width: 763px) { #gb8oxaECQAFvZG4ogNXTJAlDdsMGfWUO { width:19.875rem;height:2.5625rem;top:37.265625rem;left:0rem;z-index:14995;border-top:0.0625rem solid #de4f06;border-left:0.0625rem solid #de4f06;border-right:0.0625rem solid #de4f06;border-bottom:0.0625rem solid #de4f06;display:none; }
 }@media only screen and (max-width: 763px) { #uwfg29gUBVopVfwrgNLIv2yyyNwhR718 { width:17.5rem;height:2.2744125rem;top:24.21249961853rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #T7lmJXdGwdXkwvztb7Lvu0aNaxhqutu8 { width:5.5625rem;height:1.8125rem;top:63.015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5JmUVXv5RfExsImS4qPUZSymWkZtMEL { width:20rem;height:13.875rem;top:0rem;left:0rem;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(0deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(0deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(0deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(0deg, #000000, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FdHAoZ1LtdcQiJsHvV6xadrH873wPF0s { width:20rem;height:2.74956875rem;top:38.060876846314rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6cWpxyAV6XiGd03EisLVaUccKffxBEA { width:20rem;height:3.4375rem;top:37.779409408569rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoHEoPLaavaBsOAJz7S6BaMvIIPBPBR4 { width:20rem;height:38.3125rem;top:40.810006141662rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b { display:block; }#BmoTD0wgup4ElU5q0OBB5aHNTUZuAR0b > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTSc7OF1aJ4w7VEfImc9H8lf9LRGSCyN { width:20rem;height:8.9355625rem;top:2.115478515625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByI1AUtHwM3ucl58kcI1Rsvv90VrvAzA { display:block; }#ByI1AUtHwM3ucl58kcI1Rsvv90VrvAzA > .row .container { width:20rem;height:106.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9bl22oBw9X3PaVkTlq9wI9KhP95qu97 { width:20rem;height:30.3125rem;top:1.25rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgACTBsVHA8GgRmACwZTHXni8JrRiBE3 { width:20rem;height:33.3125rem;top:33.87353515625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AztBNgSydvPpGAWlfhRIB7Kzktc5JZ18 { width:20rem;height:35.1875rem;top:68.5615234375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCTakDb0QlUQqBHU9X9swgMR2M78FM0H { width:16.5625rem;height:1.7871125rem;top:3.06640625rem;left:1.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6tRWuETq6R3ObkHBr0oDaQlwyAvrRBc { width:16.5625rem;height:2.5996125rem;top:11.27490234375rem;left:1.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZZLIJxy9kyQLvL9cDHazOCauU30WJFy { width:15.625rem;height:19.1558125rem;top:80.46630859375rem;left:2.1875rem;font-size:1rem;color:#000000;display:block; }#cZZLIJxy9kyQLvL9cDHazOCauU30WJFy li:before{  }
 }@media only screen and (max-width: 763px) { #cGt3eW9dQXeUa3vU1u7s7gMbBaULqZit { width:17.8735625rem;height:12.3719375rem;top:15.39990234375rem;left:1.1240234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }#cGt3eW9dQXeUa3vU1u7s7gMbBaULqZit li:before{  }
 }@media only screen and (max-width: 763px) { #UbG2JiqE2ozvabdvMUeWE7mBTtauTTSo { width:16.5625rem;height:4.2246125rem;top:38.07177734375rem;left:0.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXhoXtJzZOt8VRZzOtl1l3MpNrrsxAJc { width:16.5625rem;height:2.5996125rem;top:77.92919921875rem;left:1.71875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLKO6HzTqhMtbQBmCvV44fVzMNM8T7Ld { width:10.9375rem;height:2.5rem;top:100.31103515625rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhL2WFbnmm3FQuggAMsxaWhTLU67cRhI { display:block; }
 }@media only screen and (max-width: 763px) { #x8lDEgAT8pvs4opHgeZ982yhBwAVQWDE { width:10.9375rem;height:2.5rem;top:63.37353515625rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko7ymWpVTz4eWB4eXVc12e3D70CftPAR { display:block; }
 }@media only screen and (max-width: 763px) { #W2Z7a2kEKlVxfIpOOaARdQuqsNziHVbu { width:10.9375rem;height:2.5rem;top:28.33740234375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQZTNncCDIQkEMnKkRE4S0EurOozINGw { display:block; }
 }@media only screen and (max-width: 763px) { #llKZdnLLIMd2awHdo315iTSvvsJbRP0V { width:6.9995rem;height:0;top:145.78076171875rem;left:-0.5rem;font-size:0.625rem;z-index:15077;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #zy5EMn1IghKsMqdIyBtkxNpNOgFucdf7 { width:5.9375rem;height:1.9931625rem;top:86.2666015625rem;left:8.99658203125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gf2b1to4CQPflV3B50eRk9FauhdppuEJ { width:13.5625rem;height:4.625rem;top:6.072265625rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok7yFqCiKtE2r8vTv1ikiiaM7I29VVLl { width:20rem;height:7.0625rem;top:71.89794921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTdJDBT3cB8htUxJz0ifXepyHWDqGpG9 { width:16.5625rem;height:3.25rem;top:34.88427734375rem;left:1.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq0a2hvTUoGWzGqTHB3KouhNWLM0Dlhy { width:8.75rem;height:8.75rem;top:35.80908203125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxzTFUzsQp6JgqEcX0Hal5d7mo5TbCzT { width:16.5625rem;height:2.5996125rem;top:42.29638671875rem;left:1.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVipGlUx5lc7oKSydTQnXKfynwMmXnLQ { width:16.3110625rem;height:14.670125rem;top:45.53076171875rem;left:1.84423828125rem;font-size:1rem;display:block; }#cVipGlUx5lc7oKSydTQnXKfynwMmXnLQ li:before{  }
 }@media only screen and (max-width: 763px) { #wU0SB4G4TfUg31sAgKJS9Hx95z2oxdNM { width:18.5rem;height:5rem;top:72.86669921875rem;left:0.71875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyORpKmqLzowVLEdaqg4fhwEcyLphD6D { width:18.5rem;height:5rem;top:5.822265625rem;left:0.71875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqIx8SzR2GKtZPtBoO8532HdhmqqECZI { width:16.875rem;height:3.57421875rem;top:68.76904296875rem;left:1.71875rem;font-size:1.375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #wuhRCBmwdSu4uJeGxnGWrndWMZvZZqdt { display:block; }#wuhRCBmwdSu4uJeGxnGWrndWMZvZZqdt > .row .container { width:20rem;height:110.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvFN2Px3GA9B4hGooTvqlzXTlh0P1cqn { width:20rem;height:31.5625rem;top:0.68701171875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDLhwt3STgBUpJvbA4pZ0NhViFnNQVEn { width:20rem;height:37.375rem;top:33.87353515625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkZgBzJHJERqx3Th6IA3XtWaJGaU5IMW { width:20rem;height:33.875rem;top:74.3740234375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Icdm0F2GyF0xNhkwX6VlfhZnARTCgy { width:10.9375rem;height:2.5rem;top:104.7490234375rem;left:3.87548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2tWNzQnFoCa8gqi21UaDuEhyv7ziWmZ { display:block; }
 }@media only screen and (max-width: 763px) { #UH2xSQx8mc99ODfPcWSD1sdmMs0MUi16 { width:10.9375rem;height:2.5rem;top:67.20751953125rem;left:3.87548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyvKkZ3VI0QWapTbQcqxVKrgNGT6UZa2 { display:block; }
 }@media only screen and (max-width: 763px) { #AnB0c84eTmafGwFyqi7Vb8lcX0SUnVLt { width:10.9375rem;height:2.5rem;top:29.0244140625rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEcgUc7AUUEh93MHFc94bkM6gaAhTGGz { display:block; }
 }@media only screen and (max-width: 763px) { #Fk5QNsPHeTp8J3fFA1Lew3oCK4kPTi9f { width:6.9995rem;height:0;top:145.78076171875rem;left:-0.5rem;font-size:0.625rem;z-index:15077;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #W9Q3GKViuTGT5yyKkeNeRVkCWk6yFNL8 { width:5.9375rem;height:1.9931625rem;top:86.2666015625rem;left:8.99658203125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIvEKkAsgBApcntDTaJiU11Hmyy9n8It { width:16.5625rem;height:1.7871125rem;top:1.94140625rem;left:1.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZCh3FRCIEheZ2EvQwvVpLlPIpAldTxu { width:16.5625rem;height:2.5996125rem;top:10.36181640625rem;left:1.06298828125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDtsECgzpq2Jy3fcH62OB5tkTmlTAELL { width:17.8735625rem;height:15.371125rem;top:12.96142578125rem;left:1.06298828125rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }#kDtsECgzpq2Jy3fcH62OB5tkTmlTAELL li:before{  }
 }@media only screen and (max-width: 763px) { #cRvXr0K28moDrM5cmZcTXTdvQXZVMuSS { width:16.5625rem;height:6.33625rem;top:34.94677734375rem;left:1.71875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atThVM0az00gTx0ZuSnoSvkTds3EqSnW { width:12.5625rem;height:4.3125rem;top:42.33642578125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J60QnGE1c4K9pyNC6s6mT5S7tEKHsB5f { width:16.5625rem;height:2.5996125rem;top:47.21142578125rem;left:1.71875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp734693H78y5411hlgkIq97WEJVveyf { width:17.0610625rem;height:16.2695rem;top:50.37353515625rem;left:1.46923828125rem;font-size:1rem;display:block; }#qp734693H78y5411hlgkIq97WEJVveyf li:before{  }
 }@media only screen and (max-width: 763px) { #s8FKQtJzBCeztQUsy4Dq9BihttnyM0xZ { width:16.5625rem;height:4.2246125rem;top:74.8564453125rem;left:1.71875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2mU5xMr8bpoqE5AqNRqru5yxpRo273N { width:10.625rem;height:5.125rem;top:79.107421875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1eDhOdBIyL7FkpSnWv2KAbfXRU9QKyu { width:18.6875rem;height:2.19970625rem;top:84.77197265625rem;left:0.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOobEp2r5D5Nhle1Dzbta0rd8Red9FJp { width:15.625rem;height:16.2695rem;top:87.53369140625rem;left:2.1875rem;font-size:1rem;color:#000000;display:block; }#NOobEp2r5D5Nhle1Dzbta0rd8Red9FJp li:before{  }
 }@media only screen and (max-width: 763px) { #BscVc70hzRxhkTzRAxSwbuTyxKGWah39 { width:20rem;height:10.9375rem;top:1.7685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZqziOugPxKK6f5sTNdsN6wchcC5oTwb { width:18.5rem;height:5rem;top:4.6748046875rem;left:0.71875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A08IoOVLUcI97pHpdVklE4ZOGd7TyXsX { width:18.5rem;height:5rem;top:79.107421875rem;left:0.71875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzByKJhpi3UFNeaWCsHKfwfnZfJrffyq { display:block; }#FzByKJhpi3UFNeaWCsHKfwfnZfJrffyq > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p91Pc1Rxnm8rHVxwFmZNOAbi2A7FTUyS { width:18.75rem;height:5.99935rem;top:2.404296875rem;left:0.625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Pg5DiBf8zgUVSq8nNQLECnwnOH5WMHZ0 { display:block; }#Pg5DiBf8zgUVSq8nNQLECnwnOH5WMHZ0 > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdnUut8vQuxVbv6zSaq6VOvNWfVh4dqc { width:17.4365rem;height:3.8981125rem;top:11.209716796875rem;left:1.280517578125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sc8KZERGoRd7g2MVDoooEAsSm3t1NNPM { width:17.4365rem;height:3.8997375rem;top:6.748046875rem;left:1.280517578125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSWA6xlrghJqLvvt4A3iLVvGZETlPQob { width:15.9375rem;height:3.8997375rem;top:22.532470703125rem;left:2.03125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iveCxJagbCezvVOdA7leFhmXDPntonmr { width:16.93725rem;height:5.19748125rem;top:26.80810546875rem;left:1.529541015625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #piH6FNy7w6snagCNmagkgKQ6NAtJCAKO { width:15rem;height:3.8981125rem;top:43.967529296875rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pD20WgdZw2STM5K9LTUgyQEDEed1I3T2 { width:15.9375rem;height:3.8997375rem;top:39.63232421875rem;left:2.03125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vAW7dnpaHoVbf4i8CIVA4KuEC6n8EenP { width:16.43675rem;height:5.19748125rem;top:58.45068359375rem;left:1.77978515625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KlFsG8h1Im5cZcZS83P1TTqEs3p5FGPq { width:15.9375rem;height:3.8997375rem;top:54.36572265625rem;left:2.03125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BR3T7DmE5ZGvtgXsMMSS1NsdGbTltNik { width:5.1245125rem;height:4.311525rem;top:1.873779296875rem;left:7.437744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snV9h5Lptn8JuPpEIXZ3bAVQfPSLTnvB { width:5.1245125rem;height:4.311525rem;top:18.033447265625rem;left:7.437744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3hQkHJD6Wn9Pd2C0UC9pIeo6chxV6PP { width:5.1245125rem;height:4.311525rem;top:35.437255859375rem;left:7.437744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbKz7W5G74ypslC7wMiy39tzmpV5T7qL { width:5.1245125rem;height:4.311525rem;top:49.99169921875rem;left:7.437744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJm196x4QeCGN7EK6vZAEp4sqotXTDoX { background-color:#e6bf67;background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX.adaptive-delivery-prevent-bg, #VJm196x4QeCGN7EK6vZAEp4sqotXTDoX.lazyload, #VJm196x4QeCGN7EK6vZAEp4sqotXTDoX.lazyloading { background-image: none; }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .row .container { background-color: transparent; background-image: none; }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .row .container > .video-iframe-container { display: none; }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .row > .video-iframe-container { display: none; }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .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); }#VJm196x4QeCGN7EK6vZAEp4sqotXTDoX > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nP5wsh6WuvEUqtSa3Knyv92bo79JCeUF { width:17.312rem;height:20.62175rem;top:5.8125rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHI0MJQ50fE4uv8iXngLtmJr1yX295ca { width:18.25rem;height:16.4974rem;top:24.4375rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnX1qzbWMBwDapnG9EDI9foClFo0Ix2f { display:flex;width:1.4375rem;height:1.4375rem;top:6.1875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #K8hH64IDMC4vcC0PuNcD6BKi7hkVQL8z { display:flex;width:1.4375rem;height:1.4375rem;top:10.4375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #LTyZ4lsVEfvefJTlJeV2ixgKQInqAm5G { display:flex;width:1.4375rem;height:1.4375rem;top:30.8740234375rem;left:0.811767578125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQhshyLKoWgcBzqIGv6umwNKCphgnWO3 { display:flex;width:1.43676875rem;height:1.43676875rem;top:20.75rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #XXJMePhZTQGoOFE5egTydhKueem2gEiy { display:flex;width:1.4375rem;height:1.4375rem;top:28.75rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #vJTRAooxaE0MMy7Vq46tmlEmNxQoSkS3 { display:flex;width:1.4375rem;height:1.4375rem;top:8.375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #w6Hvu1ON6I9lxXei0Z6nyerRC1nGOTmE { display:flex;width:1.43676875rem;height:1.43676875rem;top:12.5rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #PuQAdTxind0m31uHe8DFBKhbbcgzJT2w { display:flex;width:1.43676875rem;height:1.43676875rem;top:16.5625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #IyOQe64XJ3yzWlXU88D94NLls8PTGFAK { display:flex;width:1.4375rem;height:1.4375rem;top:24.75rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #yuRcXT5pyLXPzkH6EdoTBHcLT49Tzxe1 { display:flex;width:1.4375rem;height:1.4375rem;top:33.0625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #kv7oMgIH7ldtrMQW0Pvk2fZ2AVHnmIDb { display:flex;width:1.4375rem;height:1.4375rem;top:30.875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #Lxh9NhdXATxZqgh6T4153n25Vp7iplLZ { display:flex;width:1.43676875rem;height:1.43676875rem;top:35.25rem;left:0.8125rem;z-index:15066; }
 }@media only screen and (max-width: 763px) { #BNF32bx9c6gN5pTULWwcrEOxekT9cx6w { width:20rem;height:4.54969375rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gugt0JD2sF7ctEGXTULZT6goKqJpcvBJ { display:block; }#gugt0JD2sF7ctEGXTULZT6goKqJpcvBJ > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geTG5IaXR4stvP4SvzgNAJxee72XJDdp { width:20rem;height:2.03125rem;top:2.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CnBTyvWAVTsPA5ohw9z922PW9gtyK2b9 { width:20rem;height:1.86903125rem;top:4.6241579055786rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDipNeTH5OKsDdTAdZgcX93i8mwgOJA3 { display:block; }#WDipNeTH5OKsDdTAdZgcX93i8mwgOJA3 > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLEETdabXH83nV7ty6d49kh2CeoAtxnm { width:12.5rem;height:8.125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQK24hUa2eAVP0qbcCLpUcrMTFoaVoxv { width:12.5rem;height:8.125rem;top:10.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfV57ZxUz13Ufl3XK7KGt5ZtV7QX241X { width:12.5rem;height:8.125rem;top:20rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTEccc8S5vTo6LanHDDGxV79i3NorKs { width:12.5rem;height:8.125rem;top:29.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Iw3Cf5k1ny7TPlZK02w0CIfCMAJcP2 { width:12.5rem;height:8.125rem;top:38.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPL5sFFsfJs1M2fFCKkmIy0zrZlCnG1l { width:12.5rem;height:8.125rem;top:48.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcTc1xGWptzyJO9s6MroaH9mKTzwrD54 { display:block; }#fcTc1xGWptzyJO9s6MroaH9mKTzwrD54 > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znDGgGSsuFDMznuCDBI1xyfc2NGJi1fu { width:20rem;height:2.03125rem;top:2.547607421875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wm54DOf0UCzTPuSBDBJlHcOP2uWtPSg8 { display:block; }#wm54DOf0UCzTPuSBDBJlHcOP2uWtPSg8 > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUPTG4KLmITXZxkln3QC1kWotmK9imKa { width:20rem;height:6.9986875rem;top:11.994140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BGB39XtwfXJfP4M7C5Es3wKTNTlswKU8 { width:2.8125rem;height:2.8125rem;top:2.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX202NFOoONrTGaTMHBWQSHQR32A4S8I { width:20rem;height:21.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQvqS9hiw6BHNr124xTS90i3mhhvev2J { width:11.9375rem;height:1.22504375rem;top:6rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LDTb5chbSkl214Nn7dC6qdMvdmXyS8PM { width:6.4375rem;height:1.22504375rem;top:9.625rem;left:6.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7T4iCdzeJSuz5kGT1Hd2fQbw4QHSw2z { width:5.6875rem;height:1.25rem;top:8.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1NnlvDlPmfIcIPW1hKCUz2p4wJc1FNi { width:20rem;height:21.1875rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7XfBrfbpTxzE0PBZxRSLbcqF060Ga1h { width:2.8125rem;height:2.8125rem;top:25.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcK7K7EtytrF3rwzRk35cZhalHLLTaZL { width:11.875rem;height:1.22504375rem;top:29.25rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gn5ZNJ4XfGf10JPgFdZFqkKU34tU7yST { width:6.3733125rem;height:1.22504375rem;top:32.9375rem;left:6.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1OK1vgTvsdQC2Nfz2dbJ7bBlrUH7zeC { width:5.625rem;height:1.23535rem;top:31.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTinTKA49uGgmCT2XocPUbXWbFtu3BUK { width:18.2495rem;height:8.3984375rem;top:34.874267578125rem;left:0.8740234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CyRZyrZTVriXQm1wmW1xQHDDZMmsVB2l { width:20rem;height:18.5rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEqhSXLHvtMbhA8x5gXxwfXsmSHdQrKo { width:2.8125rem;height:2.8125rem;top:48.139892578125rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWTOwGuCgoDMKpPnF96Dd922fikWV3OB { width:11.875rem;height:1.22504375rem;top:51.623779296875rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8uB30JiUy39hAXOUFRJiDxhAgADTo5y { width:6.3733125rem;height:1.22504375rem;top:55.323974609375rem;left:6.812744140625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJax4gb9icqbiqtzs4ziDSBlDiZuFV4g { width:5.625rem;height:1.23535rem;top:53.91796875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrwxdMeviH3RwdVUX8wByXXebefBiBWN { width:17.68675rem;height:4.19921875rem;top:58.443603515625rem;left:1.156005859375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i { 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; }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row .container { background-color: transparent; background-image: none; }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row .container > .video-iframe-container { display: none; }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row > .video-iframe-container { display: none; }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .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); }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row .container { border-width: 0; border-radius: 0; }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FbbgwK6LxEV1aimFO9cxTXDSpQrwl23i > .row .container { width:20rem;height:16.748593261719rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAHqTPb03AX2WnqAwM5rDRMUM4GBzzmm { width:20rem;height:2.59928125rem;top:1.0101561546326rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qfc2ghk1EAMvhMIPHTRg5BxbSIDS7Ddo { width:17.6875rem;height:13.1875rem;top:3.5617184638977rem;left:1.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUgyLQFa59mJW2zP8zbEbESvDSKcEhdL { display:block; }#zUgyLQFa59mJW2zP8zbEbESvDSKcEhdL > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzAtqHt7WPS1ybyZacoOGKbamL9rWUr2 { width:18.125rem;height:13.5625rem;top:1.375rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4kBs314pfWgcgM6iBWTgEexmRDBa52V { width:15.6875rem;height:18.4375rem;top:6.9912853240969rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZmyATMEmiOuy41uIvCn5RysEbRnThL0 { display:block; }#HZmyATMEmiOuy41uIvCn5RysEbRnThL0 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNDItubCX2OCBnuOwpWMV4ZggBkRohLy { width:17.25rem;height:20.625rem;top:34.7296875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dwtGTsTxus8075aGSZXGxpa3Qo4gzwCV { width:20rem;height:15.94375rem;top:32.743750572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgUEl5x5PnowqAy8na4NfkyUOTxNuAZB { width:20rem;height:14.9734375rem;top:16.857031822204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPokrg3e8eEfZPWs2oVzHhQgzOfD7a4g { width:17.5rem;height:12.8125rem;top:34.6671875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohygzcX9nu661D0dB3ruC6MquBLMrWsi { width:13.3125rem;height:15.5625rem;top:0.76718759536744rem;left:3.3437502980233rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS { 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; }#azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS > .row .container { background-color: transparent; background-image: none; }#azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS > .row .container > .video-iframe-container { display: none; }#azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS > .row > .video-iframe-container { display: none; }#azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS > .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); }#azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS > .row .container { border-width: 0; border-radius: 0; }#azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azKXWzyyJEd0UWnzLI3GLrOeSyKkBxnS > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLu3btPavVhDG0i41awcRzFa6CXum1De { width:19.875rem;height:14.375rem;top:1.3125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 { background-color:rgba(230,191,103,0.89);background-image:url("https://images.assets-landingi.com/uc/6e20ad86-5799-46b7-aa6b-7a2b9b57e911/shutterstock_1927953230.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7.adaptive-delivery-prevent-bg, #HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7.lazyload, #HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7.lazyloading { background-image: none; }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .row .container { background-color: transparent; background-image: none; }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .row .container > .video-iframe-container { display: none; }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .row > .video-iframe-container { display: none; }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .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); }#HpHGIFo6giJXzFfWyZ4QQXy7RK4UTWI7 > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKA54JMqmXzixZidKu5UBVlmtg93PN6v { width:1.499025rem;height:1.93725625rem;top:15.823974609375rem;left:2.5927734375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8bbgQq90sDbBxTgpo64tFs4w44oS3QL { width:12.5625rem;height:1.29936875rem;top:16.0625rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bseb7aEhS7BXwaQbQkTUGpKsOPgSnMAM { width:20rem;height:0.0625rem;top:14.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbvWbIix2cuAOi8eOebUCWtm6eGJAZ53 { width:0.0625rem;height:3.125rem;top:21.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQJeI6Km0HhJEneBgOcz1eivy1tf4zBf { width:1.93725625rem;height:2.436525rem;top:18.8125rem;left:1.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7GGfPP7KSmm5J5vKqXHRRMQvvz2rnmT { width:20rem;height:17.5rem;top:22.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU6yr4OLn1zET38W4heTuPFJ7ktpaDXc { width:14.4980625rem;height:5.8496125rem;top:7.28955078125rem;left:2.75048828125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-text {padding-top: 0; padding-bottom: 0;}#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-select {padding-top: 0; padding-bottom: 0;}#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS  { width:17.5rem;height:24rem;top:49.3125rem;left:0rem; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS {display:block;}#Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS { width:17.5rem;height:24rem;top:49.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #UWtpHzzuRTk0T6wG2MSt9Ez7wesf7GFS {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #PtR2LlH7QfMMr1CwQwlH9xNSN7TOQLHL { display:block; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #m5DSAqV0JI5CpUDVeHwHcuIlEfmKspRv {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #S5h2vVVcLKobI9a8qB24oSDmflM1xaSE {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #xFfiRIRvvRfrUGJWkzAcXh35d9KekFDT { display:block; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #InyS8qykcLurlh2vCQFEIpIJeRqol0gM {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #ZpHVymNGSQ2Av9xTKmpfWG2KUylM6Fsr {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #J3ppBUfmN1738GXkaiDB2DUS89TGho2m { display:block; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #L3CTe3mQus074FRccTknbAF9bE4gkhKK {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #P3A6TyQXhgAV9W1Wogdwl6dJy96pvcwx {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #kKR5p2qb5azdKftaZAQUdTHSvrM9vRRO { display:block; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #A37MQG2fXWhkfeinwdC92sHiBpTlsqob {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #yhUtnsMn8HvvKxm1sIq6oC8pfDmuOs0S {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #Jfd7v1Zy06F5cMZr3BrvG8FAh28FWZFl { display:block; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #p8nTbhxWt4rBBpBT12NEJCUhvApfFT85 {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #PkoSVyx8TTkzIG61bJ4yTSFUilHPaLkT {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #rBH7AyQpxdSqXU5mwd6tHd8MKF3L5f4Q { display:block; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #rtWS2zA6Ql0yEqBpph7fXtHST3JJywaw {  }
 }@media only screen and (max-width: 763px) { #SPAysA46MACdT9D6NvZmGHiS4pzMOCGf { display:block; }
 }@media only screen and (max-width: 763px) { #ffCKx3ar6n6FtGOeBGWeegUdqTEDONUE { display:block; }
 }@media only screen and (max-width: 763px) { #wVeH4cgGW57AHZkrAVotNnTTeQiuzIwL { display:block; }
 }@media only screen and (max-width: 763px) { #o6FHwTSxTBfMMfbg8QwgQ4ceeFkwm0CM { display:block; }
 }@media only screen and (max-width: 763px) { #xC0KgPfW5CZipJskq68q4Ji6ptzKaXCE { display:block; }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #eLCXOntasHT04skGBKkvlGNIuMZg2BaG {  }
 }@media only screen and (max-width: 763px) { #Lw7IAoIENvwlq9Ic4aKLScNWDstFlSUS #LTiwJRhamPofMyiOzxvLK5GgSRvZf8Tz {  }
 }@media only screen and (max-width: 763px) { #R06M72PWGakrtXKMVdp6JTWfV3FKL05B { width:19.875rem;height:6.0625rem;top:43.125rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aUbBT5LEuLgge2Ro9v9gN6OHe50W2ewu { width:19.25rem;height:1.86903125rem;top:44.0625rem;left:0.3125rem;font-size:1.4375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #F3x9Jd4XdRRF5z99LddrWGKMTDe50u5A { width:16.75rem;height:2.24935rem;top:45.9375rem;left:1.625rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HkPNx8RkrkbPmbQd2PO9qlweBchhXEgp { width:20rem;height:26.25rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7T65HpfbA8KdTzyXrwsJ2RNTvAAUEbK { width:1.6875rem;height:1.6875rem;top:76.125rem;left:3.75rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fSTy4gICNiIkr36m2oEwOEALUgHIZHPz { width:10.8125rem;height:1.0563125rem;top:76.5625rem;left:5.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #o2HpblL2kaomWbQcQdEDzIrTmB6scKTi { width:20rem;height:2.2744125rem;top:78.99951171875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1o6VJueQ7Ob30ZfhWZ6cM72k0Epn5wT { width:20rem;height:3.8997375rem;top:1.96044921875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXEJT0xC2h2gg1AFOBNSJkk161yeERf { width:14.87425rem;height:5.9982625rem;top:18.5625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoszeM1g9yIN1hXilZqPfx0rNmmi784D { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#QoszeM1g9yIN1hXilZqPfx0rNmmi784D > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5kpVs9vtlu56HSyNXUBoSRGUrbW5qHn { width:3.125rem;height:3.0625rem;top:0.125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arflMSCtIWKze2UMqwgHMBOqE58dRwzl { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
#arflMSCtIWKze2UMqwgHMBOqE58dRwzl > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }