.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f581f7a-5394-475a-bde7-cdc9e4bed7fe/tomin1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH { background-color:rgba(255,255,255,0.21);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .row .container { background-color: transparent; background-image: none; }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .row .container > .video-iframe-container { display: none; }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .row > .video-iframe-container { display: none; }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .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); }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .row .container { border-width: 0; border-radius: 0; }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;overflow:visible;position:relative;display:block; }#z7gWLKaS3bBHXpvHZPHpTcbOInwtBQ4N { 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:#001ca8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"play display italic";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.15625rem;left:54.1875rem;display:block; }
#TMaC97Rt1RT9qmThvzCmrevPwQc8fLCK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MpK7ZZ1TigR34TAFAMK4TwZx29zdTPdb { 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:#12284b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1875rem;left:14.6875rem;display:block; }
#hhbACHgdTlpXgf5VhuezC7hturCEVuHv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sX4EvmLCDpdDuksF5zfVH6SpItAWf4WS { 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:#12284b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1875rem;left:19.375rem;display:block; }
#L3TlQSEokwoO3RQc3aaoRtsmSpoKTCFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qGUIh3KUF54S1ms02RliVeStfz3Ztwts { 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:#12284b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1875rem;left:25.5625rem;display:block; }
#dFSfxFAw82HlGxlW80egmm1FO02l0TRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MKk4Dmm0v2Mf19qveObGAACUwSRKSlvM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #001ca8;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:#12284b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.1875rem;left:34.875rem;display:block; }
#nlayfox5UrNZiFDEJTMTexkT2p2ODidG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gOfZz7ww28qS4Rny1JWXpMIq0sutEMpW { 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:#12284b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.15625rem;left:47.875rem;display:block; }
#Wz6r0wsiTHkaZ3PKzI2pLJOGPGxQCMEg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LvtRCT82N7CVUQyRUksqGnIL7QP2qDG6 { 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:#13284c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:5.3125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.21875rem;left:0rem;display:block; }
#vguJPOzUJJRgOSATxGtRCvbDS1TTMHcv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iqZQwSG10wMJKZg1BWTLppizmQ1kesen { 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:5.6875rem;width:5.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.21);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; }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row .container { background-color: transparent; background-image: none; }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row .container > .video-iframe-container { display: none; }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row > .video-iframe-container { display: none; }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .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); }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row .container { border-width: 0; border-radius: 0; }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row .container { font-size:0.875rem;font-family:arial;height:199.5rem;width:60rem;position:relative;display:block; }#aic6MHA1Tyq2dbDEfEFrC2xdCH3zrDvf { color:#001ca8;display:block;width:29.8125rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:53.6240234375rem;left:27.3125rem;height:8.287125rem;text-align:right;text-align-last:right;display:block; }
#v15GEfwT6DIsTTCy3lu2UNRHX1826A5B { color:#13284c;display:block;width:24rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.41015625rem;left:33.0625rem;height:16.0810625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gBvtImooyieqmIB0Doq7U6UmRH4oka7l { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:0rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:0rem;box-shadow: none;height:34.3125rem;width:22.875rem;top:1.1171875rem;left:4.6749992370606rem;overflow:hidden;display:block; }
#D5dNJfzIU0M4ehRnhqKWWrLioAwyVhoN { color:#001ca8;display:block;width:46.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:41.9375rem;left:9.3125rem;height:4.38574375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#duB0VCiyOL87eQVtzCsTO6r8CJa5QUJ7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:1.25rem;top:41rem;left:4.6875rem;overflow:hidden;display:none; }
#pH3Ig09VlFMTMZ8LhPoWlsyk7bi3simC { color:#13284c;display:block;width:48.75rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:69.4375rem;left:5.6875rem;height:1.4619125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eVG12iqRK33xopccu70eLRn6US3z5A2U { position:absolute;display:block;z-index:15014;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:47.5rem;top:72.9375rem;left:5.5625rem;display:block; }
#bsVXiQP7qSAN0Ag6612iNTWMdZWmEAhV { color:#13284c;display:block;width:48.75rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:78.75rem;left:5.5625rem;height:2.923825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gIz6XOW1Sr1mN2tqG9z3yOH6SqN62FnU { color:#13284c;display:block;width:48.75rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:89.5rem;left:5.6875rem;height:1.4619125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q2wxnL0ia3dLixa0RhJT6aTHDFbeyssI { position:absolute;display:block;z-index:15017;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:47.5rem;top:92.8125rem;left:5.5625rem;display:block; }
#vc4nRWvxMpPTnTchzUdPGsvRlxbTT5d3 { position:absolute;display:block;z-index:15015;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:47.5rem;top:83.625rem;left:5.5625rem;display:block; }
#V8901qtLNx0ivpRg93NeFAqNhPFydhrm { color:#13284c;display:block;width:48.75rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:99.375rem;left:5.5625rem;height:1.4619125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#os2TA8rn5rHbKcap2VExg4n840rNK54F { position:absolute;display:block;z-index:15020;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:47.5rem;top:102.75rem;left:5.5625rem;display:block; }
#MzXV8t3H34Bq5UbVbp68Qcxb0rwk9LsW { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.1875rem;width:18.5625rem;top:106.3125rem;left:34.5625rem;overflow:hidden;display:block; }
#PpTME102aOQC4l764gB5oDHK9vpceanv { color:#13284c;display:block;width:42.125rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:185.8125rem;left:11.6875rem;height:8.287125rem;text-align:right;text-align-last:right;display:block; }
#MZRIyxVzveWqRTcnfI5rgguPHHnR6CUe { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:194.125rem;left:48.5rem; }
#cATBugCeFmbNxW9uC07kJ3tsoP7ZDe6S { color:#001ca8;display:block;width:29.8125rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.5625rem;left:24.6875rem;height:8.287125rem;text-align:right;text-align-last:right;display:block; }
#Lha2URkSJiwcfxTkQqqKZLMaQN62npdf { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:10.625rem;left:48.625rem;overflow:hidden;display:block; }
#hrqOETQ5UH2aUpnT9NThE7rr2CqwEb7R { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:65.5234375rem;left:5.6875rem;overflow:hidden;display:block; }
#rAaS47d3R7pDTROTsIL5LKMFtxpAN45I { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:75.2109375rem;left:5.6875rem;overflow:hidden;display:block; }
#hgUoVH5BpRcZ36kow9uc1qCNWPkLVbxp { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:85.7734375rem;left:5.6875rem;overflow:hidden;display:block; }
#oJQs2cxiTWQidoCMgugwWnO2WiHtE0Ie { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:94.9609375rem;left:5.6875rem;overflow:hidden;display:block; }
#q04tbR4xs2q5JVhxcV5DciGds8Fz5oie { position:absolute;display:block;z-index:15004;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:48.875rem;top:137.0625rem;left:4.6748046875rem;display:block; }
#tOMtqmzMlWSUJ5yfOexb5CBJ77ZZyyMz { color:#e4cfc0;display:block;width:44.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:138.30078125rem;left:6.0625rem;height:1.4619125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aSeGepF7MoflIT9A6ZVdXNOpLyolauRM { color:#13284c;display:block;width:28.5rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:125.9619140625rem;left:4.625rem;height:8.287125rem;text-align:left;text-align-last:left;display:block; }
#uaKmisS3K93PDqWf6eciQwbKV3213Rqf { position:absolute;display:block;z-index:15005;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:48.875rem;top:142.0625rem;left:4.6748046875rem;display:block; }
#bpkHUi5BnrrnmPh2qfcW1rCOHVXwTDSr { position:absolute;display:block;z-index:15006;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:48.875rem;top:147.125rem;left:4.6748046875rem;display:block; }
#IzvStap0NCWmZlZQ6D7TPpwnHtkEfF3W { position:absolute;display:block;z-index:15007;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:48.875rem;top:152.3125rem;left:4.6748046875rem;display:block; }
#JrTbG0UofUdJc34HGA6tNCBp9GDZDIOC { position:absolute;display:block;z-index:15008;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:48.875rem;top:157.5rem;left:4.6748046875rem;display:block; }
#LUb17iehL6fFTdhekWkVhtGJAaqmS2Gp { position:absolute;display:block;z-index:15009;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:48.875rem;top:162.5625rem;left:4.6748046875rem;display:block; }
#CnbptElvdr8kmrgIzNk8XUoXzHJymMBd { color:#e4cfc0;display:block;width:44.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:143.30078125rem;left:6.0625rem;height:1.4619125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pVKQemNBJHGhNIohazZZZ0qM7PUcOpky { color:#e4cfc0;display:block;width:44.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:148.36328125rem;left:6.0625rem;height:1.4619125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t0kLudTtxnNcRnw6Q7yUhX20wpvhTh3O { color:#e4cfc0;display:block;width:44.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:153.55078125rem;left:6.0625rem;height:1.4619125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aXGc4U01RU5A3TK91Z8aQoCMf2skPIVZ { color:#e4cfc0;display:block;width:44.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:158.73828125rem;left:6.0625rem;height:1.4619125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rxgb96MRa15wVxqbI11V5FNrcOfST79H { color:#e4cfc0;display:block;width:44.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:163.80078125rem;left:6.0625rem;height:1.4619125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ui1OhyHv7ZpmNXCzKov1TZpDImSuFDsB { position:absolute;display:block;z-index:15010;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:48.875rem;top:167.6875rem;left:4.6748046875rem;display:block; }
#awn3CDXeXrhqvpsV0c8Tr9qtLhyQ7VoV { position:absolute;display:block;z-index:15011;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:48.875rem;top:172.875rem;left:4.6748046875rem;display:block; }
#fWeSDM31x7NW2IJw68HDi52eqnoUkl9D { position:absolute;display:block;z-index:15012;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:48.875rem;top:178.0625rem;left:4.6748046875rem;display:block; }
#cbDxq5K2FPNGhAUkxyVRicM13T4RK8Ti { color:#e4cfc0;display:block;width:44.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:168.193359375rem;left:6.0625rem;height:2.923825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gkOA6vQhDWMBuC5o1gh9UqL3s6tc2ATv { color:#e4cfc0;display:block;width:44.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:174.11328125rem;left:6.0625rem;height:1.4619125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#beQEJdrgA3bn7lHAqMpyA9MS2TZc8nKS { color:#e4cfc0;display:block;width:44.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:179.30078125rem;left:6.0625rem;height:1.4619125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qhrip4wH8uH20QS0uRAGOrLlTV3dzFkn { position:absolute;display:block;z-index:15038;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:6.5rem;width:1.5rem;top:40.8798828125rem;left:5.6875rem;overflow:hidden;display:block; }
#MHOseoZukS60gP6TzeBgdtq8D2B6gEMk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:22.25rem;top:110rem;left:18.875rem;overflow:hidden;display:block; }
#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.21);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; }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row .container { background-color: transparent; background-image: none; }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row .container > .video-iframe-container { display: none; }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row > .video-iframe-container { display: none; }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .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); }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row .container { border-width: 0; border-radius: 0; }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#pUl6Ii8ls7vWcxtG1yk6O5wWhHstBxya { color:#13284c;display:block;width:46.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.3603515625rem;left:8.0625rem;height:4.3857375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tFgn0Z7vdo9xNifo8n3QVHTPgTakbAEv { position:absolute;display:block;z-index:15026;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.125rem;top:1.0537109375rem;left:5.28125rem;display:block; }
#nimqKDzMQycqUr08dJZ7I8o7rVmmkKsF { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.8125rem;left:28.75rem; }
#bvM7eq84tkHABo2sLWTHAKZx4W4eBiy3 { position:absolute;display:block;z-index:15027;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.125rem;top:10.6162109375rem;left:5.28125rem;display:block; }
#ryb3UdR5FFJrMIHM68zvnvmxPmEaQbP3 { color:#13284c;display:block;width:46.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:10.9228515625rem;left:8.0625rem;height:4.3857375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TalOzv6q8eEk9rU93ZH4kcoZCeBuMWhX { position:absolute;display:block;z-index:15028;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.125rem;top:20.1787109375rem;left:5.28125rem;display:block; }
#qsAnAZyOiohJPBkvkctchHzOthn3KfNV { color:#13284c;display:block;width:43rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:20.4853515625rem;left:8.0625rem;height:5.84765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vlUmCAmZtFVeFHBUh3U3wdUhf4Fdvwcn { position:absolute;display:block;z-index:15028;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.125rem;top:30.9912109375rem;left:5.28125rem;display:block; }
#PmDFNl3AoskEhsibsdOlPO5JDr2AyIVT { color:#13284c;display:block;width:43.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:31.2978515625rem;left:8.0625rem;height:4.3857375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lur9FhmQS7r9NitL7zgWyv3hc87m5zgt { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:17.25rem;left:28.75rem; }
#wZiWOiGluiSOzw6akBoebnCiIGSIlgVK { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:28.125rem;left:28.75rem; }
#JShpe7XofclnVLNUJXVRuyxCTn8o9vKC { position:absolute;display:block;z-index:15028;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.125rem;top:20.1787109375rem;left:5.28125rem;display:none; }
#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.21);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; }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row .container { background-color: transparent; background-image: none; }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row .container > .video-iframe-container { display: none; }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row > .video-iframe-container { display: none; }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .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); }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row .container { border-width: 0; border-radius: 0; }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#reJyP1HJ9CAxf2iy6ZyaAx7pq7cAv0B9 { color:#001ca8;display:block;width:42.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.875rem;left:8.84375rem;height:10.23339375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v37yX9kAtCRnaCPSH133OdIGIzaEiqMC { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:1.25rem;top:3.3662109375rem;left:4.65625rem;overflow:hidden;display:block; }
#JMAIbnNGkkBBw92UI9bTvkhWEmEQFedD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:1.25rem;top:3.875rem;left:54.15625rem;overflow:hidden;display:block; }
#g12d24cb094b3499c4c932c1165a8852 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12284b;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; }#g12d24cb094b3499c4c932c1165a8852 > .row .container { background-color: transparent; background-image: none; }#g12d24cb094b3499c4c932c1165a8852::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g12d24cb094b3499c4c932c1165a8852 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g12d24cb094b3499c4c932c1165a8852 > .row .container > .video-iframe-container { display: none; }#g12d24cb094b3499c4c932c1165a8852 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g12d24cb094b3499c4c932c1165a8852 > .row > .video-iframe-container { display: none; }#g12d24cb094b3499c4c932c1165a8852 > .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); }#g12d24cb094b3499c4c932c1165a8852 > .row .container { border-width: 0; border-radius: 0; }#g12d24cb094b3499c4c932c1165a8852 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g12d24cb094b3499c4c932c1165a8852 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#e8a468a973cc483d02b68885dd39ed97 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:13.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Wc970a9c72581e46cff49fe588d08cf8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c9a892;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.5rem;left:14.40625rem;display:block; }
#c51029f397b26036f907c1cabf1cbcf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sb8c6d1a531a08701874a7bf514c40fe { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c9a892;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:1.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.5rem;left:24.15625rem;display:block; }
#e0279eabd7e23e6572afe4aa2e1241c6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b429e8a302b1c1309e1d8e294e8d87cc { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c9a892;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"play display italic";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.5rem;left:45.28125rem;display:block; }
#Z854570273f9e5c7e63f05d0fbaa1379 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cce8478824a3f5d1769b83af834448ac { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c9a892;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"play display italic";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:1.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.5rem;left:52.8115234375rem;display:block; }
#f0be0eee965230de4fd54943f0b95fa6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K596fd080561dac00592700751cad8f9 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c9a892;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:6.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.0625rem;left:0rem;display:block; }
#s60ad01b263bbd42836303b9f6c9e9b8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH { display:block; }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7gWLKaS3bBHXpvHZPHpTcbOInwtBQ4N { width:5.8125rem;height:3.4375rem;top:1.125rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMaC97Rt1RT9qmThvzCmrevPwQc8fLCK { display:block; }
 }@media only screen and (max-width: 763px) { #MpK7ZZ1TigR34TAFAMK4TwZx29zdTPdb { width:4.75rem;height:3.4375rem;top:1.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhbACHgdTlpXgf5VhuezC7hturCEVuHv { display:block; }
 }@media only screen and (max-width: 763px) { #sX4EvmLCDpdDuksF5zfVH6SpItAWf4WS { width:6.1875rem;height:3.4375rem;top:1.1875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3TlQSEokwoO3RQc3aaoRtsmSpoKTCFG { display:block; }
 }@media only screen and (max-width: 763px) { #qGUIh3KUF54S1ms02RliVeStfz3Ztwts { width:9.3125rem;height:3.4375rem;top:1.1875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFSfxFAw82HlGxlW80egmm1FO02l0TRL { display:block; }
 }@media only screen and (max-width: 763px) { #MKk4Dmm0v2Mf19qveObGAACUwSRKSlvM { width:12.8125rem;height:3.4375rem;top:1.1875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlayfox5UrNZiFDEJTMTexkT2p2ODidG { display:block; }
 }@media only screen and (max-width: 763px) { #gOfZz7ww28qS4Rny1JWXpMIq0sutEMpW { width:6.1875rem;height:3.4375rem;top:1.125rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz6r0wsiTHkaZ3PKzI2pLJOGPGxQCMEg { display:block; }
 }@media only screen and (max-width: 763px) { #LvtRCT82N7CVUQyRUksqGnIL7QP2qDG6 { width:5.6875rem;height:5.3125rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vguJPOzUJJRgOSATxGtRCvbDS1TTMHcv { display:block; }
 }@media only screen and (max-width: 763px) { #iqZQwSG10wMJKZg1BWTLppizmQ1kesen { width:5.75rem;height:5.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ { display:block; }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aic6MHA1Tyq2dbDEfEFrC2xdCH3zrDvf { width:29.8125rem;height:8.25rem;top:53.5625rem;left:17.9375rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v15GEfwT6DIsTTCy3lu2UNRHX1826A5B { width:24rem;height:16.0625rem;top:19.375rem;left:23.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBvtImooyieqmIB0Doq7U6UmRH4oka7l { width:22.875rem;height:34.3125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5dNJfzIU0M4ehRnhqKWWrLioAwyVhoN { width:46.8125rem;height:4.375rem;top:41.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duB0VCiyOL87eQVtzCsTO6r8CJa5QUJ7 { width:1.25rem;height:11.375rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH3Ig09VlFMTMZ8LhPoWlsyk7bi3simC { width:47.75rem;height:1.4375rem;top:69.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVG12iqRK33xopccu70eLRn6US3z5A2U { width:47.5rem;height:0.125rem;top:72.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsVXiQP7qSAN0Ag6612iNTWMdZWmEAhV { width:47.75rem;height:2.875rem;top:78.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIz6XOW1Sr1mN2tqG9z3yOH6SqN62FnU { width:47.75rem;height:1.4375rem;top:89.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2wxnL0ia3dLixa0RhJT6aTHDFbeyssI { width:47.5rem;height:0.125rem;top:92.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc4nRWvxMpPTnTchzUdPGsvRlxbTT5d3 { width:47.5rem;height:0.125rem;top:83.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8901qtLNx0ivpRg93NeFAqNhPFydhrm { width:47.75rem;height:1.4375rem;top:99.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #os2TA8rn5rHbKcap2VExg4n840rNK54F { width:47.5rem;height:0.125rem;top:102.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzXV8t3H34Bq5UbVbp68Qcxb0rwk9LsW { width:18.5625rem;height:15.1875rem;top:106.3125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpTME102aOQC4l764gB5oDHK9vpceanv { width:42.125rem;height:8.25rem;top:185.8125rem;left:5.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZRIyxVzveWqRTcnfI5rgguPHHnR6CUe { width:5rem;height:5rem;top:194.125rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cATBugCeFmbNxW9uC07kJ3tsoP7ZDe6S { width:29.8125rem;height:8.25rem;top:0.5625rem;left:17.9375rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lha2URkSJiwcfxTkQqqKZLMaQN62npdf { width:5.875rem;height:5.875rem;top:10.625rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrqOETQ5UH2aUpnT9NThE7rr2CqwEb7R { width:2.5rem;height:2.5rem;top:65.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAaS47d3R7pDTROTsIL5LKMFtxpAN45I { width:2.5rem;height:2.5rem;top:75.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgUoVH5BpRcZ36kow9uc1qCNWPkLVbxp { width:2.5rem;height:2.5rem;top:85.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJQs2cxiTWQidoCMgugwWnO2WiHtE0Ie { width:2.5rem;height:2.5rem;top:94.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q04tbR4xs2q5JVhxcV5DciGds8Fz5oie { width:47.75rem;height:3.9375rem;top:137.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOMtqmzMlWSUJ5yfOexb5CBJ77ZZyyMz { width:44.25rem;height:1.4375rem;top:138.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSeGepF7MoflIT9A6ZVdXNOpLyolauRM { width:28.5rem;height:8.25rem;top:125.9375rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaKmisS3K93PDqWf6eciQwbKV3213Rqf { width:47.75rem;height:3.9375rem;top:142.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpkHUi5BnrrnmPh2qfcW1rCOHVXwTDSr { width:47.75rem;height:3.9375rem;top:147.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzvStap0NCWmZlZQ6D7TPpwnHtkEfF3W { width:47.75rem;height:3.9375rem;top:152.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrTbG0UofUdJc34HGA6tNCBp9GDZDIOC { width:47.75rem;height:3.9375rem;top:157.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUb17iehL6fFTdhekWkVhtGJAaqmS2Gp { width:47.75rem;height:3.9375rem;top:162.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnbptElvdr8kmrgIzNk8XUoXzHJymMBd { width:44.25rem;height:1.4375rem;top:143.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVKQemNBJHGhNIohazZZZ0qM7PUcOpky { width:44.25rem;height:1.4375rem;top:148.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0kLudTtxnNcRnw6Q7yUhX20wpvhTh3O { width:44.25rem;height:1.4375rem;top:153.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXGc4U01RU5A3TK91Z8aQoCMf2skPIVZ { width:44.25rem;height:1.4375rem;top:158.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxgb96MRa15wVxqbI11V5FNrcOfST79H { width:44.25rem;height:1.4375rem;top:163.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui1OhyHv7ZpmNXCzKov1TZpDImSuFDsB { width:47.75rem;height:3.9375rem;top:167.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awn3CDXeXrhqvpsV0c8Tr9qtLhyQ7VoV { width:47.75rem;height:3.9375rem;top:172.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWeSDM31x7NW2IJw68HDi52eqnoUkl9D { width:47.75rem;height:3.9375rem;top:178.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbDxq5K2FPNGhAUkxyVRicM13T4RK8Ti { width:44.25rem;height:2.875rem;top:168.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkOA6vQhDWMBuC5o1gh9UqL3s6tc2ATv { width:44.25rem;height:1.4375rem;top:174.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #beQEJdrgA3bn7lHAqMpyA9MS2TZc8nKS { width:44.25rem;height:1.4375rem;top:179.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhrip4wH8uH20QS0uRAGOrLlTV3dzFkn { width:1.5rem;height:6.5rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHOseoZukS60gP6TzeBgdtq8D2B6gEMk { width:22.25rem;height:12.5625rem;top:110rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE { display:block; }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUl6Ii8ls7vWcxtG1yk6O5wWhHstBxya { width:46.3125rem;height:4.375rem;top:1.3125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFgn0Z7vdo9xNifo8n3QVHTPgTakbAEv { width:0.125rem;height:5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nimqKDzMQycqUr08dJZ7I8o7rVmmkKsF { width:2.5rem;height:2.5rem;top:6.8125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvM7eq84tkHABo2sLWTHAKZx4W4eBiy3 { width:0.125rem;height:5rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryb3UdR5FFJrMIHM68zvnvmxPmEaQbP3 { width:46.3125rem;height:4.375rem;top:10.875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TalOzv6q8eEk9rU93ZH4kcoZCeBuMWhX { width:0.125rem;height:6.25rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsAnAZyOiohJPBkvkctchHzOthn3KfNV { width:43rem;height:5.875rem;top:20.4375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUmCAmZtFVeFHBUh3U3wdUhf4Fdvwcn { width:0.125rem;height:5rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmDFNl3AoskEhsibsdOlPO5JDr2AyIVT { width:43.625rem;height:4.375rem;top:31.25rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lur9FhmQS7r9NitL7zgWyv3hc87m5zgt { width:2.5rem;height:2.5rem;top:17.25rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZiWOiGluiSOzw6akBoebnCiIGSIlgVK { width:2.5rem;height:2.5rem;top:28.125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JShpe7XofclnVLNUJXVRuyxCTn8o9vKC { width:0.125rem;height:6.25rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 { display:block; }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reJyP1HJ9CAxf2iy6ZyaAx7pq7cAv0B9 { width:42.3125rem;height:10.1875rem;top:3.875rem;left:2.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v37yX9kAtCRnaCPSH133OdIGIzaEiqMC { width:1.25rem;height:11.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMAIbnNGkkBBw92UI9bTvkhWEmEQFedD { width:1.25rem;height:10.6875rem;top:3.875rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g12d24cb094b3499c4c932c1165a8852 { display:block; }#g12d24cb094b3499c4c932c1165a8852 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8a468a973cc483d02b68885dd39ed97 { width:13.0625rem;height:6.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc970a9c72581e46cff49fe588d08cf8 { width:7.5625rem;height:1.875rem;top:2.5rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c51029f397b26036f907c1cabf1cbcf5 { display:block; }
 }@media only screen and (max-width: 763px) { #sb8c6d1a531a08701874a7bf514c40fe { width:18.6875rem;height:1.875rem;top:2.5rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0279eabd7e23e6572afe4aa2e1241c6 { display:block; }
 }@media only screen and (max-width: 763px) { #b429e8a302b1c1309e1d8e294e8d87cc { width:5.8125rem;height:1.875rem;top:2.5rem;left:39.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z854570273f9e5c7e63f05d0fbaa1379 { display:block; }
 }@media only screen and (max-width: 763px) { #cce8478824a3f5d1769b83af834448ac { width:5.8125rem;height:1.875rem;top:2.5rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0be0eee965230de4fd54943f0b95fa6 { display:block; }
 }@media only screen and (max-width: 763px) { #K596fd080561dac00592700751cad8f9 { width:13.0625rem;height:6.8125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s60ad01b263bbd42836303b9f6c9e9b8 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9cffd081-e940-4ac6-b8ee-048aacb40677/to_mobile1.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.21); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.21); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/272d5544-d18e-4f9a-a4ba-7a8cce3cdc76/tomin1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH.adaptive-delivery-prevent-bg, #f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH.lazyload, #f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH.lazyloading { background-image: none; }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .row .container { background-color: transparent; background-image: none; }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.33); }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .row .container > .video-iframe-container { display: none; }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.33); }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .row > .video-iframe-container { display: none; }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .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); }#f4E0Cqie3yUbqK4sEGQeFasVZw30nAmH > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7gWLKaS3bBHXpvHZPHpTcbOInwtBQ4N { width:3.4375rem;height:2.5rem;top:14.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMaC97Rt1RT9qmThvzCmrevPwQc8fLCK { display:block; }
 }@media only screen and (max-width: 763px) { #MpK7ZZ1TigR34TAFAMK4TwZx29zdTPdb { width:3rem;height:2.4375rem;top:3.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhbACHgdTlpXgf5VhuezC7hturCEVuHv { display:block; }
 }@media only screen and (max-width: 763px) { #sX4EvmLCDpdDuksF5zfVH6SpItAWf4WS { width:4rem;height:2.4375rem;top:5.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3TlQSEokwoO3RQc3aaoRtsmSpoKTCFG { display:block; }
 }@media only screen and (max-width: 763px) { #qGUIh3KUF54S1ms02RliVeStfz3Ztwts { width:5.9375rem;height:2.4375rem;top:8.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFSfxFAw82HlGxlW80egmm1FO02l0TRL { display:block; }
 }@media only screen and (max-width: 763px) { #MKk4Dmm0v2Mf19qveObGAACUwSRKSlvM { width:8.875rem;height:2.4375rem;top:10.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlayfox5UrNZiFDEJTMTexkT2p2ODidG { display:block; }
 }@media only screen and (max-width: 763px) { #gOfZz7ww28qS4Rny1JWXpMIq0sutEMpW { width:4.375rem;height:2.0625rem;top:12.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz6r0wsiTHkaZ3PKzI2pLJOGPGxQCMEg { display:block; }
 }@media only screen and (max-width: 763px) { #LvtRCT82N7CVUQyRUksqGnIL7QP2qDG6 { width:4.0625rem;height:3.8125rem;top:0rem;left:7.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vguJPOzUJJRgOSATxGtRCvbDS1TTMHcv { display:block; }
 }@media only screen and (max-width: 763px) { #iqZQwSG10wMJKZg1BWTLppizmQ1kesen { width:4.3125rem;height:4.25rem;top:0rem;left:7.8437501788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ { background-color:rgba(0,0,0,0);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; }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row .container { background-color: transparent; background-image: none; }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row .container > .video-iframe-container { display: none; }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row > .video-iframe-container { display: none; }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .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); }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row .container { border-width: 0; border-radius: 0; }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kSabG1OLvsLRWlCDDpP6tddyi9fPq2BZ > .row .container { width:20rem;height:201.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aic6MHA1Tyq2dbDEfEFrC2xdCH3zrDvf { width:19.25rem;height:5.19921875rem;top:71.2607421875rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v15GEfwT6DIsTTCy3lu2UNRHX1826A5B { width:20rem;height:15.597625rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBvtImooyieqmIB0Doq7U6UmRH4oka7l { width:17.75rem;height:26.6875rem;top:27.0625rem;left:1.125rem;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5dNJfzIU0M4ehRnhqKWWrLioAwyVhoN { width:17.375rem;height:10.3984375rem;top:56.6875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duB0VCiyOL87eQVtzCsTO6r8CJa5QUJ7 { width:1.25rem;height:10.6875rem;top:56.54296875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pH3Ig09VlFMTMZ8LhPoWlsyk7bi3simC { width:19rem;height:2.5996125rem;top:81rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVG12iqRK33xopccu70eLRn6US3z5A2U { width:20rem;height:0.125rem;top:85.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsVXiQP7qSAN0Ag6612iNTWMdZWmEAhV { width:20rem;height:3.8994125rem;top:91rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIz6XOW1Sr1mN2tqG9z3yOH6SqN62FnU { width:20rem;height:1.29980625rem;top:101.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2wxnL0ia3dLixa0RhJT6aTHDFbeyssI { width:20rem;height:0.125rem;top:104.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc4nRWvxMpPTnTchzUdPGsvRlxbTT5d3 { width:20rem;height:0.125rem;top:96.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8901qtLNx0ivpRg93NeFAqNhPFydhrm { width:20rem;height:2.5996125rem;top:110.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #os2TA8rn5rHbKcap2VExg4n840rNK54F { width:20rem;height:0.125rem;top:114.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzXV8t3H34Bq5UbVbp68Qcxb0rwk9LsW { width:18.125rem;height:14.6875rem;top:116.0390625rem;left:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PpTME102aOQC4l764gB5oDHK9vpceanv { width:20rem;height:7.7988125rem;top:188.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZRIyxVzveWqRTcnfI5rgguPHHnR6CUe { display:flex;width:3.125rem;height:3.125rem;top:197.375rem;left:16.875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #cATBugCeFmbNxW9uC07kJ3tsoP7ZDe6S { width:17.1875rem;height:5.19921875rem;top:2.0625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lha2URkSJiwcfxTkQqqKZLMaQN62npdf { width:4.5625rem;height:4.5625rem;top:2.380859375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrqOETQ5UH2aUpnT9NThE7rr2CqwEb7R { width:2.5rem;height:2.5rem;top:77.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAaS47d3R7pDTROTsIL5LKMFtxpAN45I { width:2.5rem;height:2.5rem;top:87.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgUoVH5BpRcZ36kow9uc1qCNWPkLVbxp { width:2.5rem;height:2.5rem;top:98.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJQs2cxiTWQidoCMgugwWnO2WiHtE0Ie { width:2.5rem;height:2.5rem;top:106.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q04tbR4xs2q5JVhxcV5DciGds8Fz5oie { width:20rem;height:3.9375rem;top:139.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOMtqmzMlWSUJ5yfOexb5CBJ77ZZyyMz { width:19.1875rem;height:2.5996125rem;top:139.9189453125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSeGepF7MoflIT9A6ZVdXNOpLyolauRM { width:20rem;height:5.19921875rem;top:132.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaKmisS3K93PDqWf6eciQwbKV3213Rqf { width:20rem;height:3.9375rem;top:144.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpkHUi5BnrrnmPh2qfcW1rCOHVXwTDSr { width:20rem;height:3.9375rem;top:149.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzvStap0NCWmZlZQ6D7TPpwnHtkEfF3W { width:20rem;height:3.9375rem;top:154.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrTbG0UofUdJc34HGA6tNCBp9GDZDIOC { width:20rem;height:3.9375rem;top:160rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUb17iehL6fFTdhekWkVhtGJAaqmS2Gp { width:20rem;height:3.9375rem;top:165.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnbptElvdr8kmrgIzNk8XUoXzHJymMBd { width:19.1875rem;height:1.29980625rem;top:145.755859375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVKQemNBJHGhNIohazZZZ0qM7PUcOpky { width:19.1875rem;height:2.5996125rem;top:150.2939453125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0kLudTtxnNcRnw6Q7yUhX20wpvhTh3O { width:19.1875rem;height:2.5996125rem;top:155.4814453125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXGc4U01RU5A3TK91Z8aQoCMf2skPIVZ { width:18.25rem;height:2.5996125rem;top:160.6689453125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxgb96MRa15wVxqbI11V5FNrcOfST79H { width:17.3125rem;height:2.5996125rem;top:165.8564453125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui1OhyHv7ZpmNXCzKov1TZpDImSuFDsB { width:20rem;height:5.3125rem;top:170.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awn3CDXeXrhqvpsV0c8Tr9qtLhyQ7VoV { width:20rem;height:3.9375rem;top:176.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWeSDM31x7NW2IJw68HDi52eqnoUkl9D { width:20rem;height:3.9375rem;top:182.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbDxq5K2FPNGhAUkxyVRicM13T4RK8Ti { width:19.1875rem;height:3.8994125rem;top:171.08203125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkOA6vQhDWMBuC5o1gh9UqL3s6tc2ATv { width:19.1875rem;height:1.29980625rem;top:178.193359375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #beQEJdrgA3bn7lHAqMpyA9MS2TZc8nKS { width:19.1875rem;height:2.5996125rem;top:182.7314453125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhrip4wH8uH20QS0uRAGOrLlTV3dzFkn { width:1.5rem;height:6.5rem;top:40.875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MHOseoZukS60gP6TzeBgdtq8D2B6gEMk { width:20rem;height:11.292134831461rem;top:200.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE { background-color:rgba(0,0,0,0);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; }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row .container { background-color: transparent; background-image: none; }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row .container > .video-iframe-container { display: none; }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row > .video-iframe-container { display: none; }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .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); }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row .container { border-width: 0; border-radius: 0; }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rXhnnXRqXlJJo5kdrUXHGRxaFvdpngBE > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUl6Ii8ls7vWcxtG1yk6O5wWhHstBxya { width:16.5625rem;height:6.499025rem;top:2.423828125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFgn0Z7vdo9xNifo8n3QVHTPgTakbAEv { width:0.125rem;height:18.75rem;top:1.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nimqKDzMQycqUr08dJZ7I8o7rVmmkKsF { display:flex;width:2.5rem;height:2.5rem;top:9.6875rem;left:8.15625rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #bvM7eq84tkHABo2sLWTHAKZx4W4eBiy3 { width:0.125rem;height:6.875rem;top:2.2373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryb3UdR5FFJrMIHM68zvnvmxPmEaQbP3 { width:18.9375rem;height:6.499025rem;top:13.25rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TalOzv6q8eEk9rU93ZH4kcoZCeBuMWhX { width:0.125rem;height:6.875rem;top:13.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsAnAZyOiohJPBkvkctchHzOthn3KfNV { width:18.4375rem;height:10.39843125rem;top:24.3125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUmCAmZtFVeFHBUh3U3wdUhf4Fdvwcn { width:0.125rem;height:10.625rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmDFNl3AoskEhsibsdOlPO5JDr2AyIVT { width:18.9375rem;height:6.499025rem;top:39.408203125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lur9FhmQS7r9NitL7zgWyv3hc87m5zgt { display:flex;width:2.5rem;height:2.5rem;top:20.845703125rem;left:8.15625rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #wZiWOiGluiSOzw6akBoebnCiIGSIlgVK { display:flex;width:2.5rem;height:2.5rem;top:35.720703125rem;left:8.15625rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #JShpe7XofclnVLNUJXVRuyxCTn8o9vKC { width:0.125rem;height:6.875rem;top:39.2197265625rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 { background-color:rgba(0,0,0,0);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; }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row .container { background-color: transparent; background-image: none; }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row .container > .video-iframe-container { display: none; }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row > .video-iframe-container { display: none; }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .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); }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row .container { border-width: 0; border-radius: 0; }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQFweWM9go1VHIc5m9PtBwkFgyJ389X5 > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reJyP1HJ9CAxf2iy6ZyaAx7pq7cAv0B9 { width:18.625rem;height:14.29784375rem;top:2.1640625rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v37yX9kAtCRnaCPSH133OdIGIzaEiqMC { width:1.25rem;height:11.25rem;top:6.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMAIbnNGkkBBw92UI9bTvkhWEmEQFedD { width:1.25rem;height:10.6875rem;top:29.296875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g12d24cb094b3499c4c932c1165a8852 { display:block; }#g12d24cb094b3499c4c932c1165a8852 > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8a468a973cc483d02b68885dd39ed97 { width:10.6875rem;height:5.6875rem;top:0rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc970a9c72581e46cff49fe588d08cf8 { width:7.5625rem;height:1.875rem;top:7rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c51029f397b26036f907c1cabf1cbcf5 { display:block; }
 }@media only screen and (max-width: 763px) { #sb8c6d1a531a08701874a7bf514c40fe { width:18.6875rem;height:1.875rem;top:9.5625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0279eabd7e23e6572afe4aa2e1241c6 { display:block; }
 }@media only screen and (max-width: 763px) { #b429e8a302b1c1309e1d8e294e8d87cc { width:5.8125rem;height:1.875rem;top:12.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z854570273f9e5c7e63f05d0fbaa1379 { display:block; }
 }@media only screen and (max-width: 763px) { #cce8478824a3f5d1769b83af834448ac { width:5.8125rem;height:1.875rem;top:15.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0be0eee965230de4fd54943f0b95fa6 { display:block; }
 }@media only screen and (max-width: 763px) { #K596fd080561dac00592700751cad8f9 { width:9.4375rem;height:4.875rem;top:0.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s60ad01b263bbd42836303b9f6c9e9b8 { display:block; }
 }