.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: "Arial", "sans-serif";
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#cdcdcd)
  );
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
   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 {
   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;
   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);
   16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}
@media only screen and (max-width: 763px) {
  [class*="col-"] {
    width: 100%%;
  }
}
@media only screen and (min-width: 764px) and (max-width: 1199px) {
  html {
    width: 1200px;
  }
}
body {
  background-color: #ffffff;
  background-image: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  position: relative;
  top: 0px;
  left: 0px;
  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);
}
#CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze {
  position: relative;
  display: none;
}
#CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze {
  border-width: 0;
  border-radius: 0;
}
#CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze > .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;
}
#CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze > .row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #ffffff;
  background-image: none;
  font-size: 14px;
  font-family: arial;
  height: 300px;
  width: 1200px;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}
#TFuuLdXXFTgmy7RbLEPnTXDXrdqeshSh {
  color: #000000;
  display: block;
  width: 220px;
  position: absolute;
  font-family: arial;
  font-size: 22px;
  font-weight: normal;
   15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 31px;
  top: 20px;
  left: 71px;
  display: none;
}
#hrIGKcplGSqV8xKVQ0KDqnB5ATDqWSmP {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  height: 50px;
  width: 50px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15000;
  opacity: 1;
  display: none;
}
#hrIGKcplGSqV8xKVQ0KDqnB5ATDqWSmP > img {
  max-width: 100%;
  max-height: 100%;
  width: 50px;
  height: 50px;
}
#ugTkRTKhri9VL1GImhcWPr8DUeESdNcK {
  position: relative;
  display: none;
}
#ugTkRTKhri9VL1GImhcWPr8DUeESdNcK {
  border-width: 0;
  border-radius: 0;
}
#ugTkRTKhri9VL1GImhcWPr8DUeESdNcK > .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;
}
#ugTkRTKhri9VL1GImhcWPr8DUeESdNcK > .row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #ffffff;
  background-image: none;
  font-size: 14px;
  font-family: arial;
  height: 300px;
  width: 1200px;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}
#iVIAZpkHkzOJd3kMSZhrvvSOapMdsNJO {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: #f9f5f3;
  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;
}
#iVIAZpkHkzOJd3kMSZhrvvSOapMdsNJO > .row .container {
  background-color: transparent;
  background-image: none;
}
#iVIAZpkHkzOJd3kMSZhrvvSOapMdsNJO::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#iVIAZpkHkzOJd3kMSZhrvvSOapMdsNJO > .row .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#iVIAZpkHkzOJd3kMSZhrvvSOapMdsNJO > .row .container > .video-iframe-container {
  display: none;
}
#iVIAZpkHkzOJd3kMSZhrvvSOapMdsNJO > .row > .video-iframe-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#iVIAZpkHkzOJd3kMSZhrvvSOapMdsNJO > .row > .video-iframe-container {
  display: none;
}
#iVIAZpkHkzOJd3kMSZhrvvSOapMdsNJO
  > .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);
}
#iVIAZpkHkzOJd3kMSZhrvvSOapMdsNJO > .row .container {
  border-width: 0;
  border-radius: 0;
}
#iVIAZpkHkzOJd3kMSZhrvvSOapMdsNJO > .row > .video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}
#iVIAZpkHkzOJd3kMSZhrvvSOapMdsNJO > .row .container {
  font-size: 14px;
  font-family: arial;
  height: 94px;
  width: 1200px;
  position: relative;
  display: block;
}
#OWE4W1uxQSLMLed2dvMLHCFQuADZTUq7 {
  position: absolute;
  display: block;
   15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 48px;
  width: 198px;
  top: 27.485794067383px;
  left: 36.974426269531px;
  overflow: hidden;
  display: block;
}
#scW6KxI3UmnZad16HO3Ux0qBt9hhGSnt {
  position: absolute;
  display: block;
   15033;
  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: 33px;
  width: 33px;
  top: 31px;
  left: 649px;
  overflow: hidden;
  display: block;
}
#Az4wTpgN9m1FsVHn4bitH4Lk89h5nLV5 {
  color: #000000;
  display: block;
  width: 107.997px;
  position: absolute;
  font-family: montserrat;
  font-size: 12px;
  font-weight: normal;
   15054;
  line-height: 1.3;
  letter-spacing: 0;
  top: 33px;
  left: 689px;
  height: 31.1876px;
  display: block;
}
#a6F4sKoamBEZ4aZoHyh2IizTowA3TzB5 {
  color: #000000;
  display: block;
  width: 363px;
  position: absolute;
  font-family: roboto;
  font-size: 33px;
  font-weight: 700;
   15055;
  line-height: 1.3;
  letter-spacing: 0;
  top: 25.5625px;
  left: 829px;
  height: 42.8906px;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: block;
}
#G0dEzTyxJReJs8G3DulqRRdb5NpZyJK1 {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: #f1c060;
  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;
}
#G0dEzTyxJReJs8G3DulqRRdb5NpZyJK1 > .row .container {
  background-color: transparent;
  background-image: none;
}
#G0dEzTyxJReJs8G3DulqRRdb5NpZyJK1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#G0dEzTyxJReJs8G3DulqRRdb5NpZyJK1 > .row .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#G0dEzTyxJReJs8G3DulqRRdb5NpZyJK1 > .row .container > .video-iframe-container {
  display: none;
}
#G0dEzTyxJReJs8G3DulqRRdb5NpZyJK1 > .row > .video-iframe-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#G0dEzTyxJReJs8G3DulqRRdb5NpZyJK1 > .row > .video-iframe-container {
  display: none;
}
#G0dEzTyxJReJs8G3DulqRRdb5NpZyJK1
  > .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);
}
#G0dEzTyxJReJs8G3DulqRRdb5NpZyJK1 > .row .container {
  border-width: 0;
  border-radius: 0;
}
#G0dEzTyxJReJs8G3DulqRRdb5NpZyJK1 > .row > .video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}
#G0dEzTyxJReJs8G3DulqRRdb5NpZyJK1 > .row .container {
  font-size: 14px;
  font-family: arial;
  height: 43px;
  width: 1200px;
  position: relative;
  display: block;
}
#oSs0z3u8G7nmL92dQrbDpkCddCHCdMb2 {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  height: 32px;
  width: 32px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   14999;
  opacity: 1;
  top: 5.5px;
  left: 21px;
}
#SMTgo9s82OxUbXiGhsQbGURvPVXoZha9 {
  color: #ffffff;
  display: block;
  width: 200px;
  position: absolute;
  font-family: montserrat;
  font-size: 16px;
  font-weight: normal;
   15001;
  line-height: 1.3;
  letter-spacing: 0;
  top: 13.1875px;
  left: 73px;
  height: 20.7969px;
  display: block;
}
#TZOCm4m3NQbqeZHy6b6GcStzAPuwM0He {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  height: 32px;
  width: 32px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15000;
  opacity: 1;
  top: 6px;
  left: 319px;
}
#FB8NOSIUMTlenkqe8dmrLcJfXh9bOt4C {
  color: #ffffff;
  display: block;
  width: 213px;
  position: absolute;
  font-family: montserrat;
  font-size: 16px;
  font-weight: 400;
   15002;
  line-height: 1.3;
  letter-spacing: 0;
  top: 13.1875px;
  left: 369px;
  height: 20.7969px;
  font-style: normal;
  display: block;
}
#nECq1ZcLWuyBiqk1OwQVcWdHk8KkhUdQ {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  height: 30px;
  width: 30px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15000;
  opacity: 1;
  top: 5.5px;
  left: 620px;
}
#kUO02QPMKoF7Gc1sczzW2GZ0vWLvKhT4 {
  color: #ffffff;
  display: block;
  width: 200px;
  position: absolute;
  font-family: montserrat;
  font-size: 16px;
  font-weight: 400;
   15003;
  line-height: 1.3;
  letter-spacing: 0;
  top: 13.1875px;
  left: 671px;
  height: 20.7969px;
  font-style: normal;
  display: block;
}
#nOJfT7O1LhreWpnVXGuQTNpv5Kni5sXq {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  height: 32px;
  width: 32px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15001;
  opacity: 1;
  top: 4.5px;
  left: 918px;
}
#iOa5laDe9gwizQPISs9RTpDTnSgexf7B {
  color: #ffffff;
  display: block;
  width: 200px;
  position: absolute;
  font-family: montserrat;
  font-size: 16px;
  font-weight: 400;
   15004;
  line-height: 1.3;
  letter-spacing: 0;
  top: 13.1875px;
  left: 965px;
  height: 20.7969px;
  font-style: normal;
  display: block;
}
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN {
   ;
  position: relative;
  display: block;
}
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN {
  background-color: transparent;
  background-image: none;
}
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container {
  display: none;
}
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {
  display: none;
}
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN
  > .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);
}
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN {
  border-width: 0;
  border-radius: 0;
}
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container {
  background-color: #ffffff;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  font-size: 14px;
  font-family: arial;
  height: 645px;
  width: 1200px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  box-shadow: none;
  overflow: visible;
  position: relative;
  display: block;
}
#FWyuRTeXU9eyGsvmKpvcUzXwcnpfWvoQ {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  height: 31.9886px;
  width: 31.9886px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15043;
  opacity: 1;
  top: 75px;
  left: 31px;
}
#nADx3Gmd6zdaRETbutoaHgkdTT4ChIV1 {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  height: 31.9886px;
  width: 31.9886px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15044;
  opacity: 1;
  top: 75px;
  left: 51px;
}
#idzJ6B7e4au9gyxNSz5aESPOX0uDpFaC {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  height: 31.9886px;
  width: 31.9886px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15045;
  opacity: 1;
  top: 75px;
  left: 71px;
}
#sqHVJeOV2OcMBOWK8GtD0yCK4lKEZrwN {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  height: 31.9886px;
  width: 31.9886px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15046;
  opacity: 1;
  top: 75px;
  left: 91px;
}
#UAiP8Cw1NkrJoKDBGTtJ0GQbkEFhM7fq {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  height: 31.9886px;
  width: 31.9886px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15047;
  opacity: 1;
  top: 75px;
  left: 111px;
}
#FFz6PHsnOvsO9qq9aV5TlTquCTwCON7e {
  color: #000000;
  display: block;
  width: 450px;
  position: absolute;
  font-family: montserrat;
  font-size: 22px;
  font-weight: normal;
   15037;
  line-height: 1.3;
  letter-spacing: 0;
  top: 79px;
  left: 146px;
  height: 28.5938px;
  display: block;
}
#nduKGJF1TGQ1tzGNRs8DW6OMXf0VpB15 {
  color: #000000;
  display: block;
  width: 569px;
  position: absolute;
  font-family: roboto;
  font-size: 30px;
  font-weight: 700;
   15048;
  line-height: 1.3;
  letter-spacing: 0;
  top: 123px;
  left: 39px;
  height: 39px;
  font-style: normal;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}
