.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp { background-color:#f6f6f6;background-image:none;background-position:top left !important;background-repeat: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;display:block; }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row .container { background-color: transparent; background-image: none; }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row .container > .video-iframe-container { display: none; }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row > .video-iframe-container { display: none; }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .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); }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row .container { border-width: 0; border-radius: 0; }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row .container { width:75rem;height:5.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#MxTxeDUiU9rtfTvIZVVhXl3qu2vJx8oz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#555a5d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.125rem;left:19.5625rem;display:block; }
#hVf8BBNciNOkEG418CPi4y5x6nv7vLCN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cq4m7wIWTvftlpXrTJwgfbX1gf6t6zPk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#555a5d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.125rem;left:27rem;display:block; }
#JgvrJNLPfbARsA2dSdATRMBzzar0WBQK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JMuNdETfoAMwGO4orLSESnnJnPEVPoFs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#555a5d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.125rem;left:35.4375rem;display:block; }
#vEJTo050663yeDuP93PyWrpOhImE0dG2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wh6hGNHdOEQh47sfcGFcWwKMNSIMXcV3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#555a5d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.125rem;left:44.5rem;display:block; }
#iWM9AZIrwlzCpIxIH4xNPmz7J1fVlD38 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akqtsvhZScuhhq9qr9newlvz1WDWnTmC { background-color:#88dbdf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#141414;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.9375rem;left:64.625rem;display:block; }
#UJ8bXaTNCcGcnmWGk3ml1RmULimcfSKS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P8lN0ZgA4ua1SrRdTmJSZcglAMQ5n6Wr { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:5.5rem;top:0.5625rem;left:0.904296875rem;overflow:hidden;display:block; }
#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2a50b60e-7358-4587-b5db-f58429f3baaf/Untitleddesign23.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M.adaptive-delivery-prevent-bg, #rWcZoPA12Qpg2WHizQckxtku0EEvqm8M.lazyload, #rWcZoPA12Qpg2WHizQckxtku0EEvqm8M.lazyloading { background-image: none; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container { background-color: transparent; background-image: none; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container > .video-iframe-container { display: none; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row > .video-iframe-container { display: none; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .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); }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container { border-width: 0; border-radius: 0; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#UGrCLi8prpdrTOumTa2FnidMRVBHA3Dr { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:15.5625rem;left:0rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BJ4nrA1D6kUQ6TECCXF6yG5J9Lswt0Gy { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:13rem;left:0rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#B1Ui2Dx2xxhtVKKuLdBwRZTN5SrP401E { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:20.75rem;left:0rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Hxs7PRSDLiUaJp7tmeJlgUEPNKvCGmmi { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:36.25rem;left:0rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Osh0GmKrXNd8RG0KPghT8XepGNbSlyhd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#555a5d;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; }#Osh0GmKrXNd8RG0KPghT8XepGNbSlyhd > .row .container { background-color: transparent; background-image: none; }#Osh0GmKrXNd8RG0KPghT8XepGNbSlyhd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Osh0GmKrXNd8RG0KPghT8XepGNbSlyhd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Osh0GmKrXNd8RG0KPghT8XepGNbSlyhd > .row .container > .video-iframe-container { display: none; }#Osh0GmKrXNd8RG0KPghT8XepGNbSlyhd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Osh0GmKrXNd8RG0KPghT8XepGNbSlyhd > .row > .video-iframe-container { display: none; }#Osh0GmKrXNd8RG0KPghT8XepGNbSlyhd > .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); }#Osh0GmKrXNd8RG0KPghT8XepGNbSlyhd > .row .container { border-width: 0; border-radius: 0; }#Osh0GmKrXNd8RG0KPghT8XepGNbSlyhd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Osh0GmKrXNd8RG0KPghT8XepGNbSlyhd > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#WdLl7GAvRTDaTaHXsXzksMrDltyNTAZu { color:#f6f6f6;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tdKm4oSqON0bLk9c0lIewvTHdashFDnw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container { background-color: transparent; background-image: none; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container > .video-iframe-container { display: none; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row > .video-iframe-container { display: none; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .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); }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container { border-width: 0; border-radius: 0; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#p5ySLDWrPwN9iufeI5zxQMdGbTGtpoiP { color:#000000;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:17.3125rem;left:0rem;height:3.82470625rem;font-style:normal;display:block; }
#Cx3z6AzfrfXtrJWqKxMOC3rmDs7GVH0a { color:#555a5d;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:21.125rem;left:0rem;height:7.6484375rem;font-style:normal;display:block; }
#lSLBVf9E4BDzOA2IHqhzAcTaINHSTmed { color:#000000;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:17.3125rem;left:26.1875rem;height:3.82470625rem;font-style:normal;display:block; }
#DkQHAAmPht7tvkvZ5GFpP9Q4gRrRp4v3 { color:#555a5d;display:block;width:22.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.7;letter-spacing:0;top:21.125rem;left:26.25rem;height:7.6484375rem;font-style:normal;display:block; }
#t0wG1PS4dwh3R6glIW96b4JSsdtdDemL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:22.375rem;top:1.9375rem;left:26.25rem;overflow:hidden;display:block; }
#xwe00vOeFvtv6pH2pwGvId19Lui43xxb { color:#000000;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:17.3125rem;left:52.5rem;height:3.82470625rem;font-style:normal;display:block; }
#UAIxla9F1ppfuLHwoPh3V6eXtCZrEO4N { color:#555a5d;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.7;letter-spacing:0;top:21.125rem;left:52.5rem;height:7.6484375rem;font-style:normal;display:block; }
#slbBKeJKGMQTNTiKugF3BdXGpo4XSfa7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:22.25rem;top:1.9375rem;left:52.5rem;overflow:hidden;display:block; }
#nzPU4kW7n4t5TTESFTWdgamcViGcuuR8 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:29.5rem;left:0rem;display:block; }
#CKJImEzbhQ3Oel8NMTbpp4m7l6fyJyAQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yOzBe4Wf2iKeRCkS3K2lwSgCcrxPSExH { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:29.5rem;left:26.25rem;display:block; }
#aNs5hp9I2LITJFfzxdRxQggS3Fc688IT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y4srxos60CnCc6Omdi7nwwU9StTah24T { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:29.5rem;left:52.5rem;display:block; }
#C1Q8WvQsmqInEDHCqTJDrWV4yfr9sxID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ySaff8IvtgGTWEN26Nz6VXotqlqUAmN0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:22.375rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#555a5d;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; }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row .container { background-color: transparent; background-image: none; }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row .container > .video-iframe-container { display: none; }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row > .video-iframe-container { display: none; }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .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); }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row .container { border-width: 0; border-radius: 0; }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#d9fzBO9KCPfpG4WwkHCJP71NUKl1pUpv { color:#f6f6f6;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f0eb;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; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container { background-color: transparent; background-image: none; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container > .video-iframe-container { display: none; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row > .video-iframe-container { display: none; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .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); }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container { border-width: 0; border-radius: 0; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#PWNh17aWa5pLaRcJqfiIB7lH8EmXT3FX { color:#555a5d;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:1.59375rem;left:37.5rem;height:21.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DqZUxd3nP7nxzr8lSEIXD3L4n3AyBLcq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:33rem;top:1.65625rem;left:2.25rem;overflow:hidden;display:block; }
#A6q0Ds534FFpiTndpoTdrLb3Kfm152pU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#555a5d;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; }#A6q0Ds534FFpiTndpoTdrLb3Kfm152pU > .row .container { background-color: transparent; background-image: none; }#A6q0Ds534FFpiTndpoTdrLb3Kfm152pU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6q0Ds534FFpiTndpoTdrLb3Kfm152pU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6q0Ds534FFpiTndpoTdrLb3Kfm152pU > .row .container > .video-iframe-container { display: none; }#A6q0Ds534FFpiTndpoTdrLb3Kfm152pU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6q0Ds534FFpiTndpoTdrLb3Kfm152pU > .row > .video-iframe-container { display: none; }#A6q0Ds534FFpiTndpoTdrLb3Kfm152pU > .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); }#A6q0Ds534FFpiTndpoTdrLb3Kfm152pU > .row .container { border-width: 0; border-radius: 0; }#A6q0Ds534FFpiTndpoTdrLb3Kfm152pU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6q0Ds534FFpiTndpoTdrLb3Kfm152pU > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#f7qBeUqB9syiZOG1VvQqnJwVgzW2PR0y { color:#f6f6f6;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WVFTbsJKWngUdGddyiuePwLapN2dgeqJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#WVFTbsJKWngUdGddyiuePwLapN2dgeqJ > .row .container { background-color: transparent; background-image: none; }#WVFTbsJKWngUdGddyiuePwLapN2dgeqJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVFTbsJKWngUdGddyiuePwLapN2dgeqJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVFTbsJKWngUdGddyiuePwLapN2dgeqJ > .row .container > .video-iframe-container { display: none; }#WVFTbsJKWngUdGddyiuePwLapN2dgeqJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVFTbsJKWngUdGddyiuePwLapN2dgeqJ > .row > .video-iframe-container { display: none; }#WVFTbsJKWngUdGddyiuePwLapN2dgeqJ > .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); }#WVFTbsJKWngUdGddyiuePwLapN2dgeqJ > .row .container { border-width: 0; border-radius: 0; }#WVFTbsJKWngUdGddyiuePwLapN2dgeqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVFTbsJKWngUdGddyiuePwLapN2dgeqJ > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#F7edc9InoqlM74bf2JI2OshR5UW5gCr0 { color:#555a5d;display:block;width:37.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:1.625rem;left:0rem;height:20.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TvnkJOhkJq3kGiN7Id7Cx5TTPu1vbTug { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:22.5625rem;left:0rem;display:block; }
#NQEN2uKSH0DXWVGrz5cTrCMuwrnuzeHE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LDa3NfsK96xcnx8QJNSW7gcKoN844rdX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:35rem;top:1.84375rem;left:38.75rem;overflow:hidden;display:block; }
#bHLezK6hDiWKDdZNtFgWgE70eFFh9ZVm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#555a5d;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; }#bHLezK6hDiWKDdZNtFgWgE70eFFh9ZVm > .row .container { background-color: transparent; background-image: none; }#bHLezK6hDiWKDdZNtFgWgE70eFFh9ZVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHLezK6hDiWKDdZNtFgWgE70eFFh9ZVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHLezK6hDiWKDdZNtFgWgE70eFFh9ZVm > .row .container > .video-iframe-container { display: none; }#bHLezK6hDiWKDdZNtFgWgE70eFFh9ZVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHLezK6hDiWKDdZNtFgWgE70eFFh9ZVm > .row > .video-iframe-container { display: none; }#bHLezK6hDiWKDdZNtFgWgE70eFFh9ZVm > .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); }#bHLezK6hDiWKDdZNtFgWgE70eFFh9ZVm > .row .container { border-width: 0; border-radius: 0; }#bHLezK6hDiWKDdZNtFgWgE70eFFh9ZVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bHLezK6hDiWKDdZNtFgWgE70eFFh9ZVm > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#Rxw3Oov5LepKOCExBrJpxmGT0PDpLyil { color:#f6f6f6;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DXnfQeS5KSwKFhf1dMx88hOMzvwepv0t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#DXnfQeS5KSwKFhf1dMx88hOMzvwepv0t > .row .container { background-color: transparent; background-image: none; }#DXnfQeS5KSwKFhf1dMx88hOMzvwepv0t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXnfQeS5KSwKFhf1dMx88hOMzvwepv0t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXnfQeS5KSwKFhf1dMx88hOMzvwepv0t > .row .container > .video-iframe-container { display: none; }#DXnfQeS5KSwKFhf1dMx88hOMzvwepv0t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXnfQeS5KSwKFhf1dMx88hOMzvwepv0t > .row > .video-iframe-container { display: none; }#DXnfQeS5KSwKFhf1dMx88hOMzvwepv0t > .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); }#DXnfQeS5KSwKFhf1dMx88hOMzvwepv0t > .row .container { border-width: 0; border-radius: 0; }#DXnfQeS5KSwKFhf1dMx88hOMzvwepv0t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DXnfQeS5KSwKFhf1dMx88hOMzvwepv0t > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#g9ErwdBewnf35zBeGEn0zUiCW5eG83Nw { color:#555a5d;display:block;width:37.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5rem;left:37.5rem;height:10.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eqhFDigdG9heCd5VwHWBJJpbM9WsGLwT { color:#000000;display:block;width:37.1875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:37.5rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#otReBo78QVTPJm5vXhuTk9OCRmmU1Glf { box-sizing:content-box;height:10.125rem;width:37rem;position:absolute;display:block;z-index:15004;background-color:rgba(184,235,232,0.6);background-image:none;top:15.9375rem;left:37.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#CphU93vRPQFlmxg8irHysKTh1JT51GUH { color:#555a5d;display:block;width:34.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.61279296875rem;left:38.09375rem;height:8.77440625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Pbz5iZBw48828sgOH1KBspXBZMEoQnZ6 { 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:2.9375rem;width:2.875rem;top:22.35546875rem;left:70.1875rem;overflow:hidden;display:block; }
#PBsTZq0cBJcTky7vu8kMchq3z3nIJqEO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:25.8125rem;top:1.0625rem;left:5.84375rem;overflow:hidden;display:block; }
#MR3TkAFQTpAsf709D6Nban8UhwVV70uE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#555a5d;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; }#MR3TkAFQTpAsf709D6Nban8UhwVV70uE > .row .container { background-color: transparent; background-image: none; }#MR3TkAFQTpAsf709D6Nban8UhwVV70uE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR3TkAFQTpAsf709D6Nban8UhwVV70uE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR3TkAFQTpAsf709D6Nban8UhwVV70uE > .row .container > .video-iframe-container { display: none; }#MR3TkAFQTpAsf709D6Nban8UhwVV70uE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR3TkAFQTpAsf709D6Nban8UhwVV70uE > .row > .video-iframe-container { display: none; }#MR3TkAFQTpAsf709D6Nban8UhwVV70uE > .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); }#MR3TkAFQTpAsf709D6Nban8UhwVV70uE > .row .container { border-width: 0; border-radius: 0; }#MR3TkAFQTpAsf709D6Nban8UhwVV70uE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MR3TkAFQTpAsf709D6Nban8UhwVV70uE > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#JAE7q9QRrhKkezuZG6eB1TdcXnusWLK6 { color:#f6f6f6;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rCpMdMVLrW2cXoWGZP5hVPmpZRwSd3SA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f0eb;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; }#rCpMdMVLrW2cXoWGZP5hVPmpZRwSd3SA > .row .container { background-color: transparent; background-image: none; }#rCpMdMVLrW2cXoWGZP5hVPmpZRwSd3SA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCpMdMVLrW2cXoWGZP5hVPmpZRwSd3SA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCpMdMVLrW2cXoWGZP5hVPmpZRwSd3SA > .row .container > .video-iframe-container { display: none; }#rCpMdMVLrW2cXoWGZP5hVPmpZRwSd3SA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCpMdMVLrW2cXoWGZP5hVPmpZRwSd3SA > .row > .video-iframe-container { display: none; }#rCpMdMVLrW2cXoWGZP5hVPmpZRwSd3SA > .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); }#rCpMdMVLrW2cXoWGZP5hVPmpZRwSd3SA > .row .container { border-width: 0; border-radius: 0; }#rCpMdMVLrW2cXoWGZP5hVPmpZRwSd3SA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCpMdMVLrW2cXoWGZP5hVPmpZRwSd3SA > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#Ryn6xtVr3dT3pwmxQ1586FA4AQSqg287 { color:#010304;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:4.8125rem;left:47.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xiZnZkSN675LplEpQtqTCy1q59u4L7Mw { color:#010304;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:6.3125rem;left:48.1875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PRHX55s31HMfD48PAi6T86OuqDbqO0II { box-sizing:content-box;height:6.625rem;width:31.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(184,235,232,0.6);background-image:none;top:10.625rem;left:40.3125rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;border-top:0.125rem solid #f6f6f6;border-left:0.125rem solid #f6f6f6;border-right:0.125rem solid #f6f6f6;border-bottom:0.125rem solid #f6f6f6;display:block; }
#oAOexzT5UCXDLAZzc1AzlyC9DMb1X19t { color:#010304;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.5625rem;left:47.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q32g7WXzFudwggDGUcKPm1bcJT1BiPst { color:#010304;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:15.0625rem;left:48.1875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#INJc0puQPV8uFqsZrmXapZofLS04tdp2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.875rem;left:55.625rem; }
#HolHPccnpG48aXBN46nDML3qBDKHmZnk { box-sizing:content-box;height:6.625rem;width:31.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(184,235,232,0.6);background-image:none;top:19.375rem;left:40.3125rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;border-top:0.125rem solid #f6f6f6;border-left:0.125rem solid #f6f6f6;border-right:0.125rem solid #f6f6f6;border-bottom:0.125rem solid #f6f6f6;display:block; }
#wVQG1RB2RzNeKBT8Rq8lzshcTR4uBJXo { color:#010304;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:22.3125rem;left:47.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pskt5mT5b0q09yN6rT8MlyQ6VTI7m6WQ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.625rem;left:55.625rem; }
#VWZIQJcMqAe7PSxh2n6VvURV0tmxhOIr { color:#010304;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:23.8125rem;left:48.1875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EJB1RwaE1IdvaHJVQx6QVC9JdrCRd2gG { color:#555a5d;display:block;width:35.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6.4375rem;left:0rem;height:15.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o7qeNqM4sSzzKNZIKV5IsMD4UrHst6Ry { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:23.4375rem;left:0rem;display:block; }
#K5wBxcTDQcbROGpEI28ATnJvBdJy76lz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QQlSRI9kmotmUm5OybXypENteAR5Hn2x { box-sizing:content-box;height:6.625rem;width:31.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(184,235,232,0.6);background-image:none;top:1.9375rem;left:40.3125rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;border-top:0.125rem solid #f6f6f6;border-left:0.125rem solid #f6f6f6;border-right:0.125rem solid #f6f6f6;border-bottom:0.125rem solid #f6f6f6;display:block; }
#h6USsP3DiQ0Du5L85doXtZ0JeBsTCvQC { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.125rem;left:55.625rem; }
#TJFZJF7kPHA2DXC9iAadxnTN3RxnoIaa { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:2.1875rem;left:0rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#555a5d;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; }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row .container { background-color: transparent; background-image: none; }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row .container > .video-iframe-container { display: none; }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row > .video-iframe-container { display: none; }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .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); }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row .container { border-width: 0; border-radius: 0; }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#EycOOWAf1I0fPgUOdEDMh1aE21qL465i { color:#f6f6f6;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container { background-color: transparent; background-image: none; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container > .video-iframe-container { display: none; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row > .video-iframe-container { display: none; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .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); }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container { border-width: 0; border-radius: 0; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#dXn9J7W3vO03J4TniTJqnGDy7V7UTfXM { color:#88dbdf;display:block;width:37.125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.65625rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cNvy4B18E3GcF97CPNl9IgS6d3VBqiLw { box-sizing:content-box;height:35rem;width:0.125rem;position:absolute;display:block;z-index:15053;background-color:#dbe0e9;background-image:none;top:0rem;left:37.316014056225rem;display:block; }
#IeplvwIRVDx2agG5mBdPiiykg0foDl90 { color:#555a5d;display:block;width:36.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.787109375rem;left:0rem;height:27.6172375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MPe3fsyv8Zv38570TTGqDCHZ0shHfx1Q { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.5625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:32.28125rem;left:0rem;display:block; }
#CsEED7XVxuuSyvgJAZNb15ttIkBWS4pL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WiCixrC9t9FxkSETR9ctv8VVwWaKVqN5 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:24.6875rem;top:1.03125rem;left:43.90625rem;overflow:hidden;display:block; }
#UTGdVlLA7uUvA8lDWoS9kxw5y7und0AO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#UTGdVlLA7uUvA8lDWoS9kxw5y7und0AO > .row .container { background-color: transparent; background-image: none; }#UTGdVlLA7uUvA8lDWoS9kxw5y7und0AO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTGdVlLA7uUvA8lDWoS9kxw5y7und0AO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTGdVlLA7uUvA8lDWoS9kxw5y7und0AO > .row .container > .video-iframe-container { display: none; }#UTGdVlLA7uUvA8lDWoS9kxw5y7und0AO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTGdVlLA7uUvA8lDWoS9kxw5y7und0AO > .row > .video-iframe-container { display: none; }#UTGdVlLA7uUvA8lDWoS9kxw5y7und0AO > .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); }#UTGdVlLA7uUvA8lDWoS9kxw5y7und0AO > .row .container { border-width: 0; border-radius: 0; }#UTGdVlLA7uUvA8lDWoS9kxw5y7und0AO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTGdVlLA7uUvA8lDWoS9kxw5y7und0AO > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#ttRN9VXtoxvmvPiHGRhsTnutpxxJO7Bg { 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:7.5rem;width:8.4375rem;top:1.046875rem;left:2.3117189407349rem;overflow:hidden;display:block; }
#bHqdGiACuL2ZHDz5Ano9Re3dkSQAw23T { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.374rem;width:11.6865rem;top:1rem;left:14.435546875rem;overflow:hidden;display:block; }
#wBP5gkJ9HAavyo4y0JhcK6USKBNXrR2N { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:9.812rem;top:1.828125rem;left:63.311719894406rem;overflow:hidden;display:block; }
#A048xzdPFGcfB2zi70oP6PJmGThbTe9l { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.374rem;width:8.5615rem;top:1.50048828125rem;left:49.998046875rem;overflow:hidden;display:block; }
#MhUQ5uMsUDUO40mzfDrokLEmBSgxAooC { position:absolute;display:block;z-index:15049;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.37426875rem;width:2.37426875rem;top:2.9367904663086rem;left:30.749465942382rem;overflow:hidden;display:block; }
#XZkaf2wfuwH3tBOETub00ZRzOFaDRBcT { color:#020000;display:block;width:2.24975625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:3.1871452331543rem;left:33.749286651611rem;height:2rem;font-style:normal;display:block; }
#GLUVHV1HHoXGIvInl60mMcJGnf8uCtVy { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6870125rem;width:9.12475rem;top:3.2492904663086rem;left:36.187141418457rem;overflow:hidden;display:block; }
#dzW6NxXfLQUcGIPX1wIXZ4dsVPFrMVD7 { color:#000000;display:block;width:9.43725rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:5.2494659423828rem;left:33.687141418457rem;height:1.3999rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Tc7bswdm14pfbtTqT3mn1QV1yf6HsyZk { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.62475625rem;width:1.62475625rem;top:3.3114356994629rem;left:31.123222351074rem;overflow:hidden;display:block; }
#OXVosLGiqE2MboSuTb9pn9pgqzGarbul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { background-color: transparent; background-image: none; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container > .video-iframe-container { display: none; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row > .video-iframe-container { display: none; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .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); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { border-width: 0; border-radius: 0; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#WPIgT7KzVIJlqLiMpx5UP1zOeWs1xmmW { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:1rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { position:relative;display:block; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { background-color: transparent; background-image: none; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container > .video-iframe-container { display: none; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row > .video-iframe-container { display: none; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .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); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { border-width: 0; border-radius: 0; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(184,235,232,0.2);background-image:none;vertical-align:top; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.25rem;font-family:lato;font-style:normal;color:#000000; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto;font-family:montserrat;font-weight:300;font-style:normal;color:#000000; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger.adaptive-delivery-prevent-bg, #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger.lazyload, #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger.lazyloading { background-image: none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #flgTwhKOyHpIDswiXE0aB2p58mkpSnae { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 { display:none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #dGSbWXohguowT8BTTmeIbBJ494qPqXng { display:none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #fQUModkqVbPqTSftICOnCKWu1F4xFPTv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe { display:none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #WAeHTR39FieM3w03rOMHq1ygehVF3gTR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB { display:none; }
#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b8ebe8;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; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container { background-color: transparent; background-image: none; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container > .video-iframe-container { display: none; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row > .video-iframe-container { display: none; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .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); }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container { border-width: 0; border-radius: 0; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#GmEgvtFtIX5TTusiT8mZLIVtIexZxu9F { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a68020, rgba(0,0,0,0.62));background-image: -moz-linear-gradient(180deg, #a68020, rgba(0,0,0,0.62));background-image: -ms-linear-gradient(180deg, #a68020, rgba(0,0,0,0.62));background-image: -o-linear-gradient(180deg, #a68020, rgba(0,0,0,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a68020', endColorstr='#9e000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a68020', endColorstr='#9e000000' );";background-image: linear-gradient(180deg, #a68020, rgba(0,0,0,0.62));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:66.4375rem;width:75rem;top:39.561645507812rem;left:0rem;display:none; }
#oshNQKxttSRyyRhMlkmHsnbpxgpgMwfv { color:#555a5d;display:block;width:74.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:3.6875rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCdEqC15ROSm34CXwKz6UooA04miAW0v { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:6.84375rem;left:0rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZ5EC7HUh26lGFhMHmqirwiXvgGnpGNT { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:0.5rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:15.25rem;left:0rem;height:0.79980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kREMiiikFliCGu2xh0gT8SoZcMGdLIcl { color:#555a5d;display:block;width:74.75rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:11.57470703125rem;left:0rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ymDEN2k09TonuP5sThsXcPANGFyWpyIa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#ymDEN2k09TonuP5sThsXcPANGFyWpyIa > .row .container { background-color: transparent; background-image: none; }#ymDEN2k09TonuP5sThsXcPANGFyWpyIa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymDEN2k09TonuP5sThsXcPANGFyWpyIa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymDEN2k09TonuP5sThsXcPANGFyWpyIa > .row .container > .video-iframe-container { display: none; }#ymDEN2k09TonuP5sThsXcPANGFyWpyIa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymDEN2k09TonuP5sThsXcPANGFyWpyIa > .row > .video-iframe-container { display: none; }#ymDEN2k09TonuP5sThsXcPANGFyWpyIa > .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); }#ymDEN2k09TonuP5sThsXcPANGFyWpyIa > .row .container { border-width: 0; border-radius: 0; }#ymDEN2k09TonuP5sThsXcPANGFyWpyIa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ymDEN2k09TonuP5sThsXcPANGFyWpyIa > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#thZrBithLfOCVADWXaNKWGsP3ofOX1Mg { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #88dbdf;border-left:0.1875rem solid #88dbdf;border-right:0.1875rem solid #88dbdf;border-bottom:0.1875rem solid #88dbdf;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:13.5rem;top:1.5625rem;left:58.6875rem;display:block; }
#xrRNxvLV3y9NcmMyrUTwZK1GxaqnibdT { color:#000000;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.1875rem;left:59.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k56hLnBivMgRGXiFWbbw7Mwh86TLXxBU { color:#555a5d;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:10.375rem;left:59.375rem;height:7.99805625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZzSCJCSQrU10vOUVUoOcXb41MvZUDLzT { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #88dbdf;border-left:0.1875rem solid #88dbdf;border-right:0.1875rem solid #88dbdf;border-bottom:0.1875rem solid #88dbdf;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:13.5rem;top:1.5625rem;left:39.9375rem;display:block; }
#TXlKqhqIosm9L3XSE6ngHViQH9mI6PEZ { color:#555a5d;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:10.4375rem;left:40.625rem;height:6.39845rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndBCkJLFwtOuxNr5AuwhPHk3ITyhSw2o { color:#000000;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.1875rem;left:40.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e8BNpxTLwpqvmaubkwiOEbBzcVdOWkda { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.5rem;left:64.0625rem; }
#nrlm4Uz1q62T0wglNIDbfxMkw8GQ2DXb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.5rem;left:45.3125rem; }
#wngcSOd8AfGhLdfDQMSLelXTZUE8cSmw { position:absolute;display:block;z-index:15012;background-color:#b8ebe8;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:17.875rem;width:0.125rem;top:1.46875rem;left:16.375rem;display:block; }
#OVBHloo5USaiqJN3cvA5sNHnCuBqGeR6 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10rem;top:3.875rem;left:3.0625rem;overflow:hidden;display:block; }
#TqNOFOaZaJmzdzmL4rbVASSLvoUii6Lk { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.625rem;left:19.5rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GcxUMv4TGxxRUvk1gwNQcC4C0nd5qwzr { color:#555a5d;display:block;width:17.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:4.1875rem;left:19.5rem;height:16.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DvgOvFcH42uT3disBFGcDI1EKZxt7nzc { background-color:#88dbdf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#141414;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13.5625rem;left:2.625rem;display:block; }
#wAg8TFpXWoBGTFMJGIKhiV1SlGklNd6u { 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) { #RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp { display:block; }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxTxeDUiU9rtfTvIZVVhXl3qu2vJx8oz { width:7.5rem;height:3.375rem;top:1.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVf8BBNciNOkEG418CPi4y5x6nv7vLCN { display:block; }
 }@media only screen and (max-width: 763px) { #Cq4m7wIWTvftlpXrTJwgfbX1gf6t6zPk { width:7.5rem;height:3.375rem;top:1.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgvrJNLPfbARsA2dSdATRMBzzar0WBQK { display:block; }
 }@media only screen and (max-width: 763px) { #JMuNdETfoAMwGO4orLSESnnJnPEVPoFs { width:7.5rem;height:3.375rem;top:1.125rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEJTo050663yeDuP93PyWrpOhImE0dG2 { display:block; }
 }@media only screen and (max-width: 763px) { #Wh6hGNHdOEQh47sfcGFcWwKMNSIMXcV3 { width:7.5rem;height:3.375rem;top:1.125rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWM9AZIrwlzCpIxIH4xNPmz7J1fVlD38 { display:block; }
 }@media only screen and (max-width: 763px) { #akqtsvhZScuhhq9qr9newlvz1WDWnTmC { width:10rem;height:3.375rem;top:0.9375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ8bXaTNCcGcnmWGk3ml1RmULimcfSKS { display:block; }
 }@media only screen and (max-width: 763px) { #P8lN0ZgA4ua1SrRdTmJSZcglAMQ5n6Wr { top:0.5625rem;left:0rem;width:5.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWcZoPA12Qpg2WHizQckxtku0EEvqm8M { display:block; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGrCLi8prpdrTOumTa2FnidMRVBHA3Dr { top:15.5625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ4nrA1D6kUQ6TECCXF6yG5J9Lswt0Gy { top:13rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1Ui2Dx2xxhtVKKuLdBwRZTN5SrP401E { top:20.75rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxs7PRSDLiUaJp7tmeJlgUEPNKvCGmmi { top:36.25rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osh0GmKrXNd8RG0KPghT8XepGNbSlyhd { display:block; }#Osh0GmKrXNd8RG0KPghT8XepGNbSlyhd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdLl7GAvRTDaTaHXsXzksMrDltyNTAZu { width:47.75rem;height:;top:2rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdKm4oSqON0bLk9c0lIewvTHdashFDnw { display:block; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5ySLDWrPwN9iufeI5zxQMdGbTGtpoiP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx3z6AzfrfXtrJWqKxMOC3rmDs7GVH0a { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSLBVf9E4BDzOA2IHqhzAcTaINHSTmed { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkQHAAmPht7tvkvZ5GFpP9Q4gRrRp4v3 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0wG1PS4dwh3R6glIW96b4JSsdtdDemL { top:1.9375rem;left:12.625rem;width:22.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwe00vOeFvtv6pH2pwGvId19Lui43xxb { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAIxla9F1ppfuLHwoPh3V6eXtCZrEO4N { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slbBKeJKGMQTNTiKugF3BdXGpo4XSfa7 { top:1.9375rem;left:25.375rem;width:22.25rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzPU4kW7n4t5TTESFTWdgamcViGcuuR8 { width:16.25rem;height:2.5625rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKJImEzbhQ3Oel8NMTbpp4m7l6fyJyAQ { display:block; }
 }@media only screen and (max-width: 763px) { #yOzBe4Wf2iKeRCkS3K2lwSgCcrxPSExH { width:16.25rem;height:2.5625rem;top:29.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNs5hp9I2LITJFfzxdRxQggS3Fc688IT { display:block; }
 }@media only screen and (max-width: 763px) { #y4srxos60CnCc6Omdi7nwwU9StTah24T { width:16.25rem;height:2.5625rem;top:29.5rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Q8WvQsmqInEDHCqTJDrWV4yfr9sxID { display:block; }
 }@media only screen and (max-width: 763px) { #ySaff8IvtgGTWEN26Nz6VXotqlqUAmN0 { top:1.9375rem;left:0rem;width:22.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfv4etmM6BGvONBy4S1F9qzybxSnQhxp { display:block; }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9fzBO9KCPfpG4WwkHCJP71NUKl1pUpv { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa { display:block; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWNh17aWa5pLaRcJqfiIB7lH8EmXT3FX { width:37.5rem;height:21.9375rem;top:1.5625rem;left:10.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqZUxd3nP7nxzr8lSEIXD3L4n3AyBLcq { top:1.625rem;left:0rem;width:33rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6q0Ds534FFpiTndpoTdrLb3Kfm152pU { display:block; }#A6q0Ds534FFpiTndpoTdrLb3Kfm152pU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7qBeUqB9syiZOG1VvQqnJwVgzW2PR0y { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVFTbsJKWngUdGddyiuePwLapN2dgeqJ { display:block; }#WVFTbsJKWngUdGddyiuePwLapN2dgeqJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7edc9InoqlM74bf2JI2OshR5UW5gCr0 { width:37.4375rem;height:20.25rem;top:1.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvnkJOhkJq3kGiN7Id7Cx5TTPu1vbTug { width:16.25rem;height:2.5625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQEN2uKSH0DXWVGrz5cTrCMuwrnuzeHE { display:block; }
 }@media only screen and (max-width: 763px) { #LDa3NfsK96xcnx8QJNSW7gcKoN844rdX { top:1.8125rem;left:12.75rem;width:35rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHLezK6hDiWKDdZNtFgWgE70eFFh9ZVm { display:block; }#bHLezK6hDiWKDdZNtFgWgE70eFFh9ZVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rxw3Oov5LepKOCExBrJpxmGT0PDpLyil { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXnfQeS5KSwKFhf1dMx88hOMzvwepv0t { display:block; }#DXnfQeS5KSwKFhf1dMx88hOMzvwepv0t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9ErwdBewnf35zBeGEn0zUiCW5eG83Nw { width:37.4375rem;height:10.125rem;top:5rem;left:10.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqhFDigdG9heCd5VwHWBJJpbM9WsGLwT { width:37.1875rem;height:2.875rem;top:1.625rem;left:10.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otReBo78QVTPJm5vXhuTk9OCRmmU1Glf { top:15.9375rem;left:10.75rem;width:37rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CphU93vRPQFlmxg8irHysKTh1JT51GUH { width:34.5rem;height:8.75rem;top:16.5625rem;left:13.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbz5iZBw48828sgOH1KBspXBZMEoQnZ6 { top:22.3125rem;left:44.875rem;width:2.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBsTZq0cBJcTky7vu8kMchq3z3nIJqEO { top:1.0625rem;left:0rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR3TkAFQTpAsf709D6Nban8UhwVV70uE { display:block; }#MR3TkAFQTpAsf709D6Nban8UhwVV70uE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAE7q9QRrhKkezuZG6eB1TdcXnusWLK6 { width:47.75rem;height:4rem;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCpMdMVLrW2cXoWGZP5hVPmpZRwSd3SA { display:block; }#rCpMdMVLrW2cXoWGZP5hVPmpZRwSd3SA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ryn6xtVr3dT3pwmxQ1586FA4AQSqg287 { top:4.8125rem;left:27.125rem;width:17.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiZnZkSN675LplEpQtqTCy1q59u4L7Mw { top:6.3125rem;left:27.75rem;width:16.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRHX55s31HMfD48PAi6T86OuqDbqO0II { top:10.625rem;left:15.8125rem;width:31.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAOexzT5UCXDLAZzc1AzlyC9DMb1X19t { top:13.5625rem;left:27.125rem;width:17.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q32g7WXzFudwggDGUcKPm1bcJT1BiPst { top:15.0625rem;left:27.75rem;width:16.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INJc0puQPV8uFqsZrmXapZofLS04tdp2 { top:11.875rem;left:35.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HolHPccnpG48aXBN46nDML3qBDKHmZnk { top:19.375rem;left:15.8125rem;width:31.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVQG1RB2RzNeKBT8Rq8lzshcTR4uBJXo { top:22.3125rem;left:27.125rem;width:17.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pskt5mT5b0q09yN6rT8MlyQ6VTI7m6WQ { top:20.625rem;left:35.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWZIQJcMqAe7PSxh2n6VvURV0tmxhOIr { top:23.8125rem;left:27.75rem;width:16.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJB1RwaE1IdvaHJVQx6QVC9JdrCRd2gG { top:6.4375rem;left:0rem;width:35.6875rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7qeNqM4sSzzKNZIKV5IsMD4UrHst6Ry { width:16.25rem;height:2.5625rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5wBxcTDQcbROGpEI28ATnJvBdJy76lz { display:block; }
 }@media only screen and (max-width: 763px) { #QQlSRI9kmotmUm5OybXypENteAR5Hn2x { top:1.9375rem;left:15.8125rem;width:31.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6USsP3DiQ0Du5L85doXtZ0JeBsTCvQC { top:3.125rem;left:35.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJFZJF7kPHA2DXC9iAadxnTN3RxnoIaa { top:2.1875rem;left:0rem;width:37.4375rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X { display:block; }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EycOOWAf1I0fPgUOdEDMh1aE21qL465i { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 { display:block; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXn9J7W3vO03J4TniTJqnGDy7V7UTfXM { width:37.125rem;height:2.875rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNvy4B18E3GcF97CPNl9IgS6d3VBqiLw { top:0rem;left:23.625rem;width:0.125rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeplvwIRVDx2agG5mBdPiiykg0foDl90 { top:4.75rem;left:0rem;width:36.6875rem;height:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPe3fsyv8Zv38570TTGqDCHZ0shHfx1Q { width:25rem;height:2.5625rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsEED7XVxuuSyvgJAZNb15ttIkBWS4pL { display:block; }
 }@media only screen and (max-width: 763px) { #WiCixrC9t9FxkSETR9ctv8VVwWaKVqN5 { top:1rem;left:23.0625rem;width:24.6875rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTGdVlLA7uUvA8lDWoS9kxw5y7und0AO { display:block; }#UTGdVlLA7uUvA8lDWoS9kxw5y7und0AO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttRN9VXtoxvmvPiHGRhsTnutpxxJO7Bg { top:1rem;left:0rem;width:8.4375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHqdGiACuL2ZHDz5Ano9Re3dkSQAw23T { top:1rem;left:0.810546875rem;width:11.625rem;height:7.3351944551405rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBP5gkJ9HAavyo4y0JhcK6USKBNXrR2N { top:1.8125rem;left:38rem;width:9.75rem;height:5.9001324942034rem;display:block; }
 }@media only screen and (max-width: 763px) { #A048xzdPFGcfB2zi70oP6PJmGThbTe9l { top:1.5rem;left:36.373046875rem;width:8.5rem;height:6.328213513987rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhUQ5uMsUDUO40mzfDrokLEmBSgxAooC { top:2.875rem;left:17.124465942382rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZkaf2wfuwH3tBOETub00ZRzOFaDRBcT { width:2.1875rem;height:1.9375rem;top:3.125rem;left:20.124286651611rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLUVHV1HHoXGIvInl60mMcJGnf8uCtVy { top:3.1875rem;left:22.562141418457rem;width:9.0625rem;height:1.6753030090278rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzW6NxXfLQUcGIPX1wIXZ4dsVPFrMVD7 { width:9.375rem;height:1.375rem;top:5.1875rem;left:20.062141418457rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc7bswdm14pfbtTqT3mn1QV1yf6HsyZk { top:3.25rem;left:17.498222351074rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXVosLGiqE2MboSuTb9pn9pgqzGarbul { display:block; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPIgT7KzVIJlqLiMpx5UP1zOeWs1xmmW { width:47.75rem;height:4rem;top:1rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { display:block; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #fQUModkqVbPqTSftICOnCKWu1F4xFPTv {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 { display:block; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmEgvtFtIX5TTusiT8mZLIVtIexZxu9F { top:39.5rem;left:0rem;width:47.75rem;height:66.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oshNQKxttSRyyRhMlkmHsnbpxgpgMwfv { width:47.75rem;height:1.875rem;top:3.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCdEqC15ROSm34CXwKz6UooA04miAW0v { width:47.75rem;height:3.0625rem;top:6.8125rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ5EC7HUh26lGFhMHmqirwiXvgGnpGNT { width:47.75rem;height:0.75rem;top:15.25rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kREMiiikFliCGu2xh0gT8SoZcMGdLIcl { width:47.75rem;height:2.5rem;top:11.5625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymDEN2k09TonuP5sThsXcPANGFyWpyIa { display:block; }#ymDEN2k09TonuP5sThsXcPANGFyWpyIa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thZrBithLfOCVADWXaNKWGsP3ofOX1Mg { width:13.5rem;height:17.3125rem;top:1.5625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrRNxvLV3y9NcmMyrUTwZK1GxaqnibdT { width:13.125rem;height:1.625rem;top:8.1875rem;left:34.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k56hLnBivMgRGXiFWbbw7Mwh86TLXxBU { width:12.5rem;height:6.375rem;top:10.375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzSCJCSQrU10vOUVUoOcXb41MvZUDLzT { width:13.5rem;height:17.3125rem;top:1.5625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXlKqhqIosm9L3XSE6ngHViQH9mI6PEZ { width:12.5625rem;height:6.375rem;top:10.4375rem;left:23.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndBCkJLFwtOuxNr5AuwhPHk3ITyhSw2o { width:13.125rem;height:1.625rem;top:8.1875rem;left:22.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8BNpxTLwpqvmaubkwiOEbBzcVdOWkda { top:4.5rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrlm4Uz1q62T0wglNIDbfxMkw8GQ2DXb { top:4.5rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wngcSOd8AfGhLdfDQMSLelXTZUE8cSmw { top:1.4375rem;left:11.8125rem;width:0.125rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVBHloo5USaiqJN3cvA5sNHnCuBqGeR6 { top:3.875rem;left:0rem;width:10rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqNOFOaZaJmzdzmL4rbVASSLvoUii6Lk { width:17.3125rem;height:2rem;top:1.625rem;left:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcxUMv4TGxxRUvk1gwNQcC4C0nd5qwzr { width:17.25rem;height:15rem;top:4.1875rem;left:6.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvgOvFcH42uT3disBFGcDI1EKZxt7nzc { width:10.9375rem;height:3.375rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAg8TFpXWoBGTFMJGIKhiV1SlGklNd6u { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp { background-color:#f6f6f6;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; }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row .container { background-color: transparent; background-image: none; }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row .container > .video-iframe-container { display: none; }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row > .video-iframe-container { display: none; }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .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); }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row .container { border-width: 0; border-radius: 0; }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RfAMK0HUGwkWlsQCDtIdwpz8xkCPDCrp > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxTxeDUiU9rtfTvIZVVhXl3qu2vJx8oz { width:4.375rem;height:2.8125rem;top:3.75rem;left:0.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVf8BBNciNOkEG418CPi4y5x6nv7vLCN { display:block; }
 }@media only screen and (max-width: 763px) { #Cq4m7wIWTvftlpXrTJwgfbX1gf6t6zPk { width:4.375rem;height:2.8125rem;top:3.75rem;left:4.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgvrJNLPfbARsA2dSdATRMBzzar0WBQK { display:block; }
 }@media only screen and (max-width: 763px) { #JMuNdETfoAMwGO4orLSESnnJnPEVPoFs { width:4.6875rem;height:2.8125rem;top:3.75rem;left:9.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEJTo050663yeDuP93PyWrpOhImE0dG2 { display:block; }
 }@media only screen and (max-width: 763px) { #Wh6hGNHdOEQh47sfcGFcWwKMNSIMXcV3 { width:4.6875rem;height:2.8125rem;top:3.75rem;left:15.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWM9AZIrwlzCpIxIH4xNPmz7J1fVlD38 { display:block; }
 }@media only screen and (max-width: 763px) { #akqtsvhZScuhhq9qr9newlvz1WDWnTmC { width:6.875rem;height:2.3125rem;top:1.125rem;left:12.9375rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UJ8bXaTNCcGcnmWGk3ml1RmULimcfSKS { display:block; }
 }@media only screen and (max-width: 763px) { #P8lN0ZgA4ua1SrRdTmJSZcglAMQ5n6Wr { width:3.875rem;height:3.0625rem;top:0.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWcZoPA12Qpg2WHizQckxtku0EEvqm8M { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2a50b60e-7358-4587-b5db-f58429f3baaf/Untitleddesign23.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M.adaptive-delivery-prevent-bg, #rWcZoPA12Qpg2WHizQckxtku0EEvqm8M.lazyload, #rWcZoPA12Qpg2WHizQckxtku0EEvqm8M.lazyloading { background-image: none; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container { background-color: transparent; background-image: none; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container > .video-iframe-container { display: none; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row > .video-iframe-container { display: none; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .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); }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container { border-width: 0; border-radius: 0; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGrCLi8prpdrTOumTa2FnidMRVBHA3Dr { width:20rem;height:4.25rem;top:7.9375rem;left:0rem;font-size:2.125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJ4nrA1D6kUQ6TECCXF6yG5J9Lswt0Gy { width:20rem;height:1.875rem;top:4.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B1Ui2Dx2xxhtVKKuLdBwRZTN5SrP401E { width:20rem;height:3.75rem;top:13.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hxs7PRSDLiUaJp7tmeJlgUEPNKvCGmmi { width:20rem;height:1.03125rem;top:17.9375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Osh0GmKrXNd8RG0KPghT8XepGNbSlyhd { display:block; }#Osh0GmKrXNd8RG0KPghT8XepGNbSlyhd > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdLl7GAvRTDaTaHXsXzksMrDltyNTAZu { width:20rem;height:1.94970625rem;top:1.212890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tdKm4oSqON0bLk9c0lIewvTHdashFDnw { display:block; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container { width:20rem;height:85.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5ySLDWrPwN9iufeI5zxQMdGbTGtpoiP { width:20rem;height:2.54980625rem;top:1.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cx3z6AzfrfXtrJWqKxMOC3rmDs7GVH0a { width:20rem;height:6.798825rem;top:17.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSLBVf9E4BDzOA2IHqhzAcTaINHSTmed { width:20rem;height:2.54980625rem;top:29.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkQHAAmPht7tvkvZ5GFpP9Q4gRrRp4v3 { width:20rem;height:6.798825rem;top:46.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0wG1PS4dwh3R6glIW96b4JSsdtdDemL { width:19.875rem;height:13.25rem;top:32.2373046875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwe00vOeFvtv6pH2pwGvId19Lui43xxb { width:19.0625rem;height:2.54980625rem;top:58rem;left:0.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UAIxla9F1ppfuLHwoPh3V6eXtCZrEO4N { width:20rem;height:6.798825rem;top:74.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slbBKeJKGMQTNTiKugF3BdXGpo4XSfa7 { width:19.75rem;height:13.125rem;top:60.5498046875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzPU4kW7n4t5TTESFTWdgamcViGcuuR8 { width:16.25rem;height:2.5625rem;top:25.375rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKJImEzbhQ3Oel8NMTbpp4m7l6fyJyAQ { display:block; }
 }@media only screen and (max-width: 763px) { #yOzBe4Wf2iKeRCkS3K2lwSgCcrxPSExH { width:16.25rem;height:2.5625rem;top:53.5625rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNs5hp9I2LITJFfzxdRxQggS3Fc688IT { display:block; }
 }@media only screen and (max-width: 763px) { #y4srxos60CnCc6Omdi7nwwU9StTah24T { width:16.25rem;height:2.5625rem;top:81.8125rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Q8WvQsmqInEDHCqTJDrWV4yfr9sxID { display:block; }
 }@media only screen and (max-width: 763px) { #ySaff8IvtgGTWEN26Nz6VXotqlqUAmN0 { width:19.875rem;height:13.25rem;top:3.9248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfv4etmM6BGvONBy4S1F9qzybxSnQhxp { display:block; }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9fzBO9KCPfpG4WwkHCJP71NUKl1pUpv { width:19.875rem;height:2.25rem;top:1.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa { display:block; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWNh17aWa5pLaRcJqfiIB7lH8EmXT3FX { width:20rem;height:27rem;top:13.3349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqZUxd3nP7nxzr8lSEIXD3L4n3AyBLcq { width:15rem;height:9.875rem;top:2rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6q0Ds534FFpiTndpoTdrLb3Kfm152pU { display:block; }#A6q0Ds534FFpiTndpoTdrLb3Kfm152pU > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7qBeUqB9syiZOG1VvQqnJwVgzW2PR0y { width:19.8125rem;height:2.25rem;top:1.28125rem;left:0.09375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WVFTbsJKWngUdGddyiuePwLapN2dgeqJ { display:block; }#WVFTbsJKWngUdGddyiuePwLapN2dgeqJ > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7edc9InoqlM74bf2JI2OshR5UW5gCr0 { width:18.1875rem;height:30rem;top:14.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvnkJOhkJq3kGiN7Id7Cx5TTPu1vbTug { width:16.25rem;height:2.5625rem;top:45.1875rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQEN2uKSH0DXWVGrz5cTrCMuwrnuzeHE { display:block; }
 }@media only screen and (max-width: 763px) { #LDa3NfsK96xcnx8QJNSW7gcKoN844rdX { width:17.375rem;height:11.4375rem;top:1.7890625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHLezK6hDiWKDdZNtFgWgE70eFFh9ZVm { display:block; }#bHLezK6hDiWKDdZNtFgWgE70eFFh9ZVm > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rxw3Oov5LepKOCExBrJpxmGT0PDpLyil { width:20rem;height:2.25rem;top:1.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DXnfQeS5KSwKFhf1dMx88hOMzvwepv0t { display:block; }#DXnfQeS5KSwKFhf1dMx88hOMzvwepv0t > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9ErwdBewnf35zBeGEn0zUiCW5eG83Nw { width:20rem;height:15rem;top:19.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqhFDigdG9heCd5VwHWBJJpbM9WsGLwT { width:20rem;height:2.03125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otReBo78QVTPJm5vXhuTk9OCRmmU1Glf { width:19.25rem;height:11.6875rem;top:35.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CphU93vRPQFlmxg8irHysKTh1JT51GUH { width:18.1875rem;height:10.39841875rem;top:36.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbz5iZBw48828sgOH1KBspXBZMEoQnZ6 { width:2.25rem;height:2.25rem;top:43.3125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBsTZq0cBJcTky7vu8kMchq3z3nIJqEO { width:14.125rem;height:14.125rem;top:4.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR3TkAFQTpAsf709D6Nban8UhwVV70uE { display:block; }#MR3TkAFQTpAsf709D6Nban8UhwVV70uE > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAE7q9QRrhKkezuZG6eB1TdcXnusWLK6 { width:19.25rem;height:2.25rem;top:1.28125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rCpMdMVLrW2cXoWGZP5hVPmpZRwSd3SA { display:block; }#rCpMdMVLrW2cXoWGZP5hVPmpZRwSd3SA > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ryn6xtVr3dT3pwmxQ1586FA4AQSqg287 { width:17.4375rem;height:1.5rem;top:33.3125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiZnZkSN675LplEpQtqTCy1q59u4L7Mw { width:16.125rem;height:1.3125rem;top:34.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRHX55s31HMfD48PAi6T86OuqDbqO0II { width:19.75rem;height:6.625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAOexzT5UCXDLAZzc1AzlyC9DMb1X19t { width:14.375rem;height:1.5rem;top:25.5rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q32g7WXzFudwggDGUcKPm1bcJT1BiPst { width:17.5rem;height:1.3125rem;top:26.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INJc0puQPV8uFqsZrmXapZofLS04tdp2 { display:flex;width:1.25rem;height:1.25rem;top:23.75rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #HolHPccnpG48aXBN46nDML3qBDKHmZnk { width:19.75rem;height:6.625rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVQG1RB2RzNeKBT8Rq8lzshcTR4uBJXo { width:17.4375rem;height:1.5rem;top:41.1875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pskt5mT5b0q09yN6rT8MlyQ6VTI7m6WQ { display:flex;width:1.25rem;height:1.25rem;top:39.375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #VWZIQJcMqAe7PSxh2n6VvURV0tmxhOIr { width:16.125rem;height:1.3125rem;top:42.6875rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJB1RwaE1IdvaHJVQx6QVC9JdrCRd2gG { width:20rem;height:16.5rem;top:4.734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7qeNqM4sSzzKNZIKV5IsMD4UrHst6Ry { width:16.25rem;height:2.5625rem;top:46.25rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5wBxcTDQcbROGpEI28ATnJvBdJy76lz { display:block; }
 }@media only screen and (max-width: 763px) { #QQlSRI9kmotmUm5OybXypENteAR5Hn2x { width:19.75rem;height:6.625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6USsP3DiQ0Du5L85doXtZ0JeBsTCvQC { display:flex;width:1.25rem;height:1.25rem;top:31.5rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #TJFZJF7kPHA2DXC9iAadxnTN3RxnoIaa { width:19.1875rem;height:3.19970625rem;top:0.97265625rem;left:0.40625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X { display:block; }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EycOOWAf1I0fPgUOdEDMh1aE21qL465i { width:19.9375rem;height:2.25rem;top:1.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 { display:block; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXn9J7W3vO03J4TniTJqnGDy7V7UTfXM { width:20rem;height:2.03125rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNvy4B18E3GcF97CPNl9IgS6d3VBqiLw { width:13.8125rem;height:0.1875rem;top:64.9375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeplvwIRVDx2agG5mBdPiiykg0foDl90 { width:19.375rem;height:38.9941375rem;top:20.63134765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPe3fsyv8Zv38570TTGqDCHZ0shHfx1Q { width:19rem;height:2.5625rem;top:60.875rem;left:0.5rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsEED7XVxuuSyvgJAZNb15ttIkBWS4pL { display:block; }
 }@media only screen and (max-width: 763px) { #WiCixrC9t9FxkSETR9ctv8VVwWaKVqN5 { width:11.0625rem;height:15.125rem;top:4.34375rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTGdVlLA7uUvA8lDWoS9kxw5y7und0AO { display:block; }#UTGdVlLA7uUvA8lDWoS9kxw5y7und0AO > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttRN9VXtoxvmvPiHGRhsTnutpxxJO7Bg { width:8.4375rem;height:7.5rem;top:1.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHqdGiACuL2ZHDz5Ano9Re3dkSQAw23T { width:9.75rem;height:6.25rem;top:9.5000009536744rem;left:5.1250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBP5gkJ9HAavyo4y0JhcK6USKBNXrR2N { width:9.8125rem;height:5.9375rem;top:33.023438453674rem;left:5.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #A048xzdPFGcfB2zi70oP6PJmGThbTe9l { width:8.5625rem;height:6.375rem;top:23.898438453674rem;left:5.7187502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhUQ5uMsUDUO40mzfDrokLEmBSgxAooC { width:2.3125rem;height:2.3125rem;top:17.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZkaf2wfuwH3tBOETub00ZRzOFaDRBcT { width:2.25rem;height:2rem;top:17.656250953674rem;left:5.1250002980232rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLUVHV1HHoXGIvInl60mMcJGnf8uCtVy { width:9.125rem;height:1.6875rem;top:17.812500953674rem;left:8.1875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzW6NxXfLQUcGIPX1wIXZ4dsVPFrMVD7 { width:9.4375rem;height:1.4rem;top:20.019532203674rem;left:5.2812502980232rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc7bswdm14pfbtTqT3mn1QV1yf6HsyZk { width:1.5625rem;height:1.5625rem;top:17.875000953674rem;left:3.2083333134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXVosLGiqE2MboSuTb9pn9pgqzGarbul { display:block; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPIgT7KzVIJlqLiMpx5UP1zOeWs1xmmW { width:20rem;height:4.7246125rem;top:0.94970703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { display:block; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-text { font-size:1.125rem;height:auto; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #fQUModkqVbPqTSftICOnCKWu1F4xFPTv {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 { display:block; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmEgvtFtIX5TTusiT8mZLIVtIexZxu9F { width:0.125rem;height:0.125rem;top:0rem;left:19.951418423672rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -moz-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -ms-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -o-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7795a4', endColorstr='#6d7795a4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7795a4', endColorstr='#6d7795a4' );";background-image: linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oshNQKxttSRyyRhMlkmHsnbpxgpgMwfv { width:20rem;height:2.54980625rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCdEqC15ROSm34CXwKz6UooA04miAW0v { width:20rem;height:auto;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZ5EC7HUh26lGFhMHmqirwiXvgGnpGNT { width:19.9375rem;height:1.5996125rem;top:12.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kREMiiikFliCGu2xh0gT8SoZcMGdLIcl { width:20rem;height:4.79980625rem;top:6.662109375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymDEN2k09TonuP5sThsXcPANGFyWpyIa { display:block; }#ymDEN2k09TonuP5sThsXcPANGFyWpyIa > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thZrBithLfOCVADWXaNKWGsP3ofOX1Mg { width:13.5rem;height:15.25rem;top:26.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrRNxvLV3y9NcmMyrUTwZK1GxaqnibdT { width:13.125rem;height:1.625rem;top:31.9375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k56hLnBivMgRGXiFWbbw7Mwh86TLXxBU { width:13.125rem;height:6.39845rem;top:34.875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzSCJCSQrU10vOUVUoOcXb41MvZUDLzT { width:13.5rem;height:15.25rem;top:43.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXlKqhqIosm9L3XSE6ngHViQH9mI6PEZ { width:13.125rem;height:6.39845rem;top:51.3125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndBCkJLFwtOuxNr5AuwhPHk3ITyhSw2o { width:13.125rem;height:1.625rem;top:49.625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8BNpxTLwpqvmaubkwiOEbBzcVdOWkda { display:flex;width:3.125rem;height:3.125rem;top:28.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #nrlm4Uz1q62T0wglNIDbfxMkw8GQ2DXb { display:flex;width:3.125rem;height:3.125rem;top:46.125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #wngcSOd8AfGhLdfDQMSLelXTZUE8cSmw { width:0.125rem;height:7.5rem;top:16.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVBHloo5USaiqJN3cvA5sNHnCuBqGeR6 { width:7.4375rem;height:5.6875rem;top:15.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqNOFOaZaJmzdzmL4rbVASSLvoUii6Lk { width:20rem;height:2.03125rem;top:1.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcxUMv4TGxxRUvk1gwNQcC4C0nd5qwzr { width:18.4375rem;height:10.3984375rem;top:4.36376953125rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvgOvFcH42uT3disBFGcDI1EKZxt7nzc { width:8.3125rem;height:2.4375rem;top:22.4375rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAg8TFpXWoBGTFMJGIKhiV1SlGklNd6u { display:block; }
 }