.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18fc2484-4363-4e97-b13a-433a433e7cff/TRE_background_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.56); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.56); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt { position:relative;z-index:auto;display:block; }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt { background-color: transparent; background-image: none; }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .row .container > .video-iframe-container { display: none; }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .row > .video-iframe-container { display: none; }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .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); }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt { border-width: 0; border-radius: 0; }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .row .container > .video-iframe-container {  }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:90px;width:960px;position:relative;display:block; }#V63nsdzn8nXsBfPAa9wThLIbJknTbg27 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63px;width:273px;top:12.5px;left:670.578125px;overflow:hidden;display:block; }
#nO5SdtJTWuabnSxHN5x6vPkvfTeWPrvh { position:relative;display:block; }#nO5SdtJTWuabnSxHN5x6vPkvfTeWPrvh { background-color: transparent; background-image: none; }#nO5SdtJTWuabnSxHN5x6vPkvfTeWPrvh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO5SdtJTWuabnSxHN5x6vPkvfTeWPrvh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO5SdtJTWuabnSxHN5x6vPkvfTeWPrvh > .row .container > .video-iframe-container { display: none; }#nO5SdtJTWuabnSxHN5x6vPkvfTeWPrvh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO5SdtJTWuabnSxHN5x6vPkvfTeWPrvh > .row > .video-iframe-container { display: none; }#nO5SdtJTWuabnSxHN5x6vPkvfTeWPrvh > .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); }#nO5SdtJTWuabnSxHN5x6vPkvfTeWPrvh { border-width: 0; border-radius: 0; }#nO5SdtJTWuabnSxHN5x6vPkvfTeWPrvh > .row .container > .video-iframe-container {  }#nO5SdtJTWuabnSxHN5x6vPkvfTeWPrvh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:809px;width:960px;position:relative;display:block; }#qmxH2z0Hdb3MS9sFkkxgwytrUTqvSBIr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:557px;width:960px;top:0px;left:0px;overflow:hidden;display:block; }
#w1h5uP8VTdmlntv7w7CB9lJUp4TFGTlI { color:#000000;display:block;width:751px;position:absolute;font-family:comfortaa;font-size:30px;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:596px;left:74px;height:36px;font-style:normal;display:block; }
#Rv9XT91ScFuiDaShG4bvXZLOwKlnDOzo { color:#000000;display:block;width:784px;position:absolute;font-family:helvetica;font-size:15px;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:652px;left:74px;height:112.5px;font-style:normal;display:block; }
#CUcq9u2GMint05AIdX8RkFIEqqoHWNIh { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:123px;width:457px;top:434px;left:0px;overflow:hidden;display:block; }
#g479OkmbefRScXV2OWndf34zuHibKFa3 { position:relative;display:block; }#g479OkmbefRScXV2OWndf34zuHibKFa3 { background-color: transparent; background-image: none; }#g479OkmbefRScXV2OWndf34zuHibKFa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g479OkmbefRScXV2OWndf34zuHibKFa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g479OkmbefRScXV2OWndf34zuHibKFa3 > .row .container > .video-iframe-container { display: none; }#g479OkmbefRScXV2OWndf34zuHibKFa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g479OkmbefRScXV2OWndf34zuHibKFa3 > .row > .video-iframe-container { display: none; }#g479OkmbefRScXV2OWndf34zuHibKFa3 > .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); }#g479OkmbefRScXV2OWndf34zuHibKFa3 { border-width: 0; border-radius: 0; }#g479OkmbefRScXV2OWndf34zuHibKFa3 > .row .container > .video-iframe-container {  }#g479OkmbefRScXV2OWndf34zuHibKFa3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:222px;width:960px;position:relative;display:block; }#hf3uNdKfGfSyS27mwOpWAHg3y5KXbx2W { color:#37adb7;display:block;width:751px;position:absolute;font-family:comfortaa;font-size:30px;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:50px;left:74px;height:36px;font-style:normal;display:block; }
#r0HSPZPbXaPxd8sQI9PpgJ8RyJsL0IQL { color:#000000;display:block;width:784px;position:absolute;font-family:helvetica;font-size:15px;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:106px;left:74px;height:67.5px;font-style:normal;display:block; }
#aJo4ohVPa436Ch8wzs1aHum2hPmHomPD { position:relative;display:block; }#aJo4ohVPa436Ch8wzs1aHum2hPmHomPD { background-color: transparent; background-image: none; }#aJo4ohVPa436Ch8wzs1aHum2hPmHomPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJo4ohVPa436Ch8wzs1aHum2hPmHomPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJo4ohVPa436Ch8wzs1aHum2hPmHomPD > .row .container > .video-iframe-container { display: none; }#aJo4ohVPa436Ch8wzs1aHum2hPmHomPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJo4ohVPa436Ch8wzs1aHum2hPmHomPD > .row > .video-iframe-container { display: none; }#aJo4ohVPa436Ch8wzs1aHum2hPmHomPD > .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); }#aJo4ohVPa436Ch8wzs1aHum2hPmHomPD { border-width: 0; border-radius: 0; }#aJo4ohVPa436Ch8wzs1aHum2hPmHomPD > .row .container > .video-iframe-container {  }#aJo4ohVPa436Ch8wzs1aHum2hPmHomPD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:327px;width:960px;position:relative;display:block; }#pkgCg5btoRzhKqeMUisymJdOgHSrhfub { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:398px;top:23.5px;left:53px;overflow:hidden;display:block; }
#B96lWxqW12Ch3gE0cTaB8T07GG0ruDIN { color:#000000;display:block;width:354px;position:absolute;font-family:comfortaa;font-size:15px;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:28.5px;left:519px;height:270px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AqOZfqXWK49n9PpGI1iDfbP8DzwTN4hd { position:relative;display:block; }#AqOZfqXWK49n9PpGI1iDfbP8DzwTN4hd { background-color: transparent; background-image: none; }#AqOZfqXWK49n9PpGI1iDfbP8DzwTN4hd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqOZfqXWK49n9PpGI1iDfbP8DzwTN4hd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqOZfqXWK49n9PpGI1iDfbP8DzwTN4hd > .row .container > .video-iframe-container { display: none; }#AqOZfqXWK49n9PpGI1iDfbP8DzwTN4hd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqOZfqXWK49n9PpGI1iDfbP8DzwTN4hd > .row > .video-iframe-container { display: none; }#AqOZfqXWK49n9PpGI1iDfbP8DzwTN4hd > .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); }#AqOZfqXWK49n9PpGI1iDfbP8DzwTN4hd { border-width: 0; border-radius: 0; }#AqOZfqXWK49n9PpGI1iDfbP8DzwTN4hd > .row .container > .video-iframe-container {  }#AqOZfqXWK49n9PpGI1iDfbP8DzwTN4hd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:372px;width:960px;position:relative;display:block; }#IKmeS1EqNUAW0f8H2kkbnT61AWMhqrJS { color:#000000;display:block;width:354px;position:absolute;font-family:comfortaa;font-size:15px;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:51.5px;left:144px;height:270px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JlHb5ITFC4LGxMbaQTPG2AywZMD0hZVs { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:398px;top:46px;left:498px;overflow:hidden;display:block; }
#LWVVDk5kWqWbp3wFFtx4inKAfMfBskQS { position:relative;display:block; }#LWVVDk5kWqWbp3wFFtx4inKAfMfBskQS { background-color: transparent; background-image: none; }#LWVVDk5kWqWbp3wFFtx4inKAfMfBskQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWVVDk5kWqWbp3wFFtx4inKAfMfBskQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWVVDk5kWqWbp3wFFtx4inKAfMfBskQS > .row .container > .video-iframe-container { display: none; }#LWVVDk5kWqWbp3wFFtx4inKAfMfBskQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWVVDk5kWqWbp3wFFtx4inKAfMfBskQS > .row > .video-iframe-container { display: none; }#LWVVDk5kWqWbp3wFFtx4inKAfMfBskQS > .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); }#LWVVDk5kWqWbp3wFFtx4inKAfMfBskQS { border-width: 0; border-radius: 0; }#LWVVDk5kWqWbp3wFFtx4inKAfMfBskQS > .row .container > .video-iframe-container {  }#LWVVDk5kWqWbp3wFFtx4inKAfMfBskQS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:327px;width:960px;position:relative;display:block; }#KROuT7fxI2nS0FATOgUV8iXNui1XVMmX { color:#000000;display:block;width:354px;position:absolute;font-family:comfortaa;font-size:15px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:58.25px;left:519px;height:202.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XMD8b5R0ISVSDfyAxVAD1r0Tvivrbkqu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:279px;width:397px;top:24px;left:53px;overflow:hidden;display:block; }
#MdaDyLtArntmhFNuei60hzbDWZxXNpmd { position:relative;display:block; }#MdaDyLtArntmhFNuei60hzbDWZxXNpmd { background-color: transparent; background-image: none; }#MdaDyLtArntmhFNuei60hzbDWZxXNpmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdaDyLtArntmhFNuei60hzbDWZxXNpmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdaDyLtArntmhFNuei60hzbDWZxXNpmd > .row .container > .video-iframe-container { display: none; }#MdaDyLtArntmhFNuei60hzbDWZxXNpmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdaDyLtArntmhFNuei60hzbDWZxXNpmd > .row > .video-iframe-container { display: none; }#MdaDyLtArntmhFNuei60hzbDWZxXNpmd > .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); }#MdaDyLtArntmhFNuei60hzbDWZxXNpmd { border-width: 0; border-radius: 0; }#MdaDyLtArntmhFNuei60hzbDWZxXNpmd > .row .container > .video-iframe-container {  }#MdaDyLtArntmhFNuei60hzbDWZxXNpmd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:284px;width:960px;position:relative;display:block; }#LexIFu39SWrx7J7F0QV2lTUXFiv6Uiyq { color:#b9665e;display:block;width:751px;position:absolute;font-family:comfortaa;font-size:30px;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:49px;left:74px;height:36px;font-style:normal;display:block; }
#uCdHTBX2Mghg0EqIq92OPZtzaCCf6nBL { color:#000000;display:block;width:784px;position:absolute;font-family:helvetica;font-size:15px;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:105px;left:74px;height:135px;font-style:normal;display:block; }
#QhXpvX3HQOX7BITUuRolSQaILpfQLbHo { position:relative;display:block; }#QhXpvX3HQOX7BITUuRolSQaILpfQLbHo { background-color: transparent; background-image: none; }#QhXpvX3HQOX7BITUuRolSQaILpfQLbHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhXpvX3HQOX7BITUuRolSQaILpfQLbHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhXpvX3HQOX7BITUuRolSQaILpfQLbHo > .row .container > .video-iframe-container { display: none; }#QhXpvX3HQOX7BITUuRolSQaILpfQLbHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhXpvX3HQOX7BITUuRolSQaILpfQLbHo > .row > .video-iframe-container { display: none; }#QhXpvX3HQOX7BITUuRolSQaILpfQLbHo > .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); }#QhXpvX3HQOX7BITUuRolSQaILpfQLbHo { border-width: 0; border-radius: 0; }#QhXpvX3HQOX7BITUuRolSQaILpfQLbHo > .row .container > .video-iframe-container {  }#QhXpvX3HQOX7BITUuRolSQaILpfQLbHo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:327px;width:960px;position:relative;display:block; }#UabrlbUWvdzGfeSf9SbzxSZpQrLXJNsC { color:#000000;display:block;width:354px;position:absolute;font-family:comfortaa;font-size:15px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:28.25px;left:519px;height:270px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#orbvnCILzVG390EzWXUPuG3iJiRVgoe7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:398px;top:23.5px;left:53px;overflow:hidden;display:block; }
#Dn2vt4ur1CdNXBfw7l1IlR7e9Hcgh6Wn { position:relative;display:block; }#Dn2vt4ur1CdNXBfw7l1IlR7e9Hcgh6Wn { background-color: transparent; background-image: none; }#Dn2vt4ur1CdNXBfw7l1IlR7e9Hcgh6Wn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn2vt4ur1CdNXBfw7l1IlR7e9Hcgh6Wn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn2vt4ur1CdNXBfw7l1IlR7e9Hcgh6Wn > .row .container > .video-iframe-container { display: none; }#Dn2vt4ur1CdNXBfw7l1IlR7e9Hcgh6Wn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn2vt4ur1CdNXBfw7l1IlR7e9Hcgh6Wn > .row > .video-iframe-container { display: none; }#Dn2vt4ur1CdNXBfw7l1IlR7e9Hcgh6Wn > .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); }#Dn2vt4ur1CdNXBfw7l1IlR7e9Hcgh6Wn { border-width: 0; border-radius: 0; }#Dn2vt4ur1CdNXBfw7l1IlR7e9Hcgh6Wn > .row .container > .video-iframe-container {  }#Dn2vt4ur1CdNXBfw7l1IlR7e9Hcgh6Wn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:372px;width:960px;position:relative;display:block; }#ugWNWisvE5T26V0u8QHok5Xt5IVTU16a { color:#000000;display:block;width:354px;position:absolute;font-family:comfortaa;font-size:15px;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:51.5px;left:144px;height:270px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OAMdTTiJBvFs4qU7W52Vx8birTrfdEuV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:398px;top:46px;left:498px;overflow:hidden;display:block; }
#UVJdFDpiDegEMPRUTz2Q1fr7ybQQpkbZ { position:relative;display:block; }#UVJdFDpiDegEMPRUTz2Q1fr7ybQQpkbZ { background-color: transparent; background-image: none; }#UVJdFDpiDegEMPRUTz2Q1fr7ybQQpkbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVJdFDpiDegEMPRUTz2Q1fr7ybQQpkbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVJdFDpiDegEMPRUTz2Q1fr7ybQQpkbZ > .row .container > .video-iframe-container { display: none; }#UVJdFDpiDegEMPRUTz2Q1fr7ybQQpkbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVJdFDpiDegEMPRUTz2Q1fr7ybQQpkbZ > .row > .video-iframe-container { display: none; }#UVJdFDpiDegEMPRUTz2Q1fr7ybQQpkbZ > .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); }#UVJdFDpiDegEMPRUTz2Q1fr7ybQQpkbZ { border-width: 0; border-radius: 0; }#UVJdFDpiDegEMPRUTz2Q1fr7ybQQpkbZ > .row .container > .video-iframe-container {  }#UVJdFDpiDegEMPRUTz2Q1fr7ybQQpkbZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:327px;width:960px;position:relative;display:block; }#Z0NQEMhzEavziOJZHRDTa99ODTSaf1u7 { color:#000000;display:block;width:354px;position:absolute;font-family:comfortaa;font-size:15px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:28.25px;left:519px;height:270px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#An7dGsUIDQtJ84RidniUrB8Bk4BdxIEA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:398px;top:23.5px;left:53px;overflow:hidden;display:block; }
#rnr9GqX4agKyP2fxPS5FvTmqyeTOqZJe { position:relative;display:block; }#rnr9GqX4agKyP2fxPS5FvTmqyeTOqZJe { background-color: transparent; background-image: none; }#rnr9GqX4agKyP2fxPS5FvTmqyeTOqZJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnr9GqX4agKyP2fxPS5FvTmqyeTOqZJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnr9GqX4agKyP2fxPS5FvTmqyeTOqZJe > .row .container > .video-iframe-container { display: none; }#rnr9GqX4agKyP2fxPS5FvTmqyeTOqZJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnr9GqX4agKyP2fxPS5FvTmqyeTOqZJe > .row > .video-iframe-container { display: none; }#rnr9GqX4agKyP2fxPS5FvTmqyeTOqZJe > .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); }#rnr9GqX4agKyP2fxPS5FvTmqyeTOqZJe { border-width: 0; border-radius: 0; }#rnr9GqX4agKyP2fxPS5FvTmqyeTOqZJe > .row .container > .video-iframe-container {  }#rnr9GqX4agKyP2fxPS5FvTmqyeTOqZJe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:372px;width:960px;position:relative;display:block; }#Q8G6sx2teB3pgLuOPLTNW4m9SR5TeV5S { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:398px;top:46px;left:498px;overflow:hidden;display:block; }
#VhSydTrQaOnBu6cnrPG2Tw9JKuTzUPkE { color:#000000;display:block;width:354px;position:absolute;font-family:comfortaa;font-size:15px;font-weight:300;z-index:14999;line-height:1.5;letter-spacing:0;top:51px;left:144px;height:270px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mxTFuSG1eF0plKmRTX0MHEHZnmQPixkD { position:relative;display:block; }#mxTFuSG1eF0plKmRTX0MHEHZnmQPixkD { background-color: transparent; background-image: none; }#mxTFuSG1eF0plKmRTX0MHEHZnmQPixkD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxTFuSG1eF0plKmRTX0MHEHZnmQPixkD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxTFuSG1eF0plKmRTX0MHEHZnmQPixkD > .row .container > .video-iframe-container { display: none; }#mxTFuSG1eF0plKmRTX0MHEHZnmQPixkD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxTFuSG1eF0plKmRTX0MHEHZnmQPixkD > .row > .video-iframe-container { display: none; }#mxTFuSG1eF0plKmRTX0MHEHZnmQPixkD > .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); }#mxTFuSG1eF0plKmRTX0MHEHZnmQPixkD { border-width: 0; border-radius: 0; }#mxTFuSG1eF0plKmRTX0MHEHZnmQPixkD > .row .container > .video-iframe-container {  }#mxTFuSG1eF0plKmRTX0MHEHZnmQPixkD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:327px;width:960px;position:relative;display:block; }#Ma6heX3rMbXQw2x2r9nv0TJrPebq0IfO { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:398px;top:23.5px;left:53px;overflow:hidden;display:block; }
#qiHxkTu55VokwlgZ00vfOqDWOuwFOwaq { color:#000000;display:block;width:354px;position:absolute;font-family:comfortaa;font-size:15px;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:18.5px;left:519px;height:292.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yqnWu9FFo3a84PMXyrLSlCxfKP1b4iFO { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:318px;width:33px;top:0px;left:436px;display:block; }
#KRmlt2hXKCOxN8QuPa7ky0aAdipwTlBh { position:relative;display:block; }#KRmlt2hXKCOxN8QuPa7ky0aAdipwTlBh { background-color: transparent; background-image: none; }#KRmlt2hXKCOxN8QuPa7ky0aAdipwTlBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRmlt2hXKCOxN8QuPa7ky0aAdipwTlBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRmlt2hXKCOxN8QuPa7ky0aAdipwTlBh > .row .container > .video-iframe-container { display: none; }#KRmlt2hXKCOxN8QuPa7ky0aAdipwTlBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRmlt2hXKCOxN8QuPa7ky0aAdipwTlBh > .row > .video-iframe-container { display: none; }#KRmlt2hXKCOxN8QuPa7ky0aAdipwTlBh > .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); }#KRmlt2hXKCOxN8QuPa7ky0aAdipwTlBh { border-width: 0; border-radius: 0; }#KRmlt2hXKCOxN8QuPa7ky0aAdipwTlBh > .row .container > .video-iframe-container {  }#KRmlt2hXKCOxN8QuPa7ky0aAdipwTlBh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:372px;width:960px;position:relative;display:block; }#WZVvq6H9iITxUBI5oH7QZDrKNUOvJ5oN { color:#000000;display:block;width:354px;position:absolute;font-family:comfortaa;font-size:15px;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:51.5px;left:144px;height:270px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IMqT4bVWLUtEChHgaQC4WJg4yRvalkoN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:398px;top:51.5px;left:498px;overflow:hidden;display:block; }
#dEhNLGIlAzVS7TNhU2VFitgslzQcAEsb { position:relative;display:block; }#dEhNLGIlAzVS7TNhU2VFitgslzQcAEsb { background-color: transparent; background-image: none; }#dEhNLGIlAzVS7TNhU2VFitgslzQcAEsb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEhNLGIlAzVS7TNhU2VFitgslzQcAEsb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEhNLGIlAzVS7TNhU2VFitgslzQcAEsb > .row .container > .video-iframe-container { display: none; }#dEhNLGIlAzVS7TNhU2VFitgslzQcAEsb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEhNLGIlAzVS7TNhU2VFitgslzQcAEsb > .row > .video-iframe-container { display: none; }#dEhNLGIlAzVS7TNhU2VFitgslzQcAEsb > .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); }#dEhNLGIlAzVS7TNhU2VFitgslzQcAEsb { border-width: 0; border-radius: 0; }#dEhNLGIlAzVS7TNhU2VFitgslzQcAEsb > .row .container > .video-iframe-container {  }#dEhNLGIlAzVS7TNhU2VFitgslzQcAEsb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:217px;width:960px;position:relative;display:block; }#r3KCMdq8yMwtEGDfF4wG4T9ANtmN5STW { color:#3d6889;display:block;width:751px;position:absolute;font-family:comfortaa;font-size:30px;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:52px;left:74px;height:36px;font-style:normal;display:block; }
#estDAUg2UfpAWr5ISH37y46RM6He5O3D { color:#000000;display:block;width:784px;position:absolute;font-family:helvetica;font-size:15px;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:108px;left:74px;height:67.5px;font-style:normal;display:block; }
#bBOprRMGZsz58MGgcnngRhKlo1q1amtB { position:relative;display:block; }#bBOprRMGZsz58MGgcnngRhKlo1q1amtB { background-color: transparent; background-image: none; }#bBOprRMGZsz58MGgcnngRhKlo1q1amtB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBOprRMGZsz58MGgcnngRhKlo1q1amtB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBOprRMGZsz58MGgcnngRhKlo1q1amtB > .row .container > .video-iframe-container { display: none; }#bBOprRMGZsz58MGgcnngRhKlo1q1amtB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBOprRMGZsz58MGgcnngRhKlo1q1amtB > .row > .video-iframe-container { display: none; }#bBOprRMGZsz58MGgcnngRhKlo1q1amtB > .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); }#bBOprRMGZsz58MGgcnngRhKlo1q1amtB { border-width: 0; border-radius: 0; }#bBOprRMGZsz58MGgcnngRhKlo1q1amtB > .row .container > .video-iframe-container {  }#bBOprRMGZsz58MGgcnngRhKlo1q1amtB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:327px;width:960px;position:relative;display:block; }#S5L6m9xMpfupEXhX9gua3JOf1vgrrsGE { color:#000000;display:block;width:354px;position:absolute;font-family:comfortaa;font-size:15px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:19.25px;left:519px;height:270px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dKq6XW3TF7xpuyKGCecMoS0TXZeWSoS2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:398px;top:23.5px;left:53px;overflow:hidden;display:block; }
#JP2qPKnnmQgzSXq9lNA28s6r883dODCG { position:relative;display:block; }#JP2qPKnnmQgzSXq9lNA28s6r883dODCG { background-color: transparent; background-image: none; }#JP2qPKnnmQgzSXq9lNA28s6r883dODCG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP2qPKnnmQgzSXq9lNA28s6r883dODCG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP2qPKnnmQgzSXq9lNA28s6r883dODCG > .row .container > .video-iframe-container { display: none; }#JP2qPKnnmQgzSXq9lNA28s6r883dODCG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP2qPKnnmQgzSXq9lNA28s6r883dODCG > .row > .video-iframe-container { display: none; }#JP2qPKnnmQgzSXq9lNA28s6r883dODCG > .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); }#JP2qPKnnmQgzSXq9lNA28s6r883dODCG { border-width: 0; border-radius: 0; }#JP2qPKnnmQgzSXq9lNA28s6r883dODCG > .row .container > .video-iframe-container {  }#JP2qPKnnmQgzSXq9lNA28s6r883dODCG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:372px;width:960px;position:relative;display:block; }#VUy9Bl2VCf0K5aWQLXSmzaW3Vo568qh8 { color:#000000;display:block;width:354px;position:absolute;font-family:comfortaa;font-size:15px;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:51.5px;left:144px;height:270px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vxHk427SKkAJFkVFsuxzZp2yR7tDlocw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:398px;top:46px;left:498px;overflow:hidden;display:block; }
#GdJCyaglpDvIzux05nZsy1qEZdtHA8fO { position:relative;display:block; }#GdJCyaglpDvIzux05nZsy1qEZdtHA8fO { background-color: transparent; background-image: none; }#GdJCyaglpDvIzux05nZsy1qEZdtHA8fO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdJCyaglpDvIzux05nZsy1qEZdtHA8fO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdJCyaglpDvIzux05nZsy1qEZdtHA8fO > .row .container > .video-iframe-container { display: none; }#GdJCyaglpDvIzux05nZsy1qEZdtHA8fO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdJCyaglpDvIzux05nZsy1qEZdtHA8fO > .row > .video-iframe-container { display: none; }#GdJCyaglpDvIzux05nZsy1qEZdtHA8fO > .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); }#GdJCyaglpDvIzux05nZsy1qEZdtHA8fO { border-width: 0; border-radius: 0; }#GdJCyaglpDvIzux05nZsy1qEZdtHA8fO > .row .container > .video-iframe-container {  }#GdJCyaglpDvIzux05nZsy1qEZdtHA8fO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:608px;width:960px;position:relative;display:block; }#cZSdCo66KvSJFcMSsO9meTzH3Rn3A2xo { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:123px;width:457px;top:485px;left:0px;overflow:hidden;display:block; }
#FVZDIhMxlDIZHkSq4HvdKvNeTawECdZu { position:absolute;display:block;z-index:15012;height:360px;width:640px;top:54px;left:160px;display:block; }
#wVVsPln2rumaHSHyCl3LPd7OZ9i0bAmJ { position:relative;display:block; }#wVVsPln2rumaHSHyCl3LPd7OZ9i0bAmJ { background-color: transparent; background-image: none; }#wVVsPln2rumaHSHyCl3LPd7OZ9i0bAmJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVVsPln2rumaHSHyCl3LPd7OZ9i0bAmJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVVsPln2rumaHSHyCl3LPd7OZ9i0bAmJ > .row .container > .video-iframe-container { display: none; }#wVVsPln2rumaHSHyCl3LPd7OZ9i0bAmJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVVsPln2rumaHSHyCl3LPd7OZ9i0bAmJ > .row > .video-iframe-container { display: none; }#wVVsPln2rumaHSHyCl3LPd7OZ9i0bAmJ > .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); }#wVVsPln2rumaHSHyCl3LPd7OZ9i0bAmJ { border-width: 0; border-radius: 0; }#wVVsPln2rumaHSHyCl3LPd7OZ9i0bAmJ > .row .container > .video-iframe-container {  }#wVVsPln2rumaHSHyCl3LPd7OZ9i0bAmJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b7b7b7;background-image:none;font-size:14px;font-family:arial;height:28px;width:960px;position:relative;display:block; }#woo4nZvSEHPydygQSTQiOTgxLMqBPvVv { position:absolute;display:block;z-index:15009;height:29px;width:125px;top:0px;left:417.5px;display:block; }
#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt { position:relative;display:block; }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt { background-color: transparent; background-image: none; }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .row .container > .video-iframe-container { display: none; }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .row > .video-iframe-container { display: none; }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .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); }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt { border-width: 0; border-radius: 0; }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .row .container > .video-iframe-container {  }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b7b7b7;background-image:none;font-size:14px;font-family:arial;height:257px;width:960px;position:relative;display:block; }#EtyPp1gblEW02TPyUUFXwKs6psxkH1Vm { color:#ffffff;display:block;width:927.984px;position:absolute;font-family:helvetica;font-size:12px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:183.265625px;left:15.984375px;height:46.7812px;display:block; }
#zEb89TVTU8lrMAGUv77Z0UT3kknOLheq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:91.9965px;width:363.993px;top:42px;left:243px;overflow:hidden;display:block; }
#IK6H7gRnoAPF5oGEHM1NwC6meLGmvP34 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:41.979187011719px;left:613.96179199219px;height:20.7986px;display:block; }
#VKhqyrq9XEIzrFf8cHSWH7pDrg5tefI5 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:71.546875px;left:610.984375px;height:20.7986px;display:block; }
#TyGg94KBXfEOZQCXi2KxxpThzl43BIiv { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:101.33349609375px;left:612.10076904297px;height:20.7986px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt { display:block; }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V63nsdzn8nXsBfPAa9wThLIbJknTbg27 { top:12px;left:491px;width:273px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #nO5SdtJTWuabnSxHN5x6vPkvfTeWPrvh { display:block; }#nO5SdtJTWuabnSxHN5x6vPkvfTeWPrvh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmxH2z0Hdb3MS9sFkkxgwytrUTqvSBIr { top:0px;left:0px;width:764px;height:443.27916666667px;display:block; }
 }@media only screen and (max-width: 763px) { #w1h5uP8VTdmlntv7w7CB9lJUp4TFGTlI { top:596px;left:0px;width:751px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Rv9XT91ScFuiDaShG4bvXZLOwKlnDOzo { top:652px;left:0px;width:764px;height:115px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #CUcq9u2GMint05AIdX8RkFIEqqoHWNIh { top:434px;left:0px;width:457px;height:123px;display:block; }
 }@media only screen and (max-width: 763px) { #g479OkmbefRScXV2OWndf34zuHibKFa3 { display:block; }#g479OkmbefRScXV2OWndf34zuHibKFa3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hf3uNdKfGfSyS27mwOpWAHg3y5KXbx2W { top:50px;left:0px;width:751px;height:36px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #r0HSPZPbXaPxd8sQI9PpgJ8RyJsL0IQL { top:106px;left:0px;width:764px;height:69px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #aJo4ohVPa436Ch8wzs1aHum2hPmHomPD { display:block; }#aJo4ohVPa436Ch8wzs1aHum2hPmHomPD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkgCg5btoRzhKqeMUisymJdOgHSrhfub { top:24px;left:0px;width:398px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #B96lWxqW12Ch3gE0cTaB8T07GG0ruDIN { top:28px;left:410px;width:354px;height:270px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #AqOZfqXWK49n9PpGI1iDfbP8DzwTN4hd { display:block; }#AqOZfqXWK49n9PpGI1iDfbP8DzwTN4hd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKmeS1EqNUAW0f8H2kkbnT61AWMhqrJS { top:51px;left:46px;width:354px;height:270px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JlHb5ITFC4LGxMbaQTPG2AywZMD0hZVs { top:46px;left:364px;width:398px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #LWVVDk5kWqWbp3wFFtx4inKAfMfBskQS { display:block; }#LWVVDk5kWqWbp3wFFtx4inKAfMfBskQS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KROuT7fxI2nS0FATOgUV8iXNui1XVMmX { top:58px;left:410px;width:354px;height:202px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XMD8b5R0ISVSDfyAxVAD1r0Tvivrbkqu { top:24px;left:0px;width:397px;height:279px;display:block; }
 }@media only screen and (max-width: 763px) { #MdaDyLtArntmhFNuei60hzbDWZxXNpmd { display:block; }#MdaDyLtArntmhFNuei60hzbDWZxXNpmd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LexIFu39SWrx7J7F0QV2lTUXFiv6Uiyq { top:49px;left:0px;width:751px;height:36px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uCdHTBX2Mghg0EqIq92OPZtzaCCf6nBL { top:105px;left:0px;width:764px;height:140px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QhXpvX3HQOX7BITUuRolSQaILpfQLbHo { display:block; }#QhXpvX3HQOX7BITUuRolSQaILpfQLbHo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UabrlbUWvdzGfeSf9SbzxSZpQrLXJNsC { top:28px;left:410px;width:354px;height:270px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #orbvnCILzVG390EzWXUPuG3iJiRVgoe7 { top:24px;left:0px;width:398px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #Dn2vt4ur1CdNXBfw7l1IlR7e9Hcgh6Wn { display:block; }#Dn2vt4ur1CdNXBfw7l1IlR7e9Hcgh6Wn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugWNWisvE5T26V0u8QHok5Xt5IVTU16a { top:51px;left:46px;width:354px;height:270px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OAMdTTiJBvFs4qU7W52Vx8birTrfdEuV { top:46px;left:364px;width:398px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #UVJdFDpiDegEMPRUTz2Q1fr7ybQQpkbZ { display:block; }#UVJdFDpiDegEMPRUTz2Q1fr7ybQQpkbZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0NQEMhzEavziOJZHRDTa99ODTSaf1u7 { top:28px;left:410px;width:354px;height:270px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #An7dGsUIDQtJ84RidniUrB8Bk4BdxIEA { top:24px;left:0px;width:398px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #rnr9GqX4agKyP2fxPS5FvTmqyeTOqZJe { display:block; }#rnr9GqX4agKyP2fxPS5FvTmqyeTOqZJe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8G6sx2teB3pgLuOPLTNW4m9SR5TeV5S { top:46px;left:364px;width:398px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #VhSydTrQaOnBu6cnrPG2Tw9JKuTzUPkE { top:51px;left:46px;width:354px;height:270px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mxTFuSG1eF0plKmRTX0MHEHZnmQPixkD { display:block; }#mxTFuSG1eF0plKmRTX0MHEHZnmQPixkD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ma6heX3rMbXQw2x2r9nv0TJrPebq0IfO { top:24px;left:0px;width:398px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #qiHxkTu55VokwlgZ00vfOqDWOuwFOwaq { top:18px;left:410px;width:354px;height:292px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yqnWu9FFo3a84PMXyrLSlCxfKP1b4iFO { top:0px;left:338px;width:33px;height:318px;display:block; }
 }@media only screen and (max-width: 763px) { #KRmlt2hXKCOxN8QuPa7ky0aAdipwTlBh { display:block; }#KRmlt2hXKCOxN8QuPa7ky0aAdipwTlBh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZVvq6H9iITxUBI5oH7QZDrKNUOvJ5oN { top:51px;left:46px;width:354px;height:270px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IMqT4bVWLUtEChHgaQC4WJg4yRvalkoN { top:51px;left:364px;width:398px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #dEhNLGIlAzVS7TNhU2VFitgslzQcAEsb { display:block; }#dEhNLGIlAzVS7TNhU2VFitgslzQcAEsb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3KCMdq8yMwtEGDfF4wG4T9ANtmN5STW { top:52px;left:0px;width:751px;height:36px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #estDAUg2UfpAWr5ISH37y46RM6He5O3D { top:108px;left:0px;width:764px;height:70px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #bBOprRMGZsz58MGgcnngRhKlo1q1amtB { display:block; }#bBOprRMGZsz58MGgcnngRhKlo1q1amtB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5L6m9xMpfupEXhX9gua3JOf1vgrrsGE { top:19px;left:410px;width:354px;height:270px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #dKq6XW3TF7xpuyKGCecMoS0TXZeWSoS2 { top:23px;left:0px;width:398px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #JP2qPKnnmQgzSXq9lNA28s6r883dODCG { display:block; }#JP2qPKnnmQgzSXq9lNA28s6r883dODCG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUy9Bl2VCf0K5aWQLXSmzaW3Vo568qh8 { top:51px;left:46px;width:354px;height:270px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vxHk427SKkAJFkVFsuxzZp2yR7tDlocw { top:46px;left:364px;width:398px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #GdJCyaglpDvIzux05nZsy1qEZdtHA8fO { display:block; }#GdJCyaglpDvIzux05nZsy1qEZdtHA8fO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZSdCo66KvSJFcMSsO9meTzH3Rn3A2xo { top:485px;left:0px;width:457px;height:123px;display:block; }
 }@media only screen and (max-width: 763px) { #FVZDIhMxlDIZHkSq4HvdKvNeTawECdZu { top:54px;left:62px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #wVVsPln2rumaHSHyCl3LPd7OZ9i0bAmJ { display:block; }#wVVsPln2rumaHSHyCl3LPd7OZ9i0bAmJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woo4nZvSEHPydygQSTQiOTgxLMqBPvVv { top:0px;left:319.5px;width:125px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt { display:block; }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtyPp1gblEW02TPyUUFXwKs6psxkH1Vm { top:183px;left:0px;width:764px;height:46px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zEb89TVTU8lrMAGUv77Z0UT3kknOLheq { top:42px;left:145px;width:363px;height:91.745526699689px;display:block; }
 }@media only screen and (max-width: 763px) { #IK6H7gRnoAPF5oGEHM1NwC6meLGmvP34 { top:41px;left:515.96179199219px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VKhqyrq9XEIzrFf8cHSWH7pDrg5tefI5 { top:71px;left:512.984375px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TyGg94KBXfEOZQCXi2KxxpThzl43BIiv { top:101px;left:514.09375px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt { position:relative;z-index:auto;display:block; }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .row .container { width:320px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V63nsdzn8nXsBfPAa9wThLIbJknTbg27 { width:205px;height:51.9965px;top:76.97917175293px;left:57.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #nO5SdtJTWuabnSxHN5x6vPkvfTeWPrvh { display:block; }#nO5SdtJTWuabnSxHN5x6vPkvfTeWPrvh > .row .container { width:320px;height:509px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmxH2z0Hdb3MS9sFkkxgwytrUTqvSBIr { width:320px;height:185px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w1h5uP8VTdmlntv7w7CB9lJUp4TFGTlI { width:275px;height:52px;top:214px;left:23px;font-size:20px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Rv9XT91ScFuiDaShG4bvXZLOwKlnDOzo { width:275px;height:193.797px;top:280px;left:23px;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CUcq9u2GMint05AIdX8RkFIEqqoHWNIh { width:160px;height:42px;top:144px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #g479OkmbefRScXV2OWndf34zuHibKFa3 { display:block; }#g479OkmbefRScXV2OWndf34zuHibKFa3 > .row .container { width:320px;height:273px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hf3uNdKfGfSyS27mwOpWAHg3y5KXbx2W { width:275px;height:52px;top:34.765625px;left:22.5px;font-size:20px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #r0HSPZPbXaPxd8sQI9PpgJ8RyJsL0IQL { width:275px;height:140.125px;top:100.546875px;left:22.5px;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aJo4ohVPa436Ch8wzs1aHum2hPmHomPD { display:block; }#aJo4ohVPa436Ch8wzs1aHum2hPmHomPD > .row .container { width:320px;height:455px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkgCg5btoRzhKqeMUisymJdOgHSrhfub { width:274px;height:192px;top:0px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #B96lWxqW12Ch3gE0cTaB8T07GG0ruDIN { width:320px;height:218.25px;top:212px;left:0px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AqOZfqXWK49n9PpGI1iDfbP8DzwTN4hd { display:block; }#AqOZfqXWK49n9PpGI1iDfbP8DzwTN4hd > .row .container { width:320px;height:444px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKmeS1EqNUAW0f8H2kkbnT61AWMhqrJS { width:320px;height:218.25px;top:213.6875px;left:0px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JlHb5ITFC4LGxMbaQTPG2AywZMD0hZVs { width:274px;height:192px;top:0px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #LWVVDk5kWqWbp3wFFtx4inKAfMfBskQS { display:block; }#LWVVDk5kWqWbp3wFFtx4inKAfMfBskQS > .row .container { width:320px;height:399px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KROuT7fxI2nS0FATOgUV8iXNui1XVMmX { width:320px;height:163.6875px;top:213.6875px;left:0px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XMD8b5R0ISVSDfyAxVAD1r0Tvivrbkqu { width:274px;height:192px;top:0px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #MdaDyLtArntmhFNuei60hzbDWZxXNpmd { display:block; }#MdaDyLtArntmhFNuei60hzbDWZxXNpmd > .row .container { width:320px;height:342px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LexIFu39SWrx7J7F0QV2lTUXFiv6Uiyq { width:275px;height:52px;top:24.765625px;left:22.5px;font-size:20px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uCdHTBX2Mghg0EqIq92OPZtzaCCf6nBL { width:275px;height:225.578px;top:90.546875px;left:22.5px;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QhXpvX3HQOX7BITUuRolSQaILpfQLbHo { display:block; }#QhXpvX3HQOX7BITUuRolSQaILpfQLbHo > .row .container { width:320px;height:432px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UabrlbUWvdzGfeSf9SbzxSZpQrLXJNsC { width:320px;height:218.25px;top:213.6875px;left:0px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orbvnCILzVG390EzWXUPuG3iJiRVgoe7 { width:274px;height:192px;top:0px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Dn2vt4ur1CdNXBfw7l1IlR7e9Hcgh6Wn { display:block; }#Dn2vt4ur1CdNXBfw7l1IlR7e9Hcgh6Wn > .row .container { width:320px;height:444px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugWNWisvE5T26V0u8QHok5Xt5IVTU16a { width:320px;height:218.25px;top:213.6875px;left:0px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OAMdTTiJBvFs4qU7W52Vx8birTrfdEuV { width:274px;height:192px;top:0px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #UVJdFDpiDegEMPRUTz2Q1fr7ybQQpkbZ { display:block; }#UVJdFDpiDegEMPRUTz2Q1fr7ybQQpkbZ > .row .container { width:320px;height:432px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0NQEMhzEavziOJZHRDTa99ODTSaf1u7 { width:320px;height:218.25px;top:213.6875px;left:0px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #An7dGsUIDQtJ84RidniUrB8Bk4BdxIEA { width:274px;height:192px;top:0px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #rnr9GqX4agKyP2fxPS5FvTmqyeTOqZJe { display:block; }#rnr9GqX4agKyP2fxPS5FvTmqyeTOqZJe > .row .container { width:320px;height:444px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8G6sx2teB3pgLuOPLTNW4m9SR5TeV5S { width:274px;height:192px;top:0px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #VhSydTrQaOnBu6cnrPG2Tw9JKuTzUPkE { width:320px;height:218.25px;top:213.6875px;left:0px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxTFuSG1eF0plKmRTX0MHEHZnmQPixkD { display:block; }#mxTFuSG1eF0plKmRTX0MHEHZnmQPixkD > .row .container { width:320px;height:461px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ma6heX3rMbXQw2x2r9nv0TJrPebq0IfO { width:274px;height:192px;top:0px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #qiHxkTu55VokwlgZ00vfOqDWOuwFOwaq { width:320px;height:236.4375px;top:212px;left:0px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yqnWu9FFo3a84PMXyrLSlCxfKP1b4iFO { width:33px;height:175px;top:0px;left:287px;display:block; }
 }@media only screen and (max-width: 763px) { #KRmlt2hXKCOxN8QuPa7ky0aAdipwTlBh { display:block; }#KRmlt2hXKCOxN8QuPa7ky0aAdipwTlBh > .row .container { width:320px;height:444px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZVvq6H9iITxUBI5oH7QZDrKNUOvJ5oN { width:320px;height:218.25px;top:213.6875px;left:0px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMqT4bVWLUtEChHgaQC4WJg4yRvalkoN { width:274px;height:192px;top:0px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #dEhNLGIlAzVS7TNhU2VFitgslzQcAEsb { display:block; }#dEhNLGIlAzVS7TNhU2VFitgslzQcAEsb > .row .container { width:320px;height:230px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3KCMdq8yMwtEGDfF4wG4T9ANtmN5STW { width:275px;height:52px;top:14.765625px;left:22.5px;font-size:20px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #estDAUg2UfpAWr5ISH37y46RM6He5O3D { width:275px;height:122.234px;top:80.546875px;left:22.5px;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bBOprRMGZsz58MGgcnngRhKlo1q1amtB { display:block; }#bBOprRMGZsz58MGgcnngRhKlo1q1amtB > .row .container { width:320px;height:432px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5L6m9xMpfupEXhX9gua3JOf1vgrrsGE { width:320px;height:218.25px;top:213.6875px;left:0px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dKq6XW3TF7xpuyKGCecMoS0TXZeWSoS2 { width:274px;height:192px;top:0px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #JP2qPKnnmQgzSXq9lNA28s6r883dODCG { display:block; }#JP2qPKnnmQgzSXq9lNA28s6r883dODCG > .row .container { width:320px;height:444px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUy9Bl2VCf0K5aWQLXSmzaW3Vo568qh8 { width:320px;height:218.25px;top:213.6875px;left:0px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxHk427SKkAJFkVFsuxzZp2yR7tDlocw { width:274px;height:192px;top:0px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #GdJCyaglpDvIzux05nZsy1qEZdtHA8fO { display:block; }#GdJCyaglpDvIzux05nZsy1qEZdtHA8fO > .row .container { width:320px;height:239px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZSdCo66KvSJFcMSsO9meTzH3Rn3A2xo { width:160px;height:43px;top:195px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FVZDIhMxlDIZHkSq4HvdKvNeTawECdZu { width:320px;height:180px;top:0px;left:0px;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #wVVsPln2rumaHSHyCl3LPd7OZ9i0bAmJ { display:block; }#wVVsPln2rumaHSHyCl3LPd7OZ9i0bAmJ > .row .container { width:320px;height:69px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woo4nZvSEHPydygQSTQiOTgxLMqBPvVv { width:125px;height:29px;top:20px;left:97px;display:none; }
 }@media only screen and (max-width: 763px) { #Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt { display:block; }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .row .container { width:320px;height:390px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtyPp1gblEW02TPyUUFXwKs6psxkH1Vm { width:270px;height:155.938px;top:184.23614501953px;left:38.493056297302px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zEb89TVTU8lrMAGUv77Z0UT3kknOLheq { width:268.993px;height:62.9861px;top:65.208374023438px;left:40.590279579163px;display:block; }
 }@media only screen and (max-width: 763px) { #IK6H7gRnoAPF5oGEHM1NwC6meLGmvP34 { width:116.997px;height:20.7969px;top:148.58337402344px;left:124.98265171051px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VKhqyrq9XEIzrFf8cHSWH7pDrg5tefI5 { width:112.986px;height:20.7969px;top:149.60070800781px;left:207.01390171051px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TyGg94KBXfEOZQCXi2KxxpThzl43BIiv { width:110.99px;height:41.5938px;top:149.61810302734px;left:33.975697517395px;font-size:16px;display:block; }
 }