#F0ZX3SvDvklIUlA41NT0NoOLaDllbMHN {
  color: #000000;
  display: block;
  width: 527px;
  position: absolute;
  font-family: roboto;
  font-size: 23px;
  font-weight: 300;
   15049;
  line-height: 1.3;
  letter-spacing: 0;
  top: 189px;
  left: 39px;
  height: 89.6719px;
  font-style: normal;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}
#BQIBSJLiN5czvyFH3oRU8VEcbaNGzJD2 {
  position: absolute;
  display: block;
   15050;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: none;
  height: 374px;
  width: 563px;
  top: 95.984375px;
  left: 608px;
  overflow: hidden;
  display: block;
}
#Tkfx4ozI7PmW4wDSu5R4zEi7hQDATUxy {
  background-color: #f1c060;
  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: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  display: block;
  font-family: roboto;
  font-size: 23px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  overflow: hidden;
  position: absolute;
  width: 341px;
  height: 58px;
  text-decoration: none;
   15051;
  text-align: center;
  text-align-last: center;
  top: 466px;
  left: 32px;
  display: block;
}
#zDMPrHEIrqTnln8xTV45BAfFfKvcQE5R {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
   15000;
  display: block;
}
#ZdmqfZvQfeWxTUUtdNCG4o3Dp03TdJTc {
  color: #000000;
  display: block;
  width: 543px;
  position: absolute;
  font-family: roboto;
  font-size: 18px;
  font-weight: 400;
   15049;
  line-height: 1.3;
  letter-spacing: 0;
  top: 39px;
  left: 37px;
  height: 23.3906px;
  font-style: normal;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}
#I0d30d3weipd6tDwczmwzwQPk4viLGDc {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  height: 25.9943px;
  width: 25.9943px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15056;
  opacity: 1;
  top: 359px;
  left: 32px;
}
#RWIzBtZbsn5rkziDsrT86f98s62yW2dp {
  color: #000000;
  display: block;
  width: 398px;
  position: absolute;
  font-family: roboto;
  font-size: 18px;
  font-weight: 300;
   15050;
  line-height: 1.3;
  letter-spacing: 0;
  top: 361px;
  left: 61px;
  height: 23.3906px;
  font-style: normal;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}
#kMBDW8zSN2ifZ263kVyc8ad0dUo8ct3n {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  height: 25.9801px;
  width: 25.9801px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15057;
  opacity: 1;
  top: 315px;
  left: 31px;
}
#TdyyJm0zTJTTFzs6EruDITlwKGq61ZGn {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  height: 25.9801px;
  width: 25.9801px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15057;
  opacity: 1;
  top: 403px;
  left: 32px;
}
#yXglsDnVoQ2OPXUBV5sOdmhfTS9dNbaD {
  color: #000000;
  display: block;
  width: 413px;
  position: absolute;
  font-family: roboto;
  font-size: 18px;
  font-weight: 300;
   15051;
  line-height: 1.3;
  letter-spacing: 0;
  top: 317px;
  left: 60px;
  height: 23.3906px;
  font-style: normal;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}
#b3eoSxAr4zyMXMsa0SSOeVWI5NwvTLrD {
  color: #000000;
  display: block;
  width: 370px;
  position: absolute;
  font-family: roboto;
  font-size: 18px;
  font-weight: 300;
   15051;
  line-height: 1.3;
  letter-spacing: 0;
  top: 405px;
  left: 61px;
  height: 23.3906px;
  font-style: normal;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}
