.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:225,229,252;--color-primary-1:154,167,244;--color-primary-2:53,79,232;--color-primary-3:27,40,116;--color-primary-4:8,12,35;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:2,2,2;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Tahoma";--paragraphs-font-family:"PL Switzerland"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#kOTumebavGlrF6udbMEJWxlZzemUK7wd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container { display: none; }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .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); }#FOVGB3yOcVPPszlxqM9CEgBftzL6NSAx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#FOVGB3yOcVPPszlxqM9CEgBftzL6NSAx > .row .container { background-color: transparent; background-image: none; }#FOVGB3yOcVPPszlxqM9CEgBftzL6NSAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOVGB3yOcVPPszlxqM9CEgBftzL6NSAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOVGB3yOcVPPszlxqM9CEgBftzL6NSAx > .row .container > .video-iframe-container { display: none; }#FOVGB3yOcVPPszlxqM9CEgBftzL6NSAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOVGB3yOcVPPszlxqM9CEgBftzL6NSAx > .row > .video-iframe-container { display: none; }#FOVGB3yOcVPPszlxqM9CEgBftzL6NSAx > .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); }#FOVGB3yOcVPPszlxqM9CEgBftzL6NSAx > .row .container { border-width: 0; border-radius: 0; }#FOVGB3yOcVPPszlxqM9CEgBftzL6NSAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FOVGB3yOcVPPszlxqM9CEgBftzL6NSAx > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#HalywUp0HBSTzvVmx1GbT6uVPmlb2LNU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0d25ae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:41.625rem;display:block; }
#HMQfCcLiJLa9WpaFROpMl5QBAoNrxxbN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iAEzfN4LvZ3TkRCNKRtyDaqDduVCd9Wt { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3046875rem;left:48.8759765625rem;display:block; }
#qDN29O2TpME8Ab2IsihiWiP0ddWT7mRk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#glprVR5RXt4u9Js94kpp67KZeJ3QG2Vx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0d25ae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:34.25rem;display:block; }
#q3vourpydTuNVHZP8tTTQXf45OP6pAlE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fPmviXNcMZTCcnSkp3HzCAtgV2tc7cTo { 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:3.375rem;width:4.4375rem;top:0.90625rem;left:0rem;overflow:hidden;display:block; }
#zHTV1kz15zZuDcgumV5xuhvfwmWJ6OMH { 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:32.8125rem;width:60rem;display:none; }
#ywfMWo1a1AVfA5Q9yZdsXBDVr4TaxTCs { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:16.3125rem;left:7.4375rem;display:none; }
#cxqF0hFZNl5cFoVSGO0TkUD1VTNWiVZr { 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:33.3125rem;width:27.875rem;display:none; }
#QTitAEGJSyoZLHwiXL7CN6GO8458FeC4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:10.03125rem;height:2.35625rem;display:none; }
#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/84ee1525-8e47-46e0-9245-eb0149e770f9/Cobra7.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.adaptive-delivery-prevent-bg, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyload, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyloading { background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { background-color: transparent; background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { border-width: 0; border-radius: 0; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:60rem;height:37.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#mXExboNf4cS3QngBL3JosND0BJ7UUwTF { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1875rem;left:2.6875rem;height:11.5375rem;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; }
#C1eekEC3LryldAgmg64xBuNqmvuiLZ14 { 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:15.75rem;width:22.25rem;top:16.724609375rem;left:37.75rem;overflow:hidden;display:block; }
#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { background-color: transparent; background-image: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container > .video-iframe-container { display: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container { display: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .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); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { border-width: 0; border-radius: 0; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#qL7AygcDTO8CswNedQJVTXHuBC67rMlx { color:rgba(var(--color-tertiary-4),1);display:block;width:56.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0.71875rem;height:1.21875rem;display:block; }
#gH5buGomPSOVSNSoQs5bgSDkCWtLGWTy { position:relative;display:block; }#gH5buGomPSOVSNSoQs5bgSDkCWtLGWTy { background-color: transparent; background-image: none; }#gH5buGomPSOVSNSoQs5bgSDkCWtLGWTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH5buGomPSOVSNSoQs5bgSDkCWtLGWTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH5buGomPSOVSNSoQs5bgSDkCWtLGWTy > .row .container > .video-iframe-container { display: none; }#gH5buGomPSOVSNSoQs5bgSDkCWtLGWTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH5buGomPSOVSNSoQs5bgSDkCWtLGWTy > .row > .video-iframe-container { display: none; }#gH5buGomPSOVSNSoQs5bgSDkCWtLGWTy > .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); }#gH5buGomPSOVSNSoQs5bgSDkCWtLGWTy { border-width: 0; border-radius: 0; }#gH5buGomPSOVSNSoQs5bgSDkCWtLGWTy > .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; }#gH5buGomPSOVSNSoQs5bgSDkCWtLGWTy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:73.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a74EG3sBHzQpme2CRhRuvK38AZeQ9rJl { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.875rem;left:1.875rem;height:28.8125rem;display:block; }#a74EG3sBHzQpme2CRhRuvK38AZeQ9rJl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a74EG3sBHzQpme2CRhRuvK38AZeQ9rJl li:before{  }
#dlxtx3ZC6WTlueP1CLDZK3aeCo5P89Ww { z-index:15003;top:62.3125rem;left:8.0302734375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ISfpGSG0wpGOykO63NGaOgMa1ZJq7cSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#coIHdoPvHdGPxl6GJqIPqVsgpnMq9Qkd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:10.03125rem;height:2.35625rem;display:block; }
#JFQ1STcwfm5mS7ETN2TbCPThNXvuOWnx { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.3125rem;left:32rem;height:;display:block; }#JFQ1STcwfm5mS7ETN2TbCPThNXvuOWnx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JFQ1STcwfm5mS7ETN2TbCPThNXvuOWnx li:before{  }
#TGtMcNHO9pC0TB51ZtBSVsyGUl2vzsTe { z-index:15005;top:62.3125rem;left:38.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bKHZNBrgiVKlqGbHoTl6omfoTQScGokz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x8uK5BZAdub7yk3QD3d7wlN44R3FKwzs { 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:28.3123125rem;width:23.5618125rem;top:72.117362976075rem;left:2.5rem;overflow:hidden;display:block; }
#B2LCnThFph6xAdC0A6DRbosyOxdaNqxR { 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:26.0615rem;width:18.874rem;top:1.5625rem;left:35.5625rem;overflow:hidden;display:block; }
#BFWcZaJHVS5KOMXz89qZ5BOr60RUBEZT { 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:26.3743125rem;width:25.999625rem;top:73.085046768187rem;left:32.993606567382rem;overflow:hidden;display:block; }
#dSsQua6sMpCIFCCg3VdgKIp2roSM0EXE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1865rem;width:34.9365rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dqHKeCvn364cqQIGepL7ngx4rgHw0VtQ { position:relative;display:block; }#dqHKeCvn364cqQIGepL7ngx4rgHw0VtQ { background-color: transparent; background-image: none; }#dqHKeCvn364cqQIGepL7ngx4rgHw0VtQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqHKeCvn364cqQIGepL7ngx4rgHw0VtQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqHKeCvn364cqQIGepL7ngx4rgHw0VtQ > .row .container > .video-iframe-container { display: none; }#dqHKeCvn364cqQIGepL7ngx4rgHw0VtQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqHKeCvn364cqQIGepL7ngx4rgHw0VtQ > .row > .video-iframe-container { display: none; }#dqHKeCvn364cqQIGepL7ngx4rgHw0VtQ > .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); }#dqHKeCvn364cqQIGepL7ngx4rgHw0VtQ { border-width: 0; border-radius: 0; }#dqHKeCvn364cqQIGepL7ngx4rgHw0VtQ > .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; }#dqHKeCvn364cqQIGepL7ngx4rgHw0VtQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:70.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c03ptZBxOy25nagJgyFnTZGCdUDzeUu0 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.6875rem;left:32.437501907349rem;height:28.5rem;display:block; }#c03ptZBxOy25nagJgyFnTZGCdUDzeUu0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c03ptZBxOy25nagJgyFnTZGCdUDzeUu0 li:before{  }
#JqKCTSoD3Fb6saVvate5A4ZFi08NmTMi { z-index:15002;top:63.375rem;left:38.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cXN5ecGa4I5hDQBFqwUxOSVRP46Pm11A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vEbAwNFaUcti5h6dcSTkw1H4ynNBuVRK { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.6875rem;left:2.5rem;height:22rem;display:block; }#vEbAwNFaUcti5h6dcSTkw1H4ynNBuVRK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vEbAwNFaUcti5h6dcSTkw1H4ynNBuVRK li:before{  }
#dwfFaWoTzRhI9uKT2HmD0fLKcZrciiuT { z-index:15003;top:63.375rem;left:8.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zPC7eutZgbx7hC4ZLfGtOU6sU0gmmT5p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J62NVyqDZr7tcT5DhikBxlEqeeIuvOoU { 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:26.3743125rem;width:25.999625rem;top:73.085046768187rem;left:32.993606567382rem;overflow:hidden;display:none; }
#WM597TMb9TJLDnbFwDGRl7rydGt0c7x7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9598b69f-0131-4deb-adae-ea68c443f1a7/IMG_5771.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; }#WM597TMb9TJLDnbFwDGRl7rydGt0c7x7.adaptive-delivery-prevent-bg, #WM597TMb9TJLDnbFwDGRl7rydGt0c7x7.lazyload, #WM597TMb9TJLDnbFwDGRl7rydGt0c7x7.lazyloading { background-image: none; }#WM597TMb9TJLDnbFwDGRl7rydGt0c7x7 > .row .container { background-color: transparent; background-image: none; }#WM597TMb9TJLDnbFwDGRl7rydGt0c7x7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#WM597TMb9TJLDnbFwDGRl7rydGt0c7x7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WM597TMb9TJLDnbFwDGRl7rydGt0c7x7 > .row .container > .video-iframe-container { display: none; }#WM597TMb9TJLDnbFwDGRl7rydGt0c7x7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#WM597TMb9TJLDnbFwDGRl7rydGt0c7x7 > .row > .video-iframe-container { display: none; }#WM597TMb9TJLDnbFwDGRl7rydGt0c7x7 > .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); }#WM597TMb9TJLDnbFwDGRl7rydGt0c7x7 > .row .container { border-width: 0; border-radius: 0; }#WM597TMb9TJLDnbFwDGRl7rydGt0c7x7::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; }#WM597TMb9TJLDnbFwDGRl7rydGt0c7x7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WM597TMb9TJLDnbFwDGRl7rydGt0c7x7 > .row .container { font-size:0.875rem;font-family:arial;height:70.375rem;width:60rem;position:relative;display:block; }#rp3dVV9tWUPMcca3Q13cmT8FBZfm3XBz { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.6875rem;left:32.437501907349rem;height:33.375rem;display:block; }#rp3dVV9tWUPMcca3Q13cmT8FBZfm3XBz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rp3dVV9tWUPMcca3Q13cmT8FBZfm3XBz li:before{  }
#kpuN2hn9lptRP2s9U0BeMMTFRMZTg2HP { z-index:15002;top:63.375rem;left:38.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iFSTKdtxw48gChtFzUQP5PvS96oglyJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U4ata0FhdFzGXhUawIsq7FVbhsWAiph8 { 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:24.375rem;width:21.4373125rem;top:0.40216636657715rem;left:4.9928970336914rem;overflow:hidden;display:block; }
#BVVuaEHgEg4l67pqHAxwLcgPel3Z7pQz { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.6875rem;left:2.5rem;height:;display:block; }#BVVuaEHgEg4l67pqHAxwLcgPel3Z7pQz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BVVuaEHgEg4l67pqHAxwLcgPel3Z7pQz li:before{  }
#agMxJsTmdpClowdE5lXoLP7956UtXxbm { z-index:15003;top:63.375rem;left:8.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ITX2MKDuGPdfc840lmLFeVaKDb7zG3Xg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tmf7efHbfEMgXniPDWGtFGmTVlTRBeSf { 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:26.5625rem;width:21.4985625rem;top:2.6226043701172E-6rem;left:34.249820709229rem;overflow:hidden;display:block; }
#rkOJHZWeST4QsxNskKAAUcW5eKbqcP7x { position:relative;display:block; }#rkOJHZWeST4QsxNskKAAUcW5eKbqcP7x { background-color: transparent; background-image: none; }#rkOJHZWeST4QsxNskKAAUcW5eKbqcP7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkOJHZWeST4QsxNskKAAUcW5eKbqcP7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkOJHZWeST4QsxNskKAAUcW5eKbqcP7x > .row .container > .video-iframe-container { display: none; }#rkOJHZWeST4QsxNskKAAUcW5eKbqcP7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkOJHZWeST4QsxNskKAAUcW5eKbqcP7x > .row > .video-iframe-container { display: none; }#rkOJHZWeST4QsxNskKAAUcW5eKbqcP7x > .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); }#rkOJHZWeST4QsxNskKAAUcW5eKbqcP7x { border-width: 0; border-radius: 0; }#rkOJHZWeST4QsxNskKAAUcW5eKbqcP7x > .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; }#rkOJHZWeST4QsxNskKAAUcW5eKbqcP7x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:66.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GruHzre9iqTgLZAvF05Swl4Srz7JrIHN { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.6875rem;left:32.437501907349rem;height:;display:block; }#GruHzre9iqTgLZAvF05Swl4Srz7JrIHN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GruHzre9iqTgLZAvF05Swl4Srz7JrIHN li:before{  }
#TlW03slfwFerKNbLPct0iM3I3qf14CEq { z-index:15002;top:60.03125rem;left:38.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WF58QzI1GUDfhbULTH21tuCJvkcl9f84 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yOKbag1VhInwPIoJdf7G1W6ukvfAWXd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.6875rem;left:2.5rem;height:;display:block; }#yOKbag1VhInwPIoJdf7G1W6ukvfAWXd8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yOKbag1VhInwPIoJdf7G1W6ukvfAWXd8 li:before{  }
#D357OpMOQEtr5cWMVnAqT0t6E1MqKWlF { z-index:15003;top:60.03125rem;left:8.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lqt0FLvpJDTD42Vkmx7gUh2sErVL7CcH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBbwsPhqfQZPzVvv10tcThQxBRkMm2N1 { 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:25.374625rem;width:17.7494375rem;top:3.814697265625E-6rem;left:6.1248207092285rem;overflow:hidden;display:block; }
#ZkGZeZmXP5ABOesIdNxIuohonSvmIlWS { 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:25.1243125rem;width:30rem;top:0.61789798736572rem;left:29.999111175537rem;overflow:hidden;display:block; }
#lT0EoQX82hvnhgnauUnfrsxG3AyUnQVy { 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:25.0625rem;width:18.3125rem;top:0.61789798736572rem;left:29.999111175537rem;overflow:hidden;display:none; }
#FNC7wHZIwzWB6RyvStUOg0UmncITqa9D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/D7bKCgov/TK_shark2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FNC7wHZIwzWB6RyvStUOg0UmncITqa9D.adaptive-delivery-prevent-bg, #FNC7wHZIwzWB6RyvStUOg0UmncITqa9D.lazyload, #FNC7wHZIwzWB6RyvStUOg0UmncITqa9D.lazyloading { background-image: none; }#FNC7wHZIwzWB6RyvStUOg0UmncITqa9D > .row .container { background-color: transparent; background-image: none; }#FNC7wHZIwzWB6RyvStUOg0UmncITqa9D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#FNC7wHZIwzWB6RyvStUOg0UmncITqa9D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNC7wHZIwzWB6RyvStUOg0UmncITqa9D > .row .container > .video-iframe-container { display: none; }#FNC7wHZIwzWB6RyvStUOg0UmncITqa9D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#FNC7wHZIwzWB6RyvStUOg0UmncITqa9D > .row > .video-iframe-container { display: none; }#FNC7wHZIwzWB6RyvStUOg0UmncITqa9D > .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); }#FNC7wHZIwzWB6RyvStUOg0UmncITqa9D > .row .container { border-width: 0; border-radius: 0; }#FNC7wHZIwzWB6RyvStUOg0UmncITqa9D::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; }#FNC7wHZIwzWB6RyvStUOg0UmncITqa9D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FNC7wHZIwzWB6RyvStUOg0UmncITqa9D > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:60rem;position:relative;display:block; }#ZCQ7SCR7NJC9kdNl8F0gcZSTRC9PT3Dk { color:rgba(var(--color-tertiary-4),1);display:block;width:27.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.203668832779rem;left:1.2180385589599rem;height:27.625rem;display:block; }#ZCQ7SCR7NJC9kdNl8F0gcZSTRC9PT3Dk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZCQ7SCR7NJC9kdNl8F0gcZSTRC9PT3Dk li:before{  }
#mmvabd4Wo1hrBdwRuzNtV3TZNBqTQlm4 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.203668832779rem;left:30.780361175537rem;height:;display:block; }#mmvabd4Wo1hrBdwRuzNtV3TZNBqTQlm4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mmvabd4Wo1hrBdwRuzNtV3TZNBqTQlm4 li:before{  }
#golJoxaNgsyGULSAUDZ6eG9gfG4gawC6 { z-index:15000;top:56rem;left:8.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pqd8XO2Xa4GWlZBItTk5vzvOc7mCgASF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RG7XWGVMDdiJP8C4NbUpQIqZ4HgkMWec { z-index:15000;top:56rem;left:38.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IL2UBP0fhZGBC9TI9bzupHvFxipTrEDW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXwk51bbDwnedOLdCcIWuEL2TKrTcaJT { 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:25.8123125rem;width:21.9993125rem;top:62.311787605286rem;left:34.999111175537rem;overflow:hidden;display:block; }
#yAECABbPPStbHvw9fSSpABkp1LTcAOCL { 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:25.1243125rem;width:22.1875rem;top:66.623753547669rem;left:33.905361175537rem;overflow:hidden;display:none; }
#LCaEedQPfAMShoaX3HHrDgx8IJmd51ad { 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:24.4375rem;width:21.5625rem;top:0rem;left:34.21875rem;overflow:hidden;display:block; }
#ldNvGeTU2NXWBOHbbFTXtPT4nAoTxoGx { 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:24.4375rem;width:20.8125rem;top:0rem;left:4.4375rem;overflow:hidden;display:block; }
#ywMPlDex1BJ2ggA8Nuica8rp9nAQT3yT { position:relative;display:block; }#ywMPlDex1BJ2ggA8Nuica8rp9nAQT3yT { background-color: transparent; background-image: none; }#ywMPlDex1BJ2ggA8Nuica8rp9nAQT3yT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywMPlDex1BJ2ggA8Nuica8rp9nAQT3yT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywMPlDex1BJ2ggA8Nuica8rp9nAQT3yT > .row .container > .video-iframe-container { display: none; }#ywMPlDex1BJ2ggA8Nuica8rp9nAQT3yT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywMPlDex1BJ2ggA8Nuica8rp9nAQT3yT > .row > .video-iframe-container { display: none; }#ywMPlDex1BJ2ggA8Nuica8rp9nAQT3yT > .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); }#ywMPlDex1BJ2ggA8Nuica8rp9nAQT3yT { border-width: 0; border-radius: 0; }#ywMPlDex1BJ2ggA8Nuica8rp9nAQT3yT > .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; }#ywMPlDex1BJ2ggA8Nuica8rp9nAQT3yT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:60.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xmQVJr2JzS6erTIZcyArXk4fAr0KTk0v { 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:24rem;width:19.9375rem;top:0.43503308296204rem;left:6.1851902008057rem;overflow:hidden;display:block; }
#aWrGa0kfVU79c6UF32kMS4OGt8HqbPEP { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4369375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.083957672119rem;left:1.2810707092285rem;height:;display:block; }#aWrGa0kfVU79c6UF32kMS4OGt8HqbPEP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aWrGa0kfVU79c6UF32kMS4OGt8HqbPEP li:before{  }
#h74ULOedsnxXpAbP17qPfqDldLwx0Wal { z-index:15000;top:52.5rem;left:8.015625rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i58wSyoiEXuUG1lFhkolG80toUxTM8Nd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ztcQZvnT7GKKHngEzo3nU9gPBK0VMLii { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.08486366272rem;left:32.000175476074rem;height:23.625rem;display:block; }#ztcQZvnT7GKKHngEzo3nU9gPBK0VMLii li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ztcQZvnT7GKKHngEzo3nU9gPBK0VMLii li:before{  }
#MEG056KlUn952orrRehbdyCU6cJb35h2 { z-index:15000;top:52.5rem;left:38.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#G2bWzcmldgw0wv9IMT3PQST4SlgHZFBq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tWesrcOfflEo8zD1tJvUuXbtioNl1h9d { 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:25.687125rem;width:19.6875rem;top:58.945306777954rem;left:4.4220523834229rem;overflow:hidden;display:block; }
#ZOuP8tdXDxu6s9VsuPo8zqvxLHxvw0dL { 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.4993125rem;width:18.6869375rem;top:59.537461698055rem;left:35.655181884766rem;overflow:hidden;display:block; }
#vqovbHmLFGlNp2mKEGx9RCQZbWCOTWm2 { 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:25.8123125rem;width:21.9993125rem;top:62.311787605286rem;left:34.999111175537rem;overflow:hidden;display:none; }
#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dx61asT7/TK_bufallo_2.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h.adaptive-delivery-prevent-bg, #Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h.lazyload, #Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h.lazyloading { background-image: none; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { background-color: transparent; background-image: none; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container > .video-iframe-container { display: none; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row > .video-iframe-container { display: none; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .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); }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { border-width: 0; border-radius: 0; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h::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; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:60rem;position:relative;display:block; }#QkllLQ3dk0Xen6clQFfLalivvNiSnKG5 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.812161445618rem;left:1.5935707092285rem;height:;display:block; }#QkllLQ3dk0Xen6clQFfLalivvNiSnKG5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QkllLQ3dk0Xen6clQFfLalivvNiSnKG5 li:before{  }
#H2Q8PI1sC77yorAmkFmiRBHvIZyX2BpC { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.810367584229rem;left:31.655715942382rem;height:;display:block; }#H2Q8PI1sC77yorAmkFmiRBHvIZyX2BpC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H2Q8PI1sC77yorAmkFmiRBHvIZyX2BpC li:before{  }
#R6xqmwHWMr5bG2SCM3asdXITHDEIbkSC { z-index:15000;top:55rem;left:8.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RExIBBCucXD9fyfFMVpeXJwK1HrTgT2V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UigkC2TmpBMhXw8QzJVuZMroNNVW0T87 { z-index:15000;top:55rem;left:38.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t92yTC4tkPbePdwLbrr48OCm6uZcdpPc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bdpqzNt9PT0Fni1qVoWP041b7iyDhcBr { 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:23.8125rem;width:19.1875rem;top:61.748046875rem;left:35.4990234375rem;overflow:hidden;display:block; }
#Hr1rMr4JpKA2zZrtThkfTIBwHk5oBPiG { 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.4993125rem;width:18.6869375rem;top:59.537461698055rem;left:35.655181884766rem;overflow:hidden;display:none; }
#I1ki96BunN7GGTm5VNu6AbZk68127cFT { position:relative;display:block; }#I1ki96BunN7GGTm5VNu6AbZk68127cFT { background-color: transparent; background-image: none; }#I1ki96BunN7GGTm5VNu6AbZk68127cFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1ki96BunN7GGTm5VNu6AbZk68127cFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1ki96BunN7GGTm5VNu6AbZk68127cFT > .row .container > .video-iframe-container { display: none; }#I1ki96BunN7GGTm5VNu6AbZk68127cFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1ki96BunN7GGTm5VNu6AbZk68127cFT > .row > .video-iframe-container { display: none; }#I1ki96BunN7GGTm5VNu6AbZk68127cFT > .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); }#I1ki96BunN7GGTm5VNu6AbZk68127cFT { border-width: 0; border-radius: 0; }#I1ki96BunN7GGTm5VNu6AbZk68127cFT > .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; }#I1ki96BunN7GGTm5VNu6AbZk68127cFT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cMBaqeCDtcA7z0aNglGqOqixb282q0nc { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24rem;left:1.46875rem;height:;display:block; }#cMBaqeCDtcA7z0aNglGqOqixb282q0nc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cMBaqeCDtcA7z0aNglGqOqixb282q0nc li:before{  }
#m9UU29Z8VWydlNNQ3lrbGrtO2PEXozev { z-index:15003;top:52.8125rem;left:8.15625rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#e7s11PUt2rWomLpKP29q5LDAJzIykwHO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ixyJzPvuRhmaxBVAEl40EHNuAqxZD40x { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24rem;left:32.437501907349rem;height:;display:block; }#ixyJzPvuRhmaxBVAEl40EHNuAqxZD40x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ixyJzPvuRhmaxBVAEl40EHNuAqxZD40x li:before{  }
#gb8qJtXolMai44JhTiVSCRPC0U4NR8HI { z-index:15001;top:52.8125rem;left:39.96875rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WUyJBoAxoSNn1B0VKomWQu7ahk2WxMKR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCcRvkCM4yNdNrXyc09JiiOy5IvTtGG1 { 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:23.812125rem;width:18.499625rem;top:0.244140625rem;left:5.1544742584229rem;overflow:hidden;display:block; }
#S690AWBLJT7kxh0u7scVxvJNOosdsWtD { 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:23.5618125rem;width:18.9985625rem;top:61.748952865601rem;left:35.499820709229rem;overflow:hidden;display:none; }
#beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P { position:relative;display:block; }#beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P { background-color: transparent; background-image: none; }#beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P > .row .container > .video-iframe-container { display: none; }#beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P > .row > .video-iframe-container { display: none; }#beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P > .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); }#beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P { border-width: 0; border-radius: 0; }#beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P > .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; }#beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/385efAcZ/cobra_na_www.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P > .row .container.adaptive-delivery-prevent-bg, #beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P > .row .container.lazyload, #beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P > .row .container.lazyloading { background-image: none; }#TD0N4dtBMNotFZxf7QXVTPey7ougnsAz { position:relative;display:none; }#TD0N4dtBMNotFZxf7QXVTPey7ougnsAz { border-width: 0; border-radius: 0; }#TD0N4dtBMNotFZxf7QXVTPey7ougnsAz > .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; }#TD0N4dtBMNotFZxf7QXVTPey7ougnsAz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/385efAcZ/cobra_na_www.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TD0N4dtBMNotFZxf7QXVTPey7ougnsAz > .row .container.adaptive-delivery-prevent-bg, #TD0N4dtBMNotFZxf7QXVTPey7ougnsAz > .row .container.lazyload, #TD0N4dtBMNotFZxf7QXVTPey7ougnsAz > .row .container.lazyloading { background-image: none; }#InsLd1Dh1B6qamSCOVgEs53C62kakUc6 { 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:74.624375rem;width:60rem;top:20.187327384949rem;left:0rem;display:none; }
#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/4oeytaof/TK_cobra.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW.adaptive-delivery-prevent-bg, #vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW.lazyload, #vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW.lazyloading { background-image: none; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { background-color: transparent; background-image: none; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container > .video-iframe-container { display: none; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row > .video-iframe-container { display: none; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .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); }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { border-width: 0; border-radius: 0; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW::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; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { font-size:0.875rem;font-family:arial;height:61.375rem;width:60rem;position:relative;display:block; }#xcDVuRUQBkMz6RqpxsxzLDG0nX1vXN5x { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.914562225342rem;left:0.99875640869138rem;height:;display:block; }#xcDVuRUQBkMz6RqpxsxzLDG0nX1vXN5x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xcDVuRUQBkMz6RqpxsxzLDG0nX1vXN5x li:before{  }
#wqDJgoTDRM92JiLdAiAKcNothhlhn1Bg { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.913674354553rem;left:32.593215942382rem;height:;display:block; }#wqDJgoTDRM92JiLdAiAKcNothhlhn1Bg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wqDJgoTDRM92JiLdAiAKcNothhlhn1Bg li:before{  }
#wS2NpUThzMs3y7iLTqnINHIS9cu4hfCT { z-index:15000;top:55.5625rem;left:8.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LA1Z0w5t97V7ZMQk2DKfvyTu7PZawXDg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DuTqyGBQ7ETy0S5NXuoIXntZbRRDJxel { z-index:15000;top:55.5625rem;left:38.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NhODIHcvelfCi5VprJ8yAtt09Tg9OiH6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P1bzxGDHTV07dJalaTtBFOrD3khSqJ2u { 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:74.625rem;width:60rem;display:none; }
#AiUCDSM83wDhhmSm1KA1mysIwyl3ocNU { 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:71.25rem;width:60rem;display:none; }
#WsBdZOFshHWZQIauNCuM6LuKSNAqS6TV { 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:22.0623125rem;width:18.5618125rem;top:0.90731525421144rem;left:37.435188293457rem;overflow:hidden;display:block; }
#kZHiJRF9cGrdJtefDdORGmu2A4oOfzet { 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:23.5618125rem;width:28.187125rem;top:1.2397766113281E-5rem;left:0rem;overflow:hidden;display:block; }
#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/jofK2Nrb/TK_snake2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru.adaptive-delivery-prevent-bg, #MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru.lazyload, #MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru.lazyloading { background-image: none; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container { background-color: transparent; background-image: none; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container > .video-iframe-container { display: none; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row > .video-iframe-container { display: none; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .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); }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container { border-width: 0; border-radius: 0; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:60rem;position:relative;display:block; }#tILrc824orL9Kz3DTUH0ABLy6BuZVvbV { 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:25.625rem;width:21.6868125rem;top:25.183769702911rem;left:4.2462711334229rem;overflow:hidden;display:block; }
#B9tzeb6zVDULJ53fpXQuNUAxFFACd2DS { 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:7.0625rem;width:5.125rem;top:26.186078071594rem;left:37.310901641846rem;overflow:hidden;display:block; }
#mySRfix6vZWk9VSQOHR557ZC0TNFmGmc { 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:24.2489375rem;width:28.9364375rem;top:26.186084747314rem;left:31.062675476074rem;overflow:hidden;display:block; }
#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Tn3swwOU/TK_snake2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ.adaptive-delivery-prevent-bg, #aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ.lazyload, #aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ.lazyloading { background-image: none; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row .container { background-color: transparent; background-image: none; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row .container > .video-iframe-container { display: none; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row > .video-iframe-container { display: none; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .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); }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row .container { border-width: 0; border-radius: 0; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ::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; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row .container { font-size:0.875rem;font-family:arial;height:65.625rem;width:60rem;position:relative;display:block; }#DFZhfXouKxwwZZH2VSXTZVC3Dv8B1TN9 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4369375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.669155597687rem;left:1.2801837921143rem;height:28.8125rem;display:block; }#DFZhfXouKxwwZZH2VSXTZVC3Dv8B1TN9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DFZhfXouKxwwZZH2VSXTZVC3Dv8B1TN9 li:before{  }
#rvoHEUPcJJ7TDxWf20MSkS4dTbbBL92x { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.668316841126rem;left:33.749996185302rem;height:30.7109375rem;display:block; }#rvoHEUPcJJ7TDxWf20MSkS4dTbbBL92x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rvoHEUPcJJ7TDxWf20MSkS4dTbbBL92x li:before{  }
#T7P3AbW92Zogkhrzy4TOaBu0vXxBuG6T { z-index:15000;top:59.5rem;left:8.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sZ1eDnXgToutvqqwhr8eDSMcLZq59Uqi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PbI7ChT2fNy3JFAfU1hvgMpKNuv416v8 { z-index:15000;top:59.5rem;left:38.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GUFuH5i2wTXL9iKZtloZG4ZX1AzHmOns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnH5P57v9EK3qMppJ1cvTge8GJmxsPPx { 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:23.6869375rem;width:18.75rem;top:65.624986648562rem;left:5.6241111755371rem;overflow:hidden;display:block; }
#DpF5kLGVKOMIPHEr6rFATPxSeL5qx0Tr { 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:24.2498125rem;width:29.0625rem;top:65.6249961853rem;left:30.937496185302rem;overflow:hidden;display:block; }
#h6mutHFvSF43CrMXvEZfeBqWfRJa2LDp { 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:24.2498125rem;width:28.9373125rem;top:25.869138717651rem;left:31.062675476074rem;overflow:hidden;display:none; }
#mldN7d45xfDhqCp0eAatNm0U07u173oQ { 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:24.1875rem;width:20.8125rem;top:25.869138717651rem;left:31.062675476074rem;overflow:hidden;display:none; }
#zXSTHgeTIBJZn4HumMyoSaWCTJBx3tgu { 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:77.6875rem;width:60rem;display:none; }
#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row .container { background-color: transparent; background-image: none; }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row .container > .video-iframe-container { display: none; }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row > .video-iframe-container { display: none; }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .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); }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row .container { border-width: 0; border-radius: 0; }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row .container { font-size:0.875rem;font-family:arial;height:62.1875rem;width:60rem;position:relative;display:block; }#GaKuMVkFmTn8M4l4bT7pdsAS8ynorTQV { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.2470703125rem;left:1.2177734375rem;height:27.1875rem;display:block; }#GaKuMVkFmTn8M4l4bT7pdsAS8ynorTQV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GaKuMVkFmTn8M4l4bT7pdsAS8ynorTQV li:before{  }
#eFhWkkX1fdo7wIUGPVGZ0T3UPCnTbEWX { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.2470703125rem;left:30.78125rem;height:;display:block; }#eFhWkkX1fdo7wIUGPVGZ0T3UPCnTbEWX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eFhWkkX1fdo7wIUGPVGZ0T3UPCnTbEWX li:before{  }
#NeDUWhXnzlq8DEFJOUhGaweRUD9a3Me9 { z-index:15000;top:55.0625rem;left:8.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TpL22L5kmaLWBLwapI5JgFAKpk91H26d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ouh72hOApKoe7DaE3JQrxit9BJABkDSM { z-index:15000;top:55.0625rem;left:38.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zWJv7D5qP63EuUWsPQHAySeEIkS2JW7k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B5GKR7bdD2v8B3PBoiQnlMFVGQ0PhGlp { 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:23.6869375rem;width:18.75rem;top:65.624986648562rem;left:5.6241111755371rem;overflow:hidden;display:none; }
#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG { position:relative;display:block; }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG { background-color: transparent; background-image: none; }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .row .container > .video-iframe-container { display: none; }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .row > .video-iframe-container { display: none; }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .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); }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG { border-width: 0; border-radius: 0; }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .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; }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fWRHrbTtF8bFudTRvMJK3R1rWZcCqWOW { color:rgba(var(--color-tertiary-4),1);display:block;width:55.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.4375rem;height:12.61520625rem;display:block; }
#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR { position:relative;display:block; }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR { background-color: transparent; background-image: none; }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .row .container > .video-iframe-container { display: none; }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .row > .video-iframe-container { display: none; }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .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); }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR { border-width: 0; border-radius: 0; }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .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; }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-form-header {  }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:bold;color:#909090;width:26.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:1.1875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.1875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.3125rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#57535b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:26.3125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.125rem;overflow:hidden;font-style:normal; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .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; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-container:first-of-type{padding-top:0;}#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-container:last-of-type{padding-bottom:0;}#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;left:15.5927734375rem;top:0.4990234375rem;z-index:15001;position:absolute; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.3125rem;display:block;vertical-align:top; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 {display:block;}#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;left:15.5927734375rem;top:0.4990234375rem;z-index:15001;position:absolute; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #R7O76PAWFX1KyXoaRAIKOEmclg7Hezfn { position:relative; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #fwcKTwtRvsnFbgZRZdPV2HS5srVaEaN8 { position:relative;display:block; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #w02dqU0uN8TnppKRVhx58cWllaFylkEm { position:relative; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #TWhPgtz395ivQBGhvlTBw9gffZuMo46u { position:relative; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #e2pTTWsbgxQz73uM6pss478D37OlmpXx { position:relative;display:block; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #eRaDalzz60sDMZq7mpGLEp8ItXt75s39 { position:relative; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #IserUaST2vprursF7QTZ9Gnk3zQ2zZpO { position:relative; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #OuSO62gO4u5MIyymB3dyHMeR87QBfqHz { position:relative;display:block; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #iKZ9Zzv1n1aVFtAoZetrXsQEUNtPNHhi { position:relative; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #bflLGCmc8hpPi790FIm1qc4zEuf0zZrK { position:relative; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #COCpt2sxnfWuJwlimFpxoBtAtArbssLG { position:relative;display:block; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #DbVwJwxTRD2nC5D1O4hw3ln6galoS0TD { position:relative; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #Q06R8clcQQF2vNQJVBbORckoPqfrRLRV { position:relative; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #om7MKSx7fhtpVs8C8ZZwuTNywscdzcXT { position:relative;display:block; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #dHaAQ9K7bAzgnwu0QULcEpmwADxQRlgZ { position:relative; }
#Uce6UTTbaLGdwnPKU4pGlrp5yEwZWpJK { position:relative;display:block;z-index:100000;display:block; }
#FmnAbcIn4lAHAOIBJicuVfdTVWRETXVz { position:relative;display:block;z-index:100000;display:block; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #OxtZnCCDcQTIOg7na0RTo3shait1FSCd { position:relative; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #mG7emzXGVV6mxuS0NSDvlCuBP1CCEx7M { position:relative; }
#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z { position:relative;display:block; }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z { background-color: transparent; background-image: none; }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .row .container > .video-iframe-container { display: none; }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .row > .video-iframe-container { display: none; }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .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); }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z { border-width: 0; border-radius: 0; }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .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; }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BXNHKqcQQdhdn1FwDney1LuKmHc8XcyB { 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:18.875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FOVGB3yOcVPPszlxqM9CEgBftzL6NSAx { display:block; }#FOVGB3yOcVPPszlxqM9CEgBftzL6NSAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HalywUp0HBSTzvVmx1GbT6uVPmlb2LNU { width:6.5rem;height:2.1875rem;top:1.375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMQfCcLiJLa9WpaFROpMl5QBAoNrxxbN { display:block; }
 }@media only screen and (max-width: 763px) { #iAEzfN4LvZ3TkRCNKRtyDaqDduVCd9Wt { width:11.125rem;height:2.125rem;top:1.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDN29O2TpME8Ab2IsihiWiP0ddWT7mRk { display:block; }
 }@media only screen and (max-width: 763px) { #glprVR5RXt4u9Js94kpp67KZeJ3QG2Vx { width:6.5rem;height:2.1875rem;top:1.1875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3vourpydTuNVHZP8tTTQXf45OP6pAlE { display:block; }
 }@media only screen and (max-width: 763px) { #fPmviXNcMZTCcnSkp3HzCAtgV2tc7cTo { width:4.4375rem;height:3.375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHTV1kz15zZuDcgumV5xuhvfwmWJ6OMH { width:47.75rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywfMWo1a1AVfA5Q9yZdsXBDVr4TaxTCs { top:16.3125rem;left:1.3741117119789rem;width:12.5rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxqF0hFZNl5cFoVSGO0TkUD1VTNWiVZr { width:27.875rem;height:33.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTitAEGJSyoZLHwiXL7CN6GO8458FeC4 { top:0.6875rem;left:6.96875rem;width:12.5rem;height:2.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXExboNf4cS3QngBL3JosND0BJ7UUwTF { width:47.5rem;height:11.5rem;top:5.1875rem;left:0rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1eekEC3LryldAgmg64xBuNqmvuiLZ14 { top:16.6875rem;left:25.5rem;width:22.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL7AygcDTO8CswNedQJVTXHuBC67rMlx { top:0rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH5buGomPSOVSNSoQs5bgSDkCWtLGWTy { display:block; }#gH5buGomPSOVSNSoQs5bgSDkCWtLGWTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a74EG3sBHzQpme2CRhRuvK38AZeQ9rJl { top:26.875rem;left:0rem;width:27.5625rem;height:28.8125rem;font-size:1.25rem;display:block; }#a74EG3sBHzQpme2CRhRuvK38AZeQ9rJl li:before{  }
 }@media only screen and (max-width: 763px) { #dlxtx3ZC6WTlueP1CLDZK3aeCo5P89Ww { top:62.3125rem;left:4.9677734375rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISfpGSG0wpGOykO63NGaOgMa1ZJq7cSK { display:block; }
 }@media only screen and (max-width: 763px) { #coIHdoPvHdGPxl6GJqIPqVsgpnMq9Qkd { top:0.6875rem;left:6.96875rem;width:12.5rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFQ1STcwfm5mS7ETN2TbCPThNXvuOWnx { top:26.3125rem;left:20.8125rem;width:26.9375rem;height:;font-size:1.25rem;display:block; }#JFQ1STcwfm5mS7ETN2TbCPThNXvuOWnx li:before{  }
 }@media only screen and (max-width: 763px) { #TGtMcNHO9pC0TB51ZtBSVsyGUl2vzsTe { top:62.3125rem;left:29.5625rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKHZNBrgiVKlqGbHoTl6omfoTQScGokz { display:block; }
 }@media only screen and (max-width: 763px) { #x8uK5BZAdub7yk3QD3d7wlN44R3FKwzs { top:72.0625rem;left:0rem;width:23.5rem;height:28.238037449369rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2LCnThFph6xAdC0A6DRbosyOxdaNqxR { top:1.5625rem;left:26.375rem;width:18.8125rem;height:25.976579885027rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFWcZaJHVS5KOMXz89qZ5BOr60RUBEZT { top:73.0625rem;left:21.8125rem;width:25.9375rem;height:26.311292200128rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSsQua6sMpCIFCCg3VdgKIp2roSM0EXE { top:0rem;left:0rem;width:34.875rem;height:29.135121935512rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqHKeCvn364cqQIGepL7ngx4rgHw0VtQ { display:block; }#dqHKeCvn364cqQIGepL7ngx4rgHw0VtQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c03ptZBxOy25nagJgyFnTZGCdUDzeUu0 { top:25.6875rem;left:20.1875rem;width:27.5625rem;height:;font-size:1.25rem;display:block; }#c03ptZBxOy25nagJgyFnTZGCdUDzeUu0 li:before{  }
 }@media only screen and (max-width: 763px) { #JqKCTSoD3Fb6saVvate5A4ZFi08NmTMi { top:63.375rem;left:29.5625rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXN5ecGa4I5hDQBFqwUxOSVRP46Pm11A { display:block; }
 }@media only screen and (max-width: 763px) { #vEbAwNFaUcti5h6dcSTkw1H4ynNBuVRK { top:25.6875rem;left:0rem;width:27.5625rem;height:;font-size:1.25rem;display:block; }#vEbAwNFaUcti5h6dcSTkw1H4ynNBuVRK li:before{  }
 }@media only screen and (max-width: 763px) { #dwfFaWoTzRhI9uKT2HmD0fLKcZrciiuT { top:63.375rem;left:5.6875rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPC7eutZgbx7hC4ZLfGtOU6sU0gmmT5p { display:block; }
 }@media only screen and (max-width: 763px) { #J62NVyqDZr7tcT5DhikBxlEqeeIuvOoU { top:73.0625rem;left:21.8125rem;width:25.9375rem;height:26.311292200128rem;display:none; }
 }@media only screen and (max-width: 763px) { #WM597TMb9TJLDnbFwDGRl7rydGt0c7x7 { display:block; }#WM597TMb9TJLDnbFwDGRl7rydGt0c7x7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rp3dVV9tWUPMcca3Q13cmT8FBZfm3XBz { top:25.6875rem;left:20.1875rem;width:27.5625rem;height:;font-size:1.25rem;display:block; }#rp3dVV9tWUPMcca3Q13cmT8FBZfm3XBz li:before{  }
 }@media only screen and (max-width: 763px) { #kpuN2hn9lptRP2s9U0BeMMTFRMZTg2HP { top:63.375rem;left:29.5625rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFSTKdtxw48gChtFzUQP5PvS96oglyJT { display:block; }
 }@media only screen and (max-width: 763px) { #U4ata0FhdFzGXhUawIsq7FVbhsWAiph8 { top:0.375rem;left:1.9303970336914rem;width:21.375rem;height:24.304148432785rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVVuaEHgEg4l67pqHAxwLcgPel3Z7pQz { top:25.6875rem;left:0rem;width:27.5625rem;height:;font-size:1.25rem;display:block; }#BVVuaEHgEg4l67pqHAxwLcgPel3Z7pQz li:before{  }
 }@media only screen and (max-width: 763px) { #agMxJsTmdpClowdE5lXoLP7956UtXxbm { top:63.375rem;left:5.6875rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITX2MKDuGPdfc840lmLFeVaKDb7zG3Xg { display:block; }
 }@media only screen and (max-width: 763px) { #Tmf7efHbfEMgXniPDWGtFGmTVlTRBeSf { top:0rem;left:25.062320709229rem;width:21.4375rem;height:26.487054367007rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkOJHZWeST4QsxNskKAAUcW5eKbqcP7x { display:block; }#rkOJHZWeST4QsxNskKAAUcW5eKbqcP7x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GruHzre9iqTgLZAvF05Swl4Srz7JrIHN { top:25.6875rem;left:20.1875rem;width:27.5625rem;height:;font-size:1.25rem;display:block; }#GruHzre9iqTgLZAvF05Swl4Srz7JrIHN li:before{  }
 }@media only screen and (max-width: 763px) { #TlW03slfwFerKNbLPct0iM3I3qf14CEq { top:60rem;left:29.5625rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF58QzI1GUDfhbULTH21tuCJvkcl9f84 { display:block; }
 }@media only screen and (max-width: 763px) { #yOKbag1VhInwPIoJdf7G1W6ukvfAWXd8 { top:25.6875rem;left:0rem;width:27.5625rem;height:;font-size:1.25rem;display:block; }#yOKbag1VhInwPIoJdf7G1W6ukvfAWXd8 li:before{  }
 }@media only screen and (max-width: 763px) { #D357OpMOQEtr5cWMVnAqT0t6E1MqKWlF { top:60rem;left:5.6875rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqt0FLvpJDTD42Vkmx7gUh2sErVL7CcH { display:block; }
 }@media only screen and (max-width: 763px) { #eBbwsPhqfQZPzVvv10tcThQxBRkMm2N1 { top:0rem;left:3.0623207092285rem;width:17.6875rem;height:25.28607904828rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkGZeZmXP5ABOesIdNxIuohonSvmIlWS { top:0.5625rem;left:0rem;width:30rem;height:25.1243125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT0EoQX82hvnhgnauUnfrsxG3AyUnQVy { top:0.5625rem;left:0rem;width:18.3125rem;height:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNC7wHZIwzWB6RyvStUOg0UmncITqa9D { display:block; }#FNC7wHZIwzWB6RyvStUOg0UmncITqa9D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCQ7SCR7NJC9kdNl8F0gcZSTRC9PT3Dk { top:24.1875rem;left:0rem;width:27.5rem;height:;font-size:1.1875rem;display:block; }#ZCQ7SCR7NJC9kdNl8F0gcZSTRC9PT3Dk li:before{  }
 }@media only screen and (max-width: 763px) { #mmvabd4Wo1hrBdwRuzNtV3TZNBqTQlm4 { top:24.1875rem;left:19.3125rem;width:28.4375rem;height:;font-size:1.25rem;display:block; }#mmvabd4Wo1hrBdwRuzNtV3TZNBqTQlm4 li:before{  }
 }@media only screen and (max-width: 763px) { #golJoxaNgsyGULSAUDZ6eG9gfG4gawC6 { top:56rem;left:5.6875rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqd8XO2Xa4GWlZBItTk5vzvOc7mCgASF { display:block; }
 }@media only screen and (max-width: 763px) { #RG7XWGVMDdiJP8C4NbUpQIqZ4HgkMWec { top:56rem;left:29.5625rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL2UBP0fhZGBC9TI9bzupHvFxipTrEDW { display:block; }
 }@media only screen and (max-width: 763px) { #AXwk51bbDwnedOLdCcIWuEL2TKrTcaJT { top:62.25rem;left:25.75rem;width:21.9375rem;height:25.739786435087rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAECABbPPStbHvw9fSSpABkp1LTcAOCL { top:66.5625rem;left:24.717861175537rem;width:22.1875rem;height:25.1243125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCaEedQPfAMShoaX3HHrDgx8IJmd51ad { top:0rem;left:25.03125rem;width:21.5625rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldNvGeTU2NXWBOHbbFTXtPT4nAoTxoGx { top:0rem;left:1.375rem;width:20.8125rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywMPlDex1BJ2ggA8Nuica8rp9nAQT3yT { display:block; }#ywMPlDex1BJ2ggA8Nuica8rp9nAQT3yT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmQVJr2JzS6erTIZcyArXk4fAr0KTk0v { top:0.375rem;left:3.1226902008057rem;width:19.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWrGa0kfVU79c6UF32kMS4OGt8HqbPEP { top:26.0625rem;left:0rem;width:27.375rem;height:;font-size:1.25rem;display:block; }#aWrGa0kfVU79c6UF32kMS4OGt8HqbPEP li:before{  }
 }@media only screen and (max-width: 763px) { #h74ULOedsnxXpAbP17qPfqDldLwx0Wal { top:52.5rem;left:4.953125rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i58wSyoiEXuUG1lFhkolG80toUxTM8Nd { display:block; }
 }@media only screen and (max-width: 763px) { #ztcQZvnT7GKKHngEzo3nU9gPBK0VMLii { top:26.0625rem;left:19.8125rem;width:27.9375rem;height:;font-size:1.25rem;display:block; }#ztcQZvnT7GKKHngEzo3nU9gPBK0VMLii li:before{  }
 }@media only screen and (max-width: 763px) { #MEG056KlUn952orrRehbdyCU6cJb35h2 { top:52.5rem;left:29.5625rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2bWzcmldgw0wv9IMT3PQST4SlgHZFBq { display:block; }
 }@media only screen and (max-width: 763px) { #tWesrcOfflEo8zD1tJvUuXbtioNl1h9d { top:58.9375rem;left:1.3595523834229rem;width:19.6875rem;height:25.687125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOuP8tdXDxu6s9VsuPo8zqvxLHxvw0dL { top:59.5rem;left:26.467681884766rem;width:18.625rem;height:24.418109993278rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqovbHmLFGlNp2mKEGx9RCQZbWCOTWm2 { top:62.25rem;left:25.75rem;width:21.9375rem;height:25.739786435087rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h { display:block; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkllLQ3dk0Xen6clQFfLalivvNiSnKG5 { top:23.75rem;left:0rem;width:26.75rem;height:;font-size:1.25rem;display:block; }#QkllLQ3dk0Xen6clQFfLalivvNiSnKG5 li:before{  }
 }@media only screen and (max-width: 763px) { #H2Q8PI1sC77yorAmkFmiRBHvIZyX2BpC { top:23.75rem;left:21.125rem;width:26.625rem;height:;font-size:1.25rem;display:block; }#H2Q8PI1sC77yorAmkFmiRBHvIZyX2BpC li:before{  }
 }@media only screen and (max-width: 763px) { #R6xqmwHWMr5bG2SCM3asdXITHDEIbkSC { top:55rem;left:5.6875rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RExIBBCucXD9fyfFMVpeXJwK1HrTgT2V { display:block; }
 }@media only screen and (max-width: 763px) { #UigkC2TmpBMhXw8QzJVuZMroNNVW0T87 { top:55rem;left:29.5625rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t92yTC4tkPbePdwLbrr48OCm6uZcdpPc { display:block; }
 }@media only screen and (max-width: 763px) { #bdpqzNt9PT0Fni1qVoWP041b7iyDhcBr { top:61.6875rem;left:26.3115234375rem;width:19.1875rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr1rMr4JpKA2zZrtThkfTIBwHk5oBPiG { top:59.5rem;left:26.467681884766rem;width:18.625rem;height:24.418109993278rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1ki96BunN7GGTm5VNu6AbZk68127cFT { display:block; }#I1ki96BunN7GGTm5VNu6AbZk68127cFT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMBaqeCDtcA7z0aNglGqOqixb282q0nc { top:24rem;left:0rem;width:25.875rem;height:;font-size:1.25rem;display:block; }#cMBaqeCDtcA7z0aNglGqOqixb282q0nc li:before{  }
 }@media only screen and (max-width: 763px) { #m9UU29Z8VWydlNNQ3lrbGrtO2PEXozev { top:52.8125rem;left:2.03125rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7s11PUt2rWomLpKP29q5LDAJzIykwHO { display:block; }
 }@media only screen and (max-width: 763px) { #ixyJzPvuRhmaxBVAEl40EHNuAqxZD40x { top:24rem;left:20.1875rem;width:27.5625rem;height:;font-size:1.25rem;display:block; }#ixyJzPvuRhmaxBVAEl40EHNuAqxZD40x li:before{  }
 }@media only screen and (max-width: 763px) { #gb8qJtXolMai44JhTiVSCRPC0U4NR8HI { top:52.8125rem;left:33.84375rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUyJBoAxoSNn1B0VKomWQu7ahk2WxMKR { display:block; }
 }@media only screen and (max-width: 763px) { #yCcRvkCM4yNdNrXyc09JiiOy5IvTtGG1 { top:0.1875rem;left:0rem;width:18.4375rem;height:23.732159689047rem;display:block; }
 }@media only screen and (max-width: 763px) { #S690AWBLJT7kxh0u7scVxvJNOosdsWtD { top:61.6875rem;left:26.312320709229rem;width:18.9375rem;height:23.486083445458rem;display:none; }
 }@media only screen and (max-width: 763px) { #beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P { display:block; }#beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD0N4dtBMNotFZxf7QXVTPey7ougnsAz { display:none; }#TD0N4dtBMNotFZxf7QXVTPey7ougnsAz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #InsLd1Dh1B6qamSCOVgEs53C62kakUc6 { width:47.75rem;height:59.388565104167rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW { display:block; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcDVuRUQBkMz6RqpxsxzLDG0nX1vXN5x { top:22.875rem;left:0rem;width:27.9375rem;height:;font-size:1.25rem;display:block; }#xcDVuRUQBkMz6RqpxsxzLDG0nX1vXN5x li:before{  }
 }@media only screen and (max-width: 763px) { #wqDJgoTDRM92JiLdAiAKcNothhlhn1Bg { top:22.875rem;left:23rem;width:24.75rem;height:;font-size:1.1875rem;display:block; }#wqDJgoTDRM92JiLdAiAKcNothhlhn1Bg li:before{  }
 }@media only screen and (max-width: 763px) { #wS2NpUThzMs3y7iLTqnINHIS9cu4hfCT { top:55.5625rem;left:5.6875rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA1Z0w5t97V7ZMQk2DKfvyTu7PZawXDg { display:block; }
 }@media only screen and (max-width: 763px) { #DuTqyGBQ7ETy0S5NXuoIXntZbRRDJxel { top:55.5625rem;left:29.5625rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhODIHcvelfCi5VprJ8yAtt09Tg9OiH6 { display:block; }
 }@media only screen and (max-width: 763px) { #P1bzxGDHTV07dJalaTtBFOrD3khSqJ2u { width:47.75rem;height:59.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiUCDSM83wDhhmSm1KA1mysIwyl3ocNU { width:47.75rem;height:56.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WsBdZOFshHWZQIauNCuM6LuKSNAqS6TV { top:0.875rem;left:28.247688293457rem;width:18.5rem;height:21.988843021122rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZHiJRF9cGrdJtefDdORGmu2A4oOfzet { top:0rem;left:0rem;width:28.125rem;height:23.509881783349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru { display:block; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tILrc824orL9Kz3DTUH0ABLy6BuZVvbV { top:25.125rem;left:0rem;width:21.625rem;height:25.551962742335rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9tzeb6zVDULJ53fpXQuNUAxFFACd2DS { top:26.125rem;left:27.4375rem;width:5.125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mySRfix6vZWk9VSQOHR557ZC0TNFmGmc { top:26.125rem;left:18.875rem;width:28.875rem;height:24.197452444258rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ { display:block; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFZhfXouKxwwZZH2VSXTZVC3Dv8B1TN9 { top:23.625rem;left:0rem;width:27.375rem;height:;font-size:1.25rem;display:block; }#DFZhfXouKxwwZZH2VSXTZVC3Dv8B1TN9 li:before{  }
 }@media only screen and (max-width: 763px) { #rvoHEUPcJJ7TDxWf20MSkS4dTbbBL92x { top:23.625rem;left:21.5rem;width:26.25rem;height:;font-size:1.1875rem;display:block; }#rvoHEUPcJJ7TDxWf20MSkS4dTbbBL92x li:before{  }
 }@media only screen and (max-width: 763px) { #T7P3AbW92Zogkhrzy4TOaBu0vXxBuG6T { top:59.5rem;left:5.6875rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1eDnXgToutvqqwhr8eDSMcLZq59Uqi { display:block; }
 }@media only screen and (max-width: 763px) { #PbI7ChT2fNy3JFAfU1hvgMpKNuv416v8 { top:59.5rem;left:29.5625rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUFuH5i2wTXL9iKZtloZG4ZX1AzHmOns { display:block; }
 }@media only screen and (max-width: 763px) { #TnH5P57v9EK3qMppJ1cvTge8GJmxsPPx { top:65.5625rem;left:2.5616111755371rem;width:18.75rem;height:23.6869375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpF5kLGVKOMIPHEr6rFATPxSeL5qx0Tr { top:65.5625rem;left:18.6875rem;width:29.0625rem;height:24.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6mutHFvSF43CrMXvEZfeBqWfRJa2LDp { top:25.8125rem;left:18.875rem;width:28.875rem;height:24.197593882898rem;display:none; }
 }@media only screen and (max-width: 763px) { #mldN7d45xfDhqCp0eAatNm0U07u173oQ { top:25.8125rem;left:18.875rem;width:20.8125rem;height:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXSTHgeTIBJZn4HumMyoSaWCTJBx3tgu { width:47.75rem;height:61.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLsmq98yRqzey8Msy0BUWVuPw74m46ZW { display:block; }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaKuMVkFmTn8M4l4bT7pdsAS8ynorTQV { top:24.1875rem;left:0rem;width:27.5rem;height:27.1875rem;font-size:1.25rem;display:block; }#GaKuMVkFmTn8M4l4bT7pdsAS8ynorTQV li:before{  }
 }@media only screen and (max-width: 763px) { #eFhWkkX1fdo7wIUGPVGZ0T3UPCnTbEWX { top:24.1875rem;left:19.3125rem;width:28.4375rem;height:;font-size:1.25rem;display:block; }#eFhWkkX1fdo7wIUGPVGZ0T3UPCnTbEWX li:before{  }
 }@media only screen and (max-width: 763px) { #NeDUWhXnzlq8DEFJOUhGaweRUD9a3Me9 { top:55.0625rem;left:5.6875rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpL22L5kmaLWBLwapI5JgFAKpk91H26d { display:block; }
 }@media only screen and (max-width: 763px) { #ouh72hOApKoe7DaE3JQrxit9BJABkDSM { top:55.0625rem;left:29.5625rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWJv7D5qP63EuUWsPQHAySeEIkS2JW7k { display:block; }
 }@media only screen and (max-width: 763px) { #B5GKR7bdD2v8B3PBoiQnlMFVGQ0PhGlp { top:65.5625rem;left:2.5616111755371rem;width:18.75rem;height:23.6869375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG { display:block; }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWRHrbTtF8bFudTRvMJK3R1rWZcCqWOW { top:1.375rem;left:0rem;width:47.75rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR { display:block; }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-regular-label { width:26.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-text { width:26.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-textarea { width:26.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-select { width:26.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-button { width:26.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-checkbox-label { width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6  { width:26.3125rem;height:auto;top:0.4375rem;left:9.4677734375rem; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .radio-container { width:26.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 {display:block;}#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 { width:26.3125rem;height:auto;top:0.4375rem;left:9.4677734375rem; }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #R7O76PAWFX1KyXoaRAIKOEmclg7Hezfn {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #fwcKTwtRvsnFbgZRZdPV2HS5srVaEaN8 { display:block; }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #w02dqU0uN8TnppKRVhx58cWllaFylkEm {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #TWhPgtz395ivQBGhvlTBw9gffZuMo46u {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #e2pTTWsbgxQz73uM6pss478D37OlmpXx {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #eRaDalzz60sDMZq7mpGLEp8ItXt75s39 {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #IserUaST2vprursF7QTZ9Gnk3zQ2zZpO {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #OuSO62gO4u5MIyymB3dyHMeR87QBfqHz { display:block; }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #iKZ9Zzv1n1aVFtAoZetrXsQEUNtPNHhi {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #bflLGCmc8hpPi790FIm1qc4zEuf0zZrK {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #COCpt2sxnfWuJwlimFpxoBtAtArbssLG { display:block; }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #DbVwJwxTRD2nC5D1O4hw3ln6galoS0TD {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #Q06R8clcQQF2vNQJVBbORckoPqfrRLRV {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #om7MKSx7fhtpVs8C8ZZwuTNywscdzcXT {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #dHaAQ9K7bAzgnwu0QULcEpmwADxQRlgZ {  }
 }@media only screen and (max-width: 763px) { #Uce6UTTbaLGdwnPKU4pGlrp5yEwZWpJK { display:block; }
 }@media only screen and (max-width: 763px) { #FmnAbcIn4lAHAOIBJicuVfdTVWRETXVz { display:block; }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #OxtZnCCDcQTIOg7na0RTo3shait1FSCd {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #mG7emzXGVV6mxuS0NSDvlCuBP1CCEx7M {  }
 }@media only screen and (max-width: 763px) { #VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z { display:block; }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXNHKqcQQdhdn1FwDney1LuKmHc8XcyB { top:0rem;left:0rem;width:47.75rem;height:15.021354166667rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FOVGB3yOcVPPszlxqM9CEgBftzL6NSAx { position:relative;z-index:auto;display:block; }#FOVGB3yOcVPPszlxqM9CEgBftzL6NSAx > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HalywUp0HBSTzvVmx1GbT6uVPmlb2LNU { width:4.1859rem;height:2.24875625rem;top:2.6242897510529rem;left:15.8141rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMQfCcLiJLa9WpaFROpMl5QBAoNrxxbN { display:block; }
 }@media only screen and (max-width: 763px) { #iAEzfN4LvZ3TkRCNKRtyDaqDduVCd9Wt { width:6.4364375rem;height:1.81196875rem;top:2.554154753685rem;left:13.5635625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDN29O2TpME8Ab2IsihiWiP0ddWT7mRk { display:block; }
 }@media only screen and (max-width: 763px) { #glprVR5RXt4u9Js94kpp67KZeJ3QG2Vx { width:4.74875625rem;height:2.24875625rem;top:2.4680397510529rem;left:15.25124375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3vourpydTuNVHZP8tTTQXf45OP6pAlE { display:block; }
 }@media only screen and (max-width: 763px) { #fPmviXNcMZTCcnSkp3HzCAtgV2tc7cTo { width:2.1875rem;height:1.6859rem;top:2.1555397510529rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHTV1kz15zZuDcgumV5xuhvfwmWJ6OMH { top:4.365234375rem;left:0rem;width:20rem;height:10.9375rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ywfMWo1a1AVfA5Q9yZdsXBDVr4TaxTCs { top:17.5625rem;left:7.4375rem;width:12.5rem;height:3.25rem;z-index:15007;font-size:1.25rem;font-family:tahoma, arial, sans-serif;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxqF0hFZNl5cFoVSGO0TkUD1VTNWiVZr { top:19.558771133423rem;left:1.9060724377632rem;width:16.1843125rem;height:19.375rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QTitAEGJSyoZLHwiXL7CN6GO8458FeC4 { width:8.9976875rem;height:2.35618125rem;top:15.934836387634rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { background-color: transparent; background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXExboNf4cS3QngBL3JosND0BJ7UUwTF { width:20rem;height:0;top:6.4373216629031rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1eekEC3LryldAgmg64xBuNqmvuiLZ14 { width:20rem;height:14.157303370787rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL7AygcDTO8CswNedQJVTXHuBC67rMlx { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH5buGomPSOVSNSoQs5bgSDkCWtLGWTy { display:block; }#gH5buGomPSOVSNSoQs5bgSDkCWtLGWTy > .row .container { width:20rem;height:146.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a74EG3sBHzQpme2CRhRuvK38AZeQ9rJl { width:20rem;height:38.5625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#a74EG3sBHzQpme2CRhRuvK38AZeQ9rJl li:before{  }
 }@media only screen and (max-width: 763px) { #dlxtx3ZC6WTlueP1CLDZK3aeCo5P89Ww { top:41.0546875rem;left:3.375rem;width:13.12996625rem;height:3.7549725rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISfpGSG0wpGOykO63NGaOgMa1ZJq7cSK { display:block; }
 }@media only screen and (max-width: 763px) { #coIHdoPvHdGPxl6GJqIPqVsgpnMq9Qkd { width:8.9985625rem;height:0;top:0rem;left:5.4998221993446rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JFQ1STcwfm5mS7ETN2TbCPThNXvuOWnx { width:20rem;height:38.5625rem;top:72.751237869262rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#JFQ1STcwfm5mS7ETN2TbCPThNXvuOWnx li:before{  }
 }@media only screen and (max-width: 763px) { #TGtMcNHO9pC0TB51ZtBSVsyGUl2vzsTe { top:112.3125rem;left:3rem;width:13.44246625rem;height:3.7549725rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKHZNBrgiVKlqGbHoTl6omfoTQScGokz { display:block; }
 }@media only screen and (max-width: 763px) { #x8uK5BZAdub7yk3QD3d7wlN44R3FKwzs { width:19.75rem;height:24rem;top:121.5610850224rem;left:-0.50134305463496rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2LCnThFph6xAdC0A6DRbosyOxdaNqxR { width:16.624625rem;height:23.125rem;top:49.626240730286rem;left:2.1821733117104rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BFWcZaJHVS5KOMXz89qZ5BOr60RUBEZT { width:12.9368125rem;height:13.125rem;top:174.66707086563rem;left:3.7766333222389rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSsQua6sMpCIFCCg3VdgKIp2roSM0EXE { width:20rem;height:16.708313654774rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqHKeCvn364cqQIGepL7ngx4rgHw0VtQ { display:block; }#dqHKeCvn364cqQIGepL7ngx4rgHw0VtQ > .row .container { width:20rem;height:113.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c03ptZBxOy25nagJgyFnTZGCdUDzeUu0 { width:20rem;height:35rem;top:61.689454555511rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#c03ptZBxOy25nagJgyFnTZGCdUDzeUu0 li:before{  }
 }@media only screen and (max-width: 763px) { #JqKCTSoD3Fb6saVvate5A4ZFi08NmTMi { top:101.3125rem;left:3.375rem;width:13.19209125rem;height:3.7549725rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXN5ecGa4I5hDQBFqwUxOSVRP46Pm11A { display:block; }
 }@media only screen and (max-width: 763px) { #vEbAwNFaUcti5h6dcSTkw1H4ynNBuVRK { width:20rem;height:26.875rem;top:1.1230459213257rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#vEbAwNFaUcti5h6dcSTkw1H4ynNBuVRK li:before{  }
 }@media only screen and (max-width: 763px) { #dwfFaWoTzRhI9uKT2HmD0fLKcZrciiuT { top:31.3059375rem;left:3.375rem;width:13.12996625rem;height:3.7549725rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPC7eutZgbx7hC4ZLfGtOU6sU0gmmT5p { display:block; }
 }@media only screen and (max-width: 763px) { #J62NVyqDZr7tcT5DhikBxlEqeeIuvOoU { width:20rem;height:20.25rem;top:40.166761605955rem;left:-0.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #WM597TMb9TJLDnbFwDGRl7rydGt0c7x7 { display:block; }#WM597TMb9TJLDnbFwDGRl7rydGt0c7x7 > .row .container { width:20rem;height:145.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rp3dVV9tWUPMcca3Q13cmT8FBZfm3XBz { width:20rem;height:44.75rem;top:88.560899257662rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#rp3dVV9tWUPMcca3Q13cmT8FBZfm3XBz li:before{  }
 }@media only screen and (max-width: 763px) { #kpuN2hn9lptRP2s9U0BeMMTFRMZTg2HP { top:135.79993125rem;left:3.375rem;width:13.19209125rem;height:3.7549725rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFSTKdtxw48gChtFzUQP5PvS96oglyJT { display:block; }
 }@media only screen and (max-width: 763px) { #U4ata0FhdFzGXhUawIsq7FVbhsWAiph8 { width:16.875rem;height:19.3110625rem;top:1.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVVuaEHgEg4l67pqHAxwLcgPel3Z7pQz { width:20rem;height:31.4375rem;top:21.8101875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#BVVuaEHgEg4l67pqHAxwLcgPel3Z7pQz li:before{  }
 }@media only screen and (max-width: 763px) { #agMxJsTmdpClowdE5lXoLP7956UtXxbm { top:56.4275625rem;left:3.375rem;width:13.12996625rem;height:3.7549725rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITX2MKDuGPdfc840lmLFeVaKDb7zG3Xg { display:block; }
 }@media only screen and (max-width: 763px) { #Tmf7efHbfEMgXniPDWGtFGmTVlTRBeSf { width:19.0625rem;height:23.6869375rem;top:64.930748939512rem;left:0.93661218881606rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rkOJHZWeST4QsxNskKAAUcW5eKbqcP7x { display:block; }#rkOJHZWeST4QsxNskKAAUcW5eKbqcP7x > .row .container { width:20rem;height:163.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GruHzre9iqTgLZAvF05Swl4Srz7JrIHN { width:20rem;height:39.875rem;top:108.86891365051rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#GruHzre9iqTgLZAvF05Swl4Srz7JrIHN li:before{  }
 }@media only screen and (max-width: 763px) { #TlW03slfwFerKNbLPct0iM3I3qf14CEq { top:152.5625rem;left:4.125rem;width:13.19209125rem;height:3.7549725rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF58QzI1GUDfhbULTH21tuCJvkcl9f84 { display:block; }
 }@media only screen and (max-width: 763px) { #yOKbag1VhInwPIoJdf7G1W6ukvfAWXd8 { width:20rem;height:43.4375rem;top:25.685371398926rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#yOKbag1VhInwPIoJdf7G1W6ukvfAWXd8 li:before{  }
 }@media only screen and (max-width: 763px) { #D357OpMOQEtr5cWMVnAqT0t6E1MqKWlF { top:72.75rem;left:3.375rem;width:13.12996625rem;height:3.7549725rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqt0FLvpJDTD42Vkmx7gUh2sErVL7CcH { display:block; }
 }@media only screen and (max-width: 763px) { #eBbwsPhqfQZPzVvv10tcThQxBRkMm2N1 { width:16.4373125rem;height:23.75rem;top:1.25rem;left:1.7800069451332rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZkGZeZmXP5ABOesIdNxIuohonSvmIlWS { width:20rem;height:16.75rem;top:85.1947505208rem;left:-0.24990018147346rem;display:none; }
 }@media only screen and (max-width: 763px) { #lT0EoQX82hvnhgnauUnfrsxG3AyUnQVy { width:16.5625rem;height:22.7494375rem;top:84.235612869262rem;left:1.7791193127632rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FNC7wHZIwzWB6RyvStUOg0UmncITqa9D { display:block; }#FNC7wHZIwzWB6RyvStUOg0UmncITqa9D > .row .container { width:20rem;height:141.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCQ7SCR7NJC9kdNl8F0gcZSTRC9PT3Dk { width:20rem;height:38.5625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#ZCQ7SCR7NJC9kdNl8F0gcZSTRC9PT3Dk li:before{  }
 }@media only screen and (max-width: 763px) { #mmvabd4Wo1hrBdwRuzNtV3TZNBqTQlm4 { width:20rem;height:25.5625rem;top:75.9374961853rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#mmvabd4Wo1hrBdwRuzNtV3TZNBqTQlm4 li:before{  }
 }@media only screen and (max-width: 763px) { #golJoxaNgsyGULSAUDZ6eG9gfG4gawC6 { top:42.9909375rem;left:3.375rem;width:13.19209125rem;height:3.69194125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqd8XO2Xa4GWlZBItTk5vzvOc7mCgASF { display:block; }
 }@media only screen and (max-width: 763px) { #RG7XWGVMDdiJP8C4NbUpQIqZ4HgkMWec { top:105.1875rem;left:3.3125rem;width:13.44246625rem;height:3.7549725rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL2UBP0fhZGBC9TI9bzupHvFxipTrEDW { display:block; }
 }@media only screen and (max-width: 763px) { #AXwk51bbDwnedOLdCcIWuEL2TKrTcaJT { width:18.6239375rem;height:22.247875rem;top:118.56180953979rem;left:1.3751774430275rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #yAECABbPPStbHvw9fSSpABkp1LTcAOCL { width:17.6864375rem;height:20rem;top:55.993426799774rem;left:1.1558948159218rem;overflow:hidden;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #LCaEedQPfAMShoaX3HHrDgx8IJmd51ad { width:17.6864375rem;height:20rem;top:187.1182012558rem;left:1.1558948159218rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ldNvGeTU2NXWBOHbbFTXtPT4nAoTxoGx { width:18.4970625rem;height:21.808625rem;top:116.9365234375rem;left:0.7509765625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ywMPlDex1BJ2ggA8Nuica8rp9nAQT3yT { display:block; }#ywMPlDex1BJ2ggA8Nuica8rp9nAQT3yT > .row .container { width:20rem;height:155.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmQVJr2JzS6erTIZcyArXk4fAr0KTk0v { width:16.5625rem;height:19.9360625rem;top:0.74840211868287rem;left:1.7178621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWrGa0kfVU79c6UF32kMS4OGt8HqbPEP { width:20rem;height:28.5rem;top:21.308592557907rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#aWrGa0kfVU79c6UF32kMS4OGt8HqbPEP li:before{  }
 }@media only screen and (max-width: 763px) { #h74ULOedsnxXpAbP17qPfqDldLwx0Wal { top:54.116625rem;left:3rem;width:13.94227875rem;height:3.69194125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i58wSyoiEXuUG1lFhkolG80toUxTM8Nd { display:block; }
 }@media only screen and (max-width: 763px) { #ztcQZvnT7GKKHngEzo3nU9gPBK0VMLii { width:20rem;height:28.5rem;top:87.99890625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#ztcQZvnT7GKKHngEzo3nU9gPBK0VMLii li:before{  }
 }@media only screen and (max-width: 763px) { #MEG056KlUn952orrRehbdyCU6cJb35h2 { top:119.67946875rem;left:3.25rem;width:13.44246625rem;height:3.69194125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2bWzcmldgw0wv9IMT3PQST4SlgHZFBq { display:block; }
 }@media only screen and (max-width: 763px) { #tWesrcOfflEo8zD1tJvUuXbtioNl1h9d { width:19.8118125rem;height:25.687125rem;top:129.68660926819rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOuP8tdXDxu6s9VsuPo8zqvxLHxvw0dL { width:18.3114375rem;height:23.9985625rem;top:129.6253125rem;left:0.8125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vqovbHmLFGlNp2mKEGx9RCQZbWCOTWm2 { width:18.6875rem;height:22.375rem;top:63.5537109375rem;left:1.3125rem;overflow:hidden;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h { display:block; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { width:20rem;height:114.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkllLQ3dk0Xen6clQFfLalivvNiSnKG5 { width:20rem;height:34rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#QkllLQ3dk0Xen6clQFfLalivvNiSnKG5 li:before{  }
 }@media only screen and (max-width: 763px) { #H2Q8PI1sC77yorAmkFmiRBHvIZyX2BpC { width:20rem;height:30.75rem;top:72.121845245362rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#H2Q8PI1sC77yorAmkFmiRBHvIZyX2BpC li:before{  }
 }@media only screen and (max-width: 763px) { #R6xqmwHWMr5bG2SCM3asdXITHDEIbkSC { top:38.4295rem;left:3.25rem;width:13.44246625rem;height:3.7549725rem;display:block; }
 }@media only screen and (max-width: 763px) { #RExIBBCucXD9fyfFMVpeXJwK1HrTgT2V { display:block; }
 }@media only screen and (max-width: 763px) { #UigkC2TmpBMhXw8QzJVuZMroNNVW0T87 { top:104.0625rem;left:4.0625rem;width:13.56765375rem;height:3.7549725rem;display:block; }
 }@media only screen and (max-width: 763px) { #t92yTC4tkPbePdwLbrr48OCm6uZcdpPc { display:block; }
 }@media only screen and (max-width: 763px) { #bdpqzNt9PT0Fni1qVoWP041b7iyDhcBr { width:18.125rem;height:22.56125rem;top:90.4403125rem;left:0.9375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Hr1rMr4JpKA2zZrtThkfTIBwHk5oBPiG { width:18.3114375rem;height:23.9976875rem;top:48.180915832519rem;left:1.6876774430275rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #I1ki96BunN7GGTm5VNu6AbZk68127cFT { display:block; }#I1ki96BunN7GGTm5VNu6AbZk68127cFT > .row .container { width:20rem;height:140.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMBaqeCDtcA7z0aNglGqOqixb282q0nc { width:20rem;height:34rem;top:24.917392730713rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#cMBaqeCDtcA7z0aNglGqOqixb282q0nc li:before{  }
 }@media only screen and (max-width: 763px) { #m9UU29Z8VWydlNNQ3lrbGrtO2PEXozev { top:59.625rem;left:3.25rem;width:13.56765375rem;height:3.7549725rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7s11PUt2rWomLpKP29q5LDAJzIykwHO { display:block; }
 }@media only screen and (max-width: 763px) { #ixyJzPvuRhmaxBVAEl40EHNuAqxZD40x { width:20rem;height:33.0625rem;top:93.100982666012rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#ixyJzPvuRhmaxBVAEl40EHNuAqxZD40x li:before{  }
 }@media only screen and (max-width: 763px) { #gb8qJtXolMai44JhTiVSCRPC0U4NR8HI { top:130.7244375rem;left:3.0625rem;width:13.81709125rem;height:3.7549725rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUyJBoAxoSNn1B0VKomWQu7ahk2WxMKR { display:block; }
 }@media only screen and (max-width: 763px) { #yCcRvkCM4yNdNrXyc09JiiOy5IvTtGG1 { width:18.4375rem;height:23.73225rem;top:1.9318623542786rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S690AWBLJT7kxh0u7scVxvJNOosdsWtD { width:19.0625rem;height:23.75rem;top:69.351068496706rem;left:0.93749994039537rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P { display:none; }#beczcZhSXhCkWu0Tad1Hh3PSeWghoi2P > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TD0N4dtBMNotFZxf7QXVTPey7ougnsAz { display:none; }#TD0N4dtBMNotFZxf7QXVTPey7ougnsAz > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #InsLd1Dh1B6qamSCOVgEs53C62kakUc6 { top:1.748046875rem;left:2.3126774430275rem;width:15.372875rem;height:19.1868125rem;z-index:15005;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW { background-color:transparent;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; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { background-color: transparent; background-image: none; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container > .video-iframe-container { display: none; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row > .video-iframe-container { display: none; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .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); }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { border-width: 0; border-radius: 0; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { width:20rem;height:146.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcDVuRUQBkMz6RqpxsxzLDG0nX1vXN5x { width:20rem;height:35.3125rem;top:24rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#xcDVuRUQBkMz6RqpxsxzLDG0nX1vXN5x li:before{  }
 }@media only screen and (max-width: 763px) { #wqDJgoTDRM92JiLdAiAKcNothhlhn1Bg { width:20rem;height:37.25rem;top:96.568359375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#wqDJgoTDRM92JiLdAiAKcNothhlhn1Bg li:before{  }
 }@media only screen and (max-width: 763px) { #wS2NpUThzMs3y7iLTqnINHIS9cu4hfCT { top:136.1875rem;left:3.0625rem;width:13.78871625rem;height:3.53835375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA1Z0w5t97V7ZMQk2DKfvyTu7PZawXDg { display:block; }
 }@media only screen and (max-width: 763px) { #DuTqyGBQ7ETy0S5NXuoIXntZbRRDJxel { top:61.125rem;left:3.5625rem;width:13.03852875rem;height:3.6004975rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhODIHcvelfCi5VprJ8yAtt09Tg9OiH6 { display:block; }
 }@media only screen and (max-width: 763px) { #P1bzxGDHTV07dJalaTtBFOrD3khSqJ2u { top:0rem;left:1.0617896914482rem;width:17.874625rem;height:22.3748125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AiUCDSM83wDhhmSm1KA1mysIwyl3ocNU { top:72.9365234375rem;left:0.8427734375rem;width:18.3115rem;height:21.6865rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WsBdZOFshHWZQIauNCuM6LuKSNAqS6TV { width:18.49875rem;height:21.98775rem;top:20.436789631844rem;left:1.5003550648689rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZHiJRF9cGrdJtefDdORGmu2A4oOfzet { width:20rem;height:16.718138157049rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru { display:block; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tILrc824orL9Kz3DTUH0ABLy6BuZVvbV { width:20rem;height:24.0625rem;top:9.7487564086912rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9tzeb6zVDULJ53fpXQuNUAxFFACd2DS { width:5.1242875rem;height:7.0623125rem;top:23.441955566406rem;left:6.2482261657715rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mySRfix6vZWk9VSQOHR557ZC0TNFmGmc { width:20rem;height:16.7586875rem;top:27.812479019165rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ { display:block; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row .container { width:20rem;height:153.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFZhfXouKxwwZZH2VSXTZVC3Dv8B1TN9 { width:20rem;height:35.3125rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#DFZhfXouKxwwZZH2VSXTZVC3Dv8B1TN9 li:before{  }
 }@media only screen and (max-width: 763px) { #rvoHEUPcJJ7TDxWf20MSkS4dTbbBL92x { width:20rem;height:41.8125rem;top:72.057856559756rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#rvoHEUPcJJ7TDxWf20MSkS4dTbbBL92x li:before{  }
 }@media only screen and (max-width: 763px) { #T7P3AbW92Zogkhrzy4TOaBu0vXxBuG6T { top:39rem;left:3.375rem;width:13.12996625rem;height:3.7549725rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1eDnXgToutvqqwhr8eDSMcLZq59Uqi { display:block; }
 }@media only screen and (max-width: 763px) { #PbI7ChT2fNy3JFAfU1hvgMpKNuv416v8 { top:118.9375rem;left:3.125rem;width:13.69196625rem;height:3.7549725rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUFuH5i2wTXL9iKZtloZG4ZX1AzHmOns { display:block; }
 }@media only screen and (max-width: 763px) { #TnH5P57v9EK3qMppJ1cvTge8GJmxsPPx { width:15.9375rem;height:20.2476875rem;top:140.6888923645rem;left:4.0616121888161rem;display:none; }
 }@media only screen and (max-width: 763px) { #DpF5kLGVKOMIPHEr6rFATPxSeL5qx0Tr { width:20rem;height:16.6876875rem;top:130.1225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6mutHFvSF43CrMXvEZfeBqWfRJa2LDp { width:20rem;height:16.75rem;top:53.007810592651rem;left:0rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #mldN7d45xfDhqCp0eAatNm0U07u173oQ { width:18.4375rem;height:21.5rem;top:50.6201171875rem;left:0.78125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zXSTHgeTIBJZn4HumMyoSaWCTJBx3tgu { top:129.56230163574rem;left:1.0307173132896rem;width:17.9368125rem;height:23.2493125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pLsmq98yRqzey8Msy0BUWVuPw74m46ZW { display:block; }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row .container { width:20rem;height:127.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaKuMVkFmTn8M4l4bT7pdsAS8ynorTQV { width:20rem;height:36.9375rem;top:74.811790466306rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#GaKuMVkFmTn8M4l4bT7pdsAS8ynorTQV li:before{  }
 }@media only screen and (max-width: 763px) { #eFhWkkX1fdo7wIUGPVGZ0T3UPCnTbEWX { width:20rem;height:36.9375rem;top:4.3869018554688E-5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#eFhWkkX1fdo7wIUGPVGZ0T3UPCnTbEWX li:before{  }
 }@media only screen and (max-width: 763px) { #NeDUWhXnzlq8DEFJOUhGaweRUD9a3Me9 { top:44.5rem;left:3.375rem;width:13.22584125rem;height:3.66352875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpL22L5kmaLWBLwapI5JgFAKpk91H26d { display:block; }
 }@media only screen and (max-width: 763px) { #ouh72hOApKoe7DaE3JQrxit9BJABkDSM { top:120rem;left:3.875rem;width:12.22621625rem;height:3.66352875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWJv7D5qP63EuUWsPQHAySeEIkS2JW7k { display:block; }
 }@media only screen and (max-width: 763px) { #B5GKR7bdD2v8B3PBoiQnlMFVGQ0PhGlp { width:18.75rem;height:23.8743125rem;top:50.9375rem;left:0.62411218881607rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG { display:block; }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWRHrbTtF8bFudTRvMJK3R1rWZcCqWOW { width:20rem;height:28.99805rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR { display:block; }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6  { width:17.5rem;height:31.30325rem;top:1.25rem;left:0rem; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 {display:block;}#a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 { width:17.5rem;height:31.30325rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #R7O76PAWFX1KyXoaRAIKOEmclg7Hezfn {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #fwcKTwtRvsnFbgZRZdPV2HS5srVaEaN8 { display:block; }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #w02dqU0uN8TnppKRVhx58cWllaFylkEm {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #TWhPgtz395ivQBGhvlTBw9gffZuMo46u {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #e2pTTWsbgxQz73uM6pss478D37OlmpXx {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #eRaDalzz60sDMZq7mpGLEp8ItXt75s39 {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #IserUaST2vprursF7QTZ9Gnk3zQ2zZpO {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #OuSO62gO4u5MIyymB3dyHMeR87QBfqHz { display:block; }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #iKZ9Zzv1n1aVFtAoZetrXsQEUNtPNHhi {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #bflLGCmc8hpPi790FIm1qc4zEuf0zZrK {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #COCpt2sxnfWuJwlimFpxoBtAtArbssLG { display:block; }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #DbVwJwxTRD2nC5D1O4hw3ln6galoS0TD {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #Q06R8clcQQF2vNQJVBbORckoPqfrRLRV {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #om7MKSx7fhtpVs8C8ZZwuTNywscdzcXT {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #dHaAQ9K7bAzgnwu0QULcEpmwADxQRlgZ {  }
 }@media only screen and (max-width: 763px) { #Uce6UTTbaLGdwnPKU4pGlrp5yEwZWpJK { display:block; }
 }@media only screen and (max-width: 763px) { #FmnAbcIn4lAHAOIBJicuVfdTVWRETXVz { display:block; }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #OxtZnCCDcQTIOg7na0RTo3shait1FSCd {  }
 }@media only screen and (max-width: 763px) { #a2baguEfUCCJ5WUGEhIFQs9gW3mI5VI6 #mG7emzXGVV6mxuS0NSDvlCuBP1CCEx7M {  }
 }@media only screen and (max-width: 763px) { #VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z { display:block; }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXNHKqcQQdhdn1FwDney1LuKmHc8XcyB { width:20rem;height:5.99786875rem;top:1.25rem;left:0rem;display:block; }
 }