.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;
}
:root { --color-primary-0:255,255,217;--color-primary-1:255,255,128;--color-primary-2:255,255,0;--color-primary-3:128,128,0;--color-primary-4:38,38,0;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:Open Sans;--paragraphs-font-family:Open Sans; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#wBS32cdE2rXBLP8M3rmRLtbrNV1J9NNu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d98ba;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; }#wBS32cdE2rXBLP8M3rmRLtbrNV1J9NNu > .row .container { background-color: transparent; background-image: none; }#wBS32cdE2rXBLP8M3rmRLtbrNV1J9NNu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBS32cdE2rXBLP8M3rmRLtbrNV1J9NNu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBS32cdE2rXBLP8M3rmRLtbrNV1J9NNu > .row .container > .video-iframe-container { display: none; }#wBS32cdE2rXBLP8M3rmRLtbrNV1J9NNu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBS32cdE2rXBLP8M3rmRLtbrNV1J9NNu > .row > .video-iframe-container { display: none; }#wBS32cdE2rXBLP8M3rmRLtbrNV1J9NNu > .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); }#wBS32cdE2rXBLP8M3rmRLtbrNV1J9NNu > .row .container { border-width: 0; border-radius: 0; }#wBS32cdE2rXBLP8M3rmRLtbrNV1J9NNu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBS32cdE2rXBLP8M3rmRLtbrNV1J9NNu > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#PTW5zKra8Q9qP41BpVAFxVRJ3fDzBf3W { color:#dec71f;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:3.65610625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BbG8Qc9VM3xvlTCqZbXAii8JbUKITnAh { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11rem;left:0rem;height:1.949925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VtvAd3fsHnKwMCkoSVbOdh7OVU5GqeE3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d98ba;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; }#VtvAd3fsHnKwMCkoSVbOdh7OVU5GqeE3 > .row .container { background-color: transparent; background-image: none; }#VtvAd3fsHnKwMCkoSVbOdh7OVU5GqeE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtvAd3fsHnKwMCkoSVbOdh7OVU5GqeE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtvAd3fsHnKwMCkoSVbOdh7OVU5GqeE3 > .row .container > .video-iframe-container { display: none; }#VtvAd3fsHnKwMCkoSVbOdh7OVU5GqeE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtvAd3fsHnKwMCkoSVbOdh7OVU5GqeE3 > .row > .video-iframe-container { display: none; }#VtvAd3fsHnKwMCkoSVbOdh7OVU5GqeE3 > .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); }#VtvAd3fsHnKwMCkoSVbOdh7OVU5GqeE3 > .row .container { border-width: 0; border-radius: 0; }#VtvAd3fsHnKwMCkoSVbOdh7OVU5GqeE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VtvAd3fsHnKwMCkoSVbOdh7OVU5GqeE3 > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#TqcgdroX5rgpdI2Anf3eqJvvVgON1Pfk { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:1.249467253685rem;left:0rem;height:2.43680625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JSynmyCSbbRPI2SXOgVkcTeEPRnTFBeW { position:absolute;display:block;z-index:15005;background-color:#dec71f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.4375rem;width:31rem;top:4.25rem;left:22rem;display:block; }
#FfTHNZP8WitIDQWTQewCmpms163fVqTP { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.75rem;width:59.99975rem;top:6.1249685287476rem;left:7.4987983703612rem;display:block; }
#yNcC6KtTZ2LuGovKGdTeN55KTU4RTFsm { color:#ffffff;display:block;width:74.999375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:41.999472618103rem;left:0rem;height:1.949925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bdk6JOpXBR12SE98qEBwSQvG7fZchDf1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d98ba;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; }#bdk6JOpXBR12SE98qEBwSQvG7fZchDf1 > .row .container { background-color: transparent; background-image: none; }#bdk6JOpXBR12SE98qEBwSQvG7fZchDf1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdk6JOpXBR12SE98qEBwSQvG7fZchDf1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdk6JOpXBR12SE98qEBwSQvG7fZchDf1 > .row .container > .video-iframe-container { display: none; }#bdk6JOpXBR12SE98qEBwSQvG7fZchDf1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdk6JOpXBR12SE98qEBwSQvG7fZchDf1 > .row > .video-iframe-container { display: none; }#bdk6JOpXBR12SE98qEBwSQvG7fZchDf1 > .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); }#bdk6JOpXBR12SE98qEBwSQvG7fZchDf1 > .row .container { border-width: 0; border-radius: 0; }#bdk6JOpXBR12SE98qEBwSQvG7fZchDf1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bdk6JOpXBR12SE98qEBwSQvG7fZchDf1 > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#IRQxNWrmDXESTGD7EJeuA9vpyETJXGCv { color:rgba(var(--color-tertiary-4),1);display:block;width:74.999375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.062614440918rem;left:0.00072097778320312rem;height:1.949925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wAqnR0TtaUexD9GBRsKnhazBX3ffZ7Kr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d98ba;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; }#wAqnR0TtaUexD9GBRsKnhazBX3ffZ7Kr > .row .container { background-color: transparent; background-image: none; }#wAqnR0TtaUexD9GBRsKnhazBX3ffZ7Kr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAqnR0TtaUexD9GBRsKnhazBX3ffZ7Kr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAqnR0TtaUexD9GBRsKnhazBX3ffZ7Kr > .row .container > .video-iframe-container { display: none; }#wAqnR0TtaUexD9GBRsKnhazBX3ffZ7Kr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAqnR0TtaUexD9GBRsKnhazBX3ffZ7Kr > .row > .video-iframe-container { display: none; }#wAqnR0TtaUexD9GBRsKnhazBX3ffZ7Kr > .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); }#wAqnR0TtaUexD9GBRsKnhazBX3ffZ7Kr > .row .container { border-width: 0; border-radius: 0; }#wAqnR0TtaUexD9GBRsKnhazBX3ffZ7Kr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wAqnR0TtaUexD9GBRsKnhazBX3ffZ7Kr > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#JZXOHrRaxuqbw8NraEhrWpwrftVBM7lC { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:2.25009375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zuu1tFFTLQ9qxHBV9esVKdOgPF8blPzi { position:absolute;display:block;z-index:15003;background-color:#dec71f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.437291875rem;width:48.1244375rem;top:6.7488479614256rem;left:13.435737609863rem;display:block; }
#TSzKqE96lerHAom9THv2rFCsTKgDm6AJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d98ba;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; }#TSzKqE96lerHAom9THv2rFCsTKgDm6AJ > .row .container { background-color: transparent; background-image: none; }#TSzKqE96lerHAom9THv2rFCsTKgDm6AJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSzKqE96lerHAom9THv2rFCsTKgDm6AJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSzKqE96lerHAom9THv2rFCsTKgDm6AJ > .row .container > .video-iframe-container { display: none; }#TSzKqE96lerHAom9THv2rFCsTKgDm6AJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSzKqE96lerHAom9THv2rFCsTKgDm6AJ > .row > .video-iframe-container { display: none; }#TSzKqE96lerHAom9THv2rFCsTKgDm6AJ > .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); }#TSzKqE96lerHAom9THv2rFCsTKgDm6AJ > .row .container { border-width: 0; border-radius: 0; }#TSzKqE96lerHAom9THv2rFCsTKgDm6AJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSzKqE96lerHAom9THv2rFCsTKgDm6AJ > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#TG1u3n4JGT9WpIeTJt38lpoHiToiz2zo { background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4995rem;height:3.43698125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.9211044311524rem;left:41.307006835938rem;display:block; }
#mDd2zgng6L7utAiUpR5nvAUA1oiv3TMs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yBWlriilGtSVQWWoq0AsalOIJpNeAUni { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:0.9977741241455rem;left:3.6224861145019rem;height:6.7503125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W9aS7yXsXx4cJUIIErKTw40GTOz7RAuR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d98ba;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; }#W9aS7yXsXx4cJUIIErKTw40GTOz7RAuR > .row .container { background-color: transparent; background-image: none; }#W9aS7yXsXx4cJUIIErKTw40GTOz7RAuR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9aS7yXsXx4cJUIIErKTw40GTOz7RAuR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9aS7yXsXx4cJUIIErKTw40GTOz7RAuR > .row .container > .video-iframe-container { display: none; }#W9aS7yXsXx4cJUIIErKTw40GTOz7RAuR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9aS7yXsXx4cJUIIErKTw40GTOz7RAuR > .row > .video-iframe-container { display: none; }#W9aS7yXsXx4cJUIIErKTw40GTOz7RAuR > .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); }#W9aS7yXsXx4cJUIIErKTw40GTOz7RAuR > .row .container { border-width: 0; border-radius: 0; }#W9aS7yXsXx4cJUIIErKTw40GTOz7RAuR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W9aS7yXsXx4cJUIIErKTw40GTOz7RAuR > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#EGWOVBDE1iX13RAnNM2qLQdtuAskcPzp { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:3.6224822998047rem;left:15.684032440186rem;height:2.25009375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ziwi05kqgHa5ZZNeflZF55mDmxB3eac8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1244375rem;width:3.1244375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.1849575042724rem;left:41.251678466797rem; }
#ziwi05kqgHa5ZZNeflZF55mDmxB3eac8 > img { max-width: 100%;max-height:100%; width:3.1244375rem; height:3.1244375rem; }#hKPMNytaI4WiiFqEZTPX1sllWLSrgeJE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1244375rem;width:3.1244375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:8.75rem;left:41.25rem; }
#hKPMNytaI4WiiFqEZTPX1sllWLSrgeJE > img { max-width: 100%;max-height:100%; width:3.1244375rem; height:3.1244375rem; }#X2LEPubGyTPdsXhFZg0nPm1xsvRAkcId { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.1864929199219rem;left:15.686431884766rem;height:2.25009375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TsvRkXv8hF6Wqqrg4i96AvIkD8fDtqgN { color:#ffffff;display:block;width:20.9995rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:9.1852874755863rem;left:45.374130249024rem;height:2.25009375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GetUKZ8DmETIGTSV4LHyrwMJMCcQqkdF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d98ba;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; }#GetUKZ8DmETIGTSV4LHyrwMJMCcQqkdF > .row .container { background-color: transparent; background-image: none; }#GetUKZ8DmETIGTSV4LHyrwMJMCcQqkdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GetUKZ8DmETIGTSV4LHyrwMJMCcQqkdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GetUKZ8DmETIGTSV4LHyrwMJMCcQqkdF > .row .container > .video-iframe-container { display: none; }#GetUKZ8DmETIGTSV4LHyrwMJMCcQqkdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GetUKZ8DmETIGTSV4LHyrwMJMCcQqkdF > .row > .video-iframe-container { display: none; }#GetUKZ8DmETIGTSV4LHyrwMJMCcQqkdF > .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); }#GetUKZ8DmETIGTSV4LHyrwMJMCcQqkdF > .row .container { border-width: 0; border-radius: 0; }#GetUKZ8DmETIGTSV4LHyrwMJMCcQqkdF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GetUKZ8DmETIGTSV4LHyrwMJMCcQqkdF > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#ar0mamTJucPZMJWL22UQXsf18U7EbXvb { position:absolute;display:block;z-index:15004;background-color:#dec71f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.74995rem;width:31.25rem;top:2.75rem;left:41.1875rem;display:block; }
#GR3OUawBivTcwNVfbPMMVI74ytRED3wx { position:absolute;display:block;z-index:15005;background-color:#dec71f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.74995rem;width:31.25rem;top:29.875rem;left:41.1875rem;display:block; }
#JFCwTTTDz7SiLFKp7HNgNFiI8B9Or6l2 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:24.8118125rem;width:33.4373125rem;top:4.125rem;left:2.625rem;overflow:hidden;display:block; }
#EwLJaIMOTpxRLL0LEZr4alFxF4Dv6g6Z { color:#ffffff;display:block;width:31.9374375rem;position:absolute;font-family:arimo;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:6.6242160797119rem;left:40.841766357422rem;height:13.5005625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o2nhBSn1BeM608H2s80An9Gn0wdcn4iN { color:#ffffff;display:block;width:9.062125rem;position:absolute;font-family:"pinyon script";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:24.123447418213rem;left:52.279792785644rem;height:7.4995rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TQ4gtS1DdN4If4HuJURfWM9BUwIdSDSW { color:#000000;display:block;width:30.1871875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:36.186248779297rem;left:22.406105041504rem;height:4.50019375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HUD0qRK6fBv0r8n7LFVcleuQqkAvr1pK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d98ba;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; }#HUD0qRK6fBv0r8n7LFVcleuQqkAvr1pK > .row .container { background-color: transparent; background-image: none; }#HUD0qRK6fBv0r8n7LFVcleuQqkAvr1pK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUD0qRK6fBv0r8n7LFVcleuQqkAvr1pK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUD0qRK6fBv0r8n7LFVcleuQqkAvr1pK > .row .container > .video-iframe-container { display: none; }#HUD0qRK6fBv0r8n7LFVcleuQqkAvr1pK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUD0qRK6fBv0r8n7LFVcleuQqkAvr1pK > .row > .video-iframe-container { display: none; }#HUD0qRK6fBv0r8n7LFVcleuQqkAvr1pK > .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); }#HUD0qRK6fBv0r8n7LFVcleuQqkAvr1pK > .row .container { border-width: 0; border-radius: 0; }#HUD0qRK6fBv0r8n7LFVcleuQqkAvr1pK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HUD0qRK6fBv0r8n7LFVcleuQqkAvr1pK > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#cJK3ACOaNITsl5hTPmuAdk696uEnTvKk { position:absolute;display:block;z-index:15035;height:4.49959375rem;width:15.3124375rem;top:0.8125rem;left:29.8125rem;display:block; }
#wr9fkaNzAihUDRcRHDZ9UgN2TLmpxo68 { background-color:#f77d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.998875rem;height:3.43698125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:0.8125rem;left:30.5rem;display:block; }
#RLN2J5TnaiBhobgzB96ZDTWwzeoXmWAi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wBS32cdE2rXBLP8M3rmRLtbrNV1J9NNu { display:block; }#wBS32cdE2rXBLP8M3rmRLtbrNV1J9NNu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTW5zKra8Q9qP41BpVAFxVRJ3fDzBf3W { top:7.3125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbG8Qc9VM3xvlTCqZbXAii8JbUKITnAh { top:11rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtvAd3fsHnKwMCkoSVbOdh7OVU5GqeE3 { display:block; }#VtvAd3fsHnKwMCkoSVbOdh7OVU5GqeE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqcgdroX5rgpdI2Anf3eqJvvVgON1Pfk { top:1.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSynmyCSbbRPI2SXOgVkcTeEPRnTFBeW { top:4.25rem;left:8.375rem;width:31rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfTHNZP8WitIDQWTQewCmpms163fVqTP { top:6.0625rem;left:0rem;width:47.75rem;height:26.859486914529rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNcC6KtTZ2LuGovKGdTeN55KTU4RTFsm { top:41.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdk6JOpXBR12SE98qEBwSQvG7fZchDf1 { display:block; }#bdk6JOpXBR12SE98qEBwSQvG7fZchDf1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRQxNWrmDXESTGD7EJeuA9vpyETJXGCv { top:1.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAqnR0TtaUexD9GBRsKnhazBX3ffZ7Kr { display:block; }#wAqnR0TtaUexD9GBRsKnhazBX3ffZ7Kr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZXOHrRaxuqbw8NraEhrWpwrftVBM7lC { top:0rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuu1tFFTLQ9qxHBV9esVKdOgPF8blPzi { top:6.6875rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSzKqE96lerHAom9THv2rFCsTKgDm6AJ { display:block; }#TSzKqE96lerHAom9THv2rFCsTKgDm6AJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TG1u3n4JGT9WpIeTJt38lpoHiToiz2zo { width:17.4375rem;height:3.375rem;top:1.875rem;left:27.682006835938rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDd2zgng6L7utAiUpR5nvAUA1oiv3TMs { display:block; }
 }@media only screen and (max-width: 763px) { #yBWlriilGtSVQWWoq0AsalOIJpNeAUni { top:0.9375rem;left:0rem;width:30.5625rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9aS7yXsXx4cJUIIErKTw40GTOz7RAuR { display:block; }#W9aS7yXsXx4cJUIIErKTw40GTOz7RAuR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGWOVBDE1iX13RAnNM2qLQdtuAskcPzp { top:3.5625rem;left:2.0590324401856rem;width:21.25rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziwi05kqgHa5ZZNeflZF55mDmxB3eac8 { top:3.125rem;left:27.626678466797rem;width:3.0625rem;height:3.0625rem;display:block; }
#ziwi05kqgHa5ZZNeflZF55mDmxB3eac8 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #hKPMNytaI4WiiFqEZTPX1sllWLSrgeJE { top:8.75rem;left:27.625rem;width:3.0625rem;height:3.0625rem;display:block; }
#hKPMNytaI4WiiFqEZTPX1sllWLSrgeJE > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #X2LEPubGyTPdsXhFZg0nPm1xsvRAkcId { top:9.125rem;left:2.0614318847656rem;width:21.8125rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsvRkXv8hF6Wqqrg4i96AvIkD8fDtqgN { top:9.125rem;left:26.8125rem;width:20.9375rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GetUKZ8DmETIGTSV4LHyrwMJMCcQqkdF { display:block; }#GetUKZ8DmETIGTSV4LHyrwMJMCcQqkdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ar0mamTJucPZMJWL22UQXsf18U7EbXvb { top:2.75rem;left:16.5rem;width:31.25rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR3OUawBivTcwNVfbPMMVI74ytRED3wx { top:29.875rem;left:16.5rem;width:31.25rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFCwTTTDz7SiLFKp7HNgNFiI8B9Or6l2 { top:4.125rem;left:0rem;width:33.375rem;height:24.765574152752rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwLJaIMOTpxRLL0LEZr4alFxF4Dv6g6Z { top:6.5625rem;left:15.875rem;width:31.875rem;height:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2nhBSn1BeM608H2s80An9Gn0wdcn4iN { top:24.0625rem;left:38.654792785644rem;width:9rem;height:3.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4gtS1DdN4If4HuJURfWM9BUwIdSDSW { top:36.125rem;left:8.7811050415037rem;width:30.125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUD0qRK6fBv0r8n7LFVcleuQqkAvr1pK { display:none; }#HUD0qRK6fBv0r8n7LFVcleuQqkAvr1pK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cJK3ACOaNITsl5hTPmuAdk696uEnTvKk { top:0.8125rem;left:16.1875rem;width:15.25rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr9fkaNzAihUDRcRHDZ9UgN2TLmpxo68 { width:13.9375rem;height:3.375rem;top:0.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLN2J5TnaiBhobgzB96ZDTWwzeoXmWAi { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wBS32cdE2rXBLP8M3rmRLtbrNV1J9NNu { display:block; }#wBS32cdE2rXBLP8M3rmRLtbrNV1J9NNu > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTW5zKra8Q9qP41BpVAFxVRJ3fDzBf3W { width:20rem;height:3.0623625rem;top:1.25rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BbG8Qc9VM3xvlTCqZbXAii8JbUKITnAh { width:19.625rem;height:3.1494125rem;top:4.9375rem;left:0.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VtvAd3fsHnKwMCkoSVbOdh7OVU5GqeE3 { display:block; }#VtvAd3fsHnKwMCkoSVbOdh7OVU5GqeE3 > .row .container { width:20rem;height:22.110734712219rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqcgdroX5rgpdI2Anf3eqJvvVgON1Pfk { width:20rem;height:3.4483875rem;top:0.73828125rem;left:0rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSynmyCSbbRPI2SXOgVkcTeEPRnTFBeW { width:20rem;height:0.3125rem;top:4.9994578361511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfTHNZP8WitIDQWTQewCmpms163fVqTP { height:11.25rem;width:20rem;top:6.8120660781863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNcC6KtTZ2LuGovKGdTeN55KTU4RTFsm { width:19.9994375rem;height:2.8000125rem;top:19.3115234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bdk6JOpXBR12SE98qEBwSQvG7fZchDf1 { display:block; }#bdk6JOpXBR12SE98qEBwSQvG7fZchDf1 > .row .container { width:20rem;height:1.39940625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRQxNWrmDXESTGD7EJeuA9vpyETJXGCv { width:19.9994375rem;height:1.40000625rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wAqnR0TtaUexD9GBRsKnhazBX3ffZ7Kr { display:block; }#wAqnR0TtaUexD9GBRsKnhazBX3ffZ7Kr > .row .container { width:20rem;height:5.1863873774338rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZXOHrRaxuqbw8NraEhrWpwrftVBM7lC { width:20rem;height:2.8000125rem;top:0.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zuu1tFFTLQ9qxHBV9esVKdOgPF8blPzi { width:20rem;height:0.3125rem;top:4.8746747970581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSzKqE96lerHAom9THv2rFCsTKgDm6AJ { display:block; }#TSzKqE96lerHAom9THv2rFCsTKgDm6AJ > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TG1u3n4JGT9WpIeTJt38lpoHiToiz2zo { width:16.56175rem;height:3.37454375rem;top:7.3734455108644rem;left:1.7181897163391rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDd2zgng6L7utAiUpR5nvAUA1oiv3TMs { display:block; }
 }@media only screen and (max-width: 763px) { #yBWlriilGtSVQWWoq0AsalOIJpNeAUni { width:18.3748125rem;height:5.600025rem;top:0.710807800293rem;left:0.81166756153106rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #W9aS7yXsXx4cJUIIErKTw40GTOz7RAuR { display:block; }#W9aS7yXsXx4cJUIIErKTw40GTOz7RAuR > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGWOVBDE1iX13RAnNM2qLQdtuAskcPzp { width:19.9994375rem;height:1.40000625rem;top:0.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ziwi05kqgHa5ZZNeflZF55mDmxB3eac8 { display:flex;width:3.0625rem;height:3.0625rem;top:3.4375rem;left:8.4375rem; }
#ziwi05kqgHa5ZZNeflZF55mDmxB3eac8 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #hKPMNytaI4WiiFqEZTPX1sllWLSrgeJE { display:flex;width:3.0625rem;height:3.0625rem;top:10.4375rem;left:8.4375rem; }
#hKPMNytaI4WiiFqEZTPX1sllWLSrgeJE > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #X2LEPubGyTPdsXhFZg0nPm1xsvRAkcId { width:19.9994375rem;height:1.40000625rem;top:7.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TsvRkXv8hF6Wqqrg4i96AvIkD8fDtqgN { width:19.9999375rem;height:1.40000625rem;top:14.74937421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GetUKZ8DmETIGTSV4LHyrwMJMCcQqkdF { display:block; }#GetUKZ8DmETIGTSV4LHyrwMJMCcQqkdF > .row .container { width:20rem;height:40.510733377075rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ar0mamTJucPZMJWL22UQXsf18U7EbXvb { width:20rem;height:0.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR3OUawBivTcwNVfbPMMVI74ytRED3wx { width:20rem;height:0.6875rem;top:35.7743125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFCwTTTDz7SiLFKp7HNgNFiI8B9Or6l2 { width:20rem;height:14.840793499777rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwLJaIMOTpxRLL0LEZr4alFxF4Dv6g6Z { width:18.6869375rem;height:11.2000625rem;top:19.68625831604rem;left:0.65497732162475rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #o2nhBSn1BeM608H2s80An9Gn0wdcn4iN { width:8.9994375rem;height:2.7994125rem;top:32rem;left:5.5rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4gtS1DdN4If4HuJURfWM9BUwIdSDSW { width:19.9994375rem;height:2.8000125rem;top:37.7118125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HUD0qRK6fBv0r8n7LFVcleuQqkAvr1pK { display:block; }#HUD0qRK6fBv0r8n7LFVcleuQqkAvr1pK > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJK3ACOaNITsl5hTPmuAdk696uEnTvKk { width:15.3124375rem;height:4.49959375rem;top:0.31220245361328rem;left:2.3119316101074rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr9fkaNzAihUDRcRHDZ9UgN2TLmpxo68 { width:14rem;height:3.4375rem;top:0.87472534179688rem;left:3.1872358322144rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLN2J5TnaiBhobgzB96ZDTWwzeoXmWAi { display:block; }
 }