#PC7hGkrrn4X2Vs89Z8hkswA1g5VsgxhN {
  background-color: #f1c060;
  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: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  display: block;
  font-family: oswald;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  overflow: hidden;
  position: absolute;
  width: 382px;
  height: 58px;
  text-decoration: none;
   15052;
  text-align: center;
  text-align-last: center;
  top: 60.46875px;
  left: 745.88061523438px;
  display: none;
}
#cXVJhkkEC8X4eHc0MCFFBrPXQqKhhEQH {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
   15000;
  display: block;
}
#ZKZHZL5T90XSaQ54kFEZwgPzlLIItS8L {
  background-color: #f1c060;
  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: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  display: block;
  font-family: oswald;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  overflow: hidden;
  position: absolute;
  width: 382px;
  height: 58px;
  text-decoration: none;
   15052;
  text-align: center;
  text-align-last: center;
  top: 60.46875px;
  left: 745.88061523438px;
  display: none;
}
#PkJT4fNnDwkz4Qu5hChyPXAQTFBxOomK {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
   15000;
  display: block;
}
#fV1psm4uChKoh17IahsWnuAaA4oczMOS {
  background-color: #6087f1;
  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: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  display: block;
  font-family: roboto;
  font-size: 23px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  overflow: hidden;
  position: absolute;
  width: 341px;
  height: 58px;
  text-decoration: none;
   15052;
  text-align: center;
  text-align-last: center;
  top: 533px;
  left: 32px;
  display: block;
}
#rUc0W3g9sElsCMJh9NB2Ole2q74uvU0V {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
   15000;
  display: block;
}
#ESKbOHma3G8A4bUwwHbXl2Ba2Ow6lT3v {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: #ffffff;
  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;
}
#ESKbOHma3G8A4bUwwHbXl2Ba2Ow6lT3v > .row .container {
  background-color: transparent;
  background-image: none;
}
#ESKbOHma3G8A4bUwwHbXl2Ba2Ow6lT3v::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#ESKbOHma3G8A4bUwwHbXl2Ba2Ow6lT3v > .row .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#ESKbOHma3G8A4bUwwHbXl2Ba2Ow6lT3v > .row .container > .video-iframe-container {
  display: none;
}
#ESKbOHma3G8A4bUwwHbXl2Ba2Ow6lT3v > .row > .video-iframe-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#ESKbOHma3G8A4bUwwHbXl2Ba2Ow6lT3v > .row > .video-iframe-container {
  display: none;
}
#ESKbOHma3G8A4bUwwHbXl2Ba2Ow6lT3v
  > .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);
}
#ESKbOHma3G8A4bUwwHbXl2Ba2Ow6lT3v > .row .container {
  border-width: 0;
  border-radius: 0;
}
#ESKbOHma3G8A4bUwwHbXl2Ba2Ow6lT3v > .row > .video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}
#ESKbOHma3G8A4bUwwHbXl2Ba2Ow6lT3v > .row .container {
  font-size: 14px;
  font-family: arial;
  height: 486px;
  width: 1200px;
  position: relative;
  display: block;
}
#cVMNNt2sgRSN9GrqMRvqPUWtcgq33wJT {
  position: absolute;
  display: block;
   15000;
  height: 317px;
  width: 1001px;
  top: 45px;
  left: 99.5px;
  display: block;
}
#Lxx7wg57oShyIDZcSZNrbIELntik7EXG {
  position: relative;
  display: block;
}
#Lxx7wg57oShyIDZcSZNrbIELntik7EXG {
  background-color: transparent;
  background-image: none;
}
#Lxx7wg57oShyIDZcSZNrbIELntik7EXG::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#Lxx7wg57oShyIDZcSZNrbIELntik7EXG > .row .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#Lxx7wg57oShyIDZcSZNrbIELntik7EXG > .row .container > .video-iframe-container {
  display: none;
}
#Lxx7wg57oShyIDZcSZNrbIELntik7EXG > .row > .video-iframe-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#Lxx7wg57oShyIDZcSZNrbIELntik7EXG > .row > .video-iframe-container {
  display: none;
}
#Lxx7wg57oShyIDZcSZNrbIELntik7EXG
  > .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);
}
#Lxx7wg57oShyIDZcSZNrbIELntik7EXG {
  border-width: 0;
  border-radius: 0;
}
#Lxx7wg57oShyIDZcSZNrbIELntik7EXG > .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;
}
#Lxx7wg57oShyIDZcSZNrbIELntik7EXG > .row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #ffffff;
  background-image: none;
  font-size: 14px;
  font-family: arial;
  height: 482px;
  width: 1200px;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: block;
}
#TH5sbw86Oi9aIT1nSWImpITW9TARBFwx {
  position: absolute;
  display: block;
   15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 277px;
  width: 413px;
  top: 115px;
  left: 93.5px;
  overflow: hidden;
  display: block;
}
#a4aAmcwPDOvC5twb25Q7lbBFcb65IZMf {
  color: #000000;
  display: block;
  width: 1200px;
  position: absolute;
  font-family: roboto;
  font-size: 25px;
  font-weight: 700;
   15050;
  line-height: 1.3;
  letter-spacing: 0;
  top: 41.25px;
  left: 0.9375px;
  height: 32.5px;
  font-style: normal;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: center;
  text-align-last: center;
  display: block;
}
#ZEUOuJEK7V6fTbQyni7cqR3SLDahx1UW {
  color: #000000;
  display: block;
  width: 427px;
  position: absolute;
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
   15051;
  line-height: 1.3;
  letter-spacing: 0;
  top: 259px;
  left: 624px;
  height: 175.578px;
  font-style: normal;
  display: block;
}
#ZEUOuJEK7V6fTbQyni7cqR3SLDahx1UW li:not(:first-child) {
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#ZEUOuJEK7V6fTbQyni7cqR3SLDahx1UW li:before {
  content: "\2003";
  background-image: url(./icon_cf91e4d4e2f678063f07a50ff9f66f1bc245db32.svg);
}
#TfXyQ4He89HbxJR0v00q95gZJx3vRtTv {
  color: #000000;
  display: block;
  width: 576px;
  position: absolute;
  font-family: roboto;
  font-size: 16px;
  font-weight: 400;
   15052;
  line-height: 1.3;
  letter-spacing: 0;
  top: 115px;
  left: 624px;
  height: 62.3906px;
  font-style: normal;
  display: block;
}
#IT66URWCCgkWZJwAmx51a1qnxbrIBmTf {
  color: #000000;
  display: block;
  width: 576px;
  position: absolute;
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
   15053;
  line-height: 1.3;
  letter-spacing: 0;
  top: 193px;
  left: 624px;
  height: 41.5938px;
  font-style: normal;
  display: block;
}
#r7nKiHATUO7kQm4HydzNgrRbvSwsTSZT {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: #f9f9f9;
  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;
}
#r7nKiHATUO7kQm4HydzNgrRbvSwsTSZT > .row .container {
  background-color: transparent;
  background-image: none;
}
#r7nKiHATUO7kQm4HydzNgrRbvSwsTSZT::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#r7nKiHATUO7kQm4HydzNgrRbvSwsTSZT > .row .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#r7nKiHATUO7kQm4HydzNgrRbvSwsTSZT > .row .container > .video-iframe-container {
  display: none;
}
#r7nKiHATUO7kQm4HydzNgrRbvSwsTSZT > .row > .video-iframe-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#r7nKiHATUO7kQm4HydzNgrRbvSwsTSZT > .row > .video-iframe-container {
  display: none;
}
#r7nKiHATUO7kQm4HydzNgrRbvSwsTSZT
  > .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);
}
#r7nKiHATUO7kQm4HydzNgrRbvSwsTSZT > .row .container {
  border-width: 0;
  border-radius: 0;
}
#r7nKiHATUO7kQm4HydzNgrRbvSwsTSZT > .row > .video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}
#r7nKiHATUO7kQm4HydzNgrRbvSwsTSZT > .row .container {
  font-size: 14px;
  font-family: arial;
  height: 553px;
  width: 1200px;
  position: relative;
  display: block;
}
#nAlhehbEx8oz1rNOrOAH5xZsaUByoAQi {
  color: #000000;
  display: block;
  width: 394px;
  position: absolute;
  font-family: roboto;
  font-size: 21px;
  font-weight: 400;
   15006;
  line-height: 1.3;
  letter-spacing: 0;
  top: 206.984375px;
  left: 3px;
  height: 27.2969px;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: block;
}
#mWVTdkUOOgCNzhNag3B5Owu5SrUsy74t {
  color: #6c757b;
  display: block;
  width: 315.994px;
  position: absolute;
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
   15009;
  line-height: 1.5;
  letter-spacing: 0;
  top: 255px;
  left: 41.984375px;
  height: 48px;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: block;
}
#l6VI3lTBy2Do86pXiZMRdBmW1xss4gPW {
  color: #000000;
  display: block;
  width: 397px;
  position: absolute;
  font-family: roboto;
  font-size: 21px;
  font-weight: 400;
   15009;
  line-height: 1.3;
  letter-spacing: 0;
  top: 205.984375px;
  left: 402px;
  height: 27.2969px;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: block;
}
#HAdVbMlAgBAqPyRTaQ5ypuTiE8sWmHO7 {
  color: #6c757b;
  display: block;
  width: 270px;
  position: absolute;
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
   15012;
  line-height: 1.5;
  letter-spacing: 0;
  top: 255px;
  left: 465px;
  height: 48px;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: block;
}
#SpGT9NWNW18sq7xWZyINVJaZMTmLpFcd {
  color: #000000;
  display: block;
  width: 398px;
  position: absolute;
  font-family: roboto;
  font-size: 21px;
  font-weight: 400;
   15012;
  line-height: 1.3;
  letter-spacing: 0;
  top: 205.984375px;
  left: 802px;
  height: 27.2969px;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: block;
}
#u90c4yGAu4wpr39ecvex3Ugp0lch4w4A {
  color: #6c757b;
  display: block;
  width: 342px;
  position: absolute;
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
   15015;
  line-height: 1.5;
  letter-spacing: 0;
  top: 255px;
  left: 832px;
  height: 48px;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: block;
}
#vBmDSOiTxpvaPQtnyBPnU0B2DmnCWCmH {
  position: absolute;
  display: block;
   15006;
  background-color: #e3e3e3;
  background-image: none;
  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.994318px;
  width: 250px;
  top: 100.98010253906px;
  left: 475px;
  display: block;
}
#V3InMWEzhAAq2A2EFQWUo6m2B4u4AC03 {
  color: #04253a;
  display: block;
  width: 399px;
  position: absolute;
  font-family: roboto;
  font-size: 33px;
  font-weight: 700;
   15005;
  line-height: 1.3;
  letter-spacing: 0;
  top: 29.984375px;
  left: 400.984375px;
  height: 42.8906px;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: block;
}
#fGdELvxxo1RNvQ7DgnVWFVv60cCCPQhJ {
  position: absolute;
  display: block;
   15007;
  background-color: #f1c060;
  background-image: none;
  background-position: top left !important;
  background-repeat: repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 2.99716px;
  width: 60px;
  top: 99.957397460938px;
  left: 570px;
  display: block;
}
#ZUIMfcTweAe3QXVyIzk23KVy9JlDHBbX {
  color: #000000;
  display: block;
  width: 399px;
  position: absolute;
  font-family: roboto;
  font-size: 21px;
  font-weight: 400;
   15006;
  line-height: 1.3;
  letter-spacing: 0;
  top: 403.984375px;
  left: 0.5px;
  height: 27.2969px;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: block;
}
#mLXoAo0VIrxmbfHTafQbGr7h8AOQ4IHH {
  color: #6c757b;
  display: block;
  width: 312px;
  position: absolute;
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
   15009;
  line-height: 1.5;
  letter-spacing: 0;
  top: 451.96875px;
  left: 50px;
  height: 48px;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: block;
}
#Tq0E1NTbflQh7QwAUd9raLBntl0n0Tdu {
  color: #000000;
  display: block;
  width: 396px;
  position: absolute;
  font-family: roboto;
  font-size: 21px;
  font-weight: 400;
   15009;
  line-height: 1.3;
  letter-spacing: 0;
  top: 404px;
  left: 402px;
  height: 27.2969px;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: block;
}
#ZcQhwsPKHedqUac7QSKN1Vg6nya1qS6v {
  color: #6c757b;
  display: block;
  width: 293px;
  position: absolute;
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
   15012;
  line-height: 1.5;
  letter-spacing: 0;
  top: 453px;
  left: 465px;
  height: 48px;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: block;
}
#wQaZN0ZUhSLHBXRxFxHzLkDlap1Eyfts {
  color: #000000;
  display: block;
  width: 399px;
  position: absolute;
  font-family: roboto;
  font-size: 21px;
  font-weight: 400;
   15012;
  line-height: 1.3;
  letter-spacing: 0;
  top: 406.984375px;
  left: 801px;
  height: 27.2969px;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: block;
}
#Ri2fb6Up43hSRbFm8cHsNfN0UCWJ7X7v {
  color: #6c757b;
  display: block;
  width: 270px;
  position: absolute;
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
   15015;
  line-height: 1.5;
  letter-spacing: 0;
  top: 455.984375px;
  left: 865px;
  height: 48px;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: block;
}
#m2VyxyWaiXMO1aqLcUiWOzy0gzMJ0Ef7 {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  height: 50px;
  width: 50px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15019;
  top: 147.9970703125px;
  left: 174.99996948242px;
}
#i14WCmXmgadOzKkodiOv4LeIHgh4nT8z {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  height: 50px;
  width: 50px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15020;
  top: 147.9970703125px;
  left: 575px;
}
#WtqWss9GzOV0FBfT7igFRNOG33usHZeQ {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  height: 50px;
  width: 50px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15021;
  top: 147.9970703125px;
  left: 975px;
}
#Il2QFPszO7elaTmDoivkAeFqBwS7LOWw {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  height: 50px;
  width: 50px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15022;
  top: 345px;
  left: 975px;
}
#uIIwwqw1XJOxCTUGZAE4R9zI8WcBwZNQ {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  height: 50px;
  width: 50px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15021;
  top: 345px;
  left: 575px;
}
#T51pFiHwRHtIN7FqQ2UaH9QWX9DInvA2 {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  height: 50px;
  width: 50px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15020;
  top: 345px;
  left: 174.984375px;
}
#AeXMSPvwlSw5hnMAwcmqiJMvVtGHgORd {
  position: relative;
  display: block;
}
#AeXMSPvwlSw5hnMAwcmqiJMvVtGHgORd {
  background-color: transparent;
  background-image: none;
}
#AeXMSPvwlSw5hnMAwcmqiJMvVtGHgORd::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#AeXMSPvwlSw5hnMAwcmqiJMvVtGHgORd > .row .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#AeXMSPvwlSw5hnMAwcmqiJMvVtGHgORd > .row .container > .video-iframe-container {
  display: none;
}
#AeXMSPvwlSw5hnMAwcmqiJMvVtGHgORd > .row > .video-iframe-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#AeXMSPvwlSw5hnMAwcmqiJMvVtGHgORd > .row > .video-iframe-container {
  display: none;
}
#AeXMSPvwlSw5hnMAwcmqiJMvVtGHgORd
  > .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);
}
#AeXMSPvwlSw5hnMAwcmqiJMvVtGHgORd {
  border-width: 0;
  border-radius: 0;
}
#AeXMSPvwlSw5hnMAwcmqiJMvVtGHgORd > .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;
}
#AeXMSPvwlSw5hnMAwcmqiJMvVtGHgORd > .row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #ffffff;
  background-image: none;
  font-size: 14px;
  font-family: arial;
  height: 140px;
  width: 1200px;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: block;
}
#kOprPBe6lEmkl6BQGlvPVGfG3mbyIfiA {
  background-color: #f1c060;
  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: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  display: block;
  font-family: roboto;
  font-size: 23px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  overflow: hidden;
  position: absolute;
  width: 328px;
  height: 58px;
  text-decoration: none;
   15052;
  text-align: center;
  text-align-last: center;
  top: 42.5px;
  left: 787.875px;
  display: block;
}
#quOWIP7hOOCp7OIsWdPogia9WR7A1glA {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
   15000;
  display: block;
}
#Bkqk6ATwoXFmIr7fpbkWP6W35ZV0ew03 {
  color: #000000;
  display: block;
  width: 632.984px;
  position: absolute;
  font-family: roboto;
  font-size: 25px;
  font-weight: 700;
   15049;
  line-height: 1.3;
  letter-spacing: 0;
  top: 55.25px;
  left: 99.9375px;
  height: 32.5px;
  font-style: normal;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: center;
  text-align-last: center;
  display: block;
}
#VtsiB4C1hTsGtNCZsxDrfqIQtnZiebz1 {
  background-color: #f1c060;
  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: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  display: block;
  font-family: oswald;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  overflow: hidden;
  position: absolute;
  width: 382px;
  height: 58px;
  text-decoration: none;
   15052;
  text-align: center;
  text-align-last: center;
  top: 60.46875px;
  left: 745.88061523438px;
  display: none;
}
#JJLioWT6eL8lpJLUqTFMJ94KHAlIcyMJ {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
   15000;
  display: block;
}
#hrWSF2HpqnsCJIqdCtaZZa2Frw7XrpTC {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: #f9f9f9;
  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;
}
#hrWSF2HpqnsCJIqdCtaZZa2Frw7XrpTC > .row .container {
  background-color: transparent;
  background-image: none;
}
#hrWSF2HpqnsCJIqdCtaZZa2Frw7XrpTC::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#hrWSF2HpqnsCJIqdCtaZZa2Frw7XrpTC > .row .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#hrWSF2HpqnsCJIqdCtaZZa2Frw7XrpTC > .row .container > .video-iframe-container {
  display: none;
}
#hrWSF2HpqnsCJIqdCtaZZa2Frw7XrpTC > .row > .video-iframe-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#hrWSF2HpqnsCJIqdCtaZZa2Frw7XrpTC > .row > .video-iframe-container {
  display: none;
}
#hrWSF2HpqnsCJIqdCtaZZa2Frw7XrpTC
  > .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);
}
#hrWSF2HpqnsCJIqdCtaZZa2Frw7XrpTC > .row .container {
  border-width: 0;
  border-radius: 0;
}
#hrWSF2HpqnsCJIqdCtaZZa2Frw7XrpTC > .row > .video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}
#hrWSF2HpqnsCJIqdCtaZZa2Frw7XrpTC > .row .container {
  font-size: 14px;
  font-family: arial;
  height: 797px;
  width: 1200px;
  position: relative;
  display: block;
}
#BNTTfsqHeUI5wzb3MG5oLgdTzMdZFsKd {
  position: absolute;
  display: block;
   15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  box-shadow: none;
  height: 196px;
  width: 315px;
  top: 285px;
  left: 440px;
  overflow: hidden;
  display: block;
}
#hPzwG6nPoH2pvIf6LmiU4GELHF8SDkS7 {
  position: absolute;
  display: block;
   15001;
  background-color: #f1c060;
  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: 197px;
  width: 316px;
  top: 47.994384765625px;
  left: 40px;
  display: block;
}
#ilz0wOpgMytLTEBAx0AMuUudApM7moXl {
  color: #ffffff;
  display: block;
  width: 271px;
  position: absolute;
  font-family: roboto;
  font-size: 21px;
  font-weight: 700;
   15004;
  line-height: 1.3;
  letter-spacing: 0;
  top: 105.546875px;
  left: 62.5px;
  height: 81.8906px;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: block;
}
#hXO0Q0H7K4FkosoeursGGISFke8IPc58 {
  position: absolute;
  display: block;
   15001;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 197px;
  width: 316px;
  top: 47.994384765625px;
  left: 441.97442626953px;
  overflow: hidden;
  display: block;
}
#pM1BfCCxIApfn2QT6cCNFhOGQiJwO0rg {
  position: absolute;
  display: block;
   15004;
  background-color: #f1c060;
  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: 197px;
  width: 316px;
  top: 515px;
  left: 842px;
  display: block;
}
#ZCZTh1MdhzQSnqKvk58CQ7TcKdTfkxZa {
  color: #ffffff;
  display: block;
  width: 232px;
  position: absolute;
  font-family: roboto;
  font-size: 21px;
  font-weight: 700;
   15007;
  line-height: 1.3;
  letter-spacing: 0;
  top: 586.203125px;
  left: 884px;
  height: 54.5938px;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: block;
}
#c4mRO1GqOWgUWHB23Rr5RJyHpWy0QSVE {
  position: absolute;
  display: block;
   15001;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 197px;
  width: 316px;
  top: 285px;
  left: 40px;
  overflow: hidden;
  display: block;
}
#QtuEbACFiVcq8XqUTmfgAZMX6gX167ky {
  position: absolute;
  display: block;
   15002;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 197px;
  width: 315.994px;
  top: 522px;
  left: 40px;
  overflow: hidden;
  display: block;
}
#VKqI69GGqdfmKXtDHfTERmKcyk8S1GbO {
  color: #050b26;
  display: block;
  width: 285.98px;
  position: absolute;
  font-family: oswald;
  font-size: 25px;
  font-weight: 700;
   15001;
  line-height: 1;
  letter-spacing: 0;
  top: 50.982955932617px;
  left: 841.98864746094px;
  height: 25px;
  text-align: left;
  text-align-last: left;
  font-style: normal;
  display: block;
}
#EyTUt0ZmdWT0U3RKwwWSZ4QxssAntlrL {
  color: #050b26;
  display: block;
  width: 307px;
  position: absolute;
  font-family: roboto;
  font-size: 18px;
  font-weight: 700;
   15000;
  line-height: 1.7;
  letter-spacing: 0;
  top: 123.53686523438px;
  left: 841.98864746094px;
  height: 91.7812px;
  font-style: normal;
  display: block;
}
#TrDzuCZ5E0x7i9LkMfg6bN9dwp8VraQz {
  color: #3d4051;
  display: block;
  width: 315px;
  position: absolute;
  font-family: roboto;
  font-size: 18px;
  font-weight: 300;
   15001;
  line-height: 1.9;
  letter-spacing: 0;
  top: 260.984375px;
  left: 842.5px;
  height: 205.125px;
  font-style: normal;
  display: block;
}
#Om33phslpEvw3WVghx8NcVfNVA290FP5 {
  position: absolute;
  display: block;
   15001;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 197px;
  width: 316px;
  top: 522px;
  left: 440px;
  overflow: hidden;
  display: block;
}
#fPmHHLf0JAsB2PTAW277p7XHw2x87ToP {
  border-top: 2px solid #e3e3e3;
  border-left: 2px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  background-color: #ffffff;
  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;
}
#fPmHHLf0JAsB2PTAW277p7XHw2x87ToP > .row .container {
  background-color: transparent;
  background-image: none;
}
#fPmHHLf0JAsB2PTAW277p7XHw2x87ToP::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#fPmHHLf0JAsB2PTAW277p7XHw2x87ToP > .row .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#fPmHHLf0JAsB2PTAW277p7XHw2x87ToP > .row .container > .video-iframe-container {
  display: none;
}
#fPmHHLf0JAsB2PTAW277p7XHw2x87ToP > .row > .video-iframe-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#fPmHHLf0JAsB2PTAW277p7XHw2x87ToP > .row > .video-iframe-container {
  display: none;
}
#fPmHHLf0JAsB2PTAW277p7XHw2x87ToP
  > .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);
}
#fPmHHLf0JAsB2PTAW277p7XHw2x87ToP > .row .container {
  border-width: 0;
  border-radius: 0;
}
#fPmHHLf0JAsB2PTAW277p7XHw2x87ToP > .row > .video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}
#fPmHHLf0JAsB2PTAW277p7XHw2x87ToP > .row .container {
  font-size: 14px;
  font-family: arial;
  height: 306px;
  width: 1200px;
  position: relative;
  display: block;
}
#LEoybGTuvyyRZuOpbhzSNuiJU3rF8O8S {
  color: #000000;
  display: block;
  width: 318px;
  position: absolute;
  font-family: roboto;
  font-size: 14px;
  font-weight: 300;
   15013;
  line-height: 1.4;
  letter-spacing: 0;
  top: 102px;
  left: 92px;
  height: 58.7812px;
  font-style: normal;
  display: block;
}
#M7VC22QtInHSpmnwq2UsiEWW0bH8T8u5 {
  color: #000000;
  display: block;
  width: 172px;
  position: absolute;
  font-family: roboto;
  font-size: 14px;
  font-weight: 400;
   15014;
  line-height: 1.4;
  letter-spacing: 0;
  top: 97px;
  left: 935px;
  height: 39.1875px;
  font-style: normal;
  display: block;
}
#TP0mlzxUXq7XasEOF5KyTvnVW9K0AcpD {
  position: absolute;
  display: block;
   15015;
  background-color: #e3e3e3;
  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: 1px;
  width: 570px;
  top: 207px;
  left: 482px;
  display: block;
}
#ET5IqKKlkKuDhMRfgqq3EkJBhmHxxD9s {
  color: #000000;
  display: block;
  width: 117px;
  position: absolute;
  font-family: roboto;
  font-size: 14px;
  font-weight: 400;
   15016;
  line-height: 1.4;
  letter-spacing: 0;
  top: 99px;
  left: 753px;
  height: 19.5938px;
  font-style: normal;
  display: block;
}
#o7mxMuSSnNaol1HQkgswcU1cgqlmI27L {
  color: #000000;
  display: block;
  width: 169px;
  position: absolute;
  font-family: roboto;
  font-size: 14px;
  font-weight: 400;
   15018;
  line-height: 1.4;
  letter-spacing: 0;
  top: 98px;
  left: 532px;
  height: 19.5938px;
  font-style: normal;
  display: block;
}
#S9LQMqVyHVdRzcRMCODVhs2AJB6MOEC2 {
  color: #000000;
  display: block;
  width: 189px;
  position: absolute;
  font-family: "open sans";
  font-size: 12px;
  font-weight: 300;
   15016;
  line-height: 1.4;
  letter-spacing: 0;
  top: 66px;
  left: 491px;
  height: 16.804px;
  font-style: normal;
  display: block;
}
#VklOdgCqVTECTwOslPdnmcS6Ev3nbTCN {
  position: absolute;
  display: block;
   15016;
  background-color: #e3e3e3;
  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: 1px;
  width: 320px;
  top: 207px;
  left: 92px;
  display: block;
}
#WONrp2q88zw2ZZe3K8Me7osiToqRou63 {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  height: 25px;
  width: 25px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15025;
  top: 96px;
  left: 500px;
}
#N0JI4Ebvwz8C1rf1uSfByQviUqcqFXsc {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  height: 25px;
  width: 25px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15024;
  top: 97px;
  left: 722px;
}
#N0JI4Ebvwz8C1rf1uSfByQviUqcqFXsc > img {
  max-width: 100%;
  max-height: 100%;
  width: 25px;
  height: 25px;
}
#JLPWCMPOewT35ENUT4dFEUyPeN9EMeR8 {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  height: 25px;
  width: 25px;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
   15025;
  top: 95px;
  left: 902px;
}
#zXNtTA6MWOT8ra9p5lsqOevgrG3LAD9F {
  position: absolute;
  display: block;
   15026;
  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: 48px;
  width: 198px;
  top: 36px;
  left: 92px;
  overflow: hidden;
  display: block;
}
#bG6OBoMTyHJ7mKubrgo6MoGAUgsXqXTM {
  color: #000000;
  display: block;
  width: 335.98px;
  position: absolute;
  font-family: roboto;
  font-size: 14px;
  font-weight: normal;
   15027;
  line-height: 1.3;
  letter-spacing: 0;
  top: 243.640625px;
  left: 431.984375px;
  height: 18.1875px;
  display: block;
}
@media only screen and (max-width: 763px) {
  body {
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze {
    display: none;
  }
  #CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze > .row .container {
    width: 764px;
    position: relative;
    display: none;
  }
}
@media only screen and (max-width: 763px) {
  #TFuuLdXXFTgmy7RbLEPnTXDXrdqeshSh {
    top: 20px;
    left: 0px;
    width: 220px;
    height: 31px;
    font-size: 22px;
    display: none;
  }
}
@media only screen and (max-width: 763px) {
  #hrIGKcplGSqV8xKVQ0KDqnB5ATDqWSmP {
    display: none;
  }
  #hrIGKcplGSqV8xKVQ0KDqnB5ATDqWSmP > img {
    max-width: 100%;
    max-height: 100%;
    width: ;
    height: ;
  }
}
@media only screen and (max-width: 763px) {
  #ugTkRTKhri9VL1GImhcWPr8DUeESdNcK {
    display: none;
  }
  #ugTkRTKhri9VL1GImhcWPr8DUeESdNcK > .row .container {
    width: 764px;
    position: relative;
    display: none;
  }
}
@media only screen and (max-width: 763px) {
  #iVIAZpkHkzOJd3kMSZhrvvSOapMdsNJO {
    display: block;
  }
  #iVIAZpkHkzOJd3kMSZhrvvSOapMdsNJO > .row .container {
    width: 764px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #OWE4W1uxQSLMLed2dvMLHCFQuADZTUq7 {
    top: 27px;
    left: 0px;
    width: 198px;
    height: 48px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #scW6KxI3UmnZad16HO3Ux0qBt9hhGSnt {
    top: 31px;
    left: 431px;
    width: 32px;
    height: 32px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #Az4wTpgN9m1FsVHn4bitH4Lk89h5nLV5 {
    top: 33px;
    left: 471px;
    width: 107px;
    height: 31px;
    font-size: 12px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #a6F4sKoamBEZ4aZoHyh2IizTowA3TzB5 {
    top: 25px;
    left: 401px;
    width: 363px;
    height: 42px;
    font-size: 33px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #G0dEzTyxJReJs8G3DulqRRdb5NpZyJK1 {
    display: block;
  }
  #G0dEzTyxJReJs8G3DulqRRdb5NpZyJK1 > .row .container {
    width: 764px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #oSs0z3u8G7nmL92dQrbDpkCddCHCdMb2 {
    top: 5px;
    left: 0px;
    width: 32px;
    height: 32px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #SMTgo9s82OxUbXiGhsQbGURvPVXoZha9 {
    top: 13px;
    left: 0px;
    width: 200px;
    height: 20px;
    font-size: 12px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #TZOCm4m3NQbqeZHy6b6GcStzAPuwM0He {
    top: 6px;
    left: 191px;
    width: 32px;
    height: 32px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #FB8NOSIUMTlenkqe8dmrLcJfXh9bOt4C {
    top: 13px;
    left: 182px;
    width: 213px;
    height: 21px;
    font-size: 12px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #nECq1ZcLWuyBiqk1OwQVcWdHk8KkhUdQ {
    top: 5px;
    left: 382px;
    width: 30px;
    height: 30px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #kUO02QPMKoF7Gc1sczzW2GZ0vWLvKhT4 {
    top: 13px;
    left: 373px;
    width: 200px;
    height: 20px;
    font-size: 12px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #nOJfT7O1LhreWpnVXGuQTNpv5Kni5sXq {
    top: 4px;
    left: 573px;
    width: 32px;
    height: 32px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #iOa5laDe9gwizQPISs9RTpDTnSgexf7B {
    top: 13px;
    left: 564px;
    width: 200px;
    height: 20px;
    font-size: 12px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN {
    display: block;
  }
  #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container {
    width: 760px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #FWyuRTeXU9eyGsvmKpvcUzXwcnpfWvoQ {
    top: 75px;
    left: 0px;
    width: 31px;
    height: 31px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #nADx3Gmd6zdaRETbutoaHgkdTT4ChIV1 {
    top: 75px;
    left: 0px;
    width: 31px;
    height: 31px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #idzJ6B7e4au9gyxNSz5aESPOX0uDpFaC {
    top: 75px;
    left: 0px;
    width: 31px;
    height: 31px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #sqHVJeOV2OcMBOWK8GtD0yCK4lKEZrwN {
    top: 75px;
    left: 0px;
    width: 31px;
    height: 31px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #UAiP8Cw1NkrJoKDBGTtJ0GQbkEFhM7fq {
    top: 75px;
    left: 0px;
    width: 31px;
    height: 31px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #FFz6PHsnOvsO9qq9aV5TlTquCTwCON7e {
    top: 79px;
    left: 0px;
    width: 450px;
    height: 28px;
    font-size: 12px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #nduKGJF1TGQ1tzGNRs8DW6OMXf0VpB15 {
    top: 123px;
    left: 0px;
    width: 569px;
    height: ;
    font-size: 22px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #F0ZX3SvDvklIUlA41NT0NoOLaDllbMHN {
    top: 189px;
    left: 0px;
    width: 527px;
    height: 89px;
    font-size: 18px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #BQIBSJLiN5czvyFH3oRU8VEcbaNGzJD2 {
    top: 95px;
    left: 201px;
    width: 563px;
    height: 374px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #Tkfx4ozI7PmW4wDSu5R4zEi7hQDATUxy {
    width: 341px;
    height: 58px;
    top: 466px;
    left: 0px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #zDMPrHEIrqTnln8xTV45BAfFfKvcQE5R {
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ZdmqfZvQfeWxTUUtdNCG4o3Dp03TdJTc {
    top: 39px;
    left: 0px;
    width: 543px;
    height: 23px;
    font-size: 14px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #I0d30d3weipd6tDwczmwzwQPk4viLGDc {
    top: 359px;
    left: 0px;
    width: 25px;
    height: 25px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #RWIzBtZbsn5rkziDsrT86f98s62yW2dp {
    top: 361px;
    left: 0px;
    width: 398px;
    height: 23px;
    font-size: 15px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #kMBDW8zSN2ifZ263kVyc8ad0dUo8ct3n {
    top: 315px;
    left: 0px;
    width: 25px;
    height: 25px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #TdyyJm0zTJTTFzs6EruDITlwKGq61ZGn {
    top: 403px;
    left: 0px;
    width: 25px;
    height: 25px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #yXglsDnVoQ2OPXUBV5sOdmhfTS9dNbaD {
    top: 317px;
    left: 0px;
    width: 413px;
    height: 23px;
    font-size: 15px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #b3eoSxAr4zyMXMsa0SSOeVWI5NwvTLrD {
    top: 405px;
    left: 0px;
    width: 370px;
    height: 23px;
    font-size: 15px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #PC7hGkrrn4X2Vs89Z8hkswA1g5VsgxhN {
    width: 382px;
    height: 58px;
    top: 60px;
    left: 382px;
    display: none;
  }
}
@media only screen and (max-width: 763px) {
  #cXVJhkkEC8X4eHc0MCFFBrPXQqKhhEQH {
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ZKZHZL5T90XSaQ54kFEZwgPzlLIItS8L {
    width: 382px;
    height: 58px;
    top: 60px;
    left: 382px;
    display: none;
  }
}
@media only screen and (max-width: 763px) {
  #PkJT4fNnDwkz4Qu5hChyPXAQTFBxOomK {
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #fV1psm4uChKoh17IahsWnuAaA4oczMOS {
    width: 341px;
    height: 58px;
    top: 533px;
    left: 0px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #rUc0W3g9sElsCMJh9NB2Ole2q74uvU0V {
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ESKbOHma3G8A4bUwwHbXl2Ba2Ow6lT3v {
    display: block;
  }
  #ESKbOHma3G8A4bUwwHbXl2Ba2Ow6lT3v > .row .container {
    width: 764px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #cVMNNt2sgRSN9GrqMRvqPUWtcgq33wJT {
    top: 45px;
    left: 0px;
    width: 764px;
    height: 317px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #Lxx7wg57oShyIDZcSZNrbIELntik7EXG {
    display: block;
  }
  #Lxx7wg57oShyIDZcSZNrbIELntik7EXG > .row .container {
    width: 764px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #TH5sbw86Oi9aIT1nSWImpITW9TARBFwx {
    top: 115px;
    left: 0px;
    width: 413px;
    height: 277px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #a4aAmcwPDOvC5twb25Q7lbBFcb65IZMf {
    top: 41px;
    left: 0px;
    width: 764px;
    height: 32px;
    font-size: 18px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ZEUOuJEK7V6fTbQyni7cqR3SLDahx1UW {
    top: 259px;
    left: 337px;
    width: 427px;
    height: ;
    font-size: 16px;
    display: block;
  }
  #ZEUOuJEK7V6fTbQyni7cqR3SLDahx1UW li:before {
    content: "\2003";
    background-image: url(./icon_cf91e4d4e2f678063f07a50ff9f66f1bc245db32.svg);
  }
}
@media only screen and (max-width: 763px) {
  #TfXyQ4He89HbxJR0v00q95gZJx3vRtTv {
    top: 115px;
    left: 188px;
    width: 576px;
    height: 62px;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #IT66URWCCgkWZJwAmx51a1qnxbrIBmTf {
    top: 193px;
    left: 188px;
    width: 576px;
    height: 41px;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #r7nKiHATUO7kQm4HydzNgrRbvSwsTSZT {
    display: block;
  }
  #r7nKiHATUO7kQm4HydzNgrRbvSwsTSZT > .row .container {
    width: 764px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #nAlhehbEx8oz1rNOrOAH5xZsaUByoAQi {
    width: 394px;
    height: 27px;
    top: 206px;
    left: 0px;
    font-size: 21px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #mWVTdkUOOgCNzhNag3B5Owu5SrUsy74t {
    width: 315px;
    height: 48px;
    top: 255px;
    left: 0px;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #l6VI3lTBy2Do86pXiZMRdBmW1xss4gPW {
    width: 397px;
    height: 27px;
    top: 205px;
    left: 174px;
    font-size: 21px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #HAdVbMlAgBAqPyRTaQ5ypuTiE8sWmHO7 {
    width: 270px;
    height: 48px;
    top: 255px;
    left: 238px;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #SpGT9NWNW18sq7xWZyINVJaZMTmLpFcd {
    width: 398px;
    height: 27px;
    top: 205px;
    left: 366px;
    font-size: 21px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #u90c4yGAu4wpr39ecvex3Ugp0lch4w4A {
    width: 342px;
    height: 48px;
    top: 255px;
    left: 420px;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #vBmDSOiTxpvaPQtnyBPnU0B2DmnCWCmH {
    width: 250px;
    height: 0;
    top: 100px;
    left: 256px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #V3InMWEzhAAq2A2EFQWUo6m2B4u4AC03 {
    width: 399px;
    height: 43px;
    top: 29px;
    left: 185px;
    font-size: 22px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #fGdELvxxo1RNvQ7DgnVWFVv60cCCPQhJ {
    width: 60px;
    height: 3px;
    top: 111px;
    left: 0px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ZUIMfcTweAe3QXVyIzk23KVy9JlDHBbX {
    width: 399px;
    height: 27px;
    top: 403px;
    left: 0px;
    font-size: 21px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #mLXoAo0VIrxmbfHTafQbGr7h8AOQ4IHH {
    width: 312px;
    height: 48px;
    top: 451px;
    left: 0px;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #Tq0E1NTbflQh7QwAUd9raLBntl0n0Tdu {
    width: 396px;
    height: 27px;
    top: 404px;
    left: 112px;
    font-size: 21px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ZcQhwsPKHedqUac7QSKN1Vg6nya1qS6v {
    width: 293px;
    height: 48px;
    top: 453px;
    left: 215px;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #wQaZN0ZUhSLHBXRxFxHzLkDlap1Eyfts {
    width: 399px;
    height: 27px;
    top: 406px;
    left: 363px;
    font-size: 21px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #Ri2fb6Up43hSRbFm8cHsNfN0UCWJ7X7v {
    width: 270px;
    height: 47px;
    top: 455px;
    left: 492px;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #m2VyxyWaiXMO1aqLcUiWOzy0gzMJ0Ef7 {
    width: 50px;
    height: 50px;
    top: 147px;
    left: 101.99996948242px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #i14WCmXmgadOzKkodiOv4LeIHgh4nT8z {
    width: 50px;
    height: 50px;
    top: 147px;
    left: 356px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #WtqWss9GzOV0FBfT7igFRNOG33usHZeQ {
    width: 50px;
    height: 50px;
    top: 147px;
    left: 610px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #Il2QFPszO7elaTmDoivkAeFqBwS7LOWw {
    width: 50px;
    height: 50px;
    top: 345px;
    left: 610px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #uIIwwqw1XJOxCTUGZAE4R9zI8WcBwZNQ {
    width: 50px;
    height: 50px;
    top: 345px;
    left: 356px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #T51pFiHwRHtIN7FqQ2UaH9QWX9DInvA2 {
    width: 50px;
    height: 50px;
    top: 345px;
    left: 101.984375px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #AeXMSPvwlSw5hnMAwcmqiJMvVtGHgORd {
    display: block;
  }
  #AeXMSPvwlSw5hnMAwcmqiJMvVtGHgORd > .row .container {
    width: 764px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #kOprPBe6lEmkl6BQGlvPVGfG3mbyIfiA {
    width: 328px;
    height: 58px;
    top: 42px;
    left: 436px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #quOWIP7hOOCp7OIsWdPogia9WR7A1glA {
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #Bkqk6ATwoXFmIr7fpbkWP6W35ZV0ew03 {
    top: 55px;
    left: 0px;
    width: 632px;
    height: ;
    font-size: 20px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #VtsiB4C1hTsGtNCZsxDrfqIQtnZiebz1 {
    width: 382px;
    height: 58px;
    top: 60px;
    left: 382px;
    display: none;
  }
}
@media only screen and (max-width: 763px) {
  #JJLioWT6eL8lpJLUqTFMJ94KHAlIcyMJ {
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #hrWSF2HpqnsCJIqdCtaZZa2Frw7XrpTC {
    display: block;
  }
  #hrWSF2HpqnsCJIqdCtaZZa2Frw7XrpTC > .row .container {
    width: 764px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #BNTTfsqHeUI5wzb3MG5oLgdTzMdZFsKd {
    width: 315px;
    height: 196px;
    top: 285px;
    left: 193px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #hPzwG6nPoH2pvIf6LmiU4GELHF8SDkS7 {
    width: 316px;
    height: 197px;
    top: 47px;
    left: 0px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ilz0wOpgMytLTEBAx0AMuUudApM7moXl {
    width: 271px;
    height: 81px;
    top: 105px;
    left: 0px;
    font-size: 21px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #hXO0Q0H7K4FkosoeursGGISFke8IPc58 {
    width: 316px;
    height: 196.99274036849px;
    top: 47px;
    left: 192px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #pM1BfCCxIApfn2QT6cCNFhOGQiJwO0rg {
    width: 316px;
    height: 197px;
    top: 515px;
    left: 446px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ZCZTh1MdhzQSnqKvk58CQ7TcKdTfkxZa {
    width: 232px;
    height: 54px;
    top: 586px;
    left: 519px;
    font-size: 21px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #c4mRO1GqOWgUWHB23Rr5RJyHpWy0QSVE {
    width: 316px;
    height: 197px;
    top: 285px;
    left: 0px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #QtuEbACFiVcq8XqUTmfgAZMX6gX167ky {
    width: 315px;
    height: 196.38652590005px;
    top: 522px;
    left: 0px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #VKqI69GGqdfmKXtDHfTERmKcyk8S1GbO {
    width: 285px;
    height: 25px;
    top: 50px;
    left: 477px;
    font-size: 20px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #EyTUt0ZmdWT0U3RKwwWSZ4QxssAntlrL {
    width: 307px;
    height: 92px;
    top: 123px;
    left: 457px;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #TrDzuCZ5E0x7i9LkMfg6bN9dwp8VraQz {
    width: 315px;
    height: 205px;
    top: 260px;
    left: 447px;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #Om33phslpEvw3WVghx8NcVfNVA290FP5 {
    width: 316px;
    height: 197px;
    top: 522px;
    left: 192px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #fPmHHLf0JAsB2PTAW277p7XHw2x87ToP {
    display: block;
  }
  #fPmHHLf0JAsB2PTAW277p7XHw2x87ToP > .row .container {
    width: 764px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #LEoybGTuvyyRZuOpbhzSNuiJU3rF8O8S {
    top: 102px;
    left: 0px;
    width: 317px;
    height: 58px;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #M7VC22QtInHSpmnwq2UsiEWW0bH8T8u5 {
    top: 96px;
    left: 593px;
    width: 171px;
    height: 39px;
    font-size: 14px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #TP0mlzxUXq7XasEOF5KyTvnVW9K0AcpD {
    top: 207px;
    left: 194px;
    width: 570px;
    height: 0;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ET5IqKKlkKuDhMRfgqq3EkJBhmHxxD9s {
    top: 98px;
    left: 534.99713134766px;
    width: 116px;
    height: 19px;
    font-size: 14px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #o7mxMuSSnNaol1HQkgswcU1cgqlmI27L {
    top: 98px;
    left: 314px;
    width: 168px;
    height: 19px;
    font-size: 14px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #S9LQMqVyHVdRzcRMCODVhs2AJB6MOEC2 {
    top: 66px;
    left: 273px;
    width: 188px;
    height: 16px;
    font-size: 12px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #VklOdgCqVTECTwOslPdnmcS6Ev3nbTCN {
    top: 207px;
    left: 0px;
    width: 320px;
    height: 0;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #WONrp2q88zw2ZZe3K8Me7osiToqRou63 {
    top: 96px;
    left: 282px;
    width: 25px;
    height: 25px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #N0JI4Ebvwz8C1rf1uSfByQviUqcqFXsc {
    top: 97px;
    left: 504px;
    width: 25px;
    height: 25px;
    display: block;
  }
  #N0JI4Ebvwz8C1rf1uSfByQviUqcqFXsc > img {
    max-width: 100%;
    max-height: 100%;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 763px) {
  #JLPWCMPOewT35ENUT4dFEUyPeN9EMeR8 {
    top: 95px;
    left: 684px;
    width: 25px;
    height: 25px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #zXNtTA6MWOT8ra9p5lsqOevgrG3LAD9F {
    top: 36px;
    left: 0px;
    width: 197px;
    height: 47.755513467376px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #bG6OBoMTyHJ7mKubrgo6MoGAUgsXqXTM {
    top: 243px;
    left: 213.984375px;
    width: 335px;
    height: 18px;
    font-size: 11px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  body {
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze {
    position: fixed;
     199999;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #f1c060;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
  }
  #CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze > .row .container {
    background-color: transparent;
    background-image: none;
  }
  #CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }
  #CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze > .row .container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }
  #CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze
    > .row
    .container
    > .video-iframe-container {
    display: none;
  }
  #CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze > .row > .video-iframe-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }
  #CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze > .row > .video-iframe-container {
    display: none;
  }
  #CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze
    > .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);
  }
  #CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze > .row .container {
    border-width: 0;
    border-radius: 0;
  }
  #CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
  }
  #CEVNlmWuxx9liyTLufGWWfT4ocXkE5ze > .row .container {
    width: 320px;
    height: 70px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #TFuuLdXXFTgmy7RbLEPnTXDXrdqeshSh {
    top: 20.6875px;
    left: 110px;
    width: 192px;
    height: 28.5938px;
     15000;
    font-family: roboto;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 22px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #hrIGKcplGSqV8xKVQ0KDqnB5ATDqWSmP {
    display: flex;
    top: 15px;
    left: 60px;
    width: 40px;
    height: 40px;
     15001;
    font-size: 22px;
  }
  #hrIGKcplGSqV8xKVQ0KDqnB5ATDqWSmP > img {
    max-width: 100%;
    max-height: 100%;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 763px) {
  #ugTkRTKhri9VL1GImhcWPr8DUeESdNcK {
    background-color: #ffffff;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
  }
  #ugTkRTKhri9VL1GImhcWPr8DUeESdNcK > .row .container {
    background-color: transparent;
    background-image: none;
  }
  #ugTkRTKhri9VL1GImhcWPr8DUeESdNcK::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }
  #ugTkRTKhri9VL1GImhcWPr8DUeESdNcK > .row .container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }
  #ugTkRTKhri9VL1GImhcWPr8DUeESdNcK
    > .row
    .container
    > .video-iframe-container {
    display: none;
  }
  #ugTkRTKhri9VL1GImhcWPr8DUeESdNcK > .row > .video-iframe-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }
  #ugTkRTKhri9VL1GImhcWPr8DUeESdNcK > .row > .video-iframe-container {
    display: none;
  }
  #ugTkRTKhri9VL1GImhcWPr8DUeESdNcK
    > .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);
  }
  #ugTkRTKhri9VL1GImhcWPr8DUeESdNcK > .row .container {
    border-width: 0;
    border-radius: 0;
  }
  #ugTkRTKhri9VL1GImhcWPr8DUeESdNcK > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
  }
  #ugTkRTKhri9VL1GImhcWPr8DUeESdNcK > .row .container {
    width: 320px;
    height: 70px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #iVIAZpkHkzOJd3kMSZhrvvSOapMdsNJO {
    display: block;
  }
  #iVIAZpkHkzOJd3kMSZhrvvSOapMdsNJO > .row .container {
    width: 320px;
    height: 80px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #OWE4W1uxQSLMLed2dvMLHCFQuADZTUq7 {
    width: 198px;
    height: 48px;
    top: 20px;
    left: 61px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #scW6KxI3UmnZad16HO3Ux0qBt9hhGSnt {
    width: 32px;
    height: 32px;
    top: 31px;
    left: 144px;
    display: none;
  }
}
@media only screen and (max-width: 763px) {
  #Az4wTpgN9m1FsVHn4bitH4Lk89h5nLV5 {
    width: 107px;
    height: auto;
    top: 33px;
    left: 106px;
    font-size: 12px;
    display: none;
  }
}
@media only screen and (max-width: 763px) {
  #a6F4sKoamBEZ4aZoHyh2IizTowA3TzB5 {
    width: 281.989px;
    height: 41.5909px;
    top: 87.9972px;
    left: 19px;
    font-size: 32px;
    display: none;
  }
}
@media only screen and (max-width: 763px) {
  #G0dEzTyxJReJs8G3DulqRRdb5NpZyJK1 {
    background-color: #f4f4f4;
    background-image: none;
    display: none;
  }
  #G0dEzTyxJReJs8G3DulqRRdb5NpZyJK1 > .row .container {
    width: 320px;
    height: 95px;
    position: relative;
    display: none;
  }
}
@media only screen and (max-width: 763px) {
  #oSs0z3u8G7nmL92dQrbDpkCddCHCdMb2 {
    display: flex;
    width: 25px;
    height: 25px;
    top: 12.997161865234px;
    left: 16.988636016846px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 763px) {
  #SMTgo9s82OxUbXiGhsQbGURvPVXoZha9 {
    width: 122.997px;
    height: 12.0028px;
    top: 21.988647460938px;
    left: 41.98863697052px;
    font-size: 12px;
    text-align: center;
    text-align-last: center;
    line-height: 1;
    color: #000000;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #TZOCm4m3NQbqeZHy6b6GcStzAPuwM0He {
    display: flex;
    width: 25px;
    height: 25px;
    top: 13px;
    left: 170px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 763px) {
  #FB8NOSIUMTlenkqe8dmrLcJfXh9bOt4C {
    width: 97px;
    height: 31.1932px;
    top: 17.997161865234px;
    left: 195.99715518951px;
    font-size: 12px;
    text-align: center;
    text-align-last: center;
    color: #000000;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #nECq1ZcLWuyBiqk1OwQVcWdHk8KkhUdQ {
    display: flex;
    width: 24px;
    height: 24px;
    top: 51.988616943359px;
    left: 15.994318008423px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 763px) {
  #kUO02QPMKoF7Gc1sczzW2GZ0vWLvKhT4 {
    width: 101px;
    height: 15.5966px;
    top: 58.164764404297px;
    left: 38.985795021057px;
    font-size: 12px;
    text-align: center;
    text-align-last: center;
    color: #000000;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #nOJfT7O1LhreWpnVXGuQTNpv5Kni5sXq {
    display: flex;
    width: 25px;
    height: 25px;
    top: 51px;
    left: 170px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 763px) {
  #iOa5laDe9gwizQPISs9RTpDTnSgexf7B {
    width: 119px;
    height: 31.1932px;
    top: 55.994323730469px;
    left: 189.98862552643px;
    font-size: 12px;
    text-align: center;
    text-align-last: center;
    color: #000000;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN {
    display: block;
  }
  #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN {
    background-color: transparent;
    background-image: none;
  }
  #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }
  #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }
  #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN
    > .row
    .container
    > .video-iframe-container {
    display: none;
  }
  #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }
  #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {
    display: none;
  }
  #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN
    > .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);
  }
  #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN {
    border-width: 0;
    border-radius: 0;
  }
  #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN
    > .row
    .container
    > .video-iframe-container {
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
  }
  #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container {
    width: 320px;
    height: 790px;
    background-color: #ffffff;
    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;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #FWyuRTeXU9eyGsvmKpvcUzXwcnpfWvoQ {
    display: flex;
    width: 25px;
    height: 25px;
    top: 3px;
    left: 7px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 763px) {
  #nADx3Gmd6zdaRETbutoaHgkdTT4ChIV1 {
    display: flex;
    width: 25px;
    height: 25px;
    top: 3px;
    left: 23px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 763px) {
  #idzJ6B7e4au9gyxNSz5aESPOX0uDpFaC {
    display: flex;
    width: 25px;
    height: 25px;
    top: 3px;
    left: 39px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 763px) {
  #sqHVJeOV2OcMBOWK8GtD0yCK4lKEZrwN {
    display: flex;
    width: 25px;
    height: 25px;
    top: 3px;
    left: 55px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 763px) {
  #UAiP8Cw1NkrJoKDBGTtJ0GQbkEFhM7fq {
    display: flex;
    width: 25px;
    height: 25px;
    top: 3px;
    left: 71px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 763px) {
  #FFz6PHsnOvsO9qq9aV5TlTquCTwCON7e {
    width: 219px;
    height: 15.5966px;
    top: 9px;
    left: 94px;
    font-size: 12px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #nduKGJF1TGQ1tzGNRs8DW6OMXf0VpB15 {
    width: 317px;
    height: 57.1875px;
    top: 63.984375px;
    left: 1px;
    font-size: 22px;
    text-align: center;
    text-align-last: center;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #F0ZX3SvDvklIUlA41NT0NoOLaDllbMHN {
    width: 320px;
    height: 70.1719px;
    top: 138px;
    left: 0px;
    font-size: 18px;
    text-align: center;
    text-align-last: center;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #BQIBSJLiN5czvyFH3oRU8VEcbaNGzJD2 {
    width: 320px;
    height: 213px;
    top: 237px;
    left: 0px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #Tkfx4ozI7PmW4wDSu5R4zEi7hQDATUxy {
    width: 304px;
    height: 55px;
    top: 523.97441101074px;
    left: 7.9971590042114px;
    display: none;
  }
}
@media only screen and (max-width: 763px) {
  #zDMPrHEIrqTnln8xTV45BAfFfKvcQE5R {
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ZdmqfZvQfeWxTUUtdNCG4o3Dp03TdJTc {
    width: 320px;
    height: 18.1875px;
    top: 32px;
    left: 0px;
    font-size: 14px;
    text-align: center;
    text-align-last: center;
    font-weight: 400;
    font-style: normal;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #I0d30d3weipd6tDwczmwzwQPk4viLGDc {
    display: flex;
    width: 25px;
    height: 25px;
    top: 721px;
    left: 32px;
  }
}
@media only screen and (max-width: 763px) {
  #RWIzBtZbsn5rkziDsrT86f98s62yW2dp {
    width: 235px;
    height: 19.5px;
    top: 725px;
    left: 63px;
    font-size: 15px;
    text-align: left;
    text-align-last: left;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #kMBDW8zSN2ifZ263kVyc8ad0dUo8ct3n {
    display: flex;
    width: 25px;
    height: 25px;
    top: 634px;
    left: 32px;
  }
}
@media only screen and (max-width: 763px) {
  #TdyyJm0zTJTTFzs6EruDITlwKGq61ZGn {
    display: flex;
    width: 25px;
    height: 25px;
    top: 678px;
    left: 32px;
  }
}
@media only screen and (max-width: 763px) {
  #yXglsDnVoQ2OPXUBV5sOdmhfTS9dNbaD {
    width: 239px;
    height: 19.5px;
    top: 637px;
    left: 63px;
    font-size: 15px;
    text-align: left;
    text-align-last: left;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #b3eoSxAr4zyMXMsa0SSOeVWI5NwvTLrD {
    width: 228px;
    height: 19.5px;
    top: 681px;
    left: 63px;
    font-size: 15px;
    text-align: left;
    text-align-last: left;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #PC7hGkrrn4X2Vs89Z8hkswA1g5VsgxhN {
    width: 320px;
    height: 57px;
    top: 479px;
    left: 1px;
     15053;
    font-family: roboto;
    font-size: 22px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #cXVJhkkEC8X4eHc0MCFFBrPXQqKhhEQH {
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ZKZHZL5T90XSaQ54kFEZwgPzlLIItS8L {
    width: 320px;
    height: 57px;
    top: 546px;
    left: 1px;
     15054;
    background-color: #6087f1;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    font-family: roboto;
    font-size: 22px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #PkJT4fNnDwkz4Qu5hChyPXAQTFBxOomK {
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #fV1psm4uChKoh17IahsWnuAaA4oczMOS {
    width: 304px;
    height: 58px;
    top: 533px;
    left: 8px;
    display: none;
  }
}
@media only screen and (max-width: 763px) {
  #rUc0W3g9sElsCMJh9NB2Ole2q74uvU0V {
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ESKbOHma3G8A4bUwwHbXl2Ba2Ow6lT3v {
    display: block;
  }
  #ESKbOHma3G8A4bUwwHbXl2Ba2Ow6lT3v > .row .container {
    width: 320px;
    height: 500px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #cVMNNt2sgRSN9GrqMRvqPUWtcgq33wJT {
    width: 320px;
    height: 285px;
    top: 36px;
    left: 0px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #Lxx7wg57oShyIDZcSZNrbIELntik7EXG {
    display: block;
  }
  #Lxx7wg57oShyIDZcSZNrbIELntik7EXG > .row .container {
    width: 320px;
    height: 798px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #TH5sbw86Oi9aIT1nSWImpITW9TARBFwx {
    width: 320px;
    height: 214.62469733656px;
    top: 118px;
    left: 0px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #a4aAmcwPDOvC5twb25Q7lbBFcb65IZMf {
    width: 320px;
    height: 70.1719px;
    top: 20px;
    left: 0px;
    font-size: 18px;
    text-align: center;
    text-align-last: center;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ZEUOuJEK7V6fTbQyni7cqR3SLDahx1UW {
    width: 320px;
    height: 175.578px;
    top: 578.15625px;
    left: 0px;
    font-size: 16px;
    text-align: left;
    text-align-last: left;
    display: block;
  }
  #ZEUOuJEK7V6fTbQyni7cqR3SLDahx1UW li:before {
    content: "\2003";
    background-image: url(./icon_cf91e4d4e2f678063f07a50ff9f66f1bc245db32.svg);
  }
}
@media only screen and (max-width: 763px) {
  #TfXyQ4He89HbxJR0v00q95gZJx3vRtTv {
    width: 320px;
    height: 83.1875px;
    top: 363.59375px;
    left: 0px;
    font-size: 16px;
    text-align: center;
    text-align-last: center;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #IT66URWCCgkWZJwAmx51a1qnxbrIBmTf {
    width: 320px;
    height: 83.1875px;
    top: 466.78125px;
    left: 0px;
    font-size: 16px;
    text-align: center;
    text-align-last: center;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #r7nKiHATUO7kQm4HydzNgrRbvSwsTSZT {
    display: block;
  }
  #r7nKiHATUO7kQm4HydzNgrRbvSwsTSZT > .row .container {
    width: 320px;
    height: 1341px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #nAlhehbEx8oz1rNOrOAH5xZsaUByoAQi {
    width: 320px;
    height: 23.3906px;
    top: 200px;
    left: 2px;
    text-align: center;
    text-align-last: center;
    font-size: 18px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #mWVTdkUOOgCNzhNag3B5Owu5SrUsy74t {
    width: 270px;
    height: 48px;
    top: 243px;
    left: 25px;
    text-align: center;
    text-align-last: center;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #l6VI3lTBy2Do86pXiZMRdBmW1xss4gPW {
    width: 318px;
    height: 23.3906px;
    top: 592px;
    left: 2px;
    text-align: center;
    text-align-last: center;
    font-size: 18px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #HAdVbMlAgBAqPyRTaQ5ypuTiE8sWmHO7 {
    width: 270px;
    height: 48px;
    top: 635px;
    left: 25px;
    text-align: center;
    text-align-last: center;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #SpGT9NWNW18sq7xWZyINVJaZMTmLpFcd {
    width: 318px;
    height: 23.3906px;
    top: 998px;
    left: 1px;
    text-align: center;
    text-align-last: center;
    font-size: 18px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #u90c4yGAu4wpr39ecvex3Ugp0lch4w4A {
    width: 298px;
    height: 48px;
    top: 1042px;
    left: 11px;
    text-align: center;
    text-align-last: center;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #vBmDSOiTxpvaPQtnyBPnU0B2DmnCWCmH {
    width: 320px;
    height: 1px;
    top: 93px;
    left: 0px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #V3InMWEzhAAq2A2EFQWUo6m2B4u4AC03 {
    width: 320px;
    height: 28.5938px;
    top: 31px;
    left: 0px;
    text-align: center;
    text-align-last: center;
    font-size: 22px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #fGdELvxxo1RNvQ7DgnVWFVv60cCCPQhJ {
    width: 60px;
    height: 3px;
    top: 92px;
    left: 130px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ZUIMfcTweAe3QXVyIzk23KVy9JlDHBbX {
    width: 319px;
    height: 23.3906px;
    top: 397px;
    left: 1px;
    text-align: center;
    text-align-last: center;
    font-size: 18px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #mLXoAo0VIrxmbfHTafQbGr7h8AOQ4IHH {
    width: 316px;
    height: 48px;
    top: 439px;
    left: 2px;
    text-align: center;
    text-align-last: center;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #Tq0E1NTbflQh7QwAUd9raLBntl0n0Tdu {
    width: 318px;
    height: 23.3906px;
    top: 791px;
    left: 2px;
    text-align: center;
    text-align-last: center;
    font-size: 18px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ZcQhwsPKHedqUac7QSKN1Vg6nya1qS6v {
    width: 270px;
    height: 48px;
    top: 834px;
    left: 25px;
    text-align: center;
    text-align-last: center;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #wQaZN0ZUhSLHBXRxFxHzLkDlap1Eyfts {
    width: 318px;
    height: 23.3906px;
    top: 1201px;
    left: 1px;
    text-align: center;
    text-align-last: center;
    font-size: 18px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #Ri2fb6Up43hSRbFm8cHsNfN0UCWJ7X7v {
    width: 270px;
    height: 48px;
    top: 1244px;
    left: 25px;
    text-align: center;
    text-align-last: center;
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #m2VyxyWaiXMO1aqLcUiWOzy0gzMJ0Ef7 {
    width: 50px;
    height: 50px;
    top: 137px;
    left: 135px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #i14WCmXmgadOzKkodiOv4LeIHgh4nT8z {
    width: 50px;
    height: 50px;
    top: 527px;
    left: 135px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #WtqWss9GzOV0FBfT7igFRNOG33usHZeQ {
    width: 50px;
    height: 50px;
    top: 931px;
    left: 135px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #Il2QFPszO7elaTmDoivkAeFqBwS7LOWw {
    width: 50px;
    height: 50px;
    top: 1139px;
    left: 135px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #uIIwwqw1XJOxCTUGZAE4R9zI8WcBwZNQ {
    width: 50px;
    height: 50px;
    top: 728px;
    left: 135px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #T51pFiHwRHtIN7FqQ2UaH9QWX9DInvA2 {
    width: 50px;
    height: 50px;
    top: 336px;
    left: 135px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #AeXMSPvwlSw5hnMAwcmqiJMvVtGHgORd {
    display: block;
  }
  #AeXMSPvwlSw5hnMAwcmqiJMvVtGHgORd > .row .container {
    width: 320px;
    height: 298px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #kOprPBe6lEmkl6BQGlvPVGfG3mbyIfiA {
    width: 320px;
    height: 56.9744px;
    top: 124px;
    left: 0px;
    font-size: 22px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #quOWIP7hOOCp7OIsWdPogia9WR7A1glA {
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #Bkqk6ATwoXFmIr7fpbkWP6W35ZV0ew03 {
    width: 267.997px;
    height: 52px;
    top: 33.931854248047px;
    left: 25.965909004211px;
    font-size: 20px;
    text-align: center;
    text-align-last: center;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #VtsiB4C1hTsGtNCZsxDrfqIQtnZiebz1 {
    width: 320px;
    height: 57px;
    top: 191px;
    left: 0px;
     15055;
    background-color: #6087f1;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    font-size: 22px;
    font-family: roboto;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #JJLioWT6eL8lpJLUqTFMJ94KHAlIcyMJ {
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #hrWSF2HpqnsCJIqdCtaZZa2Frw7XrpTC {
    display: block;
  }
  #hrWSF2HpqnsCJIqdCtaZZa2Frw7XrpTC > .row .container {
    width: 320px;
    height: 2155px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #BNTTfsqHeUI5wzb3MG5oLgdTzMdZFsKd {
    width: 316px;
    height: 197px;
    top: 1677px;
    left: 0px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #hPzwG6nPoH2pvIf6LmiU4GELHF8SDkS7 {
    width: 315.994px;
    height: 217.997px;
    top: 403px;
    left: 3px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ilz0wOpgMytLTEBAx0AMuUudApM7moXl {
    width: 250px;
    height: 78px;
    top: 472.984375px;
    left: 35px;
    font-size: 20px;
    text-align: center;
    text-align-last: center;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #hXO0Q0H7K4FkosoeursGGISFke8IPc58 {
    width: 320px;
    height: 213px;
    top: 662px;
    left: 0px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #pM1BfCCxIApfn2QT6cCNFhOGQiJwO0rg {
    width: 315.994px;
    height: 217.997px;
    top: 1417px;
    left: 3px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ZCZTh1MdhzQSnqKvk58CQ7TcKdTfkxZa {
    width: 236.969px;
    height: 52px;
    top: 1499.984375px;
    left: 41.5px;
    font-size: 20px;
    text-align: center;
    text-align-last: center;
    font-family: roboto;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #c4mRO1GqOWgUWHB23Rr5RJyHpWy0QSVE {
    width: 316px;
    height: 197px;
    top: 919px;
    left: 1px;
    overflow: hidden;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #QtuEbACFiVcq8XqUTmfgAZMX6gX167ky {
    width: 320px;
    height: 219px;
    top: 1156px;
    left: 0px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #VKqI69GGqdfmKXtDHfTERmKcyk8S1GbO {
    width: 320px;
    height: 22px;
    top: 26.921875px;
    left: 2.984375px;
    font-size: 20px;
    text-align: center;
    text-align-last: center;
    line-height: 1.1;
    font-family: roboto;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #EyTUt0ZmdWT0U3RKwwWSZ4QxssAntlrL {
    width: 273.991px;
    height: 81.5625px;
    top: 74.928985595703px;
    left: 22.997159004211px;
    text-align: center;
    text-align-last: center;
    font-size: 16px;
    line-height: 1.7;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #TrDzuCZ5E0x7i9LkMfg6bN9dwp8VraQz {
    width: 275.994px;
    height: 163.125px;
    top: 191px;
    left: 23px;
    text-align: center;
    text-align-last: center;
    font-size: 16px;
    line-height: 1.7;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #Om33phslpEvw3WVghx8NcVfNVA290FP5 {
    width: 316px;
    height: 197px;
    top: 1914px;
    left: 0px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #fPmHHLf0JAsB2PTAW277p7XHw2x87ToP {
    display: block;
  }
  #fPmHHLf0JAsB2PTAW277p7XHw2x87ToP > .row .container {
    width: 320px;
    height: 627px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #LEoybGTuvyyRZuOpbhzSNuiJU3rF8O8S {
    width: 275px;
    height: 111.953px;
    top: 103.97727203369px;
    left: 23.977272987366px;
    font-size: 16px;
    text-align: center;
    text-align-last: center;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #M7VC22QtInHSpmnwq2UsiEWW0bH8T8u5 {
    width: 163px;
    height: 67.1719px;
    top: 435px;
    left: 103px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #TP0mlzxUXq7XasEOF5KyTvnVW9K0AcpD {
    width: 300px;
    height: 0.994318px;
    top: 549px;
    left: 10px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #ET5IqKKlkKuDhMRfgqq3EkJBhmHxxD9s {
    width: 117px;
    height: 22.3906px;
    top: 381px;
    left: 102px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #o7mxMuSSnNaol1HQkgswcU1cgqlmI27L {
    width: 182px;
    height: 22.3906px;
    top: 329px;
    left: 101px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #S9LQMqVyHVdRzcRMCODVhs2AJB6MOEC2 {
    width: 320px;
    height: 16.7969px;
    top: 290px;
    left: 0px;
    font-size: 12px;
    text-align: center;
    text-align-last: center;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #VklOdgCqVTECTwOslPdnmcS6Ev3nbTCN {
    width: 300px;
    height: 0.994318px;
    top: 265px;
    left: 10px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #WONrp2q88zw2ZZe3K8Me7osiToqRou63 {
    width: 25px;
    height: 25px;
    top: 328px;
    left: 68px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #N0JI4Ebvwz8C1rf1uSfByQviUqcqFXsc {
    width: 25px;
    height: 25px;
    top: 380px;
    left: 68px;
    display: block;
  }
  #N0JI4Ebvwz8C1rf1uSfByQviUqcqFXsc > img {
    max-width: 100%;
    max-height: 100%;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 763px) {
  #JLPWCMPOewT35ENUT4dFEUyPeN9EMeR8 {
    width: 25px;
    height: 25px;
    top: 435px;
    left: 68px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #zXNtTA6MWOT8ra9p5lsqOevgrG3LAD9F {
    width: 198px;
    height: 48px;
    top: 33.976986885071px;
    left: 60.980111122131px;
    display: block;
  }
}
@media only screen and (max-width: 763px) {
  #bG6OBoMTyHJ7mKubrgo6MoGAUgsXqXTM {
    width: 319px;
    height: 14.2969px;
    top: 581px;
    left: 0px;
    font-size: 11px;
    text-align: center;
    text-align-last: center;
    display: block;
  }
}