.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f843a8d0-2335-4c3b-a882-c125ce5373bd/DSC03663.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.64); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.64); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:block; }#i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.9375rem;left:0rem;height:7.8rem;font-style:normal;display:block; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-form-header {  }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#fab921;width:21.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-input-text { 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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-input-text {padding-top: 0; padding-bottom: 0;}#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-textarea { 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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-input-select {padding-top: 0; padding-bottom: 0;}#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-input-button { 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:#fab921;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;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:#ffffff;width:21.125rem;height:3.4375rem;font-family:lato;overflow:hidden; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .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:lato;line-height:1.3;font-size:0.75rem;font-weight:700;color:#fab921;vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .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; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-container:first-of-type{padding-top:0;}#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-container:last-of-type{padding-bottom:0;}#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG  { background-color:rgba(19,53,63,0.68);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:8.8624999523163rem;left:36.375001907349rem; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.125rem; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG {display:block;}#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG { background-color:rgba(19,53,63,0.68);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:8.8624999523163rem;left:36.375001907349rem; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #m2Qd5m0bTbRdUkXxAHsdlSKrU9H1pB1R { position:relative; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #eF1Cfw71A5GfBvU2LUtDxrg4T3F5JUGh { position:relative;display:block; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #TQ3AGbzhig8tbn1Ntee3nK90u3Z31aW0 { position:relative; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #PdhLQERok9z7DnWI2mGzRR7NPB6xknG4 { position:relative; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #nP4zGvTigRfzpP24THHOz5hR0XUTW5h0 { position:relative;display:block; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #BbxgrqIzTM7sgRwahcCKr4UhHzqUZaaW { position:relative; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #l4J4UTZzm1MNX2yppoOOuwVNeMbSI5pa { position:relative; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #kgZmZtwOm82fgZHsHWApbappoeFHzbsn { position:relative;display:block; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #EmEe4ma1VwoavqesbBRobUOJwDrkEEBk { position:relative; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #U3nnq4CkM86yxTe8hewdTcUdN1b7PzoN { position:relative; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #VJJUJEoQVU6E25r6PTrKtWEEDGtleCan { position:relative;display:block; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #tWNOBVzKwCIK1qGAW7V2X5AOMgspcCRV { position:relative; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #ll7x9LcRNUrdT32FPN4cEJmmGusLTF94 { position:relative; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #m2clTinXNMuQ6DHhQ7xsamsLSMX4FZqr { position:relative;display:block; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #tPIeMi7iKWe0m8sTOR75y5GhdEtdqbNV { position:relative; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #EKcN0k5KlXcVlH8a2ywIlOPrrkm5pAtl { position:relative; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #E6mEvPWwlcB1Bt8q1IOrLRbROi7DivAB { position:relative;display:block; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #vmQP6TyQNGFuzLN08f1FQU7Ty7yC3q1n { position:relative; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #ab0k3eLKqnVBEVWFpTVltE5SUfrttKWz { position:relative; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #KxFMBkUaIBOfaDT2HgEv9l8SdlFzy6AG { position:relative;z-index:2; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #R18czicKunNJtX7A08n1k08T4feRq39o { position:relative; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #NaZuwbWi8o7vwgVy39yUNBTRimof8d12 { position:relative; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #P49WQNsXqPMiSBHCttr7tAFhTtLWRScm { position:relative; }
#wGue2RTskChAamH19ashiTtzkTWgGATu { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.875rem;left:0rem;height:10.5625rem;text-align:left;text-align-last:left;display:block; }
#SFAiTPJv7KLmaPrsbA1stF9Ttmhwynmy { position:absolute;display:block;z-index:15008;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.25rem;width:17.4375rem;top:3.1609375476837rem;left:23.093751907349rem;overflow:hidden;display:block; }
#Rs01nUTkHskglcGKTab0bttv60ATCktW { box-sizing:content-box;height:5rem;width:18.25rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:1.7859375476837rem;left:22.687501907349rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:60rem;position:relative;display:block; }#rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { color:#333333;display:block;width:26.25rem;position:absolute;font-family:lato;font-size:3.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.1875rem;left:31.875rem;height:4.95625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { position:absolute;display:block;z-index:15004;background-color:#13353f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:11.75rem;left:31.9375rem;display:block; }
#kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { color:#121212;display:block;width:28.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.125rem;left:31.9375rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#ERHNhzGZg1Btb7AAQIlVP2ik14SXtNvV { color:#13353f;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:27.4375rem;left:31.875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#Uhu9iJEXDziPQikvQBJfuaHc1fSV0ohK { background-color:#f8bc38;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: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;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:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.4375rem;left:31.875rem;display:block; }
#dIfXMwNCXlBaWIJFkzceIw5CfEyx5GvA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OsR1I6bD2Tq1ztCMohOZoe2ANWbrKSaz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:25.0625rem;top:16.812500476837rem;left:0rem;overflow:hidden;display:block; }
#Dkmdd8htRndRm608QOtTPKsvNhhLINyo { 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:20.1875rem;width:20.1875rem;top:0.275rem;left:9.0875rem;overflow:hidden;display:block; }
#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/042dcdf1-9dea-4a2c-a4f2-2aad3a88cb7c/ruszland2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.adaptive-delivery-prevent-bg, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyload, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyloading { background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { background-color: transparent; background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .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); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { border-width: 0; border-radius: 0; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#odssKBVtKGSiEVkZC6puDl72d3kwWhDG { position:absolute;display:block;z-index:15007;background-color:#13353f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.0625rem;top:10.75rem;left:17.375rem;display:block; }
#sNJzT7GSoryplvhC20mXTgRJcMQLcAVt { position:absolute;display:block;z-index:15008;background-color:#13353f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.0625rem;top:10.75rem;left:38.75rem;display:block; }
#xoyOGBXiMu6SknTQta5AGy12WiaG0MFm { position:absolute;display:block;z-index:15009;background-color:#13353f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.0625rem;top:17.875rem;left:17.375rem;display:block; }
#QwW8vglGb28XzLNTtNDS0Mbe2vzpa2gH { position:absolute;display:block;z-index:15010;background-color:#13353f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.0625rem;top:17.875rem;left:38.75rem;display:block; }
#bLhmuDruqPdknFU57vEb6PZpiCRxh3Fy { position:absolute;display:block;z-index:15012;background-color:#13353f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.0625rem;top:25.375rem;left:38.75rem;display:block; }
#UKB9lHLz8UZqA6TTHS3Azc2uCTV24rxe { position:absolute;display:block;z-index:15011;background-color:#13353f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.0625rem;top:25.375rem;left:17.375rem;display:block; }
#fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.3125rem;left:43.625rem;height:2.6rem;font-style:normal;display:block; }
#TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.5625rem;left:43.625rem;height:2.6rem;font-style:normal;display:block; }
#HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.4375rem;left:44.1875rem;height:2.6rem;font-style:normal;display:block; }
#aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { color:#000000;display:block;width:10.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.3125rem;left:22.1875rem;height:2.6rem;font-style:normal;display:block; }
#nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { color:#000000;display:block;width:10.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.4375rem;left:21.4375rem;height:2.6rem;font-style:normal;display:block; }
#UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { color:#000000;display:block;width:10.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:25.9375rem;left:22.1875rem;height:3.9rem;font-style:normal;display:block; }
#zKPAbBBE1pVcTwvr0U5MASGuOLTqBS9p { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.5rem;left:38.375rem; }
#S5gdZguyifhPoTOvslMBifJvJwfbaTxD { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.875rem;left:38.75rem; }
#RsoTSPlMcz2rfhUIqatQVrqpDymrwS6e { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:26.125rem;left:38.75rem; }
#dyEITFKAi9nvBmTJTeGl1G1KaNldnhCR { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:11.5rem;left:17.3125rem; }
#TmLlUBuhwpveE9OWMc6MTGWUE7rDzzXO { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:18.625rem;left:17.3125rem; }
#scMyEiT1wZxtQyMHArVNu2nJ9dvVf3r7 { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:25.8125rem;left:17.3125rem; }
#aERSERclppCzPLT20nSntyAZB6f5kvph { color:#333333;display:block;width:32.0625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5rem;left:19.562501907349rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UZzTNLtLF7goQW4rNzgA2uW9HdRULfdk { box-sizing:content-box;height:28.75rem;width:40.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:3.625rem;left:15.343751907349rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem #ffffff ;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#ltXEAmpmbpOFpK0Ddghq1RUFBBlAlUfT { position:absolute;display:block;z-index:15010;background-color:#13353f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:16.375rem;top:6.5625rem;left:21.875rem;display:block; }
#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#333333;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s7aBEmN4uaOmzzK6UkOZ2aeiDSx6mm9k { position:absolute;display:block;z-index:15014;border-top:0.25rem solid #ffc641;border-left:0.25rem solid #ffc641;border-right:0.25rem solid #ffc641;border-bottom:0.25rem solid #ffc641;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.875rem;width:11.875rem;top:7.875rem;left:17.25rem;overflow:hidden;display:block; }
#UW1qRfmnmlQSURFbmOmSehaBsDCErT1f { position:absolute;display:block;z-index:15036;border-top:0.25rem solid #ffc641;border-left:0.25rem solid #ffc641;border-right:0.25rem solid #ffc641;border-bottom:0.25rem solid #ffc641;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12rem;width:11.875rem;top:7.8125rem;left:30.5625rem;overflow:hidden;display:block; }
#pgP6KmdcogCW0GddD320vD5MQwp78Pon { color:#000000;display:block;width:11.125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:21.1875rem;left:17.875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#TPo4IA6yGyBsk2HtKro2HKzeRaT3QlOp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:21.1875rem;left:30.5rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#UWXXsqGlAqPxqCc5TKUA0XwZZQCvgDwC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:22.875rem;left:17.1875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#OsDTJrbqrVr5Ek5T9DSBFeepU3vmyaIL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:23rem;left:30.375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f672f827-8be2-43bc-884d-a84c449e1adc/ruszland.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF.adaptive-delivery-prevent-bg, #HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF.lazyload, #HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF.lazyloading { background-image: none; }#HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF > .row .container { background-color: transparent; background-image: none; }#HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF > .row .container > .video-iframe-container { display: none; }#HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF > .row > .video-iframe-container { display: none; }#HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF > .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); }#HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF > .row .container { border-width: 0; border-radius: 0; }#HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF::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; }#HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:60rem;position:relative;display:block; }#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-form-header {  }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#fab921;width:21.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-input-text { 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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-input-text {padding-top: 0; padding-bottom: 0;}#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-textarea { 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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-input-select {padding-top: 0; padding-bottom: 0;}#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-input-button { 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:#fab921;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;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:#ffffff;width:21.125rem;height:3.4375rem;font-family:lato;overflow:hidden; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .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:lato;line-height:1.3;font-size:0.75rem;font-weight:700;color:#fab921;vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .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; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-container:first-of-type{padding-top:0;}#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-container:last-of-type{padding-bottom:0;}#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L  { background-color:rgba(19,53,63,0.81);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:2.9306640625rem;left:33.1875rem; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.125rem; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L {display:block;}#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L { background-color:rgba(19,53,63,0.81);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:2.9306640625rem;left:33.1875rem; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #b6qMfm6kifBapOIfZevEy3L4y0yfg6EQ { position:relative; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #v90v23tTALR9x5FcXx4CULbmLtHTZ0eF { position:relative;display:block; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #RwxLBZGpIR1dxzPKILy1mxMFyBBXoxsJ { position:relative; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #pfKgKQMZ4UcGItEdlgTglbTV5OEnOISN { position:relative; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #iB9XxfqwMbf5wO3o1ARozgEvXprdzr5Q { position:relative;display:block; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #cIfsM4Q6sN3KgHvuGAfp2K5tGR4fhWEw { position:relative; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #PU3dreqvd7TbOitPkqWENDv575yqJKAq { position:relative; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #kfhMKW4nDKUuANzLNzdfuFyFKpoJPqEg { position:relative;display:block; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #UTWzTQ1Cz0calKJUaOJXmqbPXmZODPUC { position:relative; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #T9EFQT9CrWeTF1yoCWwoHWzclwWBiHaF { position:relative; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #CmJCTFJXHIxMD6tqUF8ZvX0hCuyiOMRX { position:relative;display:block; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #LcwZRR70ATbZPXh3qOSevm3XbHPf5Vcg { position:relative; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #H2TwBy2vrzTq5v4g5RWRXf9BGpPqbJga { position:relative; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #oZTGJoqOtKhrVMkd0vC7th09iQD4HkyA { position:relative;display:block; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #Zl3UFLtHT7nyV72Ee7FOEm0AlGSgwT5k { position:relative; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #CCzgNUJSUCyS2XQ6Ay1Su3clmQKK1e7l { position:relative; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #nNDzETQzDDJSkNuZlLTEL8VQyfGvTJ09 { position:relative;display:block; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #taMxsSV4oQDBqvRp1TOn8HbickLDm7rb { position:relative; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #hAtMcuFHwFB7vXTeBPJOi2n8r7Cdk297 { position:relative; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #ZwVDSy0nfTfCzCir63tubFUAVmz8lywT { position:relative;z-index:2; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #Nb2akvv0KkiNA9IoErnVmkeoGaMt5gIM { position:relative; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #yUGtyqaiIGlPAa0b7CX2e81VhrVEtuTP { position:relative; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #QNVh3Mmv5FbIwUxFsyZfUyotZFotv0kQ { position:relative; }
#nybbzom54pMG7WrcKhI2pMgNdrguAFLG { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.77499961853rem;left:0.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpVWhrkO18k6XIzusRJrnAD6uxUWTehK { color:#ffffff;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.375rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#zav2a1J58qi2dAw6s7Lws7ii4LvISKKf { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.0125007629394rem;left:0rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Moye0T9pWrEyagdlAtd6DTKlfeTXDEGM { position:relative;display:block; }#Moye0T9pWrEyagdlAtd6DTKlfeTXDEGM { background-color: transparent; background-image: none; }#Moye0T9pWrEyagdlAtd6DTKlfeTXDEGM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Moye0T9pWrEyagdlAtd6DTKlfeTXDEGM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Moye0T9pWrEyagdlAtd6DTKlfeTXDEGM > .row .container > .video-iframe-container { display: none; }#Moye0T9pWrEyagdlAtd6DTKlfeTXDEGM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Moye0T9pWrEyagdlAtd6DTKlfeTXDEGM > .row > .video-iframe-container { display: none; }#Moye0T9pWrEyagdlAtd6DTKlfeTXDEGM > .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); }#Moye0T9pWrEyagdlAtd6DTKlfeTXDEGM { border-width: 0; border-radius: 0; }#Moye0T9pWrEyagdlAtd6DTKlfeTXDEGM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Moye0T9pWrEyagdlAtd6DTKlfeTXDEGM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VEUR9PNvUXyeC5oWoPW65OIOGldzxrqs { color:#000000;display:block;width:26.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:18.1875rem;left:16.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#MlfhtiVCqiAg4QuNA8ZWmxxTSb9ENKa2 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.1875rem;left:31.562501907349rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#MlfhtiVCqiAg4QuNA8ZWmxxTSb9ENKa2 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#wFTAshd58RT2q65BOIkPInd4qsXMq6DD { color:#333333;display:block;width:18.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:10.8125rem;left:20.687501907349rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GQ09loNdMNd2t8nLZR6TS0SP5tRdxc7l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.1875rem;left:26.312501907349rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#GQ09loNdMNd2t8nLZR6TS0SP5tRdxc7l > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#UbPsvUzZiUIp2iVM2oNHDfGvgz094gsp { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.3125rem;left:17.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Thf4oRV0PEWstAzNOw0D2rIL7xZgp7wJ { box-sizing:content-box;height:18.5625rem;width:37.25rem;position:absolute;display:block;z-index:15001;background-color:#f4f4f4;background-image:none;top:4.46875rem;left:11.125rem;box-shadow: 0.25rem 0.625rem 0.625rem rgba(0,0,0,0.13) ;border-top-right-radius:3.25rem;border-bottom-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-top-left-radius:3.25rem;border-top:0.25rem solid #13353f;border-left:0.25rem solid #13353f;border-right:0.25rem solid #13353f;border-bottom:0.25rem solid #13353f;display:block; }
#LEa4VkNPtozn4N7CD1fiB1f362f6zgXD { 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:1.875rem;width:13.5625rem;top:6.9375rem;left:23.21875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { top:11.9375rem;left:0rem;width:34.4375rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-regular-label { width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-input-text { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-input-text {padding-top: 0; padding-bottom: 0;}#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-textarea { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-input-select { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-input-select {padding-top: 0; padding-bottom: 0;}#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-input-button { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-checkbox-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG  { width:21.125rem;height:33rem;top:8.8125rem;left:24.125rem; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .radio-container { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG {display:block;}#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG { width:21.125rem;height:33rem;top:8.8125rem;left:24.125rem; }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #m2Qd5m0bTbRdUkXxAHsdlSKrU9H1pB1R {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #eF1Cfw71A5GfBvU2LUtDxrg4T3F5JUGh {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #TQ3AGbzhig8tbn1Ntee3nK90u3Z31aW0 {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #PdhLQERok9z7DnWI2mGzRR7NPB6xknG4 {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #nP4zGvTigRfzpP24THHOz5hR0XUTW5h0 {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #BbxgrqIzTM7sgRwahcCKr4UhHzqUZaaW {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #l4J4UTZzm1MNX2yppoOOuwVNeMbSI5pa {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #kgZmZtwOm82fgZHsHWApbappoeFHzbsn {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #EmEe4ma1VwoavqesbBRobUOJwDrkEEBk {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #U3nnq4CkM86yxTe8hewdTcUdN1b7PzoN {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #VJJUJEoQVU6E25r6PTrKtWEEDGtleCan {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #tWNOBVzKwCIK1qGAW7V2X5AOMgspcCRV {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #ll7x9LcRNUrdT32FPN4cEJmmGusLTF94 {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #m2clTinXNMuQ6DHhQ7xsamsLSMX4FZqr {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #tPIeMi7iKWe0m8sTOR75y5GhdEtdqbNV {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #EKcN0k5KlXcVlH8a2ywIlOPrrkm5pAtl {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #E6mEvPWwlcB1Bt8q1IOrLRbROi7DivAB {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #vmQP6TyQNGFuzLN08f1FQU7Ty7yC3q1n {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #ab0k3eLKqnVBEVWFpTVltE5SUfrttKWz {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #KxFMBkUaIBOfaDT2HgEv9l8SdlFzy6AG {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #R18czicKunNJtX7A08n1k08T4feRq39o {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #NaZuwbWi8o7vwgVy39yUNBTRimof8d12 {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #P49WQNsXqPMiSBHCttr7tAFhTtLWRScm {  }
 }@media only screen and (max-width: 763px) { #wGue2RTskChAamH19ashiTtzkTWgGATu { top:21.875rem;left:0rem;width:24.5rem;height:10.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFAiTPJv7KLmaPrsbA1stF9Ttmhwynmy { top:3.125rem;left:16.968751907349rem;width:17.4375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs01nUTkHskglcGKTab0bttv60ATCktW { top:1.75rem;left:16.562501907349rem;width:18.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { top:6.1875rem;left:21.5rem;width:26.25rem;height:4.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { top:11.75rem;left:23.875rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { top:15.125rem;left:19.6875rem;width:28.0625rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERHNhzGZg1Btb7AAQIlVP2ik14SXtNvV { top:27.4375rem;left:20.25rem;width:27.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhu9iJEXDziPQikvQBJfuaHc1fSV0ohK { width:14.8125rem;height:3.375rem;top:32.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIfXMwNCXlBaWIJFkzceIw5CfEyx5GvA { display:block; }
 }@media only screen and (max-width: 763px) { #OsR1I6bD2Tq1ztCMohOZoe2ANWbrKSaz { top:16.8125rem;left:0rem;width:25.0625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkmdd8htRndRm608QOtTPKsvNhhLINyo { top:0.25rem;left:4.125rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odssKBVtKGSiEVkZC6puDl72d3kwWhDG { top:10.75rem;left:11.25rem;width:4.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNJzT7GSoryplvhC20mXTgRJcMQLcAVt { top:10.75rem;left:32.625rem;width:4.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoyOGBXiMu6SknTQta5AGy12WiaG0MFm { top:17.875rem;left:11.25rem;width:4.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwW8vglGb28XzLNTtNDS0Mbe2vzpa2gH { top:17.875rem;left:32.625rem;width:4.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLhmuDruqPdknFU57vEb6PZpiCRxh3Fy { top:25.375rem;left:32.625rem;width:4.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKB9lHLz8UZqA6TTHS3Azc2uCTV24rxe { top:25.375rem;left:11.25rem;width:4.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { top:12.3125rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { top:26.5625rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { top:19.4375rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { top:12.3125rem;left:16.0625rem;width:10.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { top:19.4375rem;left:15.3125rem;width:10.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { top:25.9375rem;left:16.0625rem;width:10.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKPAbBBE1pVcTwvr0U5MASGuOLTqBS9p { top:11.5rem;left:32.25rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5gdZguyifhPoTOvslMBifJvJwfbaTxD { top:18.875rem;left:32.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsoTSPlMcz2rfhUIqatQVrqpDymrwS6e { top:26.125rem;left:32.625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyEITFKAi9nvBmTJTeGl1G1KaNldnhCR { top:11.5rem;left:11.1875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmLlUBuhwpveE9OWMc6MTGWUE7rDzzXO { top:18.625rem;left:11.1875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scMyEiT1wZxtQyMHArVNu2nJ9dvVf3r7 { top:25.8125rem;left:11.1875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aERSERclppCzPLT20nSntyAZB6f5kvph { top:4.5rem;left:13.437501907349rem;width:32.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZzTNLtLF7goQW4rNzgA2uW9HdRULfdk { top:3.625rem;left:7.25rem;width:40.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltXEAmpmbpOFpK0Ddghq1RUFBBlAlUfT { top:6.5625rem;left:15.75rem;width:16.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:3.125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7aBEmN4uaOmzzK6UkOZ2aeiDSx6mm9k { top:7.875rem;left:11.125rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW1qRfmnmlQSURFbmOmSehaBsDCErT1f { top:7.8125rem;left:24.4375rem;width:11.875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgP6KmdcogCW0GddD320vD5MQwp78Pon { top:21.1875rem;left:11.75rem;width:11.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPo4IA6yGyBsk2HtKro2HKzeRaT3QlOp { top:21.1875rem;left:24.375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWXXsqGlAqPxqCc5TKUA0XwZZQCvgDwC { top:22.875rem;left:11.0625rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsDTJrbqrVr5Ek5T9DSBFeepU3vmyaIL { top:23rem;left:24.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF { display:block; }#HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-regular-label { width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-input-text { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-input-text {padding-top: 0; padding-bottom: 0;}#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-textarea { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-input-select { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-input-select {padding-top: 0; padding-bottom: 0;}#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-input-button { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-checkbox-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L  { width:21.125rem;height:auto;top:2.875rem;left:24rem; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .radio-container { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L {display:block;}#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L { width:21.125rem;height:auto;top:2.875rem;left:24rem; }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #b6qMfm6kifBapOIfZevEy3L4y0yfg6EQ {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #v90v23tTALR9x5FcXx4CULbmLtHTZ0eF {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #RwxLBZGpIR1dxzPKILy1mxMFyBBXoxsJ {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #pfKgKQMZ4UcGItEdlgTglbTV5OEnOISN {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #iB9XxfqwMbf5wO3o1ARozgEvXprdzr5Q {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #cIfsM4Q6sN3KgHvuGAfp2K5tGR4fhWEw {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #PU3dreqvd7TbOitPkqWENDv575yqJKAq {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #kfhMKW4nDKUuANzLNzdfuFyFKpoJPqEg {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #UTWzTQ1Cz0calKJUaOJXmqbPXmZODPUC {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #T9EFQT9CrWeTF1yoCWwoHWzclwWBiHaF {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #CmJCTFJXHIxMD6tqUF8ZvX0hCuyiOMRX {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #LcwZRR70ATbZPXh3qOSevm3XbHPf5Vcg {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #H2TwBy2vrzTq5v4g5RWRXf9BGpPqbJga {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #oZTGJoqOtKhrVMkd0vC7th09iQD4HkyA {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #Zl3UFLtHT7nyV72Ee7FOEm0AlGSgwT5k {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #CCzgNUJSUCyS2XQ6Ay1Su3clmQKK1e7l {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #nNDzETQzDDJSkNuZlLTEL8VQyfGvTJ09 {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #taMxsSV4oQDBqvRp1TOn8HbickLDm7rb {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #hAtMcuFHwFB7vXTeBPJOi2n8r7Cdk297 {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #ZwVDSy0nfTfCzCir63tubFUAVmz8lywT {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #Nb2akvv0KkiNA9IoErnVmkeoGaMt5gIM {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #yUGtyqaiIGlPAa0b7CX2e81VhrVEtuTP {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #QNVh3Mmv5FbIwUxFsyZfUyotZFotv0kQ {  }
 }@media only screen and (max-width: 763px) { #nybbzom54pMG7WrcKhI2pMgNdrguAFLG { top:14.75rem;left:0rem;width:28.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpVWhrkO18k6XIzusRJrnAD6uxUWTehK { top:20.375rem;left:0rem;width:30rem;height:9.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zav2a1J58qi2dAw6s7Lws7ii4LvISKKf { top:6rem;left:0rem;width:30.1875rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Moye0T9pWrEyagdlAtd6DTKlfeTXDEGM { display:block; }#Moye0T9pWrEyagdlAtd6DTKlfeTXDEGM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEUR9PNvUXyeC5oWoPW65OIOGldzxrqs { top:18.1875rem;left:0rem;width:26.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlfhtiVCqiAg4QuNA8ZWmxxTSb9ENKa2 { top:14.1875rem;left:25.375001907349rem;width:2.5625rem;height:2.5625rem;display:block; }
#MlfhtiVCqiAg4QuNA8ZWmxxTSb9ENKa2 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #wFTAshd58RT2q65BOIkPInd4qsXMq6DD { top:10.8125rem;left:13.125rem;width:18.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ09loNdMNd2t8nLZR6TS0SP5tRdxc7l { top:14.1875rem;left:20.125001907349rem;width:2.5625rem;height:2.5625rem;display:block; }
#GQ09loNdMNd2t8nLZR6TS0SP5tRdxc7l > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #UbPsvUzZiUIp2iVM2oNHDfGvgz094gsp { top:20.3125rem;left:0rem;width:25.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thf4oRV0PEWstAzNOw0D2rIL7xZgp7wJ { top:4.4375rem;left:0rem;width:37.25rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEa4VkNPtozn4N7CD1fiB1f362f6zgXD { top:6.9375rem;left:17.03125rem;width:13.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93e3978b-1e53-4f0a-b527-6c9181094f98/2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { width:19.75rem;height:7.8rem;top:6.125rem;left:0.125rem;font-size:2rem;text-align:center;text-align-last:center;color:#13353f;display:block; }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-input-text {padding-top: 0; padding-bottom: 0;}#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-input-select {padding-top: 0; padding-bottom: 0;}#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG  { width:17.5rem;height:33.8875rem;top:24.362499761581rem;left:0rem; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG {display:block;}#JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG { width:17.5rem;height:33.8875rem;top:24.362499761581rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #m2Qd5m0bTbRdUkXxAHsdlSKrU9H1pB1R {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #eF1Cfw71A5GfBvU2LUtDxrg4T3F5JUGh {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #TQ3AGbzhig8tbn1Ntee3nK90u3Z31aW0 {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #PdhLQERok9z7DnWI2mGzRR7NPB6xknG4 {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #nP4zGvTigRfzpP24THHOz5hR0XUTW5h0 {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #BbxgrqIzTM7sgRwahcCKr4UhHzqUZaaW {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #l4J4UTZzm1MNX2yppoOOuwVNeMbSI5pa {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #kgZmZtwOm82fgZHsHWApbappoeFHzbsn {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #EmEe4ma1VwoavqesbBRobUOJwDrkEEBk {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #U3nnq4CkM86yxTe8hewdTcUdN1b7PzoN {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #VJJUJEoQVU6E25r6PTrKtWEEDGtleCan {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #tWNOBVzKwCIK1qGAW7V2X5AOMgspcCRV {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #ll7x9LcRNUrdT32FPN4cEJmmGusLTF94 {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #m2clTinXNMuQ6DHhQ7xsamsLSMX4FZqr {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #tPIeMi7iKWe0m8sTOR75y5GhdEtdqbNV {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #EKcN0k5KlXcVlH8a2ywIlOPrrkm5pAtl {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #E6mEvPWwlcB1Bt8q1IOrLRbROi7DivAB {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #vmQP6TyQNGFuzLN08f1FQU7Ty7yC3q1n {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #ab0k3eLKqnVBEVWFpTVltE5SUfrttKWz {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #KxFMBkUaIBOfaDT2HgEv9l8SdlFzy6AG {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #R18czicKunNJtX7A08n1k08T4feRq39o {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #NaZuwbWi8o7vwgVy39yUNBTRimof8d12 {  }
 }@media only screen and (max-width: 763px) { #JmxOa3t0ei3uktNOXWqWrEbRXF7bMWwG #P49WQNsXqPMiSBHCttr7tAFhTtLWRScm {  }
 }@media only screen and (max-width: 763px) { #wGue2RTskChAamH19ashiTtzkTWgGATu { width:20rem;height:7.3125rem;top:15.300000190735rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#13353f;font-weight:400;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #SFAiTPJv7KLmaPrsbA1stF9Ttmhwynmy { width:14.625rem;height:2.0625rem;top:1.78125rem;left:2.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs01nUTkHskglcGKTab0bttv60ATCktW { width:17.625rem;height:4.0625rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { background-color:rgba(0,0,0,0);background-image:none;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { width:19.0625rem;height:2.6rem;top:0rem;left:0.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { width:4.6875rem;height:0.25rem;top:2.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { width:18rem;height:6.3375rem;top:4.9375rem;left:1rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERHNhzGZg1Btb7AAQIlVP2ik14SXtNvV { width:20rem;height:2.275rem;top:13rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uhu9iJEXDziPQikvQBJfuaHc1fSV0ohK { width:14.8125rem;height:3.375rem;top:16.75rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIfXMwNCXlBaWIJFkzceIw5CfEyx5GvA { display:block; }
 }@media only screen and (max-width: 763px) { #OsR1I6bD2Tq1ztCMohOZoe2ANWbrKSaz { width:20rem;height:20rem;top:39.087501525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkmdd8htRndRm608QOtTPKsvNhhLINyo { width:19.5rem;height:19.5rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/042dcdf1-9dea-4a2c-a4f2-2aad3a88cb7c/ruszland2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.adaptive-delivery-prevent-bg, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyload, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyloading { background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { background-color: transparent; background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .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); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odssKBVtKGSiEVkZC6puDl72d3kwWhDG { width:4.0625rem;height:0.25rem;top:6.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNJzT7GSoryplvhC20mXTgRJcMQLcAVt { width:4.0625rem;height:0.25rem;top:6.625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoyOGBXiMu6SknTQta5AGy12WiaG0MFm { width:4.0625rem;height:0.25rem;top:17.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwW8vglGb28XzLNTtNDS0Mbe2vzpa2gH { width:4.0625rem;height:0.25rem;top:17.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLhmuDruqPdknFU57vEb6PZpiCRxh3Fy { width:4.0625rem;height:0.25rem;top:29.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKB9lHLz8UZqA6TTHS3Azc2uCTV24rxe { width:4.0625rem;height:0.25rem;top:29.0625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { width:7.6875rem;height:2.275rem;top:12.625rem;left:0.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { width:6.5625rem;height:4.55rem;top:23rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { width:8.5625rem;height:3.4125rem;top:36rem;left:0.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { width:8.3125rem;height:3.4125rem;top:12.0625rem;left:11.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { width:8.3125rem;height:2.275rem;top:24.125rem;left:12rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { width:7.6875rem;height:4.55rem;top:35.0625rem;left:11.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKPAbBBE1pVcTwvr0U5MASGuOLTqBS9p { display:flex;width:4.1875rem;height:4.1875rem;top:7.4375rem;left:2rem;font-size:2.875rem; }
 }@media only screen and (max-width: 763px) { #S5gdZguyifhPoTOvslMBifJvJwfbaTxD { display:flex;width:4.1875rem;height:4.1875rem;top:30.5625rem;left:2.5rem;font-size:2.875rem; }
 }@media only screen and (max-width: 763px) { #RsoTSPlMcz2rfhUIqatQVrqpDymrwS6e { display:flex;width:4.1875rem;height:4.1875rem;top:18.125rem;left:2.0625rem;font-size:2.875rem; }
 }@media only screen and (max-width: 763px) { #dyEITFKAi9nvBmTJTeGl1G1KaNldnhCR { display:flex;width:4.1875rem;height:4.1875rem;top:7.4375rem;left:13.6875rem; }
 }@media only screen and (max-width: 763px) { #TmLlUBuhwpveE9OWMc6MTGWUE7rDzzXO { display:flex;width:4.1875rem;height:4.1875rem;top:18.125rem;left:13.5rem;font-size:2.875rem; }
 }@media only screen and (max-width: 763px) { #scMyEiT1wZxtQyMHArVNu2nJ9dvVf3r7 { display:flex;width:4.1875rem;height:4.1875rem;top:30rem;left:13.5rem;font-size:2.875rem; }
 }@media only screen and (max-width: 763px) { #aERSERclppCzPLT20nSntyAZB6f5kvph { width:20rem;height:2.6rem;top:3.3125rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZzTNLtLF7goQW4rNzgA2uW9HdRULfdk { width:20rem;height:37.25rem;top:2.7242193222046rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltXEAmpmbpOFpK0Ddghq1RUFBBlAlUfT { width:4.6875rem;height:0.25rem;top:11.5rem;left:7.6250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:18.5625rem;height:9.75rem;top:1.25rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s7aBEmN4uaOmzzK6UkOZ2aeiDSx6mm9k { width:11.875rem;height:11.875rem;top:13.6875rem;left:3.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW1qRfmnmlQSURFbmOmSehaBsDCErT1f { width:11.875rem;height:12rem;top:31.5rem;left:3.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgP6KmdcogCW0GddD320vD5MQwp78Pon { width:11.125rem;height:1.1375rem;top:27.0625rem;left:4.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPo4IA6yGyBsk2HtKro2HKzeRaT3QlOp { width:12.5rem;height:1.1375rem;top:45.25rem;left:3.7500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWXXsqGlAqPxqCc5TKUA0XwZZQCvgDwC { width:12.5rem;height:1.1375rem;top:28.887499809265rem;left:3.7500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OsDTJrbqrVr5Ek5T9DSBFeepU3vmyaIL { width:12.5rem;height:1.1375rem;top:46.97500038147rem;left:3.7500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF { display:block; }#HlDGwJq8Zu22Irb9D0du6rwTRysKU4eF > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-input-text {padding-top: 0; padding-bottom: 0;}#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-input-select {padding-top: 0; padding-bottom: 0;}#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L  { width:17.5rem;height:auto;top:20.012500762939rem;left:0rem; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L {display:block;}#X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L { width:17.5rem;height:auto;top:20.012500762939rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #b6qMfm6kifBapOIfZevEy3L4y0yfg6EQ {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #v90v23tTALR9x5FcXx4CULbmLtHTZ0eF {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #RwxLBZGpIR1dxzPKILy1mxMFyBBXoxsJ {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #pfKgKQMZ4UcGItEdlgTglbTV5OEnOISN {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #iB9XxfqwMbf5wO3o1ARozgEvXprdzr5Q {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #cIfsM4Q6sN3KgHvuGAfp2K5tGR4fhWEw {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #PU3dreqvd7TbOitPkqWENDv575yqJKAq {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #kfhMKW4nDKUuANzLNzdfuFyFKpoJPqEg {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #UTWzTQ1Cz0calKJUaOJXmqbPXmZODPUC {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #T9EFQT9CrWeTF1yoCWwoHWzclwWBiHaF {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #CmJCTFJXHIxMD6tqUF8ZvX0hCuyiOMRX {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #LcwZRR70ATbZPXh3qOSevm3XbHPf5Vcg {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #H2TwBy2vrzTq5v4g5RWRXf9BGpPqbJga {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #oZTGJoqOtKhrVMkd0vC7th09iQD4HkyA {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #Zl3UFLtHT7nyV72Ee7FOEm0AlGSgwT5k {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #CCzgNUJSUCyS2XQ6Ay1Su3clmQKK1e7l {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #nNDzETQzDDJSkNuZlLTEL8VQyfGvTJ09 {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #taMxsSV4oQDBqvRp1TOn8HbickLDm7rb {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #hAtMcuFHwFB7vXTeBPJOi2n8r7Cdk297 {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #ZwVDSy0nfTfCzCir63tubFUAVmz8lywT {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #Nb2akvv0KkiNA9IoErnVmkeoGaMt5gIM {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #yUGtyqaiIGlPAa0b7CX2e81VhrVEtuTP {  }
 }@media only screen and (max-width: 763px) { #X0oiu3Xz8Asd42aGLNanUOtbTJn7xM2L #QNVh3Mmv5FbIwUxFsyZfUyotZFotv0kQ {  }
 }@media only screen and (max-width: 763px) { #nybbzom54pMG7WrcKhI2pMgNdrguAFLG { width:20rem;height:2.6rem;top:8.3742198944094rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpVWhrkO18k6XIzusRJrnAD6uxUWTehK { width:20rem;height:5.85rem;top:12.10000038147rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zav2a1J58qi2dAw6s7Lws7ii4LvISKKf { width:20rem;height:7.8rem;top:0.57421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Moye0T9pWrEyagdlAtd6DTKlfeTXDEGM { display:block; }#Moye0T9pWrEyagdlAtd6DTKlfeTXDEGM > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEUR9PNvUXyeC5oWoPW65OIOGldzxrqs { width:16.9375rem;height:2.6rem;top:11.8125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MlfhtiVCqiAg4QuNA8ZWmxxTSb9ENKa2 { display:flex;width:2.5625rem;height:2.5625rem;top:9.0625rem;left:11.5rem; }
#MlfhtiVCqiAg4QuNA8ZWmxxTSb9ENKa2 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #wFTAshd58RT2q65BOIkPInd4qsXMq6DD { width:18.625rem;height:1.70625rem;top:7.375rem;left:0.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQ09loNdMNd2t8nLZR6TS0SP5tRdxc7l { display:flex;width:2.5625rem;height:2.5625rem;top:9.0625rem;left:6.5rem; }
#GQ09loNdMNd2t8nLZR6TS0SP5tRdxc7l > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #UbPsvUzZiUIp2iVM2oNHDfGvgz094gsp { width:18.125rem;height:2.6rem;top:14.625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Thf4oRV0PEWstAzNOw0D2rIL7xZgp7wJ { width:18.625rem;height:13.9375rem;top:3.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEa4VkNPtozn4N7CD1fiB1f362f6zgXD { width:13.5625rem;height:1.875rem;top:4.375rem;left:3.25rem;display:block; }
 }