.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: -webkit-linear-gradient(41deg, #004f62, #274486);background-image: -moz-linear-gradient(41deg, #004f62, #274486);background-image: -ms-linear-gradient(41deg, #004f62, #274486);background-image: -o-linear-gradient(41deg, #004f62, #274486);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f62', endColorstr='#274486' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f62', endColorstr='#274486' );";background-image: linear-gradient(41deg, #004f62, #274486);background-size:auto !important;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); }#FUhXuTNfWDcbaIw02rRt8b8uEdDaKVdq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FUhXuTNfWDcbaIw02rRt8b8uEdDaKVdq > .row .container { background-color: transparent; background-image: none; }#FUhXuTNfWDcbaIw02rRt8b8uEdDaKVdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUhXuTNfWDcbaIw02rRt8b8uEdDaKVdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUhXuTNfWDcbaIw02rRt8b8uEdDaKVdq > .row .container > .video-iframe-container { display: none; }#FUhXuTNfWDcbaIw02rRt8b8uEdDaKVdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUhXuTNfWDcbaIw02rRt8b8uEdDaKVdq > .row > .video-iframe-container { display: none; }#FUhXuTNfWDcbaIw02rRt8b8uEdDaKVdq > .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); }#FUhXuTNfWDcbaIw02rRt8b8uEdDaKVdq > .row .container { border-width: 0; border-radius: 0; }#FUhXuTNfWDcbaIw02rRt8b8uEdDaKVdq > .row > .video-iframe-container {  }#FUhXuTNfWDcbaIw02rRt8b8uEdDaKVdq > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#pWM1peADnA8iIHGDErBfdBCqQl9TvdPq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:15.0625rem;top:1.125rem;left:8.125rem;overflow:hidden;display:block; }
#Pvyk7RPfp7EMy5TLTFbeqR8LqND4zRJ5 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:9.875rem;top:0.65625rem;left:39rem;overflow:hidden;display:block; }
#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { position:relative;display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { border-width: 0; border-radius: 0; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container {  }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:block; }#zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:6.82425rem;font-style:normal;display:block; }
#zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:12.505859375rem;left:0rem;height:5.361325rem;font-style:normal;display:block; }
#Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:10.5625rem;width:10.5625rem;top:1.755859375rem;left:34.125rem;display:block; }
#nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { position:absolute;display:block;z-index:100007;background-color:rgba(237,246,255,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:10.5625rem;width:10.5625rem;top:1.193359375rem;left:34.8125rem;display:block; }
#v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:9.8125rem;top:0.787109375rem;left:34.4375rem;overflow:hidden;display:block; }
#UTnuIrqz05HXVQZkBeuL6NOVlJ2em4JO { position:absolute;display:block;z-index:100008;background-color:transparent;background-image:none;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:11.5rem;width:11.5rem;top:5.125rem;left:40.375rem;display:block; }
#EQKMyzyQ8NcNnz15W1o1wuUvqG304pLo { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.0625rem;width:10.9375rem;top:5rem;left:40.9375rem;overflow:hidden;display:block; }
#uzXebNOR31bV7zHbLxnKuaZPGSsH5GMw { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:6.375rem;top:14.3125rem;left:34.25rem;overflow:hidden;display:block; }
#g3E9hMCbT7aZ1zBLrJBFSwTlQuTg0Sic { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:2.9375rem;top:3.0625rem;left:50.5rem;overflow:hidden;display:block; }
#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c1ea3ea-ec6a-400f-bb44-352df20a5515/Group1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { border-width: 0; border-radius: 0; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container {  }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#SmcrUJGIJ13JkbTU81T9sQo8z4RKkMTr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#SmcrUJGIJ13JkbTU81T9sQo8z4RKkMTr > .row .container { border-width: 0; border-radius: 0; }#SmcrUJGIJ13JkbTU81T9sQo8z4RKkMTr > .row > .video-iframe-container {  }#SmcrUJGIJ13JkbTU81T9sQo8z4RKkMTr > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:none; }#i5rfm9z1aMS83LLHxuSuwxEqMByIfo3V { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.3125rem 0.3125rem 0.8125rem rgba(0,0,0,0.5) ;height:30.875rem;width:55.25rem;top:0.5rem;left:2.3125rem;display:block; }
#BvInpoB0F5AGq5sLLQKp3mzkT9gpNmT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BvInpoB0F5AGq5sLLQKp3mzkT9gpNmT5 > .row .container { background-color: transparent; background-image: none; }#BvInpoB0F5AGq5sLLQKp3mzkT9gpNmT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvInpoB0F5AGq5sLLQKp3mzkT9gpNmT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvInpoB0F5AGq5sLLQKp3mzkT9gpNmT5 > .row .container > .video-iframe-container { display: none; }#BvInpoB0F5AGq5sLLQKp3mzkT9gpNmT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvInpoB0F5AGq5sLLQKp3mzkT9gpNmT5 > .row > .video-iframe-container { display: none; }#BvInpoB0F5AGq5sLLQKp3mzkT9gpNmT5 > .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); }#BvInpoB0F5AGq5sLLQKp3mzkT9gpNmT5 > .row .container { border-width: 0; border-radius: 0; }#BvInpoB0F5AGq5sLLQKp3mzkT9gpNmT5 > .row > .video-iframe-container {  }#BvInpoB0F5AGq5sLLQKp3mzkT9gpNmT5 > .row .container { font-size:0.875rem;font-family:arial;height:71.625rem;width:60rem;position:relative;display:block; }#s4UqoRe6OpWrCfywucWTZUnzxEwtNwHU { position:absolute;display:block;z-index:100000;height:21.75rem;width:38.75rem;top:0.9375rem;left:10.625rem;display:block; }
#ZgxbaezBylu1B5DwWf3EmAHlCMKHMOxt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#ZgxbaezBylu1B5DwWf3EmAHlCMKHMOxt > .row .container { border-width: 0; border-radius: 0; }#ZgxbaezBylu1B5DwWf3EmAHlCMKHMOxt > .row > .video-iframe-container {  }#ZgxbaezBylu1B5DwWf3EmAHlCMKHMOxt > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:none; }#ORmMEleAHUkXrfgH5VOD065m1mZtMzIJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:15.0625rem;top:1.875rem;left:8.0625rem;overflow:hidden;display:block; }
#cQVMWKuMRK4xqTK4rJR5IL02ZMH0kG9U { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:9.875rem;top:1.40625rem;left:38.9375rem;overflow:hidden;display:block; }
#mTNrDD4diVGVbfq12WlfLhASTPPoAID0 { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#mTNrDD4diVGVbfq12WlfLhASTPPoAID0 > .row .container { border-width: 0; border-radius: 0; }#mTNrDD4diVGVbfq12WlfLhASTPPoAID0 > .row > .video-iframe-container {  }#mTNrDD4diVGVbfq12WlfLhASTPPoAID0 > .row .container { font-size:0.875rem;font-family:"open sans";height:12.8125rem;width:60rem;position:relative;display:none; }#tH8x5dVQTtTfbacnb1FT0v0SU0zIBNhg { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100013;line-height:1.4;letter-spacing:0;top:5.4482421875rem;left:1.375rem;height:2.44921875rem;font-style:normal;display:block; }
#HErmrlu4LSeOlgcXTa7etg6OXEsC6TUL { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100014;line-height:1.4;letter-spacing:0;top:3.6123046875rem;left:52.6875rem;height:3.6875rem;font-style:normal;display:block; }
#LFZZnmcqfpWcV7dRehaEKec29SOAqzLN { position:absolute;display:block;z-index:100015;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;height:0.0625rem;width:35.625rem;top:11rem;left:24.375rem;display:block; }
#l0XaVFD1NKmcEvscqtWXUMKOzNI4PHL9 { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:5.6748046875rem;left:50.1875rem;display:block; }
#olp2hWUV8gNl7wvTsv2p1cot1DTJPB5p { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100016;line-height:1.4;letter-spacing:0;top:5.4501953125rem;left:41.1875rem;height:2.449225rem;font-style:normal;display:block; }
#f53nXWtDfaoC0ksshz3sftx4uVf4AaWW { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:5.6748046875rem;left:38.5625rem;display:block; }
#NWOtvARpZe3fplvzLApVChTlXiBwMs3J { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:27.5rem;height:1.2246125rem;font-style:normal;display:block; }
#euvpxHhcq18VWTLtDpNOxUfclTgkuHgE { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:5.6875rem;left:24.6875rem;display:block; }
#wofTXquSxbu1Zcg8cN6RqzcoL4l7dNWu { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:3.6123046875rem;left:24.6875rem;height:1.05rem;font-style:normal;display:block; }
#kxGlv0ELWMSh1QvLUmoN5wyDs5c33hSX { position:absolute;display:block;z-index:100016;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;height:0.0625rem;width:20rem;top:11rem;left:0rem;display:block; }
#ev4nFReHNXQk1AeKVxDGd9BtuuJHn92R { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:7.0625rem;top:1.162109375rem;left:1.375rem;overflow:hidden;display:block; }
#KXKxfkvLTkQKARP9XECQ0RzWUQmGwKgG { background-color:#274486;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,171,149,0.2) ;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:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.3125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:8.3974609375rem;left:1.375rem;display:block; }
#Ws7yTOpkXrnksoD7xNuLG2lieli26tqP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FUhXuTNfWDcbaIw02rRt8b8uEdDaKVdq { display:block; }#FUhXuTNfWDcbaIw02rRt8b8uEdDaKVdq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWM1peADnA8iIHGDErBfdBCqQl9TvdPq { top:1.125rem;left:2rem;width:15.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvyk7RPfp7EMy5TLTFbeqR8LqND4zRJ5 { top:0.625rem;left:32.875rem;width:9.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { top:2.6875rem;left:0rem;width:30.0625rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { top:12.5rem;left:0rem;width:29.1875rem;height:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { top:1.75rem;left:24.9375rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { top:1.1875rem;left:25.625rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { top:0.75rem;left:25.25rem;width:9.8125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTnuIrqz05HXVQZkBeuL6NOVlJ2em4JO { top:5.125rem;left:31.1875rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQKMyzyQ8NcNnz15W1o1wuUvqG304pLo { top:5rem;left:31.75rem;width:10.9375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzXebNOR31bV7zHbLxnKuaZPGSsH5GMw { top:14.3125rem;left:25.0625rem;width:6.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3E9hMCbT7aZ1zBLrJBFSwTlQuTg0Sic { top:3.0625rem;left:41.3125rem;width:2.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmcrUJGIJ13JkbTU81T9sQo8z4RKkMTr { display:block; }#SmcrUJGIJ13JkbTU81T9sQo8z4RKkMTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5rfm9z1aMS83LLHxuSuwxEqMByIfo3V { top:0.5rem;left:0rem;width:47.625rem;height:26.613970588235rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvInpoB0F5AGq5sLLQKp3mzkT9gpNmT5 { display:block; }#BvInpoB0F5AGq5sLLQKp3mzkT9gpNmT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4UqoRe6OpWrCfywucWTZUnzxEwtNwHU { top:0.9375rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgxbaezBylu1B5DwWf3EmAHlCMKHMOxt { display:block; }#ZgxbaezBylu1B5DwWf3EmAHlCMKHMOxt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORmMEleAHUkXrfgH5VOD065m1mZtMzIJ { top:1.875rem;left:1.9375rem;width:15.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQVMWKuMRK4xqTK4rJR5IL02ZMH0kG9U { top:1.375rem;left:32.8125rem;width:9.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTNrDD4diVGVbfq12WlfLhASTPPoAID0 { display:block; }#mTNrDD4diVGVbfq12WlfLhASTPPoAID0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tH8x5dVQTtTfbacnb1FT0v0SU0zIBNhg { top:5.4375rem;left:0rem;width:19.875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HErmrlu4LSeOlgcXTa7etg6OXEsC6TUL { top:3.5625rem;left:40.4375rem;width:7.3125rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFZZnmcqfpWcV7dRehaEKec29SOAqzLN { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0XaVFD1NKmcEvscqtWXUMKOzNI4PHL9 { top:5.625rem;left:44.0625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olp2hWUV8gNl7wvTsv2p1cot1DTJPB5p { top:5.4375rem;left:35.0625rem;width:7.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f53nXWtDfaoC0ksshz3sftx4uVf4AaWW { top:5.625rem;left:32.4375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWOtvARpZe3fplvzLApVChTlXiBwMs3J { top:6.0625rem;left:21.375rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euvpxHhcq18VWTLtDpNOxUfclTgkuHgE { top:5.6875rem;left:18.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wofTXquSxbu1Zcg8cN6RqzcoL4l7dNWu { top:3.5625rem;left:18.5625rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxGlv0ELWMSh1QvLUmoN5wyDs5c33hSX { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev4nFReHNXQk1AeKVxDGd9BtuuJHn92R { top:1.125rem;left:0rem;width:7.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXKxfkvLTkQKARP9XECQ0RzWUQmGwKgG { width:11.9375rem;height:2.3125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws7yTOpkXrnksoD7xNuLG2lieli26tqP { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FUhXuTNfWDcbaIw02rRt8b8uEdDaKVdq { display:block; }#FUhXuTNfWDcbaIw02rRt8b8uEdDaKVdq > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWM1peADnA8iIHGDErBfdBCqQl9TvdPq { width:11.4375rem;height:1.4375rem;top:0.875rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvyk7RPfp7EMy5TLTFbeqR8LqND4zRJ5 { width:5.1875rem;height:1.5rem;top:2.96875rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { width:19.375rem;height:1.29980625rem;top:0.849609375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { width:19.375rem;height:2.111325rem;top:2.9599609375rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { width:5rem;height:5rem;top:6.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { width:4.6875rem;height:4.6875rem;top:5.6875rem;left:6.0625rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { width:4.625rem;height:5.1875rem;top:5.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTnuIrqz05HXVQZkBeuL6NOVlJ2em4JO { width:4.625rem;height:4.625rem;top:7.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQKMyzyQ8NcNnz15W1o1wuUvqG304pLo { width:4.625rem;height:5.125rem;top:7.1875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzXebNOR31bV7zHbLxnKuaZPGSsH5GMw { width:3.5rem;height:2.75rem;top:7.25rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3E9hMCbT7aZ1zBLrJBFSwTlQuTg0Sic { width:1.9375rem;height:4.0625rem;top:6.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmcrUJGIJ13JkbTU81T9sQo8z4RKkMTr { display:none; }#SmcrUJGIJ13JkbTU81T9sQo8z4RKkMTr > .row .container { width:20rem;height:13.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i5rfm9z1aMS83LLHxuSuwxEqMByIfo3V { height:11.15rem;width:19.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvInpoB0F5AGq5sLLQKp3mzkT9gpNmT5 { display:block; }#BvInpoB0F5AGq5sLLQKp3mzkT9gpNmT5 > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4UqoRe6OpWrCfywucWTZUnzxEwtNwHU { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgxbaezBylu1B5DwWf3EmAHlCMKHMOxt { display:none; }#ZgxbaezBylu1B5DwWf3EmAHlCMKHMOxt > .row .container { width:20rem;height:8.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ORmMEleAHUkXrfgH5VOD065m1mZtMzIJ { width:15.0625rem;height:2rem;top:1.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQVMWKuMRK4xqTK4rJR5IL02ZMH0kG9U { width:9.875rem;height:2.9375rem;top:4.5rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTNrDD4diVGVbfq12WlfLhASTPPoAID0 { display:none; }#mTNrDD4diVGVbfq12WlfLhASTPPoAID0 > .row .container { width:20rem;height:32.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tH8x5dVQTtTfbacnb1FT0v0SU0zIBNhg { width:14.625rem;height:2.44921875rem;top:2rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HErmrlu4LSeOlgcXTa7etg6OXEsC6TUL { width:11.5625rem;height:4.1875rem;top:11.0625rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LFZZnmcqfpWcV7dRehaEKec29SOAqzLN { width:18.75rem;height:0.0625rem;top:26.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0XaVFD1NKmcEvscqtWXUMKOzNI4PHL9 { width:2rem;height:2rem;top:9.125rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olp2hWUV8gNl7wvTsv2p1cot1DTJPB5p { width:11.75rem;height:2.799475rem;top:23.125rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f53nXWtDfaoC0ksshz3sftx4uVf4AaWW { width:2rem;height:2rem;top:21.1875rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWOtvARpZe3fplvzLApVChTlXiBwMs3J { width:11.375rem;height:1.4rem;top:18.4375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euvpxHhcq18VWTLtDpNOxUfclTgkuHgE { width:2rem;height:2rem;top:16.5rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wofTXquSxbu1Zcg8cN6RqzcoL4l7dNWu { width:20rem;height:1.04980625rem;top:1rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxGlv0ELWMSh1QvLUmoN5wyDs5c33hSX { width:18.75rem;height:0.0625rem;top:8.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev4nFReHNXQk1AeKVxDGd9BtuuJHn92R { width:7.0625rem;height:3.5625rem;top:4.375rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXKxfkvLTkQKARP9XECQ0RzWUQmGwKgG { width:15.6875rem;height:2.8125rem;top:28.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws7yTOpkXrnksoD7xNuLG2lieli26tqP { display:block; }
 }