.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(255,255,255,0.15);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); }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aadb2b83-2b25-4ac4-b67c-d45f0d595f28/IMG_55671.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi.adaptive-delivery-prevent-bg, #nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi.lazyload, #nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi.lazyloading { background-image: none; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row .container { background-color: transparent; background-image: none; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,34,52,0.72); }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row .container > .video-iframe-container { display: none; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,34,52,0.72); }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row > .video-iframe-container { display: none; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .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); }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row .container { border-width: 0; border-radius: 0; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#IowmrnnyDVDG5fg70qeiRvr8l6kPqivX { color:#0c2e38;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:12.675000190735rem;left:45.967969894409rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-form-header {  }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:21.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#eaf2ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:3rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ;line-height:1.3; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-text {padding-top: 0; padding-bottom: 0;}#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#eaf2ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ;line-height:1.3; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-select {padding-top: 0; padding-bottom: 0;}#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#b5804e;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:700;color:#ffffff;width:21.4375rem;height:3.75rem;font-family:rubik;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:0; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER [class*="-text"]:-moz-placeholder { color:#757980;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER [class*="-text"]::-moz-placeholder { color:#757980;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER [class*="-text"]:-ms-input-placeholder { color:#757980;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER [class*="-text"]::-webkit-input-placeholder { color:#757980;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:20.25rem;overflow:hidden;font-style:normal;float:none; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-container:first-of-type{padding-top:0;}#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-container:last-of-type{padding-bottom:0;}#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.62343788147rem;top:15.81093788147rem;z-index:15009;position:absolute; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.4375rem;display:block;vertical-align:top; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER {display:block;}#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.62343788147rem;top:15.81093788147rem;z-index:15009;position:absolute; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #xxhTPKfesR4FkcnOO7C7MLT1NDzJbK78 { position:relative; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #R9ttoBGqKmqzsWoLFiu5LFV12uAls3bT { position:relative;display:none; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #qscgykh0wTMnQlERlZKuvGRAPNHARpDS { position:relative; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #Rv8TDXVaA2wuOeU3Bby73ekkNCdMJM1B { position:relative; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #Z67vVT5ZSaQifCSKrLneXlEhpNyZ0uUt { position:relative;display:none; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #iJvugk7Q7Kt04Q0dDrW5AOTslz36c16T { position:relative; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #XGuri2HTb9X7XE5qngyOkxxVKbvNvLaJ { position:relative; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #DZwMSHQWHz6S7VI0fN3uhUQ3dTMdk93k { position:relative;display:none; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #EHcxWR1u5uQKrOVtzITxzIW3UhRFhM4C { position:relative; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #vwmz7lyJAe0uoGJQ3ymP69qEXBWIAXrS { position:relative; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #mcGoR36L4fbmAP2bkBRe0uByaN0GqSX2 { position:relative; }
#Xu9dptwt7SXGqmFG9QaKyNuhodQVt7A4 { position:absolute;display:block;z-index:14999;background-color:rgba(232,236,248,0.91);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.36) ;height:21.0625rem;width:24.625rem;top:12.0625rem;left:43.25rem;display:block; }
#G0G4VkvFtB2pTwxVGmKURNQTf6iCEIZ5 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:5.0625rem;top:20.125rem;left:25rem;overflow:hidden;display:block; }
#ksbcOE3GMm0slaF6QR9vLNJwudmZxq0k { 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:4.8125rem;width:8.375rem;top:5.5rem;left:14.71875rem;overflow:hidden;display:block; }
#NiUWxVSSXEehmNLbWCsLWhCvPkvL5zHG { color:#d3ccc0;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.875rem;left:9.375rem;height:1.3rem;font-style:normal;display:block; }
#zUKaLSyrzR2sThB9DZV4WDCSet7WCM5w { color:#d3ccc0;display:block;width:15.3125rem;position:absolute;font-family:"times new roman";font-size:5.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.0625rem;left:11.1875rem;height:7.3125rem;font-style:normal;display:block; }
#SmTPpnOuXQKSWrtrxskR0RQm7vH3VabO { color:#d3ccc0;display:block;width:3.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.8125rem;left:25.625rem;height:1.3rem;font-style:normal;display:block; }
#LMa7rErEkOHyPCS3NsTSgtpdZubVudiq { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.125rem;left:8.84375rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#flRx6DLLHilLZqLg5wJrkG19fx1NxRUN { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:29.375rem;left:6.78125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LvB4HB7O5UmLwUIXTyw1QgTWzHkTUyv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(211,204,192,0.8);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; }#LvB4HB7O5UmLwUIXTyw1QgTWzHkTUyv4 > .row .container { background-color: transparent; background-image: none; }#LvB4HB7O5UmLwUIXTyw1QgTWzHkTUyv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvB4HB7O5UmLwUIXTyw1QgTWzHkTUyv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvB4HB7O5UmLwUIXTyw1QgTWzHkTUyv4 > .row .container > .video-iframe-container { display: none; }#LvB4HB7O5UmLwUIXTyw1QgTWzHkTUyv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvB4HB7O5UmLwUIXTyw1QgTWzHkTUyv4 > .row > .video-iframe-container { display: none; }#LvB4HB7O5UmLwUIXTyw1QgTWzHkTUyv4 > .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); }#LvB4HB7O5UmLwUIXTyw1QgTWzHkTUyv4 > .row .container { border-width: 0; border-radius: 0; }#LvB4HB7O5UmLwUIXTyw1QgTWzHkTUyv4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvB4HB7O5UmLwUIXTyw1QgTWzHkTUyv4 > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#JWC3IpXuVduFVTc7BIvgLt6vfIcXbkIQ { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:4.3087711334229rem;left:39.311611175537rem;height:2.8125rem;font-style:normal;display:block; }
#SLmE2mXTttoxEGpydRfudUddPPRw46TV { color:#000000;display:block;width:23.9373125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.93696784973144rem;left:39.310188293457rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#n2NtzyZUCDEnm8oq6on3fPDUaek5XOEE { color:#000000;display:block;width:18.8741875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.885155677796rem;left:53.42421913147rem;height:1.05625rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#zpI2NtGlE0fuZrLdEFitffIF8Hla9qZ6 { z-index:15003;top:22.430931091309rem;left:39.31107711792rem;background-color:#b5804e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(211,186,137,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:2.6242875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CQ8nEVcdodMlPPE3lyw14br7m1tlmtux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K20pTc8wOW0FUkTtb2TBrrMFWhgIfn77 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.4375rem;width:19.5rem;top:0.90625rem;left:9rem;overflow:hidden;display:block; }
#NflNsTRf7nLNo6OI8soRPlUsdHpvRQWs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11.8359375rem;left:39.462001800537rem; }
#ALHs7lgtWCZVAc1MAIqyaS5GwNBfKRTF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.125rem;left:39.462001800537rem; }
#g5OrbhacRlkMCIqvG4M7sQ5coBBcoutC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:14.375rem;left:39.462001800537rem; }
#CcMO6A6iwSSPTE10TD26T55cJ0kDIsQI { color:#000000;display:block;width:32.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:16.036045074463rem;left:39.405536651611rem;height:4.21875rem;font-style:normal;display:block; }
#Ga5z1QkHgIz3lKSvobVxT2ez3cZ5GD0O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10.523792266846rem;left:39.462001800537rem; }
#imuqqAqipNPznoDkWfbzIufDMZ2DHKiz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.2915496826175rem;left:39.45756149292rem; }
#bRgUoBIs4nDACip0XOIScg8B4NFzVUZW { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:75rem;top:14.125rem;left:0rem;overflow:hidden;display:block; }
#BkhbcBA3UgcNdocxmGCyoOVt0nF6l0kZ { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:8.8327407836912rem;left:40.936256408691rem;height:7.03125rem;font-style:normal;display:block; }
#W4oaOIwATLOTXZnTo4bNzXnu4ArAZ1RJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2e38, #10313f);background-image: -moz-linear-gradient(180deg, #0c2e38, #10313f);background-image: -ms-linear-gradient(180deg, #0c2e38, #10313f);background-image: -o-linear-gradient(180deg, #0c2e38, #10313f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2e38', endColorstr='#10313f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2e38', endColorstr='#10313f' );";background-image: linear-gradient(180deg, #0c2e38, #10313f);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W4oaOIwATLOTXZnTo4bNzXnu4ArAZ1RJ > .row .container { background-color: transparent; background-image: none; }#W4oaOIwATLOTXZnTo4bNzXnu4ArAZ1RJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4oaOIwATLOTXZnTo4bNzXnu4ArAZ1RJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4oaOIwATLOTXZnTo4bNzXnu4ArAZ1RJ > .row .container > .video-iframe-container { display: none; }#W4oaOIwATLOTXZnTo4bNzXnu4ArAZ1RJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4oaOIwATLOTXZnTo4bNzXnu4ArAZ1RJ > .row > .video-iframe-container { display: none; }#W4oaOIwATLOTXZnTo4bNzXnu4ArAZ1RJ > .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); }#W4oaOIwATLOTXZnTo4bNzXnu4ArAZ1RJ > .row .container { border-width: 0; border-radius: 0; }#W4oaOIwATLOTXZnTo4bNzXnu4ArAZ1RJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W4oaOIwATLOTXZnTo4bNzXnu4ArAZ1RJ > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#OFthT4WsVfr5F0QtSuRlwgpazfwH1GST { color:#faf3f3;display:block;width:49.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8020834922791rem;left:13.604167222977rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#C7LlE4bobVx8UdrU9ZslMJXbrl0yVXLb { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:6.78125rem;left:7.6250002384187rem; }
#ww45Qd8IuqxQ99RN0AL95PgVWQMOMU3D { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.791015625rem;left:1.875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#WhpJCUvG9ZiVR4DzmTRrw3a4nyCuNJ0M { color:#f8f3f4;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.41015625rem;left:0.75rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#oMZ2FCyr4HmXAvfFADPShJ8PK1pACUOX { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.790365219116rem;left:21.437501192093rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#AhBqkTkNeAHzqKd5VCZu5OmT7zdfA6Rc { color:#f8f3f4;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.41015625rem;left:21.375001192093rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#ZM1Tmu5V7p6byrMhtyliih7s2KXMLMUm { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.78125rem;left:45.125001192093rem; }
#OAzgLTO8TcAwCTow9ZOiHNNLVWbpl51Z { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.791015625rem;left:39.375001192093rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#wumFMykcyFIgdoZ6tziEbXVnNsTRCTVr { color:#f8f3f4;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.41015625rem;left:39.406251192093rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#wSZrzmanP4WuinbRVvDPpq3dd7lMGwRn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.96875rem;left:64.062505006788rem; }
#VFgQIaCiaod4soECnv8CUK7Qu6Iw9iEU { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.791015625rem;left:58.125001192093rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#TqcQNU4klUuFWnFNILMuCr7mZTt0shk9 { color:#f8f3f4;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.41015625rem;left:58.156251192093rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#btiro19Lpvzc7UIOhUB0BdWKpIdPblCU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:6.96875rem;left:26.562501192093rem; }
#cwwdaomo1TzVl6oe5WxSi0a98Rzrv9sV { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#dddcdf;background-image:none;top:6rem;left:6.8437502384187rem;display:block; }
#Hm4MJKkmtPF8hHGaK66cytE8IUQynws2 { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#dddcdf;background-image:none;top:5.9375rem;left:25.531251192093rem;display:block; }
#hinaITLJFrdo7rWGplxIeruw3kvqXvmE { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#dddcdf;background-image:none;top:5.9375rem;left:44.281251192093rem;display:block; }
#ZDgqETPkmazONRtbRAWMcoaLdXcMvJyS { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#dddcdf;background-image:none;top:5.9375rem;left:63.031255006787rem;display:block; }
#Flo0SCB2hII3zl8ZGJlWJWTM6X7v1Pn4 { 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:3.0625rem;width:4.5rem;top:1.8645834922791rem;left:60.291669130326rem;overflow:hidden;display:block; }
#iFvL41A0AeIfelsf7461OKHipv7poPTR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:4.5rem;top:2.0520834922791rem;left:11.854167222977rem;overflow:hidden;display:block; }
#BaKUlcGkAMqlVCwXKyqNGSexdRBoXHSQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3ccc0;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; }#BaKUlcGkAMqlVCwXKyqNGSexdRBoXHSQ > .row .container { background-color: transparent; background-image: none; }#BaKUlcGkAMqlVCwXKyqNGSexdRBoXHSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaKUlcGkAMqlVCwXKyqNGSexdRBoXHSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaKUlcGkAMqlVCwXKyqNGSexdRBoXHSQ > .row .container > .video-iframe-container { display: none; }#BaKUlcGkAMqlVCwXKyqNGSexdRBoXHSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaKUlcGkAMqlVCwXKyqNGSexdRBoXHSQ > .row > .video-iframe-container { display: none; }#BaKUlcGkAMqlVCwXKyqNGSexdRBoXHSQ > .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); }#BaKUlcGkAMqlVCwXKyqNGSexdRBoXHSQ > .row .container { border-width: 0; border-radius: 0; }#BaKUlcGkAMqlVCwXKyqNGSexdRBoXHSQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaKUlcGkAMqlVCwXKyqNGSexdRBoXHSQ > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#DMdkroIDcUBM0WzcTtzvu10JOVWBtQ46 { color:#0c2e38;display:block;width:49.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4609375rem;left:14.399739503861rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#ntlEPTG0mSaVI9ohUDK1tT80WXNszPDU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.625rem;width:20.5rem;top:5.1171875rem;left:2.2500002384186rem;overflow:hidden;display:block; }
#aOiawDct0BctVV0ELTvush6iBr5EztAq { box-sizing:content-box;height:2.5rem;width:20.5rem;position:absolute;display:block;z-index:15005;background-color:#0c2e38;background-image:none;top:17.403646469116rem;left:2.2500002384186rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#UavA1UXhBe96z1rpum6rmyVt5O6gHSTM { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.875rem;left:5.0000002384186rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ThO5mWKqZ0wp3ZawPw0p4iKqzQxOIDo5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.625rem;width:20.5rem;top:5.1171875rem;left:26.968751192093rem;overflow:hidden;display:block; }
#UR91ar46i0tVCG1DuRqtsZqOAvtFbWJT { box-sizing:content-box;height:2.5rem;width:20.5625rem;position:absolute;display:block;z-index:15007;background-color:#0c2e38;background-image:none;top:17.403646469116rem;left:26.937501192093rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#xgwX9PtTaV44LhiUcKz8SAT9gTFItXCP { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.87890625rem;left:30.000001192093rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#DqrTqqr83GEUUObVD7WUFJmgnFf9PG5t { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.3125rem;width:20.5625rem;top:5.0234375rem;left:52.218751192093rem;overflow:hidden;display:block; }
#EaaEyTgVATrR1tT1NSeZNA395inWe6ap { box-sizing:content-box;height:2.6875rem;width:20.5625rem;position:absolute;display:block;z-index:15009;background-color:#0c2e38;background-image:none;top:17.1875rem;left:52.187501192093rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#JfUAP6sfQyCrQc9HI8TUZ089NJLdyPhQ { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.87890625rem;left:55.000001192093rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#vkBm5uwTZyIDKTrMveXKHdoVIpLtVq6w { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:26.625rem;top:7.0911464691163rem;left:9.0000002384187rem;overflow:hidden;display:block; }
#Jn0w7J0DhN8zW5zcqPQRdkeepAJuNmgG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3ccc0;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; }#Jn0w7J0DhN8zW5zcqPQRdkeepAJuNmgG > .row .container { background-color: transparent; background-image: none; }#Jn0w7J0DhN8zW5zcqPQRdkeepAJuNmgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jn0w7J0DhN8zW5zcqPQRdkeepAJuNmgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jn0w7J0DhN8zW5zcqPQRdkeepAJuNmgG > .row .container > .video-iframe-container { display: none; }#Jn0w7J0DhN8zW5zcqPQRdkeepAJuNmgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jn0w7J0DhN8zW5zcqPQRdkeepAJuNmgG > .row > .video-iframe-container { display: none; }#Jn0w7J0DhN8zW5zcqPQRdkeepAJuNmgG > .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); }#Jn0w7J0DhN8zW5zcqPQRdkeepAJuNmgG > .row .container { border-width: 0; border-radius: 0; }#Jn0w7J0DhN8zW5zcqPQRdkeepAJuNmgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jn0w7J0DhN8zW5zcqPQRdkeepAJuNmgG > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#GggFPTUdwsqN5xuUXewMbtp4cPC9436F { box-sizing:content-box;height:2.5rem;width:20.5rem;position:absolute;display:block;z-index:15005;background-color:#0c2e38;background-image:none;top:14.875rem;left:2.2500002384186rem;border-top-right-radius:0rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0rem;display:block; }
#WhpK061DJF8lTKgb6zA1KmFkFWXUTDvO { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.412760734558rem;left:5.0000002384186rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#I94TzlqCyb7tAv5RbF7HITTIbL5yWciU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:20.5rem;top:2.625rem;left:2.2500002384186rem;overflow:hidden;display:block; }
#v8nM7CpOTlrBL72C2g0CvipIbJLPIiSp { box-sizing:content-box;height:2.5rem;width:20.5625rem;position:absolute;display:block;z-index:15007;background-color:#0c2e38;background-image:none;top:14.8125rem;left:52.250001192093rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.25rem;display:block; }
#zeoyP1TqZfKRTvSpIIJGDIJskqZ1KbSE { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.412759780884rem;left:55.000001192093rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#g0V2cb79UUTRkNEkaFQrp98tA2vtTw80 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.6875rem;width:20.5625rem;top:2.6875rem;left:52.250001192093rem;overflow:hidden;display:block; }
#dQ5oRfZl4Eg7x7p6xlhTcqelLklMXIFa { box-sizing:content-box;height:2.5rem;width:20.5rem;position:absolute;display:block;z-index:15008;background-color:#0c2e38;background-image:none;top:14.875rem;left:27.299479722977rem;border-top-right-radius:0rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0rem;display:block; }
#vn6HAsJAGLfJQ6DzkuxkHsL1kc6p9sKi { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.412760734558rem;left:30.000001192093rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ryF5fTxSBEINznCUvzr3ewZMtDyZ0J0y { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.375rem;width:20.5rem;top:2.625rem;left:27.312501192093rem;overflow:hidden;display:block; }
#G6gxlliEQtzkFpQTh3wWksKcCM0LNZCT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:26.0625rem;top:2.6875rem;left:41.312501192093rem;overflow:hidden;display:block; }
#hlwHTgXgFEGWgb09O8ZTB6RzzZdMRuHG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddcdf;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; }#hlwHTgXgFEGWgb09O8ZTB6RzzZdMRuHG > .row .container { background-color: transparent; background-image: none; }#hlwHTgXgFEGWgb09O8ZTB6RzzZdMRuHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlwHTgXgFEGWgb09O8ZTB6RzzZdMRuHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlwHTgXgFEGWgb09O8ZTB6RzzZdMRuHG > .row .container > .video-iframe-container { display: none; }#hlwHTgXgFEGWgb09O8ZTB6RzzZdMRuHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlwHTgXgFEGWgb09O8ZTB6RzzZdMRuHG > .row > .video-iframe-container { display: none; }#hlwHTgXgFEGWgb09O8ZTB6RzzZdMRuHG > .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); }#hlwHTgXgFEGWgb09O8ZTB6RzzZdMRuHG > .row .container { border-width: 0; border-radius: 0; }#hlwHTgXgFEGWgb09O8ZTB6RzzZdMRuHG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlwHTgXgFEGWgb09O8ZTB6RzzZdMRuHG > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#MJoarBQn1qrVIDuBlO8fsB3oCq1ETMki { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17rem;width:30.4375rem;top:0.875rem;left:41.031251192093rem;display:block; }
#bDGk7OFUANnnfEoVqHPAXatuDC8vhtQH { color:#0c2e38;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4124994277954rem;left:2.1234378814698rem;height:5.525rem;text-align:center;text-align-last:center;display:block; }
#QGHySL5sXk0vrKbIp7VemzsrlopTNITI { color:#0c2e38;display:block;width:23.6869375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5360437035563rem;left:8.6239337921144rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#iiNzKqNc5FLFKKivG9MlHMAK68A5rzDw { position:absolute;display:block;z-index:14999;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:18.75rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#oW1QC1rTXWl9TXF7ZhxnRyBLwuliqxgC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddcdf;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; }#oW1QC1rTXWl9TXF7ZhxnRyBLwuliqxgC > .row .container { background-color: transparent; background-image: none; }#oW1QC1rTXWl9TXF7ZhxnRyBLwuliqxgC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oW1QC1rTXWl9TXF7ZhxnRyBLwuliqxgC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oW1QC1rTXWl9TXF7ZhxnRyBLwuliqxgC > .row .container > .video-iframe-container { display: none; }#oW1QC1rTXWl9TXF7ZhxnRyBLwuliqxgC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oW1QC1rTXWl9TXF7ZhxnRyBLwuliqxgC > .row > .video-iframe-container { display: none; }#oW1QC1rTXWl9TXF7ZhxnRyBLwuliqxgC > .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); }#oW1QC1rTXWl9TXF7ZhxnRyBLwuliqxgC > .row .container { border-width: 0; border-radius: 0; }#oW1QC1rTXWl9TXF7ZhxnRyBLwuliqxgC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oW1QC1rTXWl9TXF7ZhxnRyBLwuliqxgC > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#hwo6uIuZzHFlJ67PDth2TMhBg4oynVqB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17rem;width:30.4375rem;top:0.875rem;left:4.375rem;display:block; }
#tluEfbCAJPXOG1TLFLeorQRXDOnOV71C { color:#0c2e38;display:block;width:28.8116875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0476570129394rem;left:41.844530105591rem;height:5.525rem;text-align:center;text-align-last:center;display:block; }
#qOTPTzMePXQhhSHbOZNTcvCkaciAhLW5 { color:#0c2e38;display:block;width:23.6866875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3976535797119rem;left:44.407030105591rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#xDBUvlB4h48xitkBFK8HSQUCarBrp5re { position:absolute;display:block;z-index:14999;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:18.75rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zL6uaXwUzaMDTnTwrxEUZ4f2rZHWQfKt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c2e38;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; }#zL6uaXwUzaMDTnTwrxEUZ4f2rZHWQfKt > .row .container { background-color: transparent; background-image: none; }#zL6uaXwUzaMDTnTwrxEUZ4f2rZHWQfKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zL6uaXwUzaMDTnTwrxEUZ4f2rZHWQfKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zL6uaXwUzaMDTnTwrxEUZ4f2rZHWQfKt > .row .container > .video-iframe-container { display: none; }#zL6uaXwUzaMDTnTwrxEUZ4f2rZHWQfKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zL6uaXwUzaMDTnTwrxEUZ4f2rZHWQfKt > .row > .video-iframe-container { display: none; }#zL6uaXwUzaMDTnTwrxEUZ4f2rZHWQfKt > .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); }#zL6uaXwUzaMDTnTwrxEUZ4f2rZHWQfKt > .row .container { border-width: 0; border-radius: 0; }#zL6uaXwUzaMDTnTwrxEUZ4f2rZHWQfKt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zL6uaXwUzaMDTnTwrxEUZ4f2rZHWQfKt > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#SDk8pJuxI5DdpMI0p0eryUgTPIRgmmUQ { color:#faf3f3;display:block;width:49.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:12.687500238419rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#v3ofCCTN47GVpIUGTNHUFNCul369V1ns { color:#f8f3f4;display:block;width:31.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.75rem;left:21.937501192093rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#DZW1bHtmoU33tpyO3wImbSJ5mCIcChbh { z-index:15004;top:5.1041679382324rem;left:28.250001192093rem;background-color:#b5804e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LTVU1SzgT7ZSrxLBDc9OHvSE1mLJctTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UrA06eFxq1uXJtZgmkGCdpZKsntngT1l { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:9.5625rem;top:6.2539085388181rem;left:65.33458516955rem;overflow:hidden;display:block; }
#b8oAHPAc6fm5MEhpvGB1G2QsZqsABG0o { 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:5.625rem;width:9.875rem;top:5.3250002861023rem;left:0rem;overflow:hidden;display:block; }
#lmXQX9McHForDAuZ5GVqUBlBnBS6plsN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:75rem;top:12.811718463898rem;left:0rem;overflow:hidden;display:block; }
#R9XVhBI1krZgOIoHpXpludThTEKMCVSA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c2e38;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; }#R9XVhBI1krZgOIoHpXpludThTEKMCVSA > .row .container { background-color: transparent; background-image: none; }#R9XVhBI1krZgOIoHpXpludThTEKMCVSA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9XVhBI1krZgOIoHpXpludThTEKMCVSA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9XVhBI1krZgOIoHpXpludThTEKMCVSA > .row .container > .video-iframe-container { display: none; }#R9XVhBI1krZgOIoHpXpludThTEKMCVSA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9XVhBI1krZgOIoHpXpludThTEKMCVSA > .row > .video-iframe-container { display: none; }#R9XVhBI1krZgOIoHpXpludThTEKMCVSA > .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); }#R9XVhBI1krZgOIoHpXpludThTEKMCVSA > .row .container { border-width: 0; border-radius: 0; }#R9XVhBI1krZgOIoHpXpludThTEKMCVSA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9XVhBI1krZgOIoHpXpludThTEKMCVSA > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#Z9A77ncWKy7Cxfq09rZko2a0PCH6A260 { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.0052051544189rem;left:6.1562502384186rem;height:2.925rem;text-align:justify;text-align-last:initial;display:block; }
#anA3xEVozt49MTpzMVZM5TxeBK1PmuwQ { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:43rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#mX3E7ut4XFV31pkRPsqmruMs7KfqLTSF { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.125rem;left:43rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#S3W5x5qDOdVnuKcdZlcZZ76VH1XLM9qN { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.274219512939rem;left:24.906251907349rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#WIHT6mzxKLNqdTyTHAbR8xteXhmtKGJ7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:5.25rem;top:1.5rem;left:6.15625rem;overflow:hidden;display:block; }
#JTzS4TAAApcWq2kETecLL5MG9V7v6adn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:20rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi { display:block; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IowmrnnyDVDG5fg70qeiRvr8l6kPqivX { top:12.625rem;left:28.375rem;width:19.375rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-regular-label { display:block;width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-text {padding-top: 0; padding-bottom: 0;}#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-select {padding-top: 0; padding-bottom: 0;}#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-button { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER  { width:18.375rem;height:auto;top:14.1875rem;left:26.875rem; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER {display:block;}#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER { width:18.375rem;height:auto;top:14.1875rem;left:26.875rem; }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #xxhTPKfesR4FkcnOO7C7MLT1NDzJbK78 {  }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #R9ttoBGqKmqzsWoLFiu5LFV12uAls3bT { display:none; }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #qscgykh0wTMnQlERlZKuvGRAPNHARpDS {  }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #Rv8TDXVaA2wuOeU3Bby73ekkNCdMJM1B {  }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #Z67vVT5ZSaQifCSKrLneXlEhpNyZ0uUt { display:none; }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #iJvugk7Q7Kt04Q0dDrW5AOTslz36c16T {  }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #XGuri2HTb9X7XE5qngyOkxxVKbvNvLaJ {  }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #DZwMSHQWHz6S7VI0fN3uhUQ3dTMdk93k {  }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #EHcxWR1u5uQKrOVtzITxzIW3UhRFhM4C {  }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #vwmz7lyJAe0uoGJQ3ymP69qEXBWIAXrS {  }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #mcGoR36L4fbmAP2bkBRe0uByaN0GqSX2 {  }
 }@media only screen and (max-width: 763px) { #Xu9dptwt7SXGqmFG9QaKyNuhodQVt7A4 { top:12.0625rem;left:23.125rem;width:24.625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0G4VkvFtB2pTwxVGmKURNQTf6iCEIZ5 { top:20.125rem;left:11.375rem;width:5.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksbcOE3GMm0slaF6QR9vLNJwudmZxq0k { top:5.5rem;left:1.09375rem;width:8.375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiUWxVSSXEehmNLbWCsLWhCvPkvL5zHG { top:18.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUKaLSyrzR2sThB9DZV4WDCSet7WCM5w { top:19.0625rem;left:0rem;width:15.3125rem;height:7.3125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmTPpnOuXQKSWrtrxskR0RQm7vH3VabO { top:24.8125rem;left:12rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMa7rErEkOHyPCS3NsTSgtpdZubVudiq { top:13.125rem;left:0rem;width:20.125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flRx6DLLHilLZqLg5wJrkG19fx1NxRUN { top:29.375rem;left:0rem;width:24.25rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvB4HB7O5UmLwUIXTyw1QgTWzHkTUyv4 { display:block; }#LvB4HB7O5UmLwUIXTyw1QgTWzHkTUyv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWC3IpXuVduFVTc7BIvgLt6vfIcXbkIQ { top:4.25rem;left:14.8125rem;width:32.9375rem;height:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLmE2mXTttoxEGpydRfudUddPPRw46TV { top:0.875rem;left:23.875rem;width:23.875rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2NtzyZUCDEnm8oq6on3fPDUaek5XOEE { top:20.875rem;left:28.9375rem;width:18.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpI2NtGlE0fuZrLdEFitffIF8Hla9qZ6 { top:22.375rem;left:23.875rem;width:21.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ8nEVcdodMlPPE3lyw14br7m1tlmtux { display:block; }
 }@media only screen and (max-width: 763px) { #K20pTc8wOW0FUkTtb2TBrrMFWhgIfn77 { top:0.875rem;left:2.1875rem;width:19.5rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NflNsTRf7nLNo6OI8soRPlUsdHpvRQWs { top:11.8125rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALHs7lgtWCZVAc1MAIqyaS5GwNBfKRTF { top:13.125rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5OrbhacRlkMCIqvG4M7sQ5coBBcoutC { top:14.375rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcMO6A6iwSSPTE10TD26T55cJ0kDIsQI { top:16rem;left:14.875rem;width:32.875rem;height:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga5z1QkHgIz3lKSvobVxT2ez3cZ5GD0O { top:10.5rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #imuqqAqipNPznoDkWfbzIufDMZ2DHKiz { top:9.25rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRgUoBIs4nDACip0XOIScg8B4NFzVUZW { top:14.125rem;left:0rem;width:47.75rem;height:7.7192252083331rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkhbcBA3UgcNdocxmGCyoOVt0nF6l0kZ { top:8.8125rem;left:14rem;width:33.75rem;height:7rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4oaOIwATLOTXZnTo4bNzXnu4ArAZ1RJ { display:block; }#W4oaOIwATLOTXZnTo4bNzXnu4ArAZ1RJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFthT4WsVfr5F0QtSuRlwgpazfwH1GST { top:1.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7LlE4bobVx8UdrU9ZslMJXbrl0yVXLb { top:6.75rem;left:4.2187502384186rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww45Qd8IuqxQ99RN0AL95PgVWQMOMU3D { top:11.75rem;left:0rem;width:15rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhpJCUvG9ZiVR4DzmTRrw3a4nyCuNJ0M { top:15.375rem;left:0rem;width:17.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMZ2FCyr4HmXAvfFADPShJ8PK1pACUOX { top:11.75rem;left:10.5rem;width:13.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhBqkTkNeAHzqKd5VCZu5OmT7zdfA6Rc { top:15.375rem;left:10.375rem;width:13.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM1Tmu5V7p6byrMhtyliih7s2KXMLMUm { top:6.75rem;left:28.093751192093rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAzgLTO8TcAwCTow9ZOiHNNLVWbpl51Z { top:11.75rem;left:20.8125rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wumFMykcyFIgdoZ6tziEbXVnNsTRCTVr { top:15.375rem;left:20.875rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSZrzmanP4WuinbRVvDPpq3dd7lMGwRn { top:6.9375rem;left:40.21875500679rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFgQIaCiaod4soECnv8CUK7Qu6Iw9iEU { top:11.75rem;left:32.75rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqcQNU4klUuFWnFNILMuCr7mZTt0shk9 { top:15.375rem;left:32.8125rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btiro19Lpvzc7UIOhUB0BdWKpIdPblCU { top:6.9375rem;left:16.343751192093rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwwdaomo1TzVl6oe5WxSi0a98Rzrv9sV { top:6rem;left:3.4375002384186rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm4MJKkmtPF8hHGaK66cytE8IUQynws2 { top:5.9375rem;left:15.312501192093rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hinaITLJFrdo7rWGplxIeruw3kvqXvmE { top:5.9375rem;left:27.250001192093rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDgqETPkmazONRtbRAWMcoaLdXcMvJyS { top:5.9375rem;left:39.18750500679rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flo0SCB2hII3zl8ZGJlWJWTM6X7v1Pn4 { top:1.8125rem;left:36.447919130326rem;width:4.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFvL41A0AeIfelsf7461OKHipv7poPTR { top:2rem;left:7.4375rem;width:4.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaKUlcGkAMqlVCwXKyqNGSexdRBoXHSQ { display:block; }#BaKUlcGkAMqlVCwXKyqNGSexdRBoXHSQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMdkroIDcUBM0WzcTtzvu10JOVWBtQ46 { top:1.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntlEPTG0mSaVI9ohUDK1tT80WXNszPDU { top:5.0625rem;left:0rem;width:20.5rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOiawDct0BctVV0ELTvush6iBr5EztAq { top:17.375rem;left:0rem;width:20.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UavA1UXhBe96z1rpum6rmyVt5O6gHSTM { top:17.875rem;left:0.43750023841858rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThO5mWKqZ0wp3ZawPw0p4iKqzQxOIDo5 { top:5.0625rem;left:11.25rem;width:20.5rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR91ar46i0tVCG1DuRqtsZqOAvtFbWJT { top:17.375rem;left:11.1875rem;width:20.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgwX9PtTaV44LhiUcKz8SAT9gTFItXCP { top:17.875rem;left:16.312501192093rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqrTqqr83GEUUObVD7WUFJmgnFf9PG5t { top:5rem;left:27.0625rem;width:20.5625rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaaEyTgVATrR1tT1NSeZNA395inWe6ap { top:17.1875rem;left:27.1875rem;width:20.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfUAP6sfQyCrQc9HI8TUZ089NJLdyPhQ { top:17.875rem;left:32.187501192093rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkBm5uwTZyIDKTrMveXKHdoVIpLtVq6w { top:7.0625rem;left:0rem;width:26.625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn0w7J0DhN8zW5zcqPQRdkeepAJuNmgG { display:block; }#Jn0w7J0DhN8zW5zcqPQRdkeepAJuNmgG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GggFPTUdwsqN5xuUXewMbtp4cPC9436F { top:14.875rem;left:0rem;width:20.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhpK061DJF8lTKgb6zA1KmFkFWXUTDvO { top:15.375rem;left:0.43750023841858rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I94TzlqCyb7tAv5RbF7HITTIbL5yWciU { top:2.625rem;left:0rem;width:20.5rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8nM7CpOTlrBL72C2g0CvipIbJLPIiSp { top:14.8125rem;left:27.0625rem;width:20.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeoyP1TqZfKRTvSpIIJGDIJskqZ1KbSE { top:15.375rem;left:32.187501192093rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0V2cb79UUTRkNEkaFQrp98tA2vtTw80 { top:2.6875rem;left:27.0625rem;width:20.5625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ5oRfZl4Eg7x7p6xlhTcqelLklMXIFa { top:14.875rem;left:11.25rem;width:20.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn6HAsJAGLfJQ6DzkuxkHsL1kc6p9sKi { top:15.375rem;left:16.312501192093rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryF5fTxSBEINznCUvzr3ewZMtDyZ0J0y { top:2.625rem;left:11.25rem;width:20.5rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6gxlliEQtzkFpQTh3wWksKcCM0LNZCT { top:2.6875rem;left:5.6875rem;width:26.0625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlwHTgXgFEGWgb09O8ZTB6RzzZdMRuHG { display:block; }#hlwHTgXgFEGWgb09O8ZTB6RzzZdMRuHG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJoarBQn1qrVIDuBlO8fsB3oCq1ETMki { top:0.875rem;left:17.3125rem;width:30.4375rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDGk7OFUANnnfEoVqHPAXatuDC8vhtQH { top:2.375rem;left:0rem;width:34.375rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGHySL5sXk0vrKbIp7VemzsrlopTNITI { top:8.5rem;left:0.25rem;width:23.625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiNzKqNc5FLFKKivG9MlHMAK68A5rzDw { top:0rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW1QC1rTXWl9TXF7ZhxnRyBLwuliqxgC { display:block; }#oW1QC1rTXWl9TXF7ZhxnRyBLwuliqxgC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwo6uIuZzHFlJ67PDth2TMhBg4oynVqB { top:0.875rem;left:0rem;width:30.4375rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #tluEfbCAJPXOG1TLFLeorQRXDOnOV71C { top:3rem;left:19rem;width:28.75rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOTPTzMePXQhhSHbOZNTcvCkaciAhLW5 { top:9.375rem;left:23.969530105591rem;width:23.625rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDBUvlB4h48xitkBFK8HSQUCarBrp5re { top:0rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL6uaXwUzaMDTnTwrxEUZ4f2rZHWQfKt { display:block; }#zL6uaXwUzaMDTnTwrxEUZ4f2rZHWQfKt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDk8pJuxI5DdpMI0p0eryUgTPIRgmmUQ { top:1.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3ofCCTN47GVpIUGTNHUFNCul369V1ns { top:8.75rem;left:8.3125011920931rem;width:31.125rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZW1bHtmoU33tpyO3wImbSJ5mCIcChbh { top:5.0625rem;left:14.625001192093rem;width:18.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTVU1SzgT7ZSrxLBDc9OHvSE1mLJctTH { display:block; }
 }@media only screen and (max-width: 763px) { #UrA06eFxq1uXJtZgmkGCdpZKsntngT1l { top:6.25rem;left:36.0625rem;width:9.5625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8oAHPAc6fm5MEhpvGB1G2QsZqsABG0o { top:5.3125rem;left:0rem;width:9.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmXQX9McHForDAuZ5GVqUBlBnBS6plsN { top:12.75rem;left:0rem;width:47.75rem;height:10.345833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9XVhBI1krZgOIoHpXpludThTEKMCVSA { display:block; }#R9XVhBI1krZgOIoHpXpludThTEKMCVSA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9A77ncWKy7Cxfq09rZko2a0PCH6A260 { top:6rem;left:0rem;width:27.3125rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anA3xEVozt49MTpzMVZM5TxeBK1PmuwQ { top:3.9375rem;left:17.8125rem;width:29.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX3E7ut4XFV31pkRPsqmruMs7KfqLTSF { top:6.125rem;left:20.4375rem;width:27.3125rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3W5x5qDOdVnuKcdZlcZZ76VH1XLM9qN { top:14.25rem;left:11.281251907349rem;width:25.1875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIHT6mzxKLNqdTyTHAbR8xteXhmtKGJ7 { top:1.5rem;left:0rem;width:5.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTzS4TAAApcWq2kETecLL5MG9V7v6adn { width:20rem;height:23.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33929d5f-d23f-4a0d-b473-6fd2d2aa9bf4/bgandroid.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi.adaptive-delivery-prevent-bg, #nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi.lazyload, #nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi.lazyloading { background-image: none; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row .container { background-color: transparent; background-image: none; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,34,45,0.87); }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row .container > .video-iframe-container { display: none; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,34,45,0.87); }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row > .video-iframe-container { display: none; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .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); }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row .container { border-width: 0; border-radius: 0; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkT0PwWGH1RDIzzTmAwovHkHN0Utynmi > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IowmrnnyDVDG5fg70qeiRvr8l6kPqivX { width:16.4373125rem;height:3.6rem;top:21.75rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-regular-label { display:block;width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:montserrat;display:block;vertical-align:top; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-text {padding-top: 0; padding-bottom: 0;}#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:montserrat;display:block;vertical-align:top; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-select {padding-top: 0; padding-bottom: 0;}#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:3.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(332deg, #b5804e, #b5804e);background-image: -moz-linear-gradient(332deg, #b5804e, #b5804e);background-image: -ms-linear-gradient(332deg, #b5804e, #b5804e);background-image: -o-linear-gradient(332deg, #b5804e, #b5804e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5804e', endColorstr='#b5804e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5804e', endColorstr='#b5804e' );";background-image: linear-gradient(332deg, #b5804e, #b5804e);background-size:initial !important;font-family:"open sans"; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER [class*="-text"]:-moz-placeholder { font-size:1rem; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER [class*="-text"]::-moz-placeholder { font-size:1rem; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER  { width:16.125rem;height:auto;top:24.345880508423rem;left:0.6862570643425rem; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER {display:block;}#fRrkvF1yf7PUyLlF84ye8RBb6e97rEER { width:16.125rem;height:auto;top:24.345880508423rem;left:0.6862570643425rem; }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #xxhTPKfesR4FkcnOO7C7MLT1NDzJbK78 {  }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #R9ttoBGqKmqzsWoLFiu5LFV12uAls3bT { display:none; }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #qscgykh0wTMnQlERlZKuvGRAPNHARpDS {  }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #Rv8TDXVaA2wuOeU3Bby73ekkNCdMJM1B {  }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #Z67vVT5ZSaQifCSKrLneXlEhpNyZ0uUt { display:none; }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #iJvugk7Q7Kt04Q0dDrW5AOTslz36c16T {  }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #XGuri2HTb9X7XE5qngyOkxxVKbvNvLaJ {  }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #DZwMSHQWHz6S7VI0fN3uhUQ3dTMdk93k { display:none; }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #EHcxWR1u5uQKrOVtzITxzIW3UhRFhM4C {  }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #vwmz7lyJAe0uoGJQ3ymP69qEXBWIAXrS {  }
 }@media only screen and (max-width: 763px) { #fRrkvF1yf7PUyLlF84ye8RBb6e97rEER #mcGoR36L4fbmAP2bkBRe0uByaN0GqSX2 {  }
 }@media only screen and (max-width: 763px) { #Xu9dptwt7SXGqmFG9QaKyNuhodQVt7A4 { width:18.125rem;height:19.5rem;top:21.4375rem;left:1.125rem;background-color:rgba(232,236,248,0.91);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #G0G4VkvFtB2pTwxVGmKURNQTf6iCEIZ5 { width:3.8125rem;height:2rem;top:11.424999952316rem;left:13.423437476158rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksbcOE3GMm0slaF6QR9vLNJwudmZxq0k { width:5.9375rem;height:3.3125rem;top:1.0554687976837rem;left:0.52968752384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiUWxVSSXEehmNLbWCsLWhCvPkvL5zHG { width:12.5rem;height:1.3rem;top:10.125rem;left:1.4375001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUKaLSyrzR2sThB9DZV4WDCSet7WCM5w { width:15.3125rem;height:6.5rem;top:11.22500038147rem;left:2.3437501192093rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmTPpnOuXQKSWrtrxskR0RQm7vH3VabO { width:3.75rem;height:2.6rem;top:16.625rem;left:14.923437476158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMa7rErEkOHyPCS3NsTSgtpdZubVudiq { width:16.9991875rem;height:2.7rem;top:6.1875rem;left:1.4992188215256rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #flRx6DLLHilLZqLg5wJrkG19fx1NxRUN { width:19.4366875rem;height:1.38125rem;top:18.74609375rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvB4HB7O5UmLwUIXTyw1QgTWzHkTUyv4 { display:block; }#LvB4HB7O5UmLwUIXTyw1QgTWzHkTUyv4 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWC3IpXuVduFVTc7BIvgLt6vfIcXbkIQ { width:17.3125rem;height:4.875rem;top:20.728126168251rem;left:1.15625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SLmE2mXTttoxEGpydRfudUddPPRw46TV { width:16.5rem;height:4.63125rem;top:0.46015644073486rem;left:1.7500001192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2NtzyZUCDEnm8oq6on3fPDUaek5XOEE { width:18.4375rem;height:0.8125rem;top:39.561965942382rem;left:0.56196731328964rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zpI2NtGlE0fuZrLdEFitffIF8Hla9qZ6 { top:40.999282836914rem;left:0.56196731328964rem;width:18.8743125rem;height:2.687325rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ8nEVcdodMlPPE3lyw14br7m1tlmtux { display:block; }
 }@media only screen and (max-width: 763px) { #K20pTc8wOW0FUkTtb2TBrrMFWhgIfn77 { width:11.9375rem;height:14.9375rem;top:5.3539066314697rem;left:4.2187498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #NflNsTRf7nLNo6OI8soRPlUsdHpvRQWs { display:flex;width:0.75rem;height:0.75rem;top:27.436965942382rem;left:1.8749998211861rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #ALHs7lgtWCZVAc1MAIqyaS5GwNBfKRTF { display:flex;width:0.75rem;height:0.75rem;top:28.75rem;left:1.8119671940804rem; }
 }@media only screen and (max-width: 763px) { #g5OrbhacRlkMCIqvG4M7sQ5coBBcoutC { display:flex;width:0.75rem;height:0.75rem;top:30.062149047851rem;left:1.8119671940804rem; }
 }@media only screen and (max-width: 763px) { #CcMO6A6iwSSPTE10TD26T55cJ0kDIsQI { width:18.0616875rem;height:6.09375rem;top:32.892188668251rem;left:0.96796870231631rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ga5z1QkHgIz3lKSvobVxT2ez3cZ5GD0O { display:flex;width:0.75rem;height:0.75rem;top:26.186965942382rem;left:1.8749998211861rem; }
 }@media only screen and (max-width: 763px) { #imuqqAqipNPznoDkWfbzIufDMZ2DHKiz { display:flex;width:0.75rem;height:0.75rem;top:31.374282836914rem;left:1.8119671940804rem; }
 }@media only screen and (max-width: 763px) { #bRgUoBIs4nDACip0XOIScg8B4NFzVUZW { width:20rem;height:3.233075rem;top:38.311965942382rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkhbcBA3UgcNdocxmGCyoOVt0nF6l0kZ { width:10.125rem;height:6.09375rem;top:26.078128814698rem;left:3.1867188215256rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #W4oaOIwATLOTXZnTo4bNzXnu4ArAZ1RJ { display:block; }#W4oaOIwATLOTXZnTo4bNzXnu4ArAZ1RJ > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFthT4WsVfr5F0QtSuRlwgpazfwH1GST { width:20rem;height:3.25rem;top:0.94194316864012rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C7LlE4bobVx8UdrU9ZslMJXbrl0yVXLb { display:flex;width:3.125rem;height:3.125rem;top:6.0625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #ww45Qd8IuqxQ99RN0AL95PgVWQMOMU3D { width:15rem;height:2.6rem;top:10.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhpJCUvG9ZiVR4DzmTRrw3a4nyCuNJ0M { width:11.5rem;height:5.6875rem;top:13.9375rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMZ2FCyr4HmXAvfFADPShJ8PK1pACUOX { width:15rem;height:2.6rem;top:26.0625rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhBqkTkNeAHzqKd5VCZu5OmT7zdfA6Rc { width:11.5rem;height:3.4125rem;top:29.3125rem;left:4.2499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM1Tmu5V7p6byrMhtyliih7s2KXMLMUm { display:flex;width:3.125rem;height:3.125rem;top:34.75rem;left:8.4375003576281rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #OAzgLTO8TcAwCTow9ZOiHNNLVWbpl51Z { width:15rem;height:1.3rem;top:39.5rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wumFMykcyFIgdoZ6tziEbXVnNsTRCTVr { width:11.5rem;height:4.55rem;top:41.375rem;left:4.2499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSZrzmanP4WuinbRVvDPpq3dd7lMGwRn { display:flex;width:3.125rem;height:3.125rem;top:48.3125rem;left:8.4375003576281rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #VFgQIaCiaod4soECnv8CUK7Qu6Iw9iEU { width:15rem;height:1.3rem;top:52.75rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqcQNU4klUuFWnFNILMuCr7mZTt0shk9 { width:11.5rem;height:4.55rem;top:54.625rem;left:4.2499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btiro19Lpvzc7UIOhUB0BdWKpIdPblCU { display:flex;width:3.125rem;height:3.125rem;top:21.375rem;left:8.4375003576281rem; }
 }@media only screen and (max-width: 763px) { #cwwdaomo1TzVl6oe5WxSi0a98Rzrv9sV { width:5.1875rem;height:5.1875rem;top:47.25rem;left:7.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm4MJKkmtPF8hHGaK66cytE8IUQynws2 { width:5.1875rem;height:5.1875rem;top:33.75rem;left:7.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #hinaITLJFrdo7rWGplxIeruw3kvqXvmE { width:5.1875rem;height:5.1875rem;top:20.375rem;left:7.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDgqETPkmazONRtbRAWMcoaLdXcMvJyS { width:5.1875rem;height:5.1875rem;top:5rem;left:7.4375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Flo0SCB2hII3zl8ZGJlWJWTM6X7v1Pn4 { width:4.5rem;height:3.0625rem;top:4.134765625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFvL41A0AeIfelsf7461OKHipv7poPTR { width:4.5rem;height:3.0625rem;top:4.134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaKUlcGkAMqlVCwXKyqNGSexdRBoXHSQ { display:block; }#BaKUlcGkAMqlVCwXKyqNGSexdRBoXHSQ > .row .container { width:20rem;height:49.874221801757rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMdkroIDcUBM0WzcTtzvu10JOVWBtQ46 { width:20rem;height:3.9rem;top:0.12269783020019rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntlEPTG0mSaVI9ohUDK1tT80WXNszPDU { width:20rem;height:13.292682926829rem;top:4.2496490478516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOiawDct0BctVV0ELTvush6iBr5EztAq { width:20rem;height:2.5rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UavA1UXhBe96z1rpum6rmyVt5O6gHSTM { width:15rem;height:1.3rem;top:17.625rem;left:2.7494671940804rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThO5mWKqZ0wp3ZawPw0p4iKqzQxOIDo5 { width:20rem;height:13.25rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR91ar46i0tVCG1DuRqtsZqOAvtFbWJT { width:20rem;height:2.5rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgwX9PtTaV44LhiUcKz8SAT9gTFItXCP { width:15rem;height:1.3rem;top:32.874465942382rem;left:2.4999998211861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqrTqqr83GEUUObVD7WUFJmgnFf9PG5t { width:20rem;height:13rem;top:35.312149047851rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaaEyTgVATrR1tT1NSeZNA395inWe6ap { width:20rem;height:2.5rem;top:47.374465942382rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfUAP6sfQyCrQc9HI8TUZ089NJLdyPhQ { width:15rem;height:1.3rem;top:47.937324523926rem;left:2.4999998211861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkBm5uwTZyIDKTrMveXKHdoVIpLtVq6w { width:14.75rem;height:9.875rem;top:0.12428951263427rem;left:5.1241729413043rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn0w7J0DhN8zW5zcqPQRdkeepAJuNmgG { display:block; }#Jn0w7J0DhN8zW5zcqPQRdkeepAJuNmgG > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GggFPTUdwsqN5xuUXewMbtp4cPC9436F { width:20rem;height:2.5rem;top:12.874465942382rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhpK061DJF8lTKgb6zA1KmFkFWXUTDvO { width:15rem;height:1.3rem;top:13.437324523926rem;left:2.7494671940804rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I94TzlqCyb7tAv5RbF7HITTIbL5yWciU { width:20rem;height:12.625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8nM7CpOTlrBL72C2g0CvipIbJLPIiSp { width:20rem;height:2.5rem;top:43.43678855896rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeoyP1TqZfKRTvSpIIJGDIJskqZ1KbSE { width:15rem;height:1.3rem;top:44.187143325806rem;left:2.4999998211861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0V2cb79UUTRkNEkaFQrp98tA2vtTw80 { width:20rem;height:12.4375rem;top:30.999822616577rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ5oRfZl4Eg7x7p6xlhTcqelLklMXIFa { width:20rem;height:2.5rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn6HAsJAGLfJQ6DzkuxkHsL1kc6p9sKi { width:15rem;height:1.3rem;top:28.5rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryF5fTxSBEINznCUvzr3ewZMtDyZ0J0y { width:20rem;height:12.0726875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6gxlliEQtzkFpQTh3wWksKcCM0LNZCT { width:20rem;height:13.765rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlwHTgXgFEGWgb09O8ZTB6RzzZdMRuHG { display:block; }#hlwHTgXgFEGWgb09O8ZTB6RzzZdMRuHG > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJoarBQn1qrVIDuBlO8fsB3oCq1ETMki { height:11.1843125rem;width:20rem;top:7.42578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDGk7OFUANnnfEoVqHPAXatuDC8vhtQH { width:18.9373125rem;height:3.4125rem;top:0.24452209472656rem;left:0.52968752384186rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGHySL5sXk0vrKbIp7VemzsrlopTNITI { width:18.6869375rem;height:2.925rem;top:3.9460906982422rem;left:0.71718752384188rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iiNzKqNc5FLFKKivG9MlHMAK68A5rzDw { width:20rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW1QC1rTXWl9TXF7ZhxnRyBLwuliqxgC { display:block; }#oW1QC1rTXWl9TXF7ZhxnRyBLwuliqxgC > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwo6uIuZzHFlJ67PDth2TMhBg4oynVqB { height:11.1843125rem;width:20rem;top:6.05078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tluEfbCAJPXOG1TLFLeorQRXDOnOV71C { width:18.9366875rem;height:3.15rem;top:7.62939453125E-6rem;left:0.53046870231628rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qOTPTzMePXQhhSHbOZNTcvCkaciAhLW5 { width:18.6866875rem;height:1.95rem;top:3.55078125rem;left:0.65468752384188rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDBUvlB4h48xitkBFK8HSQUCarBrp5re { width:20rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL6uaXwUzaMDTnTwrxEUZ4f2rZHWQfKt { display:block; }#zL6uaXwUzaMDTnTwrxEUZ4f2rZHWQfKt > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDk8pJuxI5DdpMI0p0eryUgTPIRgmmUQ { width:20rem;height:3.9rem;top:1.6242198944092rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3ofCCTN47GVpIUGTNHUFNCul369V1ns { width:17.8125rem;height:3.16875rem;top:7.3234386444094rem;left:1.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZW1bHtmoU33tpyO3wImbSJ5mCIcChbh { top:11.435943603516rem;left:1.1859375238419rem;width:17.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTVU1SzgT7ZSrxLBDc9OHvSE1mLJctTH { display:block; }
 }@media only screen and (max-width: 763px) { #UrA06eFxq1uXJtZgmkGCdpZKsntngT1l { width:4.625rem;height:2.625rem;top:3.8226566314698rem;left:1.0921875238419rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8oAHPAc6fm5MEhpvGB1G2QsZqsABG0o { width:4.25rem;height:2.375rem;top:4.12109375rem;left:14.187500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmXQX9McHForDAuZ5GVqUBlBnBS6plsN { width:20rem;height:4.33300625rem;top:11.021484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9XVhBI1krZgOIoHpXpludThTEKMCVSA { display:block; }#R9XVhBI1krZgOIoHpXpludThTEKMCVSA > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9A77ncWKy7Cxfq09rZko2a0PCH6A260 { width:18.6875rem;height:4.46875rem;top:3.7445316314698rem;left:0.65625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #anA3xEVozt49MTpzMVZM5TxeBK1PmuwQ { width:20rem;height:1.3rem;top:9.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mX3E7ut4XFV31pkRPsqmruMs7KfqLTSF { width:20rem;height:2.68125rem;top:11.125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3W5x5qDOdVnuKcdZlcZZ76VH1XLM9qN { width:20rem;height:0.8125rem;top:14.677734375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIHT6mzxKLNqdTyTHAbR8xteXhmtKGJ7 { width:3.5625rem;height:2rem;top:0.74662590026856rem;left:2.3739345669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTzS4TAAApcWq2kETecLL5MG9V7v6adn { top:0rem;left:2.9062501192093rem;width:14.18675rem;height:17.1234375rem;z-index:15016;overflow:hidden;display:block; }
 }