.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#0d3744;background-image:none;position:relative;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); }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5339eecc-b25f-48d6-8517-4f02869586e6/62f41b6e74621d6c71d454a091918307bd9e9122.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl.adaptive-delivery-prevent-bg, #oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl.lazyload, #oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl.lazyloading { background-image: none; }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .row .container { background-color: transparent; background-image: none; }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,93,109,0.9); }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .row .container > .video-iframe-container { display: none; }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,93,109,0.9); }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .row > .video-iframe-container { display: none; }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .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); }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .row .container { border-width: 0; border-radius: 0; }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .row .container { width:60rem;height:80.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#hAki3vGgt9D1JavWJRiXDThXadtXRFKv { color:#ffffff;display:block;width:34.624rem;position:absolute;font-family:"tt hoves";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:8.87451171875rem;left:7.374267578125rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NG3V4bsFXkqSh1JzTFO4puquLTT3rEqn { color:#ffffff;display:block;width:46.1853125rem;position:absolute;font-family:"tt hoves";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:19.581298828125rem;left:7.374267578125rem;height:42.745275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hf8ZBrwHBBTe1KbCuMFkw52U2nalDxL1 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"tt hoves";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:13.375rem;left:11.6875rem;height:3.601075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#urfDcd72rSKGO4rNqa4fah3SqU36U4IT { position:absolute;display:block;z-index:15010;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.375rem;width:2.375rem;top:14.0625rem;left:7.375rem;overflow:hidden;display:block; }
#LwJQLUe778TQ43vueFlxbFm4FLvVxFfI { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"tt hoves";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:13.375rem;left:31.3125rem;height:3.601075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#skiyC6dFOUtJRh61qSv4Jvlh5hOI8IAW { position:absolute;display:block;z-index:15013;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.375rem;width:2.375rem;top:14rem;left:27rem;overflow:hidden;display:block; }
#zy4xRsxssluO0VkrJlyEb9Dxanm7Bkqa { z-index:15003;top:66.56005859375rem;left:7.374267578125rem;background-color:#e31d4a;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;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:"tt hoves";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cksoTwzbu8a5lqVgH25yuCE2LBOhI0vE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i0VXv1sUxBt2A3oauL58DIpDrBMBZQ19 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e7e8;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; }#i0VXv1sUxBt2A3oauL58DIpDrBMBZQ19 > .row .container { background-color: transparent; background-image: none; }#i0VXv1sUxBt2A3oauL58DIpDrBMBZQ19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0VXv1sUxBt2A3oauL58DIpDrBMBZQ19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0VXv1sUxBt2A3oauL58DIpDrBMBZQ19 > .row .container > .video-iframe-container { display: none; }#i0VXv1sUxBt2A3oauL58DIpDrBMBZQ19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0VXv1sUxBt2A3oauL58DIpDrBMBZQ19 > .row > .video-iframe-container { display: none; }#i0VXv1sUxBt2A3oauL58DIpDrBMBZQ19 > .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); }#i0VXv1sUxBt2A3oauL58DIpDrBMBZQ19 > .row .container { border-width: 0; border-radius: 0; }#i0VXv1sUxBt2A3oauL58DIpDrBMBZQ19 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i0VXv1sUxBt2A3oauL58DIpDrBMBZQ19 > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:60rem;position:relative;display:block; }#rJP9PqNNeCQZIp698ZgU5U4dzWw8RHua { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:2.9375rem;left:0rem;display:block; }
#lNiEyxqkA6fIvz4AwCmQXkUQIP5hWSxz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:11.6875rem;top:7.6875rem;left:24.15625rem;overflow:hidden;display:block; }
#x6GPQzE0V6SLKqTz423dL23z2JUefqNs { position:absolute;display:block;z-index:15002;background-color:#e7e7e8;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:3rem;width:12rem;top:15.375rem;left:24rem;display:block; }
#yAUFM6FJ8TBRdsEcphUMJ4Vzdbhe5yBA { box-sizing:content-box;color:#545454;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:15.53125rem;left:24.5625rem;display:block; }
#cfIf2RgTsrVo6xinDJptJ6NWnU3Fiy3i { box-sizing:content-box;color:#545454;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:15.59375rem;left:27.25rem;display:block; }
#ltV5Gc6i7ieZRezgFkLBqfLZesmynOnF { box-sizing:content-box;color:#545454;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:15.46875rem;left:30rem;display:block; }
#zzsJS1XqMXzglVWMxygZCoAxViTwGblV { box-sizing:content-box;color:#545454;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:15.53125rem;left:32.75rem;display:block; }
#lV3RPwT7HFWQlTPTvVOEhRi0J2f8SheD { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.8125rem;left:12.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl { display:block; }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAki3vGgt9D1JavWJRiXDThXadtXRFKv { width:34.5625rem;height:2.5rem;top:8.8125rem;left:1.249267578125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG3V4bsFXkqSh1JzTFO4puquLTT3rEqn { width:46.125rem;height:42.6875rem;top:19.5625rem;left:1.249267578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf8ZBrwHBBTe1KbCuMFkw52U2nalDxL1 { width:15.3125rem;height:3.5625rem;top:13.375rem;left:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urfDcd72rSKGO4rNqa4fah3SqU36U4IT { width:2.3125rem;height:2.3125rem;top:14.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwJQLUe778TQ43vueFlxbFm4FLvVxFfI { width:17.5rem;height:3.5625rem;top:13.375rem;left:25.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skiyC6dFOUtJRh61qSv4Jvlh5hOI8IAW { width:2.3125rem;height:2.3125rem;top:14rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy4xRsxssluO0VkrJlyEb9Dxanm7Bkqa { top:66.5rem;left:1.249267578125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cksoTwzbu8a5lqVgH25yuCE2LBOhI0vE { display:block; }
 }@media only screen and (max-width: 763px) { #i0VXv1sUxBt2A3oauL58DIpDrBMBZQ19 { display:block; }#i0VXv1sUxBt2A3oauL58DIpDrBMBZQ19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJP9PqNNeCQZIp698ZgU5U4dzWw8RHua { top:2.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNiEyxqkA6fIvz4AwCmQXkUQIP5hWSxz { top:7.6875rem;left:18.03125rem;width:11.6875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6GPQzE0V6SLKqTz423dL23z2JUefqNs { top:15.375rem;left:17.875rem;width:12rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAUFM6FJ8TBRdsEcphUMJ4Vzdbhe5yBA { top:15.5rem;left:18.4375rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfIf2RgTsrVo6xinDJptJ6NWnU3Fiy3i { top:15.5625rem;left:21.125rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltV5Gc6i7ieZRezgFkLBqfLZesmynOnF { top:15.4375rem;left:23.875rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzsJS1XqMXzglVWMxygZCoAxViTwGblV { top:15.5rem;left:26.625rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3RPwT7HFWQlTPTvVOEhRi0J2f8SheD { top:19.8125rem;left:6.4375rem;width:37.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl { background-color:transparent;background-image:none;display:block; }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .row .container { background-color: transparent; background-image: none; }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .row .container > .video-iframe-container { display: none; }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .row > .video-iframe-container { display: none; }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .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); }#oNqzFI5b0ol20ufzcLw9uZ2PWyA45Sbl > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAki3vGgt9D1JavWJRiXDThXadtXRFKv { width:17.8125rem;height:4.4995125rem;top:0rem;left:1.09375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NG3V4bsFXkqSh1JzTFO4puquLTT3rEqn { width:18.75rem;height:46.1645125rem;top:24.200439453125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hf8ZBrwHBBTe1KbCuMFkw52U2nalDxL1 { width:10.06225rem;height:2.2753875rem;top:10.498046875rem;left:4.967041015625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #urfDcd72rSKGO4rNqa4fah3SqU36U4IT { width:1.62475625rem;height:1.62475625rem;top:6.513671875rem;left:9.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwJQLUe778TQ43vueFlxbFm4FLvVxFfI { width:13.93675rem;height:2.44873125rem;top:18.560791015625rem;left:3.031005859375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #skiyC6dFOUtJRh61qSv4Jvlh5hOI8IAW { width:1.499025rem;height:1.499025rem;top:14.561767578125rem;left:9.249267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy4xRsxssluO0VkrJlyEb9Dxanm7Bkqa { top:72.47314453125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cksoTwzbu8a5lqVgH25yuCE2LBOhI0vE { display:block; }
 }@media only screen and (max-width: 763px) { #i0VXv1sUxBt2A3oauL58DIpDrBMBZQ19 { display:block; }#i0VXv1sUxBt2A3oauL58DIpDrBMBZQ19 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJP9PqNNeCQZIp698ZgU5U4dzWw8RHua { width:20rem;height:0.0625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNiEyxqkA6fIvz4AwCmQXkUQIP5hWSxz { width:7.0625rem;height:1.25rem;top:4.4375rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6GPQzE0V6SLKqTz423dL23z2JUefqNs { width:12rem;height:3rem;top:8.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAUFM6FJ8TBRdsEcphUMJ4Vzdbhe5yBA { width:2.4375rem;height:2.4375rem;top:8.875rem;left:4.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfIf2RgTsrVo6xinDJptJ6NWnU3Fiy3i { width:2.4375rem;height:2.4375rem;top:8.9375rem;left:7.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltV5Gc6i7ieZRezgFkLBqfLZesmynOnF { width:2.4375rem;height:2.4375rem;top:8.8125rem;left:10rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzsJS1XqMXzglVWMxygZCoAxViTwGblV { width:2.4375rem;height:2.4375rem;top:8.875rem;left:12.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3RPwT7HFWQlTPTvVOEhRi0J2f8SheD { width:20rem;height:1.94824375rem;top:12.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }