/*--- Google Fonts ---*/




/*  */



/*--- End Google Fonts ---*/
/*--- Flate Icon Fonts---*/
/*--- End Flate Icon Fonts---*/

.widget-storeLogo img {
  max-height: 100%;
  max-width: 100%;
}
html {
  font-family: Manrope;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/* ------ end normalize css ------- */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Manrope;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
}
body.page-home > .body {
  margin-top: -233px;
}
.body {
  background: #ffff;
}
::selection {
  background-color: #000;
  color: #EE3E35;
}
::-moz-selection {
  background-color: #000;
  color: #EE3E35;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input,
button,
select,
textarea {
  font-family: Manrope;
  font-size: inherit;
  line-height: inherit;
}
a {
  font-family: Manrope;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
a:hover {
  color: #EE3E35;
}
.widget-article a {
  font-family: Manrope;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
.widget-article a:hover {
  color: #EE3E35;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: Manrope;
  font-weight: 700;
  text-transform: capitalize;
  line-height: normal;
}
h1,
h2,
h3 {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-bottom: 0;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 0;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
p {
  font-family: Manrope;
  font-size: 14px;
  color: #898b90;
  line-height: 25px;
  margin: 0 0 20px;
  padding-bottom: 0;
  word-break: break-word;
}
ul,
ol {
  margin-bottom: 20px;
  padding: 0 0 0 20px;
}
ul li,
ol li {
  position: relative;
  margin: 0;
  padding: 0 0 10px 5px;
  list-style-type: none;
  color: #000;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  font-family: Manrope;
  position: relative;
}
ol li {
  list-style-type: decimal;
}
ul li::after {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #272727;
  position: absolute;
  left: -16px;
  top: 8px;
  border-radius: 50%;
}
table {
  max-width: 100%;
  table-layout: inherit;
  margin-bottom: 20px;
}
table,
th,
td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  color: #898b90;
  font-size: 15px;
}
table th {
  font-weight: 600;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
  font-family: Manrope;
  background: #EE3E35;
  border-radius: 37px !important;
  border: 2px solid transparent;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  height: 40px;
  color: #ffffff;
  padding: 13px 35px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
body input[type="submit"]:hover,
body input[type="button"]:hover,
body button:hover,
body .button:hover,
body a.button:hover {
  background: #ec534b;
  border-radius: 5px;
  border: 2px solid transparent;
}
body input[type="submit"][disabled],
body input[type="button"][disabled],
body button[disabled],
body .button.disabled,
body a.button.disabled,
body input[type="submit"][disabled]:hover,
body input[type="button"][disabled]:hover,
body button[disabled]:hover,
body .button.disabled:hover,
body a.button.disabled:hover {
  background: #086ac2 none repeat scroll 0 0;
  border: 2px solid #bfbfbf !important;
  color: #fff;
}
body input[type="submit"][disabled],
body input[type="button"][disabled],
body button[disabled],
body .button.disabled,
body a.button.disabled,
body input[type="submit"][disabled]:hover,
body input[type="button"][disabled]:hover,
body button[disabled]:hover,
body .button.disabled:hover,
body a.button.disabled:hover {
  background: #bfbfbf none repeat scroll 0 0 !important;
  border:0 !important;
  color: #818181 !important;
}
.widget.widget-image.header-logo {
  margin: 0 auto;
  text-align: center;
}

/*form element desgin*/
.form-row {
  margin: 0 0 15px 0;
}
input[type="text"],
input[type="password"],
textarea,
select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  height: 44px;
  padding: 5px 10px;
  margin: 0;
  width: 350px;
}
input[type="text"],
input[type="password"],
textarea,
select {
  width: 350px;
}
select {
  -webkit-appearance: none;
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fafafa;
    background-position-x: right;
    background-size: auto;
  background-position-x: calc(100% - 10px);
  background-size: 12px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.04);
  color: #000000;
  border-radius: 4px;
  padding: 12px 20px;
  height: 50px;
  font-size: 15px;
}
.message-block.error-message,
.message-block.error {
  background-color: #fee;
  border: 0 solid #fcd2d2;
  color: #f00;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}
.message-block.info-message,
.message-block.success {
  background-color: #d5f4d5;
  border: 0 solid #c2e7c2;
  color: #008000;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
table th {
  font-weight: 600;
  background: rgba(159, 159, 159, 0.1);
}
textarea {
  height: 150px;
  border-radius: 5px;
}
p,
code,
table,
th,
td,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input[type="submit"],
input,
input[type="text"],
textarea,
select,
input[type="password"],
address,
input[type="file"],
input[type="hidden"],
button,
input[type="image"],
blockquote {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: Manrope;
  line-height: 25px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #ff3b64;
}
input[type="password"],
input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: rgba(0, 0, 0, 0.02);
  color: #000000;
  border-radius: 4px;
  padding: 12px 20px;
  height: 50px;
  font-size: 15px;
}
.errorlist.after .message-block {
  color: #e64343;
}
.error-message.phone {
  font-size: 14px;
}
.errorlist.after {
  font-size: 14px;
  line-height: 18px;
  min-width: auto;
  position: relative;
  margin-top: 5px;
}
input[type="text"].validation-error,
input[type="password"].validation-error {
  background-color: transparent;
  border: 1px solid #e64343 !important;
}
select.error-field-error.inline-error,
select.validation-error,
textarea.error-field-error.inline-error,
textarea.validation-error {
  background-color: transparent;
  border: 1px solid #f00 !important;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
  margin-right: 20px;
}
.widget .widget-title {
  color: #272727;
  padding: 0 0 20px;
  margin: 0;
  text-transform: capitalize;
  font-family: Manrope;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 1%;
}
.page-home .body .widget .widget-title-wrapper > .widget-title {
  text-align: center;
}
.widget-form .sub-form-row {
  display: table;
}
.widget-form .form-row input {
  height: 40px;
}
.widget-form .form-row input[type="radio"],
.widget-form .form-row input[type="checkbox"] {
  height: auto;
}
.widget-form button.Zebra_DatePicker_Icon {
  cursor: pointer;
  background: none;
}
.Zebra_DatePicker_Icon_Wrapper:after {
  content: "\f073";
  font-family: "Fontawesome";
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 7px;
}
.widget-form .form-row > label,
.widget-form .sub-form-row span {
  width: 200px;
}
.widget-form .radio-checkbox-row {
  margin-top: -24px;
  padding-left: 205px;
}
.widget-form .sub-form-row > * {
  float: left;
}
.widget-form .sub-form-row span {
  margin-top: 5px;
  width: 200px;
  font-size: 14px;
}
.widget-form .sub-form-row input + span {
  clear: left;
}
.widget-form .sub-form-row input {
  margin: 7px 0;
}
.widget-form .radio-checkbox-row .radio,
.widget-form .radio-checkbox-row .checkbox {
  margin: 7px 0;
}
.widget-form .form-row .sub-form-row label {
  width: 202px;
}
.widget-form .sub-form-row {
  margin: 20px 0 0;
}
.widget-form .sub-form-row > label {
  margin-top: 14px;
}
.login-form .remember input {
  font-size: 15px;
}
/** Placeholder Start **/

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}
textarea ::-webkit-textarea-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}
:-ms-textarea-placeholder {
  /* IE 10+ */
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}
textarea::placeholder {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}
::placeholder {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}
.page-home div.header > .widget-container{
  max-width: 1520px;
}
div.header > .widget-container{
  max-width: 1520px;
}
div.footer > .widget-container {
  max-width: 1520px;
}
/** Placeholder End **/
@media (max-width: 767px) {
  .widget-form .sub-form-row {
    margin: 0;
  }
}
/*====== Fixed-width-layout ======*/
@media (min-width: 1430px) {
  .fixed-width > .header,
  .fixed-width > .body,
  .fixed-width > .footer {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: auto;
    width: 1430px;
  }
}
/*====== End Fixed-width-layout ======*/
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container
> .page-content
> .v-split-container
> .v-split.fee-fixed-width-content {
  width: auto;
  padding-left: calc(50% - 700px) !important;
  padding-right: calc(50% - 700px) !important;
}
.page-content > .v-split-container > .v-split {
  margin: auto;
  width: 1400px;
  max-width: 100%;
}
.widget-container > .page-content > .v-split-container > .v-split .widget,
.widget-container
> .page-content
> .v-split-container
> .v-split
.widget.widget-snippet.spaceLeftRight {
}
.widget-container
> .page-content
> .v-split-container
> .v-split
.widget.widget-snippet,
.widget-container
> .page-content
> .v-split-container
> .v-split
.widget.noSpaceLeftRight {
  padding-left: 0;
  padding-right: 0;
}
.body .widget-container.v-split-container .page-content {
}
.body .widget-container .page-content {
  min-height: 350px;
}
.page-content > .v-split-container > .v-split .widget.widget-snippet,
.page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
  padding-left: 0;
  padding-right: 0;
}

/*======  Inner-layout-control-css ======*/
#bs-A4AE625C-9809-4FDE-AA44-17D2FEC63E3A,
#bs-4E4232C9-6417-4958-B161-762CA25C8514,
#bs-90E6070C-2D84-4C72-8AB4-46E6B912CE83 {
  background: rgba(0, 0, 0, 0) url("../images/inner-banner-bg.jpg") no-repeat
  scroll left top / cover;
  display: block;
  padding: 70px 0;
  position: relative;
}
#bs-A4AE625C-9809-4FDE-AA44-17D2FEC63E3A::before,
#bs-4E4232C9-6417-4958-B161-762CA25C8514::before,
#bs-90E6070C-2D84-4C72-8AB4-46E6B912CE83::before {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.widget-pageHeading h1 {
  color: #000;
  padding: 0 15px;
  text-align: center;
  margin: 10px 0 0 0;
  text-transform: none;
  font-family: Manrope;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0%;
}
.entire-search .search-results .search-result {
  text-align: left;
}
.widget.widget-search {
  height: 10px !important;
}
.widget.widget-pageHeading {
}
.widget.widget-snippet .cta-top-container .notice-area {
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: center;
  margin: -1px 0 0;
  padding: 0 10px;
}
.widget.widget-snippet .cta-top-container .notice-area p,
.cta-top-container .notice-area a {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
  margin: 0 2px;
}
.widget.widget-snippet .cta-top-container .notice-area a {
  text-decoration: underline;
  letter-spacing: 1px;
}

.body.resolution-configuration-panel-layout__main-container.custom-scroll-design {
  background: transparent;
  flex: 1;
}
.oder-comment-form.site-popup-form .site-popup__footer {
  display: flex;
}
#customer-profile-tabs.customer-profile-v2 td.select-column {
  width: 260px;
}
.return-case-details-view table.content.return-case-table {
  min-width: 320px;
}
@media (max-width: 991px) {
  #bs-A4AE625C-9809-4FDE-AA44-17D2FEC63E3A,
  #bs-4E4232C9-6417-4958-B161-762CA25C8514,
  #bs-90E6070C-2D84-4C72-8AB4-46E6B912CE83 {
    padding: 50px 0;
  }
  .widget-pageHeading h1 {
    font-size: 40px;
  }
  .widget-breadcrumb {
    font-size: 18px;
    margin: 10px 0 0 0;
  }
  .widget-breadcrumb .separator::after {
    margin-left: 7px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #bs-A4AE625C-9809-4FDE-AA44-17D2FEC63E3A,
  #bs-4E4232C9-6417-4958-B161-762CA25C8514,
  #bs-90E6070C-2D84-4C72-8AB4-46E6B912CE83 {
    padding: 30px 0;
  }
  .widget-pageHeading h1 {
    font-size: 28px;
    margin: 0;
  }
  .widget.widget-snippet .cta-top-container .notice-area p {
    max-width: 77%;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .image-view .product-view-height-width .image,
  .scrollable-view .product-view-height-width .image {
    max-height: 150px;
  }
}

/*====== End Inner-layout-control-css ======*/

/* =============================================== Start Header Design ===============================================*/
body > .header {
  margin: 0 auto;
  position: relative;
  background:#ffffff;
  z-index:1;
}
body.page-home > .header {
  background: transparent;
}
body.page-home.fee > .header {
    z-index:9999;
}
body.page-blog-post > .header,
body.page-reset-password > .header,
body.page-registration > .header,
body.page-login > .header,
body.page-product  > .header{
  border-bottom: 1px solid #ececec;
}
/*.page-home .header .widget.widget-navigation.main-menu,
.page-home .header .widget.widget-snippet.header-top-btn,
.page-home .header .widget.widget-cart,
.page-home .header .widget.widget-account,
.page-home .header .widget.widget-storeLogo  {
  z-index: 1;
}*/

.header .widget.widget-account {
  text-align: right;
}
.header .widget.widget-navigation.main-menu {
  text-align: right;
}
.header .widget-html > p {
  color: #000;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  line-height: normal;
  padding: 8px 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.widget-storeLogo {
  margin: 0 auto;
  text-align: center;
}
.header .advanced-flying-cart:before {
  content: "Cart";
  color: #fff;
}
.header .cart-widget-text:after {
  content: " )";
}
.header .cart-widget-text:before {
  content: "( ";
}
/*============  Header Search design ============= */

/** Wish List Menu Start **/
.widget.widget-navigation.wishlist-menu {
}
.header .widget-navigation.wishlist-menu .navigation-item {
  position: relative;
}
.widget-navigation.wishlist-menu a {
  width: 40px;
  height: 26px;
  background: url("../images/wishlist.svg") no-repeat;
  border: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget-navigation.wishlist-menu a:hover {
  background-position-y: -28px;
}
.widget-navigation.wishlist-menu a span {
  font-size: 0;
}

/** Wish List Menu End **/

/** User Nav Start **/

.widget.widget-navigation.user-nav {
  width: 24px !important;
  height: 24px !important;
}
.widget-navigation.user-nav .menu-title .menu-button {
  background: url(../images/profile.svg) no-repeat right top;
  width: 100%;
  user-select: none;
  text-align: right;
  max-width: 40px;
  margin: 0;
  margin-right: auto;
  height: 31px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget-navigation.user-nav .menu-title:hover .menu-button,
.widget-navigation.user-nav .menu-title .menu-button.close {
  background-position-y: -33px;
}
.widget-navigation.user-nav .menu-title .menu-button em {
  display: none;
}
.widget-navigation.user-nav a[href="#"],
.widget-navigation.user-nav .child-opener {
  display: none !important;
}
.widget-navigation.user-nav .nav-wrapper.vertical.show {
  width: 300px;
  position: absolute;
  left: 50%;
  height: auto;
  padding: 10px 20px;
  top: 46px;
  background: #fff;
  box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  border-radius: 5px;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item {
  display: block;
  padding: 0;
  background: transparent;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item a {
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: left;
}
.widget-navigation.user-nav
.responsive-navigation
.navigation-item.profile-nav
a {
  border-top: 1px solid #ececec;
  margin: 15px 0 0;
}
.main_menu .horizontal > .navigation-item.first a span.image-wrapper.no-image {
  display: none;
}
.widget-navigation.user-nav
.responsive-navigation
.navigation-item:last-child
a {
  border-bottom: 0;
}
.widget-navigation.user-nav .nav-wrapper.vertical.show::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  top: -6px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  left: 47%;
  position: absolute;
  transform: rotate(45deg);
  transition: all 300ms ease-out 0s;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item a:hover {
  color: #EE3E35;
}
.widget-navigation.user-nav .menu-title {
  position: relative;
}
.widget-navigation.footer-nav .horizontal .navigation-item a {
  color: rgba(255, 255, 255, 0.69);
  margin: 0 0 0 25px;
}
.widget-navigation.footer-nav .horizontal .navigation-item a:hover,
.widget.widget-snippet .wc-social-media-footer .social-links li a .fa:hover,
.widget.widget-snippet .snippet-copyright-develop .copyright a:hover {
  color: #EE3E35;
}
body > .footer:after {
}


/** User Nav End**/

/** Cart Start **/
.header .advanced-flying-cart {
  position: relative;
  cursor: pointer;
}
.header .advanced-flying-cart::before {
  display: none;
}
.header .widget.widget-cart {
  text-align: right;
}
.widget.widget-cart .cart-widget-img {
  background: url("../images/cart-icon.svg") no-repeat;
  width: 25px;
  height: 19px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.page-home .widget.widget-cart .cart-widget-img {
  background: url("../images/home-cart-icon.svg") no-repeat;
}
.widget.widget-cart .advanced-flying-cart:hover .cart-widget-img {
  background-position-y: -25px;
}
.header .cart-widget-text {
  font-family: Manrope;
  color: #ffffff;
  font-size: 13px;
  position: absolute;
  top: -11px;
  right: -12px;
  background: linear-gradient(52.32deg, #ff3b64 2.46%, #ff663f 84.01%);
  height: 23px;
  width: 23px;
  border-radius: 50%;
  font-weight: 700;
  line-height: 16px;
  padding: 3px 5px 0;
  overflow: hidden;
  text-align: center;
}
.header .cart-widget-text::before,
.header .cart-widget-text::after {
  display: none;
}
/** Cart End **/

body > .header .html-widget-element-content > p {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
}
/*=========  Header Search design ========= */
.widget-search .search-menu-button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: auto;
  position: absolute;
  left: auto;
  text-align: left;
  width: 30px;
  padding: 12px 0;
  right: 124px;
  top: 51px;
  z-index: 9;
}
.widget-search .search-form {
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 18px;
  transition: all 300ms ease-out 0s;
  z-index: 99;
  right: 0;
  margin-left: -325px;
}
.widget-search .search-form form {
  padding: 5px;
  position: relative;
}
.widget-search .icon-search.et_ecommerce_search,
.widget-search .icon-search.et_ecommerce_search:hover,
.widget-search button,
.widget-search button:hover {
  background-color: #ffffff !important;
  height: 40px;
  padding: 0;
  font-size: 0;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
}
.widget.widget-search input {
  border: medium none;
  font-size: 15px;
  padding: 4px 40px 4px 10px;
  width: 100%;
  min-width: 100%;
  font-weight: 300;
  background: #fff;
  border-radius: 0;
  height: 38px;
}
.widget-search .search-menu-button::after {
  content: "";
  font-size: 0;
  height: 16px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  background: url(/template/e509bc3a/images/search.svg);
  width: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-size: 17px;
}
.widget-search .search-menu-button:hover::after {
  background-position-y: -24px;
}
.header .widget-search button::after {
  color: #999999;
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 19px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}
.header .widget-search *::-moz-placeholder,
.header .widget-search *:-moz-placeholder {
  color: #555;
}
.search-result .pagination-literal-status {
  font-size: 0;
}
.widget.widget-snippet .wc-social-media-footer .social-links li a {
  margin: 5px 15px;
}
.widget.widget-snippet .wc-social-media-footer .social-links li a .fa {
  font-size: 20px;
}
.widget.widget-snippet
.wc-social-media-footer
.social-links
li:first-of-type
a {
  margin-left: 0;
}

.header .widget.main_menu.right:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 10px;
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.3);
}

.customer-profile-v2 .customer-short-info .customer-name-text {
  margin-top: 0;
}
/*start:search box*/

.header.active-section .menu-search {
  z-index: 9999999;
}

.widget.widget-search.menu-search .search-form.show {
  width: 100%;
  top: 0;
  height: 10px;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.widget.widget-search.menu-search .search-form.show form {
  top: 35px;
}
.search-form.show::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: calc(-50vw + 50%);
  position: fixed;
  width: 100vw;
  top: 5px;
  right: 0;
  z-index: -1;
}
.search-form.show::after {
  content: "";
  background-color: rgb(255 255 255);
  height: 106px;
  left: calc(-50vw + 50%);
  position: fixed;
  width: 100vw;
  top: 0;
  right: 0;
  z-index: -1;
}
@keyframes showSearch {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100vh;
    opacity: 1;
  }
}

@keyframes hideSearch {
  from {
    height: 100vh;
    opacity: 1;
  }
  to {
    height: 0;
    opacity: 0;
  }
}

.widget-search.menu-search .valid-verify-form {
  width: 1170px;
  margin: 0 auto;
  margin-left: auto;
  position: relative;
  top: calc(50% - 126px);
  z-index: 1;
}

.widget-search .search-menu-button.close::after {
  opacity: 1;
  display: block;
}

.widget-search.menu-search .search-menu-button {
  width: 22px;
  height: 22px;
  display: inline-block !important;
  border-radius: 0;
  line-height: 39px;
  margin: 0;
  position: absolute;
  left: auto;
  right: 517px;
  top: 58px;
  transition: unset;
  background: url("/template/e509bc3a/images/search-icon.svg") no-repeat;
  background-position: 0 0;
}
.widget-search.menu-search .search-menu-button:hover {
  opacity: 0.7;
}

.widget.widget-search.menu-search .search-form input {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 57px;
  margin: 0;
  padding: 0 15px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  font-family: Switzer Variable;
  text-align: left;
}

.widget.widget-search.menu-search .search-form {
  position: relative;
  z-index: 99;
  right: auto;
  left: 0;
  max-width: 650px;
  margin: 0 auto;
}
.widget.widget-search .search-form form {
  position: fixed;
  max-width: 650px;
  width: 100%;
  background: transparent;
  border: 1px solid #000;
  border-radius: 4px;
  margin: 7px auto;
}
.widget.widget-search.menu-search .search-form button {
  background: url(/template/e509bc3a/images/search-icon.svg) no-repeat;
  background-position: 22px center;
  font-size: 0;
}
.search-menu-button.responsive-menu-btn.close {
  background-image: url(/template/e509bc3a/images/close-icon.svg);
  position: fixed;
  right: 30%;
  top: 44px;
  z-index: 9999;
  transition: unset;
  background-size: 15px;
  background-repeat: no-repeat;
}
.search-menu-button.responsive-menu-btn.close:after {
  display: none;
}
.widget.widget-search.menu-search .search-form button:hover::before {
  color: rgba(18, 0, 64, 1);
}

.widget.widget-search.menu-search
.search-form
input::-webkit-input-placeholder {
  color: rgba(18, 0, 64, 1);
  font-size: 16px;
  font-weight: normal;
  font-family: Switzer Variable;
}

.widget.widget-search.menu-search .search-form input:-moz-placeholder {
  color: rgba(18, 0, 64, 1);
  font-size: 16px;
  font-weight: normal;
  font-family: Switzer Variable;
}

.widget.widget-search.menu-search .search-form input::-moz-placeholder {
  color: rgba(18, 0, 64, 1);
  font-size: 16px;
  font-weight: normal;
  font-family: Switzer Variable;
}

.widget.widget-search.menu-search .search-form input:-ms-input-placeholder {
  color: rgba(18, 0, 64, 1);
  font-size: 16px;
  font-weight: normal;
  font-family: Switzer Variable;
}

/*end:search box*/

@media (max-width: 767px) {
  .header .widget.widget-search .search-form {
    right: -75px;
    width: 100vw;
  }
  .widget-search .search-form {
    top: 60px;
  }
}

/*=========  End Header Search design ========= */

/*========= main menu ========= */
.header .widget.main_menu {
  overflow: visible;
}
.main_menu .nav-wrapper.horizontal {
  text-align: left;
}
.main_menu .horizontal > .navigation-item.first a {
}
.main_menu .horizontal > .navigation-item.last a {
}
.main_menu .navigation-item a {
  color: #fff;
  cursor: pointer;
  font-family: Manrope;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 22px 24px;
  text-transform: capitalize;
  transition: all 300ms ease-out 0s;
  line-height: 18px;
  letter-spacing: 0;
  text-decoration: none !important;
}
.main_menu .navigation-item a:hover,
.main_menu .navigation-item.active > a {
  color: #EE3E35;
}

@media (min-width: 768px) {
  .main_menu .horizontal > .navigation-item:first-child a {
  }
  .main_menu .horizontal > .navigation-item:last-child a {
  }
  .main_menu .horizontal .navigation-item.has-child {
    position: relative;
  }
  .main_menu .horizontal > .has-child > a span::after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    margin-left: 8px;
    font-weight: 200;
  }
  .main_menu .horizontal .navigation-item .navigation-item-child-container {
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    left: 0;
    top: 55px;
    width: 250px;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    -moz-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    -ms-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    -o-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
  }
  .main_menu
  .horizontal
  .navigation-item:hover
  .navigation-item-child-container {
    background: #fff;
    box-shadow: 5px 0 32px rgb(0 0 0 / 12%);
    left: -50%;
    top: 58px;
    width: 250px;
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .main_menu
  .horizontal
  .navigation-item
  .navigation-item-child-container
  .navigation-item {
    line-height: normal;
    padding: 0 15px;
  }
  .main_menu
  .horizontal
  .navigation-item
  .navigation-item-child-container
  .navigation-item
  a {
    border-bottom: 1px #f4f4f4 solid;
    font-size: 16px;
    margin-right: 0;
    box-shadow: none;
    color: #222222;
    padding: 15px 10px;
    text-align: left;
    font-family: Manrope;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
  }
  .main_menu
  .horizontal
  .navigation-item
  .navigation-item-child-container
  .navigation-item:last-child
  a {
    border-bottom: medium none;
  }
  .main_menu
  .horizontal
  .navigation-item
  .navigation-item-child-container
  .navigation-item
  > a:hover,
  .main_menu
  .horizontal
  .navigation-item
  .navigation-item-child-container
  .navigation-item.active
  > a,
  .main_menu
  .horizontal
  .navigation-item
  .navigation-item-child-container
  .navigation-item.active
  > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #EE3E35;
  }
  .main_menu
  .horizontal
  .navigation-item
  .navigation-item-child-container
  .navigation-item.has-child
  > a::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
    rgb(0, 0, 0);
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main_menu
  .horizontal
  .navigation-item
  .navigation-item-child-container
  .navigation-item
  .navigation-item-child-container {
    left: 250px;
    top: 0;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    -moz-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    -ms-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    -o-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
  }
  .main_menu
  .horizontal
  .navigation-item
  .navigation-item-child-container
  .navigation-item:hover
  .navigation-item-child-container {
    left: 250px;
    top: 0;
    width: 250px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .widget-navigation.main_menu
  .horizontal
  .navigation-item
  .navigation-item-child-container
  .navigation-item:first-child::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-color: #fff transparent #fff transparent;
    border-width: 0px 10px 10px 10px;
    border-style: solid;
    margin-left: -6px;
    z-index: 1;
  }
}

.main_menu
.horizontal.responsive-navigation
.navigation-item:hover
> .navigation-item-child-container {
  display: none;
  box-shadow: none;
}
.main_menu
.horizontal.responsive-navigation
.navigation-item
> .navigation-item-child-container.open {
  display: block;
}
.responsive-navigation .navigation-item.has-child .child-opener::before {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.responsive-navigation .navigation-item.has-child .child-opener::before {
  content: "\f196";
}
.responsive-navigation .navigation-item.has-child .child-opener.close::before {
  content: "\f147";
}
.main_menu
.horizontal.responsive-navigation
.navigation-item
.navigation-item-child-container
.navigation-item:hover
.navigation-item-child-container {
  display: none;
}
.main_menu
.horizontal.responsive-navigation
.navigation-item
.navigation-item-child-container
.navigation-item
.navigation-item-child-container.open {
  display: block;
  padding: 0 20px;
}
.widget-navigation.main-menu .nav-wrapper .navigation-item {
  display: inline-flex;
  align-items: center;
}
.widget-navigation.main-menu .nav-wrapper .navigation-item a {
  color: #000000;
  border: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-family: Manrope;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 0px 20px 18px;
}
.page-home .widget-navigation.main-menu .nav-wrapper .navigation-item a {
  color: #fff;
}
.widget-navigation.main-menu .nav-wrapper .navigation-item:hover a,
.widget-navigation.main-menu .nav-wrapper .navigation-item.active a {
  color: #ee3e35;
}
.widget-navigation.main-menu .nav-wrapper .navigation-item .child-opener {
  background-image: url('data:image/svg+xml,<svg width="9" height="7" viewBox="0 0 9 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.50641 4.53858L1.10078 1.27198L0.000305126 2.41879L4.50643 6.72802L9.00098 2.41879L7.9005 1.27198L4.50641 4.53858Z" fill="black"/></svg>');
  width: 9px;
  height: 7px;
  background-size: 9px 7px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 2px 20px 0 -11px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: none;
}

.widget-navigation.main-menu .nav-wrapper .navigation-item:hover .child-opener {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9.001" height="5.456" viewBox="0 0 9.001 5.456"><path id="Path_1" data-name="Path 1" d="M4.506,4.539,1.1,1.272,0,2.419,4.506,6.728,9,2.419,7.9,1.272Z" transform="translate(0 -1.272)" fill="%23ff3b64" fill-rule="evenodd"/></svg>');
}
.widget-navigation.main-menu
.nav-wrapper
.navigation-item
.navigation-item-child-container {
  top: 58px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
  width: 250px;
  background: rgb(255, 255, 255);
  transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
  transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
}
.widget-navigation.main-menu
.nav-wrapper
.navigation-item:hover
.navigation-item-child-container {
  visibility: visible;
  opacity: 1;
  /*transform: translateY(0px);*/
}
.widget-navigation.main-menu
.nav-wrapper
.navigation-item
.navigation-item-child-container
.navigation-item {
  padding: 0;
}
.widget-navigation.main-menu
.nav-wrapper
.navigation-item
.navigation-item-child-container
.navigation-item
a {
  color: #000000;
}
.widget-navigation.main-menu
.nav-wrapper
.navigation-item
.navigation-item-child-container
.navigation-item:hover
a {
  color: #EE3E35;
}
.page-home .widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
	 color:#ffffff;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 7px;
    font-weight: normal;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child.active > a span::after, 
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
    color:#ee3e35;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
    color:#ee3e35;
    content: '\f106';
}
/** Sub Menu **/
.widget-navigation.main-menu .horizontal > .has-child > .navigation-item-child-container {
    width: 280px;
    text-align: left;
    padding: 0;
    transform: translateX(-50%);
    margin: 0;
    left: 50%;
    top:34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 2px 0 #aeadad;
    box-shadow: 0 0 2px 0 #aeadad;
	position: absolute;
	border-radius: 10px;
}
.widget-navigation.main-menu .horizontal .navigation-item.first .navigation-item-child-container .navigation-item a {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border-bottom: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.widget-navigation.main-menu .navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: transparent transparent #e7e7e7;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-style: solid;
    z-index: 1;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    margin: 0;
    text-align: center;
    padding: 18px 10px;
    text-transform: capitalize;
	font-family: Manrope;
    /*background: #fff;*/
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    color:#ee3e35;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
	display: block;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    display: block;
    position: relative;
	border-bottom: 1px solid #efeaea;
    color: #000;
}
/*end:menu*/
/* Menu Responsive */
@media screen and (max-width: 1440px) {
  .widget-navigation.main-menu .nav-wrapper .navigation-item a {
    padding: 20px 14px;
  }
  .widget-navigation.main-menu .horizontal > .has-child > .navigation-item-child-container {
	  top:45px;
  }
 
}
@media screen and (max-width: 1200px) {
.widget-pageHeading .page-heading-wrapper, 
.widget-html.widget-pageHeading {
    margin: 0 0 80px;
}

 /* .page-home .widget-navigation .menu-title .menu-button.responsive-menu-btn {
    position: absolute;
    right:20px;
    top: 38px;
  }*/
  .widget-navigation .menu-title .menu-button.responsive-menu-btn {
    position: absolute;
    right:20px;
    /*top: 28px;*/
  }
   .page-home .widget.widget-cart {
    right: 33px !important;
    top: 43px !important;
  }
 .page-home .widget-navigation .menu-button em {
    background-color: #fff;
  }
  .widget-navigation .menu-button em {
    background-color: #000;
  }
  div.widget.widget-navigation .nav-wrapper.show {
    background: #ffffff;
    top: 25px;
    height: fit-content;
    padding: 20px 0 20px;
    text-align: left;
    overflow: hidden;
    margin: 0;
    box-shadow: 12px 12px 15px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999;
  }
  .widget-navigation.main-menu .nav-wrapper .navigation-item {
    display: block;
    padding: 12px 20px;
    background-image: none;
  }
  .responsive
  .widget-navigation.main-menu
  .nav-wrapper.responsive-navigation
  .navigation-item
  a {
    padding: 0;
  }
  .responsive-navigation .navigation-item.has-child .child-opener::before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .widget.widget-article.back-to-top p {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .widget-navigation .menu-title .menu-button.responsive-menu-btn {
    right: 15px;
    /*top: 24px !important;*/
  }

.widget-navigation.categories-list .menu-title .menu-button.responsive-menu-btn{
	right: 0px !important;
    top: -41px !important;
}
}
/* Menu Responsive */

/*========= End main menu ========= */

/*====== Start Footer ======*/
body > .footer {
  position: relative;
  background: #000000;
  color: #ffffff;
}
body > .footer:before {
  content: "";
  background: rgba(255, 255, 255, 0.12);
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 85px;
  left: 0;
}
.footer > .widget-container {
  max-width: 100%;
}
body > .footer .widget-title {
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  margin: 0 0 20px;
  padding: 0;
  font-family: Familjen Grotesk;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0;
}
.footer-adress .article-item .article-content p {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14.5px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 21px;
}
.footer-hello .article-item .article-content p {
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 5px;
}
.footer-hello .article-item .article-content p a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 24px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.footer-hello .article-item .article-content p a:hover {
  color: #EE3E35;
}
.footer-hello .article-item .article-content p a b {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.footer-hello .article-item .article-content p a:hover b {
  color: #EE3E35;
}
.footer-hello .article-item .article-content p:last-child a {
  text-decoration: none;
}
body > .footer .vertical .navigation-item a {
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  border: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-family: Manrope;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 10px;
}
body > .footer .vertical .navigation-item a:hover{
  color: #EE3E35;
}
body > .footer .vertical .navigation-item.active a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-copyright .article-item .article-content p {
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  font-family: Manrope;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  margin: 0;
}
.footer-copyright .article-item .article-content p a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.footer-copyright .article-item .article-content p a:hover {
  color: #EE3E35;
}
.footer-conduct-privacy .nav-wrapper .navigation-item {
  display: inline-flex;
  align-items: center;
}
.footer-conduct-privacy .nav-wrapper .navigation-item::after {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  width: 1px;
  height: 16px;
  display: inline-flex;
  margin: 0 24px;
}
.footer-conduct-privacy .nav-wrapper .navigation-item:last-child:after {
  display: none;
}
.footer-conduct-privacy .nav-wrapper .navigation-item a {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14.5px;
  line-height: 25px;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.footer-conduct-privacy .nav-wrapper .navigation-item a:hover {
  color: #EE3E35;
}
/*====== End Footer ======*/

/* Account Start */
.page-login .widget.widget-account .login-form,
.widget.widget-account .login-form {
  border: 0;
}
.widget.widget-account .menu-button-for-redirection {
  text-align: right;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #fff;
  background: #EE3E35;
  border-radius: 37px;
  width: 110px !important;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  filter: unset;
  height: 34px !important;
  position: relative;
}
.widget.widget-account .menu-button-for-redirection:before{
position: absolute;
content:'Sign In';
font-family: Manrope;
font-weight: 600;
font-size: 15px;
line-height: 25px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.widget.widget-account .menu-button-for-redirection:hover {
  background-position-y: bottom;
}
.header .widget-account-inner .quick-login-wrapper {
  left: calc(50% - 148px);
  z-index: 5;
}
.header .widget-account-inner .quick-login-wrapper {
  top: 45px !important;
}
.widget-account-inner form.login-form .remember-forget-pass .remember {
  gap: 0 5px;
}
.widget-account-inner
form.login-form
.remember-forget-pass
.remember
.remember-label {
  margin-right: 5px;
}
.widget-account-inner form.login-form .lost-password a {
  font-size: 14px;
}
.widget-account-inner form.login-form .form-row .errorlist {
  margin-top: 5px;
}
.widget-account-inner form.login-form .login-button {
  font-family: Manrope;
  background-color: #ee3e35 !important;
  border: 0 !important;
  font-size: 15px !important;
  line-height: 25px !important;
  font-weight: 500 !important;
  height: 35px;
  color: #ffffff !important;
  padding: 5px 20px !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 37px !important;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.widget-account-inner form.login-form .login-button:hover {
  background-color: #ec534b !important;
  color: #fff !important;
  background: #ec534b !important;
}
.widget-account-inner .quick-login-wrapper {
  width: 300px;
}
.widget-account-inner .quick-login-wrapper .lost-password a,
.widget-account-inner form.login-form .form-row .account-register a {
  color: #000000;
}
.widget-account-inner .quick-login-wrapper .lost-password a:hover, .widget-account-inner form.login-form .form-row .account-register a:hover {
  color: #ee3e35;
}
.widget-account-inner .quick-login-wrapper {
  width: 300px !important;
}
.widget-account-inner form.login-form .form-row .new-customer, .widget-account-inner form.login-form .form-row .account-register a {
  font-size: 15px !important;
}
.widget-account-inner form.login-form .form-row .account-register a:hover {
  color: #ee3e35 !important;
}
.widget-account-inner form.login-form .form-row + .form-row {
  text-align: left;
}
/* Account End */

/** Wishlist Start **/
.widget-navigation.wishlist-menu a {
  width: 22px;
  height: 20px;
  background: url("../images/wishlist-icon.svg") no-repeat;
  border: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.widget-navigation.wishlist-menu a:hover {
  background-position-y: bottom;
}
.widget-navigation.wishlist-menu a span {
  font-size: 0;
}
/** Wishlist End **/

/* Flying Cart Start */
div.flying-cart-footer .continue-shopping-btn, .flying-cart-content .flying-cartitem-btn-wrapper .flying-cart-footer-button {
  font-family: Manrope;
  border-radius: 37px;
  border: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  height: 45px;
  color: #ffffff;
  padding: 5px 20px;
  text-decoration: none;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0s;
  background: #EE3E35;
  text-transform: capitalize;
}
div.flying-cart-footer .continue-shopping-btn:hover, .flying-cart-content .flying-cartitem-btn-wrapper .flying-cart-footer-button:hover {
  background: #ec534b;
  border: 0;
  border-radius: 37px;
}
/* Flying Cart End */

/* =============================================== End Header Design ===============================================*/

/* ================================================ Start Body Design ===============================================*/
/*-------------------- Start jesor slider------------*/
.jssor-slider-container .caption-wrapper {
  position: static;
  padding: 0;
  height: 100%;
  display: block;
  text-align: center;
  max-width: 1330px;
  margin: 0 auto;
}
.jssor-slider-container .caption-wrapper > * {
  z-index: 2;
}
.jssor-slider-container .caption-wrapper [u="caption"] {
  position: absolute;
  padding: 0;
  z-index: 2;
}
.jssor-slider-container .caption-wrapper [u="caption"] a {
  padding: 0;
  border: none;
  display: inline;
  z-index: 1;
}
.jssor-slider-container .slide:after {
  background: rgba(0, 0, 0, 0.56);
}
div.jssor-slider-container .jssora20l,
div.jssor-slider-container .jssora20r,
div.jssor-slider-container .slide {
  display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide,
div.jssor-slider-container[jssor-slider="true"] .jssora20l,
div.jssor-slider-container[jssor-slider="true"] .jssora20r {
  display: block;
}

/* jssor slider defoult */

div[id^="jssor-slider-"] .jssora20l::before,
div[id^="jssor-slider-"] .jssora20r::before {
  content: "";
  height: 8px;
  margin: 0 auto;
  background: url(/template/e509bc3a/images/slider-arrow.png);
  width: 33px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 41%;
}
div[id^="jssor-slider-"] .jssora20l:hover:before,
div[id^="jssor-slider-"] .jssora20r:hover:before {
  filter: brightness(1) invert(1);
}
.jssor-slider-container .jssor-loader .loader-2 {
  display: none;
}
div[id^="jssor-slider-"] .jssora20l {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
div[id^="jssor-slider-"] .jssora20l,
div[id^="jssor-slider-"] .jssora20r {
  background: none;
  bottom: 0;
  height: 43px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  transition: all 300ms ease-out 0s;
  width: 105px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
div.jssor-slider-container .jssora20l {
  left: 45px;
}
div[id^="jssor-slider-"] .jssora20r::before {
  line-height: 40px;
}
div[id^="jssor-slider-"] .jssora20r {
  left: auto;
  right: 45px;
}
div.jssor-slider-container .jssora20l,
div.jssor-slider-container .jssora20r,
div.jssor-slider-container .slide {
  display: none;
}
div[id^="jssor-slider-"] .jssora20l:hover,
div[id^="jssor-slider-"] .jssora20r:hover {
  background: #ff3b64 none repeat scroll 0 0;
  border: 1px solid #ff3b64;
}
div[id^="jssor-slider-"] .jssora20l:hover::before,
div[id^="jssor-slider-"] .jssora20r:hover::before {
  color: #fff;
}
div.jssor-slider-container .container,
div.jssor-slider-container {
  width: 1920px;
  height: 660px;
}
div.jssor-slider-container .slide {
  display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
  display: block;
}
.fee div.jssor-slider-container .container [u="caption"] {
  margin-left: -45px;
}
div.jssor-slider-container .container [u="caption"] {
  color: #ffffff;
  height: auto;
  max-width: 100%;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  background: transparent;
  left: unset;
}
div.jssor-slider-container .description.jssor-caption-1 {
  top: 28%;
}
div.jssor-slider-container .description.jssor-caption-1 h1 {
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  font-family: Manrope;
  font-weight: 400;
  font-size: 62px;
  line-height: 80px;
  letter-spacing: 0;
  text-align: center;
}
div.jssor-slider-container .title.jssor-caption-2 {
  top: 29%;
}
div.jssor-slider-container .title.jssor-caption-2 span {
  color: #fff;
  font-family: Manrope;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
div.jssor-slider-container .description.jssor-caption-1 .maint-title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
div.jssor-slider-container .description.jssor-caption-1 .maint-title .color {
  color: #2ed3ae;
  font-weight: 700;
}
div.jssor-slider-container .description.jssor-caption-2 {
  color: #2f2e2e;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 300;
  height: 90px;
  letter-spacing: 0.5px;
  line-height: 31px;
  top: 44%;
  overflow: hidden;
}
div.jssor-slider-container .container .jssor-caption-2,
div.jssor-slider-container .container .jssor-caption-3 {
  top: 35%;
  display: inline;
}
div.jssor-slider-container .container .jssor-caption-2 > a,
div.jssor-slider-container .container .jssor-caption-3 > a {
  border: 2px solid #ff3b64;
  color: #fff;
  display: inline-block;
  font-family: Manrope;
  font-size: 16px;
  min-width: 170px;
  padding: 12px 35px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  text-decoration: none !important;
  transition: all 300ms ease-out 0s;
  border-radius: 30px;
  margin: 0 10px;
  background: #ff3b64;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
}
div.jssor-slider-container .container .jssor-caption-3 > a {
  background: transparent;
  border-color: #fff;
}
div.jssor-slider-container .container .jssor-caption-2 > a:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
div.jssor-slider-container .container .jssor-caption-3 > a:hover {
  background: #ff3b64;
  border-color: #EE3E35;
  color: #fff;
}
/* End jssor slider defoult */


/* ====== 404 page end ==========*/


/* ============================================== Start Footer Design ==============================================*/
body > .footer {
  position: relative;
  background: #050102;
  color: #ffffff;
}
body > .footer:before {
  content: "";
  background: rgba(255, 255, 255, 0.12);
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 85px;
  left: 0;
}
body > .footer .widget-title {
}
body > .footer .widget-html > p {
}
body > .footer .nav-wrapper.vertical {
  margin-top: -5px;
}
body > .footer .vertical .navigation-item a {
}
body > .footer .vertical .navigation-item a:hover,
body > .footer .vertical .navigation-item.active > a:hover {
  color: #EE3E35;
}
body > .footer .vertical .navigation-item.active > a {
}
.review-rating span img {
  opacity: 0;
  width: 53px;
}

.review-rating .star-on {
  background: url("/template/e509bc3a/images/star-on.svg") no-repeat center;
}
.review-rating .star-off {
  background: url("/template/e509bc3a/images/star-off.svg") no-repeat center;
}
.review-rating .star-half {
  background: url("/template/e509bc3a/images/star-half.svg") no-repeat center;
}
.new-review-panel .avg-review-label .review-rating .star-on {
  background-image: none;
  background: url("/template/e509bc3a/images/star-on.svg") no-repeat center;
}
.new-review-panel .avg-review-label .review-rating .star-off {
  background-image: none;
  background: url("/template/e509bc3a/images/star-off.svg") no-repeat center;
}
.new-review-panel .avg-review-label .review-rating .star-half {
  background-image: none;
  background: url("/template/e509bc3a/images/star-off.svg") no-repeat center;
}
.page-product .review-rating .star-on,
.new-review-panel .avg-review-label .review-rating .star-on,
.page-product .review-rating .star-off,
.new-review-panel .avg-review-label .review-rating .star-off,
.page-product .review-rating .star-half,
.new-review-panel .avg-review-label .review-rating .star-half {
  background-size: 18px;
}
.widget-productReviewRatting .empty-main-container {
  margin: 0 auto 40px;
}
/* ======== Newsletter Design =========== */
.widget-newsletter.news-letter .form-row.mandatory {
  margin: 0;
  max-width: 310px;
  padding: 0;
  width: 100%;
}
.widget-newsletter .form-row.mandatory,
.form-row.button-container {
  display: block;
  margin: 0;
}
.widget-newsletter label {
  display: none;
}
.newsletter.inplace.valid-verify-form {
  position: relative;
  width: 100%;
}
.widget-newsletter input[type="text"] {
  background: none;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  font-family: Manrope;
  font-size: 18px;
  font-weight: normal;
  height: 50px;
  padding: 5px 60px 5px 20px;
  width: 100%;
}
.widget-newsletter input[type="text"]::-webkit-input-placeholder {
}
.widget-newsletter input[type="text"]::-moz-placeholder {
}
.widget-newsletter input[type="text"]:-ms-input-placeholder {
}
.widget-newsletter input[type="text"]:-moz-placeholder {
}
.widget-newsletter .form-row.button-container {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.widget-newsletter .newsletter-subscription.submit-button[disabled],
.widget-newsletter .newsletter-subscription.submit-button:hover[disabled] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  text-shadow: unset;
  pointer-events: none;
  opacity: 0.3;
}
.widget-newsletter .newsletter-subscription.submit-button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 0;
  height: 50px;
  line-height: 22px;
  padding: 0;
  text-transform: capitalize;
  width: 55px;
  margin: 0;
}
.widget-newsletter button[disabled] {
  border: none !important;
}
.widget-newsletter .newsletter-subscription.submit-button:hover::after {
  opacity: 0.8;
}
.widget-newsletter .errorlist.after {
  position: relative;
}
.newsletter-subscription.submit-button::after {
  content: "";
  height: 8px;
  margin: 0 auto;
  background: url(/template/e509bc3a/images/slider-arrow.png);
  width: 33px;
  position: absolute;
  text-align: center;
  left: 0;
  top: 21px;
  z-index: 1;
}
.widget-newsletter .message-block {
  font-size: 15px;
  width: auto;
}
.footer .widget-newsletter input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #b88f59 inset;
  -webkit-text-fill-color: #fff;
}
.widget-newsletter .message-block {
  bottom: -35px;
  margin: 0;
  position: absolute;
  width: 100%;
}
.widget-newsletter .message-block.message-text {
  bottom: -25px;
  font-size: 13px;
  line-height: 27px;
}
/* ======== End Newsletter Design =========== */
/* ========  Newsletter Unsubscribe Start =========== */
.newsletter.unsubscribe {
  margin: 30px auto;
  max-width: 600px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 0px;
}
.newsletter.unsubscribe.valid-verify-form h3 {
  margin: 0;
  font-size: 24px;
  color: #000;
  text-transform: none;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 5px;
}
.newsletter.unsubscribe span.message {
  margin-bottom: 20px;
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  line-height: 22px;
}
.newsletter.unsubscribe.valid-verify-form textarea {
  height: 90px;
  width: 100%;
  display: block;
  text-align: left;
  margin: 0 auto 3px;
}
.newsletter.unsubscribe .form-row.mandatory label {
  width: 100%;
  font-size: 17px;
  color: #000;
  line-height: 30px;
  font-weight: 400;
}
.newsletter.unsubscribe .form-row button {
  width: 100%;
  font-weight: 500;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 35px;
  border-radius: 0;
  background-color: #000;
  border: 2px solid #000;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
  margin: 0;
  letter-spacing: 0.1em;
}
.newsletter.unsubscribe .form-row button:hover {
  color: #000;
  background-color: #EE3E35;
  border: 2px solid #ff3b64;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.newsletter.unsubscribe .form-row button[disabled] {
  color: #e6e6e6;
  background-color: #6c757d;
  border: 2px solid #6c757d;
  text-shadow: none;
  opacity: 0.7;
}

/***************/
.page-newsletter-subscription .subscription-list-success {
  margin: 30px auto;
  max-width: 600px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 50px 56px;
  border: 1px solid #bdbdbd;
  border-radius: 0;
}
.subscription-list-success .title {
  background-color: transparent;
  color: #000;
  font-size: 26px;
  padding: 0 0 15px;
  border-bottom: 1px solid #e1e1e1;
}
.subscription-list-success .messess-text {
  border-bottom: 1px solid #e1e1e1;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  padding: 20px 0 40px 88px;
}
.subscription-list-success .help {
  margin: 15px 0;
}
.subscription-list-success .help .link {
  margin-right: 5px;
  color: #EE3E35;
}
.subscription-list-success .help .link:hover {
  color: #000;
}

/* ========  Newsletter Unsubscribe Start =========== */
/* ============================================== End Footer Design ================================================*/

body.widget-snippet {
  padding: 40px;
  max-width: initial;
}

/** Login Page Start **/
.page-login .page-content {
  background: #fff;
  padding: 100px 15px;
}
@media (max-width: 1280px) {
  .page-login .page-content {
    padding: 80px 15px;
  }
}
@media (max-width: 767px) {
  .page-login .page-content {
    padding: 60px 15px;
  }
}
.page-login .login-form {
  margin: 0 auto;
  width: 100%;
  max-width: 535px;
  position: relative;
  background: #ffffff;
  padding: 55px 65px;
  border-radius: 10px;
  border: 1px solid #e8e5e5;
}
.login-form span.title {
  font-style: normal;
  color: #000000;
  font-family: Familjen Grotesk;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  padding: 0 0 35px;
}
.login-form .submit-row {
  float: none;
  display: block;
}
.login-form .login-button,
.login-form .login-with-fb-btn,
.login-form .login-with-google-btn {
  font-family: Manrope;
  background: #ee3e35 !important;
  border-radius: 37px;
  border: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  height: 40px;
  color: #ffffff;
  padding: 5px 40px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 10px 0 0;
}
.login-form .login-button:hover, .login-form .login-with-fb-btn:hover, .login-form .login-with-google-btn:hover {
  color: #fff;
  background: #ec534b !important;
}
.login-form .remember {
  margin: 22px 0 12px;
  width: 100%;
  font-size: 15px;
}
.page-login .login-form label {
  display: none;
}
.form-row.remember input {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
.page-login .login-form .form-row.mandatory {
  margin-bottom: 22px;
  position: relative;
}
.login-form .lost-password a {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  text-align: right;
  text-decoration-line: underline;
  color: #000;
}
.login-form .lost-password a:hover {
  color: #ee3e35;
}
.login-form .no-account-label {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
}
.login-form .account-register a {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
  text-decoration: underline;
}
.login-form .account-register a:hover {
  color: #ee3e35;
}
/** Login Page End **/

/** Registration Page Start **/
.page-registration .page-content {
  background: #fff;
  padding: 100px 15px;
}
@media (max-width: 1280px) {
  .page-registration .page-content {
    padding: 80px 15px;
  }
}
@media (max-width: 767px) {
  .page-registration .page-content {
    padding: 60px 15px;
  }
}
.registration-form {
  max-width: 995px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 55px 65px;
  border-radius: 10px;
  border: 1px solid #e8e5e5;
  display: flex;
  flex-wrap: wrap;
}
.registration-form .title {
  font-style: normal;
  color: #000000;
  padding-bottom: 15px;
  font-family: Familjen Grotesk;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  padding: 0 15px 35px;
  width: 100%;
}
.registration-form > .form-row:not(.submit-row) {
  width: 50%;
  float: left;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 17px 0;
}
.registration-form label {
  color: #000;
  display: block;
  text-transform: capitalize;
  width: auto;
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1%;
  margin-bottom: 5px;
}
.registration-form select {
  width: 100%;
}
.registration-form .form-row.submit-row button {
  font-family: Manrope;
  background: red;
  border-radius: 37px;
  border: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  height: 40px;
  color: #ffffff;
  padding: 5px 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 15px 0 0;
}
.registration-form .form-row.submit-row button:hover {
  background: #ec534b;
  color: #fff;
}
.registration-form .form-row.submit-row {
  padding: 0 15px;
  margin-top: 0;
  width: 100%;
}
.password-meter-wrap {
  position: absolute;
  bottom: -12px;
  right: 17px;
  width: auto;
}
.password-meter-wrap .password-description {
  font-size: 13px;
  width: auto;
  line-height: 10px;
  margin-top: 12px;
}
.password-meter-wrap .password-strength-bar {
  display: block;
  float: left;
  position: absolute;
  right: 0;
  bottom: -12px;
  border-radius: 30px;
  height: 8px;
}
.password-meter-wrap .weak {
  width: 70px;
}
/** Registration Page End **/

/** Forgot Password Start **/
.page-reset-password .page-content {
  background: #fff;
  padding: 100px 15px;
}
@media (max-width: 1280px) {
  .page-reset-password .page-content {
    padding: 80px 15px;
  }
}
@media (max-width: 767px) {
  .page-reset-password .page-content {
    padding: 60px 15px;
  }
}
.password-reset-form {
  margin: 0 auto;
  width: 100%;
  max-width: 535px;
  position: relative;
  background: #ffffff;
  padding: 55px 65px;
  border-radius: 10px;
  border: 1px solid #e8e5e5;
}
.password-reset-form .title {
  font-style: normal;
  color: #000000;
  padding-bottom: 15px;
  font-family: Familjen Grotesk;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
.password-reset-form .lost-password-text {
  padding: 0 0 5px 0;
  color: #000;
  font-weight: normal;
  font-size: 17px;
  margin-bottom: 20px;
}
.password-reset-form .form-row {
  display: block;
}
.password-reset-form .form-row label {
  margin-bottom: 10px;
  color: #000;
  display: block;
  font-family: Manrope;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
}
.password-reset-form .form-row input {
  width: 100%;
}
.password-reset-form .form-row.submit-row button {
  font-family: Manrope;
  background: #ee3e35;
  border-radius: 37px;
  border: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  height: 40px;
  color: #ffffff;
  padding: 5px 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 15px 0 0;
}
.password-reset-form .form-row.submit-row button:hover {
  background: #ec534b;
  color: #fff;
}
.password-reset-form .errorlist.after {
  top: auto;
  left: auto;
  position: relative;
  width: 100%;
  bottom: auto;
}
form.customer-new-password {
  margin: 0 auto;
  width: 100%;
  max-width: 535px;
  position: relative;
  background: #ffffff;
  padding: 55px 65px;
  border-radius: 10px;
  border: 1px solid #e8e5e5;
}
.customer-new-password .form-row.submit-row button {
  font-family: Manrope;
  background: #ee3e35;
  border-radius: 37px;
  border: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  height: 40px;
  color: #ffffff;
  padding: 5px 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 15px 0 0;
}
.customer-new-password .form-row.submit-row button:hover {
  background: #ec534b;
  color: #fff;
}
.customer-new-password .form-row.submit-row label {
  display: none;
}
.customer-new-password .form-row label {
  width: 100%;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #000;
  display: block;
  font-family: Manrope;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
}
form.customer-new-password span.title {
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0;
  width: 100%;
  font-style: normal;
  color: #000000;
  padding-bottom: 15px;
  font-family: Familjen Grotesk;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
/** Forgot Password End **/

/** Time Out Popup Start **/

.time-out.popup .header-line {
  background-color: #fff;
  text-align: center;
  padding: 50px;
}
.time-out.popup .header-line .ok {
  background-color: #000;
  color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 110px;
  cursor: pointer;
  margin-top: 40px;
}
.time-out.popup .body {
  text-align: center;
  position: absolute;
  top: 40px;
  width: auto;
  background: transparent;
  padding: 0;
  left: 50%;
  transform: translate(-50%);
}
.time-out.popup .header-line:hover .ok {
  background-color: #EE3E35;
  color: #000;
}
/** Time Out Popup End **/
/** Wishlist Page design Start **/
.page-wish-list .wish-list-details {
  padding: 0;
}
.page-wish-list .wish-list-details .product-view .header {
  position: relative;
}
.page-wish-list .wish-list-details .product-view .header:before {
  content: "Wishlist";
  position: absolute;
  left: 0;
  font-size: 24px;
  color: #1c1c1c;
  font-weight: bold;
  top: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-wish-list .footer {
  border: 0;
  border-top: 1px solid #dfdfdf;
  padding: 30px 0 0;
  margin: 0;
}
/** Wishlist Page design End **/

/** Category Sidebar Start **/

.widget-navigation.categories-list .menu-title {
  position: absolute;
  right: 0;
  top: 22px;
  width: 100%;
}
.widget-navigation.categories-list
.menu-title
.menu-button.responsive-menu-btn
em {
  display: none;
}
.widget-navigation.categories-list
.menu-title
.menu-button.responsive-menu-btn {
  /* height: 12px;
  width: 100%;
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.35432 1.10156H6.64844V13.1016H7.35432V1.10156Z" fill="black" stroke="black"/><path d="M13 6.74908H1V7.45497H13V6.74908Z" fill="black" stroke="black"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
  position: unset;
  right: unset;
  bottom: unset; */
}
.widget-navigation.categories-list
.menu-title:hover
.menu-button.responsive-menu-btn {
}
.widget-navigation.categories-list
.menu-title
.menu-button.responsive-menu-btn.close {
  background-image: url('data:image/svg+xml,<svg width="14" height="2" viewBox="0 0 14 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 0.749084H1V1.45497H13V0.749084Z" fill="black" stroke="black"/></svg>');
}
#wi-4D9E99FA-F023-4489-8180-14A771727755 .nav-wrapper.show,
#wi-3CF04936-F0F2-475C-A598-C456E6B35802 .nav-wrapper.show {
  display: none !important;
}
#wi-4D9E99FA-F023-4489-8180-14A771727755 .nav-wrapper,
#wi-3CF04936-F0F2-475C-A598-C456E6B35802 .nav-wrapper {
  display: block !important;
}
.widget.widget-navigation.categories-list {
}
.widget-navigation.categories-list .menu-title + .nav-wrapper.vertical {
  padding-bottom: 20px;
  position: unset;
  height: unset;
}
.widget.widget-navigation.categories-list .widget-title {
  font-style: normal;
  color: #000000;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  padding: 19px 0;
  margin: 0;
  display: block;
  font-family: Manrope;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
}
.categories-list span.child-opener {
  width: 0;
  height: 0;
  position: absolute;
  right: 20px;
  top: 0;
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 0;
}
.categories-list .navigation-item {
  position: relative;
}
.categories-list .navigation-item a {
  position: relative;
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1%;
  color: #000000;
  opacity: 0.8;
  border: 0;
  padding: 0 0 5px 0;
  transition: all 300ms ease-out 0s;
}
.categories-list .navigation-item.active > a {
  font-size: 14px;
  font-weight: 500;
}
.categories-list .navigation-item:hover a {
  color: #EE3E35;
}
.product-view .product-block .review-rating-wrapper,
.page-home .product-view.scrollable-view .product-block .block-content-wrap {
  padding: 0 15px;
}
.categories-list
.vertical
.navigation-item.active
> .navigation-item-child-container
.navigation-item.active
> .navigation-item-child-container
a {
  padding: 15px 20px;
  padding-left: 20px;
}
.categories-list .navigation-item.active > a,
.categories-list .vertical .navigation-item.active .navigation-item:hover a {
  color: #000;
  opacity: 0.8;
}
.categories-list
.vertical
.navigation-item.active
> .navigation-item-child-container
.navigation-item
.navigation-item-child-container
.navigation-item
a {
  color: #242424;
  font-size: 16px;
  padding: 10px 0;
}
.categories-list
.vertical
.navigation-item.active
> .navigation-item-child-container
.navigation-item
.navigation-item-child-container
.navigation-item
a:hover {
  color: #000;
  opacity: 1;
}
.categories-list span.child-opener::after {
  content: "\f107";
  text-align: center;
  width: 100%;
  position: absolute;
  line-height: 43px;
  height: 100%;
  font-size: 28px;
  color: rgb(83, 83, 83);
  top: 3px;
}
.categories-list .navigation-item.active > span.child-opener::after {
  content: "\f106";
}
.categories-list
.vertical
.navigation-item.active
> .navigation-item-child-container {
  margin: 0 0 8px 10px;
  display: block;
  padding: 0 0 0 10px;
}
.categories-list
.vertical
.navigation-item.active
> .navigation-item-child-container
.navigation-item.has-child
.navigation-item
a {
  border: 0;
}
.widget.widget-navigation.categories-list .navigation-item {
  padding: 0;
}
.widget.widget-navigation.categories-list .navigation-item:last-child {
  border-bottom: 0;
}
.widget.widget-navigation.categories-list
.navigation-item
.navigation-item-child-container::before {
  display: none;
}
.categories-list .navigation-item:last-child a {
  border: 0;
}
.categories-list
.vertical
.navigation-item.active
> .navigation-item-child-container
a {
  color: #424242;
}
.categories-list
.vertical
.navigation-item.active
> .navigation-item-child-container
.navigation-item.active
a,
.categories-list
.vertical
.navigation-item.active
> .navigation-item-child-container
.navigation-item
> .navigation-item-child-container
.navigation-item.active
a {
  color: #007aff;
}

/** Category Sidebar End **/
.widget-tabAccordion .accordion-panel > .label-bar.expanded:hover .toggle-icon,
.widget-tabAccordion .accordion-panel > .label-bar .toggle-icon,
.widget-tabAccordion .accordion-panel > .label-bar:hover .toggle-icon {
}

.flying-cart-content
.variation-dropdown-container
.chosen-single
.fee-identical-sewc-elm
.variation-value {
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: normal;
  height: 13px;
  width: 13px;
  min-width: 13px;
}
.flying-cart-content .variation-dropdown-container .chosen-single {
  margin: 0 !important;
}
.flying-cart-content .variation-dropdown-container .chosen-wrapper label {
  font-size: 11px !important;
  margin: 0 !important;
  line-height: 24px !important;
}
div.flying-cart-content .flying-cart-special-add-to-cart {
  font-size: 12px;
  text-decoration: underline;
  letter-spacing: 3%;
}
div.flying-cart-content .flying-cart-special-add-to-cart:hover {
  text-decoration: none;
  color: #EE3E35;
}

/*****************Filter*********************/
/* Shop Page */
.page-shop .product-view .footer .pagination-literal-status {
  display: none;
}
#spltr-7C592B63-570E-45E7-93FA-53BCE306646D {
  width: 1520px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
#spltr-A9158EE4-FA32-4239-8078-ECBDF5A7B0DC {
  padding-left: 54px;
}
.page-shop .widget-product .widget-sub-title {
  display: inline-flex;
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #000000;
  margin: 0;
  position: relative;
  bottom: -13px;
}
.widget.widget-html.sidebar-title h2 {
  font-family: Manrope;
  font-weight: 600;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-left: 38px;
  position: relative;
}
.widget.widget-html.sidebar-title h2::before {
  content: "";
  left: 0;
  top: 3px;
  width: 21px;
  height: 20px;
  background: url("/template/e509bc3a/images/filter-icon.svg") no-repeat center;
  position: absolute;
  background-size: 21px 20px;
}
.widget.widget-filter {
  background: #fff;
}
.widget.widget-filter .form-row.type-slider,
.widget.widget-filter .form-row.filter-group {
  margin: 0 0 25px 0;
  background: #ffffff;
  padding: 20px 30px 30px 0;
  border-bottom: 1px solid #d9d9d9;
}
.widget.widget-filter .type-slider .type-slider-bottom {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2e2d2d;
  padding: 15px 0 0 0;
}

.widget.widget-filter .type-slider .noUi-handle {
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #e7e7e7 !important;
  border-radius: 14px !important;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
  top: -4px !important;
}
.widget.widget-filter .type-slider .noUi-horizontal {
  height: 10px !important;
  border-radius: 0 !important;
  border: 1px solid #ededed !important;
  background: #ededed !important;
  box-shadow: none !important;
  max-width: 280px;
}
.noUi-connect {
  background: #262527;
}
.widget.widget-filter .type-slider .noUi-handle:before,
.widget.widget-filter .type-slider .noUi-handle:after {
  display: none !important;
}
.widget.widget-filter .type-slider .type-slider-bottom a.reset-price-range {
  display: none !important;
}
.widget.widget-filter .accordion-panel > .label-bar {
  padding-left: 30px;
  padding-right: 0;
}
.widget.widget-filter .filter-group .accordion-panel > .label-bar .toggle-icon {
  right: auto;
  left: 0;
  top: 2px;
  background-image: url("../images/plus-minus.svg");
  background-position: 0 0;
}
.widget.widget-filter
.filter-group
.accordion-panel
> .label-bar.collapsed
.toggle-icon {
  background-position: 0 -25px;
}

.filter-profile .selected-filter-item-section {
  margin: 10px 0;
}
.filter-profile .selected-filter-item-section button.variation-option {
  margin: 0;
}
/* new*/

.filter-profile .filter-group-item-label-wrapper,
.widget-filter .form-row input[type="checkbox"] {
  margin: 0;
}
.widget-filter .category-option-label {
  color: #1c4f52;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-left: 15px;
}
.widget-filter .accordion-panel > .accordion-item.expanded .reset-category {
  display: none;
}
.product-view.tabular-view
.product-table-view-header
.product-table-view-column::after {
  content: none;
}
.widget.widget-filter
.tab-accordion-accordion.accordion-panel
.accordion-item.filter-accordion-item
.parent-category-child-categories-wrapper {
  width: 100%;
  padding-left: 30px;
}
.widget.widget-filter
.tab-accordion-accordion.accordion-panel
.accordion-item.filter-accordion-item
.form-row {
  position: relative;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}
/* new*/

.widget.widget-filter .form-row.type-slider span.filter-name {
  font-style: normal;
  color: #000000;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  padding: 19px 0;
  margin: 0;
  display: block;
  font-family: Manrope;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
}
.widget.widget-filter .noUi-connect {
  background: #2f2f2f;
}
.widget.widget-filter .noUi-connects {
  border-radius: 6px;
}
.widget.widget-filter .type-slider .noUi-handle {
  width: 16px !important;
  height: 16px !important;
  background: #ffffff;
  border: 1px solid #e7e7e7 !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.filter-profile .form-row.filter-group-item input {
  height: 16px;
  width: 16px;
  appearance: none;
  padding: 0;
  margin: 0;
  opacity: 0 !important;
  z-index: 9;
}
.widget.widget-filter
.tab-accordion-accordion.accordion-panel
.accordion-item.filter-accordion-item
.reset-category {
  padding-left: 22px;
}
.widget.widget-filter
.tab-accordion-accordion.accordion-panel.category-filter
.accordion-item.filter-accordion-item
.filter-group-item-label-wrapper::before {
  left: 0;
}
.filter-profile
.form-row.filter-group-item
input[type="checkbox"]
+ span.filter-group-item-label-wrapper:before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: -25px;
  top: 3px;
  width: 18px;
  height: 18px;
  text-align: center;
  border: 2px solid #1c4f52;
  border-radius: 2px;
}
.filter-profile
.form-row.filter-group-item
input[type="checkbox"]:checked
+ span.filter-group-item-label-wrapper:before {
  background-color: #1c4f52;
  border: 2px #1c4f52 solid;
  color: #fff;
  content: "\00f00c";
  webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 13px;
}
.widget.widget-filter
.filter-group
.accordion-panel
> .accordion-item
.form-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px 0;
}
.widget.widget-filter
.filter-group
.accordion-panel
> .accordion-item
span.filter-group-item-label-wrapper {
  flex-basis: calc(100% - 25px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 5px 0;
}
.widget.widget-filter .accordion-panel > .label-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  padding: 0 0 20px 0;
}
.widget.widget-filter .accordion-panel > .label-bar a.clear-selection {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #102c2e;
  padding: 0 25px 0 0;
}
.widget.widget-filter .accordion-panel > .label-bar span.numbers-of-selected {
  position: absolute;
  right: 50px;
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: right;
  text-decoration-line: none;
  color: #1c4f52;
}
.widget.widget-filter .form-row label.name {
  margin-top: -30px;
  font-weight: 600;
  font-size: 0;
  padding: 0 0 18px;
  color: #1c4f52;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid rgb(235 235 235);
  width: 100%;
  display: none;
}
.widget.widget-filter .form-row label.name::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 52px;
  height: 2px;
  background: #1c4f52;
}
.widget.widget-filter .form-row .tab-accordion-accordion label {
  display: block !important;
  font-style: normal;
  color: #000;
  margin-left: 0;
  width: 100%;
  font-family: Manrope;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.widget.widget-filter .clear-all-filter-attributes {
  text-align: right;
  margin: 40px 0 0 0;
  display: none;
}
.widget.widget-filter .clear-all-filter-attributes a.reset-filter,
.widget.widget-filter .accordion-panel > .label-bar a.clear-selection {
  padding: 0;
  border-radius: 100px;
  cursor: pointer;
  z-index: 1;
  position: relative;
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  text-align: right;
  text-decoration-line: underline;
  color: #1c4f52;
}
.widget.widget-filter .clear-all-filter-attributes a.reset-filter:hover,
.widget.widget-filter .accordion-panel > .label-bar a.clear-selection:hover {
  background: #fff;
  color: #bcb633;
}
.widget.widget-filter .tab-accordion-accordion.accordion-panel {
  padding: 0;
  max-width: 100%;
  margin: 0 auto 20px;
  border-bottom: 1px solid #d9d9d9;
}
.widget.widget-filter
.tab-accordion-accordion.accordion-panel
.accordion-item.filter-accordion-item {
  padding: 0;
  background: #ffffff;
  border: none;
  box-sizing: border-box;
  margin: 0 0 0 0;
  border-top: 0;
  color: #000;
}
.widget.widget-filter
.filter-group
.accordion-panel
> .accordion-item
span.filter-group-item-label-wrapper
label {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #1c4f52;
  padding: 0;
  margin: 0 0 0 6px;
}
.widget.widget-filter
.filter-group
.accordion-panel
> .accordion-item
span.filter-group-item-label-wrapper
label
+ span {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  color: #1c4f52;
}

.widget.widget-filter {
  margin-right: 50px;
  margin-bottom: 50px;
}

.filter-profile .filter-group-item-label-wrapper button {
  width: fit-content;
  border-radius: 30px;
  margin: 0;
  min-width: 35px;
  height: 35px;
  padding: 4px 8px;
  font-size: 12px;
}

.widget.widget-filter
.tab-accordion-accordion.accordion-panel
.accordion-item
button.Color {
  min-width: 35px;
}
.widget.widget-filter
.tab-accordion-accordion.accordion-panel
.accordion-item
.Color-filter
.filter-group-item-label-wrapper {
  margin: 0 20px 0 0;
}
.widget.widget-filter
.tab-accordion-accordion.accordion-panel
.accordion-item.filter-accordion-item
.form-row
.filter-group-item-label-wrapper {
  margin: 0 10px 0 0;
  display: flex;
}
.filter-profile .filter-group-item-label-wrapper button + span {
  margin: 4px 0 0 6px;
}

/*****************END:Filter*********************/

/** Breadcrumb Start **/

.widget.widget-breadcrumb {
  padding: 50px 0 30px;
  display: block;
}
.page-product .widget.widget-breadcrumb.page-breadcrumb,
.page-category .widget.widget-breadcrumb.page-breadcrumb {
  padding: 38px 0;
}
.breadcrumb-item.root .icon {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 0;
  width: auto;
}
.breadcrumb-item .separator:hover::before {
  color: #404040;
  transition: all 0.2s ease-in-out;
}
.breadcrumb-item .separator {
  font-size: 0;
  padding: 0 6px 0 0;
  position: relative;
  vertical-align: middle;
  padding-left: 14px;
}
.breadcrumb-item {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #000000;
}
.breadcrumb-item .label,
span.breadcrumb-item.root span.icon::before {
  color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  font-family: Manrope;
}
.breadcrumb-item.root .icon:hover::before {
  color: #000;
}
span.breadcrumb-item.root {
  position: relative;
  line-height: 32px;
  padding-top: 0;
  padding-left: 0;
  vertical-align: top;
}
span.breadcrumb-item.root span.icon::after {
  content: "Home";
  top: 0;
  left: 0;
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
  opacity: 0.5;
  background: url("../images/home-back.png") no-repeat center left;
}
span.breadcrumb-item.root span.icon:hover::after {
  color: #000000;
  opacity: unset;
  font-weight: 500;
}
span.breadcrumb-item.root span.icon:hover::after {
  background-position: 0 -11px;
}
span.breadcrumb-item {
  padding: 0;
}
span.breadcrumb-item a {
  text-decoration: none;
}
.breadcrumb-item .separator::after {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 16px;
  height: 20px;
  background-image: url(../images/separator-breadcrumb.svg);
  background-repeat: no-repeat;
  margin-left: 10px;
}
.breadcrumb-item.root a {
  text-decoration: none;
  padding-left: 0;
  vertical-align: top;
}
.breadcrumb-item .label {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
  opacity: 0.5;
}
.breadcrumb-item .label:hover {
  color: #000000;
  opacity: unset;
  font-weight: 400;
}
/** Breadcrumb End **/
/** Popup Start **/

.add-to-cart-popup .short-info > div,
.add-cart-information-popup .short-info > div {
  padding-bottom: 0;
}
.popup div.quantity,
.popup div.item {
  padding: 7px 0 7px;
}
.popup .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup .item > span {
  margin: 0;
}
.popup .stepper {
  margin-bottom: 0;
}
.popup.add-cart-information-popup .variation-container {
  text-align: center;
}
.popup .button-item span {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  height: 52px;
}
.popup .button-item .add-to-cart-button.button.et_pdp_add_to_cart {
  background: #000;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #000;
  border-radius: 0;
}
.popup .button-item .add-to-cart-button.button.et_pdp_add_to_cart:hover {
  color: #000 !important;
  background-color: #EE3E35;
  border: 2px solid #ff3b64;
}
.popup.add-cart-information-popup .close-btn.button:hover {
  color: #EE3E35;
  background-color: transparent;
  border: 2px solid #ff3b64;
}
.popup.add-cart-information-popup .close-btn.button:focus,
.popup.add-cart-information-popup .close-btn.button.focus {
  color: #000;
  background-color: #EE3E35;
  border: 2px solid #ff3b64;
}
.popup.add-cart-information-popup .close-btn.button:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #000 !important;
}
.popup.add-cart-information-popup td.product-img {
  width: 100%;
  text-align: center;
}
.popup.add-cart-information-popup td.short-info {
  text-align: center;
  font-size: 18px;
}
.add-to-cart-popup .name,
.add-cart-information-popup .name {
  font-size: 16px;
  max-width: 90%;
  margin: 0 auto;
}
.add-to-cart-popup table,
.add-cart-information-popup table {
  margin: 0;
}
.popup.add-cart-information-popup span.title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  display: block;
  text-align: left;
}
.widget-snippet .snippet-copyright-develop .copyright a:hover {
  color: #EE3E35;
}
.popup.add-cart-information-popup
.variation-container
.variation-dropdown-container {
  display: flex;
  align-items: baseline;
  gap: 0 5px;
}

.popup.add-cart-information-popup
.variation-container
.variation-dropdown-container
.chosen-wrapper.variation-type.text.select {
  margin-right: 20px;
}
.popup.add-cart-information-popup
.variation-container
.variation-dropdown-container
.selected-value-display {
  margin-top: 0;
}
.popup.add-cart-information-popup h4.title {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  font-weight: normal;
}
.popup .cart-summary {
  clear: none;
  color: #000;
  display: block;
  float: none;
  text-align: center;
}
.popup .cart-summary-header {
  color: #000;
  float: none;
  font-size: 16px;
  padding-right: 0px;
  text-align: center;
}
.popup .status-bar-product-name,
.popup .header .status-message {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  display: block;
}
.popup .button-item {
  display: block;
  clear: both;
}
.popup .button-item .button {
  vertical-align: middle;
  border-radius: 0;
  margin: 0 5px;
}
.popup .continue-shopping-btn {
  color: #000;
  background-color: transparent;
  border-color: #42ba96;
  border: 2px solid #000;
  border-radius: 0;
  margin: 0 5px;
}
.popup .continue-shopping-btn:focus,
.popup .continue-shopping-btn.focus {
}
.popup .continue-shopping-btn:hover {
}
.popup .header {
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  color: #000;
  padding: 0 0 25px 0;
  text-align: left;
}
.popup .body {
  background-color: #ffffff;
  padding: 20px 30px;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup {
  padding: 0;
}
.close.cancel-button {
  color: #000 !important;
  border: 2px solid #000 !important;
  background: transparent !important;
}
.close.cancel-button:hover {
  color: #fff !important;
  background-color: #ff3b64 !important;
  border: 2px solid #ff3b64 !important;
}
body.page-profile .close.cancel-button:hover {
  color: #000 !important;
  background-color: #ff3b64 !important;
  border-color: #ff3b64 !important;
}
.site-popup .title-bar,
.confirm-popup .header-line,
.confirm-popup .title-bar {
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid #e2e2e2;
  color: #000;
  padding: 20px 0 20px;
  text-align: center;
}
.popup .button-item {
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
}
.popup .close-icon {
  top: 25px;
  right: 15px;
}
.site-popup span.close.fee-identical-sewc-elm,
.confirm-popup span.icon.close {
  top: 22px;
  right: 20px;
}
.popup .button-item .continue-shopping-btn,
.popup .button-item .cart-page-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart,
.popup .close-btn.button {
  margin-left: 3%;
  margin-top: 0;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart {
  color: #fff;
}
.popup button:nth-of-type(1) {
  margin-left: 0;
}
.popup {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 35px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup .button {
  max-width: 240px;
  width: 100%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}
.popup .body table,
.popup .body tr,
.popup .body td {
  border: 0;
}
.site-popup .content,
.confirm-popup .body {
  padding: 25px 30px !important;
  overflow: unset;
  font-weight: 400;
}
.wish-list-popup label {
  display: inline-block;
  margin-right: 15px;
  width: auto;
}
.shipment-calculator-popup .header > .status-message {
  font-size: 16px;
}
.shipment-calculator-popup .multi-column form {
  margin: 0 -15px;
}
.shipment-calculator-popup .first-column .form-row {
  width: 50%;
  float: left;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.shipment-calculator-popup .form-row label {
  width: 100%;
  display: block;
}
.shipment-calculator-popup .form-row input,
.shipment-calculator-popup .form-row select {
  width: 100%;
}
.save-cart button.form-reset.close-popup {
  color: #e6e6e6;
  background-color: #6c757d;
  border: 2px solid #6c757d;
  text-shadow: none;
}
.save-cart button.form-reset.close-popup:focus,
.save-cart button.form-reset.close-popup.focus {
  color: #e6e6e6;
  background-color: #545b62;
  border-color: #545b62;
}
.save-cart button.form-reset.close-popup:hover {
  color: #fff;
  background-color: #6c757d;
  border: 2px solid #6c757d;
}
.save-cart .popup-bottom.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.save-cart .popup-bottom.footer button {
  width: 49%;
  margin-left: 0;
}
.popup .header {
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  color: #000;
  text-align: left;
  padding: 30px 45px 20px 20px;
}
.site-popup,
.confirm-popup {
  padding: 0;
}
.confirm-popup button.no-button {
  background: transparent;
  color: #000;
}
.confirm-popup button.no-button:hover {
  background: #ff3b64;
  color: #000 !important;
}
.add-to-cart-popup.popup,
.wish-list-popup.add-to-wishlist-popup.popup,
.add-to-compare-popup.popup,
.add-cart-information-popup.popup,
.add-to-gift-registry-popup.popup {
  max-width: 750px;
  padding: 0;
  min-width: 650px;
}
.popup.add-cart-information-popup .button-line,
.popup .footer {
  background-color: #f7f7f7;
  padding: 30px 20px;
  text-align: center;
  border: 0;
  margin-top: 30px;
}
.add-cart-information-popup table tr {
  border-spacing: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup.add-cart-information-popup h4.title {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  font-family: Rubik;
  letter-spacing: 0.5px;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 15px;
  display: none;
}
.site-popup .button-line button,
.confirm-popup .button-line button {
  margin: 0 7px;
  margin-left: 7px;
  display: inline-block;
  border-radius: 0;
  padding: 9px 35px;
  width: auto;
  border: 2px solid #000;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
.site-popup .button-line button[disabled] {
  background: #bfbfbf none repeat scroll 0 0 !important;
  border: medium none;
  color: #818181 !important;
}
.popup .button-line,
.popup .footer {
  text-align: center;
}
.popup button:nth-of-type(1) {
  margin-left: 0;
}
.popup.add-cart-information-popup .variation-container {
  text-align: left;
}
.wish-list-popup.add-to-wishlist-popup.popup
.submit-button.add-to-wish-list::before {
  display: none;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer {
  display: flex;
  justify-content: center;
}
.wish-list-popup.add-to-wishlist-popup.popup {
  max-width: 500px;
}
.wish-list-popup.add-to-wishlist-popup.popup .body {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px 10px;
}
.wish-list-popup.add-to-wishlist-popup.popup .body label,
.wish-list-popup.add-to-wishlist-popup.popup .body select {
  display: block;
  width: 100%;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup
.header
.status-bar-product-name {
  padding: 0 90px 10px 90px;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup .header .status-message {
  padding: 0 90px;
}
.wish-list-popup.add-to-wishlist-popup.popup .body label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #000;
}
.wish-list-popup .no-wish-list-message {
  font-weight: 400;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button {
  margin: 0 10px;
  border-radius: 0;
  text-transform: capitalize;
  padding: 11px 25px;
  letter-spacing: 0.1em;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button.submit-button {
  background: #EE3E35;
  color: #fff;
  border: 1px solid #EE3E35;
}
.wish-list-popup.add-to-wishlist-popup.popup
.footer
button.submit-button:hover {
  background: #ec534b;
  color: #000;
  border-color: #EE3E35;
}
.wish-list-popup.add-to-wishlist-popup.popup .header .status-message {
  font-size: 24px;
  font-weight: 500;
  display: block;
}
.wish-list-popup .footer .submit-button.create-wish-list:hover {
  border: 1px solid #ec534b !important;
  background: #ec534b;
  color: #fff !important;
}
.wish-list-popup .footer .form-reset.close-popup:hover {
  border:1px solid #ee3e35 !important;
  background: #ee3e35 !important;
  color: #fff !important;
}
.popup .footer button.close-popup, .popup .button-item .close-btn {
  color: #000;
  border: 1px solid #ee3e35;
  background: transparent;
  border-radius: 0;
}
.popup .footer button.close-popup:hover, .popup .button-item .close-btn:hover {
  color: #fff;
  background: #ee3e35;
  border-color: #ee3e35;
  opacity: 1;
}
.save-cart .popup-bottom.footer {
  margin: 0 !important;
}
.popup .close-icon:after {
  font-size: 0;
}
.site-popup .title-bar .close,
.confirm-popup .header-line .close,
.confirm-popup .title-bar .close,
.popup .close-popup.close-icon {
  background: url("../images/close-icon.svg") no-repeat center top;
  background-size: 17px;
}
.site-popup .title-bar .close::before,
.confirm-popup .header-line .close::before {
  font-size: 0;
}
.popup .button.disabled {
  border: 2px solid #bfbfbf !important;
}
.popup.add-cart-information-popup .variation-container {
  text-align: left;
}
.save-cart.save-cart-init-form.popup {
  padding: 0;
}

/*variation flate chosen */
.popup.add-cart-information-popup .variation-container.fee-variation-container-wrapper .variation-radio-group .variation-radio-option {
  border: 0;
  margin: 0;
}
.popup.add-cart-information-popup .variation-container .variation-type.text {
  padding: 0;
  display: flex;
  align-items: center;
}
.popup.add-cart-information-popup .custom-field-container-for-widget .form-row:last-child{
  padding: 0;
}
  .popup.add-cart-information-popup .custom-field-container-for-widget .form-row .form-row {
  padding: 0 25px;
}
.popup.add-cart-information-popup .custom-field-container-for-widget .form-row:last-child label {
  padding: 0 25px 8px;
}
.popup.add-cart-information-popup .variation-container {
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.popup.add-cart-information-popup  .variation-title-popup.title {
  font-weight: 600;
  font-size: 18px;
  margin: 30px 0 15px;
}
.variation-container .variation-type {
  padding-bottom: 0;
  display: flex;
  max-width: 450px;
  margin: 0 auto;
}
.page-product .variation-container .variation-type {
  display: block;
  max-width: 100%;
  margin: 0;
}
.page-product .variation-container .variation-type label.type-label {
  display: block;
  line-height: 22px;
  margin-top: 10px;
}
.variation-container .variation-type label.type-label {
  font-weight: 500;
  display: block;
  width: 100%;
  color: #201547;
  width: 80px;
  line-height: 62px;
}
.widget-variation .variation-thumb ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.widget-variation .variation-thumb ul li {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  list-style: outside none none;
  overflow: hidden;
  margin: 0;
  border: 1px solid transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.widget-variation .variation-thumb .variation-type.color .variation-value {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 30px;
}
.widget-variation .variation-thumb ul li * {
  font-size: 16px;
}
.widget-variation .variation-thumb .variation-type .type-label {
  color: #1c1f23;
  text-transform: none;
  width: 100%;
  padding-bottom: 10px;
  font-family: Manrope;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.widget-variation .variation-thumb .text .variation-value,
.widget-variation .variation-thumb .color .variation-value {
  display: block;
  font-size: 0;
  line-height: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 0;
}
.page-product .variation-container .variation-type.color ul li.selected {
  border: 1px solid #000;
  padding: 3px;
  position: relative;
}
.page-product .variation-container .variation-type.color ul li:hover {
  padding: 3px;
  border: 1px solid #000;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.widget-variation .variation-thumb ul li:before {
  display: none;
}
.widget-variation .variation-thumb ul li.selected span.color:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/vicon.png) no-repeat center;
  width: 100%;
  height: 100%;
}
.page-product .variation-container .variation-type.text ul li span {
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
}
.page-product .variation-container .variation-type.text ul li:hover,
.page-product .variation-container .variation-type.text ul li.selected {
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-color: #fff;
}

/** Popup End **/
/*---------- Pagination Start------------*/

.product-view .footer,
.category-view .footer,
.entire-search .footer,
.product-search .footer {
  background-color: transparent;
  padding: 10px 0 80px;
}
.product-view .footer {
  border-bottom: 0;
  margin-bottom: 70px;
}
.product-view .footer .chosen-container-single.per-page-count {
  min-width: 88px;
}
.pagination {
  float: unset;
  margin-top: -5px;
}
span.pagination-literal-status {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  color: #000000;
}
.pagination span {
  border: none;
  cursor: pointer;
  width: 38px;
  height: 38px;
  box-shadow: none;
  display: inline-flex;
  color: #000;
  font-size: 14px;
  background: transparent;
  border-radius: 50%;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.pagination span.page-number.current {
  background: rgba(255, 93, 71, 0.07);
  border: 0;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}
.pagination span.first,
.pagination span.last {
  display: none;
}
.pagination span.next {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0;
  background: transparent;
  height: 25px;
  width: 38px;
}
.pagination span.prev {
  position: relative;
  margin: 0 4px 0 0;
  padding: 0;
  background: transparent;
  height: 25px;
  width: 38px;
  color: #000;
}
.page-search-result .page-content .footer select.per-page-count {
  margin: 0;
  height: 35px;
}
.pagination span:hover {
  color: #EE3E35;
  background: #f7f7f7;
  text-decoration: none;
}
.pagination span.prev,
.pagination span.next {
  background: transparent;
}
.pagination span.prev.disabled:before,
.pagination span.next.disabled:before {
  color: #a1a1a1;
}
.chosen-container .chosen-results .chosen-result {
  color: #000;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.review-show-panel .pagination {
  width: auto;
  float: right;
  margin-top: 14px;
}
.pagination span.disabled:hover,
.pagination span.disabled {
  cursor: default;
  opacity: 0.5;
  color: inherit;
  text-decoration: none;
}

/*---------- Pagination End ------------*/

/** Stepper Start **/
.product-widget.widget-addCart .stepper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
}
.product-widget.widget-addCart .stepper .stepper-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: none;
  border-radius: 0 !important;
  height: 42px;
  position: relative;
  right: 0;
  width: 30px;
  z-index: 0;
}
.product-widget.widget-addCart .stepper .stepper-arrow.up {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: relative;
}
.product-widget.widget-addCart .stepper .stepper-arrow.up::before {
  position: absolute;
  content: "+";
  height: 100%;
  width: 100%;
  top: 0;
  text-indent: 0;
  font-size: 32px;
  left: 0;
  line-height: 40px;
  text-align: center;
}
.product-widget.widget-addCart .stepper .stepper-arrow.down {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}
.product-widget.widget-addCart .stepper .stepper-arrow.down::before {
  position: absolute;
  content: "-";
  height: 100%;
  width: 100%;
  top: 0;
  text-indent: 0;
  font-size: 32px;
  left: 0;
  line-height: 36px;
  text-align: center;
}
.product-widget.widget-addCart .stepper .stepper-input {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  text-align: center;
  z-index: 0;
}
/** Stepper End **/

/*Start Search Page*/
.entire-search .search-result > .title {
  text-align: left;
  border-top: 0;
  border-bottom: 0;
  font-weight: 400;
  font-size: 22px;
}
.entire-search .total-result {
  font-weight: 400;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
}
.search-result.products .pagination span.prev:before {
  top: -7px;
}
.search-result.products .pagination span.next:before {
  top: -7px;
}
.entire-search .search-results .search-result {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.search-results .page {
  margin-bottom: 12px;
}
.entire-search .search-result.pages .title.page {
  padding: 30px 0 10px;
  border-bottom: 1px solid #f0f3ed;
}
.entire-search .search-results .page a {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.entire-search .search-results .page .title {
  margin-right: 14px;
  font-size: 17px;
  font-weight: 600;
}
.entire-search h2 {
  font-size: 30px;
  padding-bottom: 15px;
  color: #000;
  text-align: center;
  margin: 0;
  font-weight: 500;
}
.entire-search .search-results .search-result .title.product {
  font-size: 20px;
  color: #333;
  margin: 0 auto -60px;
  padding: 10px;
  padding-left: 0;
}
.search-results {
  padding-top: 50px;
}
.page-search-result .page-content .footer,
.page-result-footer {
  background: none;
  border-top: 1px solid rgba(112, 112, 112, 0.1);
  padding-top: 0;
  text-align: left;
  clear: both;
  padding: 20px 0 65px;
  margin-top: 60px;
}
.entire-search .search-results .page a:hover {
  color: #007fff;
}
.search-results .page .page-read-more {
  color: #4a4a4a;
  text-decoration: underline;
}
.search-results .page .page-read-more:hover {
  color: #187dc1;
  text-decoration: underline;
}
.search-results .page .summary {
  color: rgba(0, 0, 0, 0.77);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.entire-search .search-results .page a:hover {
  color: #EE3E35;
  text-decoration: none;
}
.entire-search .search-results .page a.page-read-more:hover {
  color: #EE3E35;
  text-decoration: underline;
}
.page-search-result .page-content .footer select.per-page-count {
  margin-left: 20px;
}
/*End Search Page*/
#customer-profile-tabs.customer-profile-v2 .save_cart .form-row,
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row {
  display: flex;
  justify-content: left;
  padding: 0 0 10px !important;
}

#customer-profile-tabs.customer-profile-v2 .save_cart .form-row label,
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row label {
  width: auto;
  padding-right: 10px;
  font-weight: 600;
}

#customer-profile-tabs.customer-profile-v2 .save_cart .form-row span,
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row span {
  font-weight: 400;
}

#customer-profile-tabs.customer-profile-v2 .save_cart .saved-cart-items-wrap,
#customer-profile-tabs.customer-profile-v2
.abandoned_cart
.abandoned-cart-items-wrap {
  margin-top: 10px;
}

#customer-profile-tabs.customer-profile-v2 .saved-cart-items-wrap label,
#customer-profile-tabs.customer-profile-v2
.abandoned_cart
.abandoned-cart-items-wrap
label {
  margin-bottom: 12px;
  display: block;
  font-weight: 700;
}

#customer-profile-tabs.customer-profile-v2 .save_cart .form-row.btn-row,
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row.btn-row {
  display: block;
}
/***** Popup Responsive Start ******/
@media (max-width: 767px) {
  .add-to-cart-popup.popup,
  .wish-list-popup.add-to-wishlist-popup.popup,
  .add-to-compare-popup.popup,
  .add-cart-information-popup.popup,
  .add-to-gift-registry-popup.popup,
  .add-to-wish-list-popup.add-to-wishlist-popup.popup,
  .tell-friend.tell_friend_popup.popup.anim-fade-zoom.active,
  .page-profile .popup {
    max-width: 330px;
    margin: 0 auto;
    min-width: 280px;
    padding: 0;
  }
  .site-popup .title-bar,
  .confirm-popup .header-line,
  .confirm-popup .title-bar {
    text-align: left;
  }
  .add-to-cart-popup.popup,
  .wish-list-popup.add-to-wishlist-popup.popup,
  .add-to-compare-popup.popup,
  .add-cart-information-popup.popup,
  .add-to-gift-registry-popup.popup,
  .add-to-wish-list-popup.add-to-wishlist-popup.popup {
    left: 20px !important;
    right: 20px !important;
  }
  .add-cart-information-popup.popup span.title,
  .wish-list-popup.add-to-wishlist-popup.popup .header .status-message,
  .popup .status-bar-product-name,
  .popup .header .status-message {
    font-size: 19px;
    width: 88%;
    text-align: left;
  }
  .add-cart-information-popup.popup .variation-container .variation-type {
    flex-direction: column;
  }
  .add-cart-information-popup.popup
  .variation-container
  .variation-type
  label.type-label {
    width: 100%;
    display: block;
    text-align: left;
    line-height: 20px;
  }
  .add-cart-information-popup.popup .variation-container .chosen-container {
    max-width: 100%;
    display: block;
  }
  .add-cart-information-popup.popup .chosen-container-single .chosen-single {
    text-align: left;
    height: 50px;
    line-height: 20px;
  }
  .add-cart-information-popup.popup
  .chosen-container-single
  .chosen-single
  span {
    line-height: 28px;
  }
  .popup .body {
    padding: 10px 20px;
    max-height: 250px;
    overflow-y: scroll;
  }
  .add-cart-information-popup.popup .header,
  .popup .header {
    padding: 15px 25px 15px 15px;
    text-align: left;
  }
 
  .add-cart-information-popup.popup .popup-bottom.footer .button-item span {
    width: 100%;
    max-width: 100%;
  }
  .popup.add-cart-information-popup .variation-container .variation-type.text {
    align-items: start;
  }
  .popup.add-cart-information-popup .variation-container.fee-variation-container-wrapper .variation-radio-group .variation-radio-option {
    padding: 0;
  }
  .popup .close-icon {
    top: 20px;
    right: 15px;
  }
  .popup .button-item {
    flex-direction: column;
  }
  .popup .button-item .close-btn,
  .popup .button-item .button {
    margin: 0 auto 10px;
    width: 100%;
  }
  .popup .button-item .add-to-cart-button.button.et_pdp_add_to_cart {
    margin: 0 auto 10px;
    padding: 9px 0;
  }
  .wish-list-popup.add-to-wishlist-popup.popup .footer button {
    margin: 0 auto 10px;
    width: 100%;
    padding: 12px 20px;
  }
  .wish-list-popup.add-to-wishlist-popup.popup .footer {
    flex-direction: column;
  }
  .responsive .popup .button-item .continue-shopping-btn,
  .responsive .popup .button-item .cart-page-button {
    margin-bottom: 10px;
    padding: 12px 30px;
    line-height: 23px;
  }
  .add-to-wish-list-popup.add-to-wishlist-popup.popup tr {
    display: flex;
    flex-direction: column;
  }
  .add-to-wish-list-popup.add-to-wishlist-popup.popup tr td {
    text-align: center;
  }
  .floating-panel-popup {
    padding: 15px;
  }
  .site-popup .button-line button + button,
  .confirm-popup .button-line button + button {
    width: 100%;
    margin: 10px auto;
  }
  .site-popup .button-line button,
  .confirm-popup .button-line button {
    display: block;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .add-to-cart-popup.popup,
  .wish-list-popup.add-to-wishlist-popup.popup,
  .add-to-compare-popup.popup,
  .add-cart-information-popup.popup,
  .add-to-gift-registry-popup.popup,
  .add-to-wish-list-popup.add-to-wishlist-popup.popup,
  .tell-friend.tell_friend_popup.popup.anim-fade-zoom.active,
  .page-profile .popup {
    max-width: 280px;
  }
}
/**** Popup Responsive End ****/
/** Placeholder Responsive Start **/

@media (max-width: 767px) {
  input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
    line-height: 17px;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
    line-height: 17px;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
    line-height: 17px;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
    line-height: 17px;
  }
  textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
    line-height: 17px;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
    line-height: 17px;
  }
  :-ms-textarea-placeholder {
    /* IE 10+ */
    font-size: 15px;
    line-height: 17px;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
    line-height: 17px;
  }
  textarea::placeholder {
    font-size: 15px;
    line-height: 17px;
  }
  ::placeholder {
    font-size: 15px;
    line-height: 17px;
  }
}
/** Placeholder Responsive End **/

/** Login, Registtration,
Password-Reset, New Password,
Newsletter Unsubscription Responsive Start **/

@media (max-width: 1200px) {
  .registration-form {
    margin: 0 auto;
    padding: 30px 20px;
    max-width: 900px;
  }
  .newsletter.unsubscribe {
    margin: 0 auto;
    padding: 40px;
  }
  .page-newsletter-subscription .subscription-list-success {
    margin: 0 auto;
  }
  .registration-form .title,
  .login-form span.title,
  .password-reset-form .title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .registration-form {
    padding: 20px 15px;
    max-width: 730px;
  }
  .page-login .login-form {
    padding: 40px;
  }
  .password-reset-form,
  form.customer-new-password {
    padding: 40px;
  }
  .page-newsletter-subscription .subscription-list-success {
    padding: 30px 40px;
  }
  .registration-form .title,
  .login-form span.title,
  .password-reset-form .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .password-reset-form, form.customer-new-password {
    padding: 15px;
  }
  .page-login .login-form {
    padding: 15px;
  }
  .registration-form .title, .login-form span.title, .password-reset-form .title {
    font-size: 26px;
    margin: 0 0 14px;
    padding: 0;
  }
  .login-form span.title {
    font-size: 26px;
    line-height: 35px;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .page-login .login-form .lost-password a {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .page-login .login-button {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .customer-new-password .form-row.submit-row button,
  .password-reset-form .form-row.submit-row button,
  .registration-form .form-row.submit-row button {
    padding: 14px 5px;
    margin-top: 10px;
    width: 100%;
  }
  .page-login .login-form .remember {
    margin: 18px 0 10px;
  }
  .page-login .login-form .form-row .lost-password {
    margin: 0 0 12px 0;
  }
  .registration-form {}
  .registration-form > .form-row:not(.submit-row) {
    width: 100%;
  }
  .registration-form .referral {
    padding: 0 15px;
  }
  .registration-form .form-row.submit-row {
    padding: 0 15px;
  }
  .page-registration .registration-form .form-row {
    margin: 0 0 10px 0;
    padding: 0;
  }
  .password-reset-form .form-row {
    margin: 0 0 5px 0;
    font-size: 16px;
  }
  .password-reset-form .lost-password-text {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .newsletter.unsubscribe {
    margin: 0 auto;
    padding: 10px 0 20px 0;
    border: 0;
  }
  .newsletter.unsubscribe span.message {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .newsletter.unsubscribe.valid-verify-form textarea {
    height: 75px;
  }
  .newsletter.unsubscribe.valid-verify-form .form-row {
    margin: 0;
  }
  .page-newsletter-subscription .subscription-list-success {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    text-align: center;
  }
  .subscription-list-success .messess-text {
    font-size: 16px;
    padding: 80px 0 25px 0;
    text-align: center;
    background-position: center top;
  }
  .page-newsletter-subscription .subscription-list-success {
    font-size: 16px;
  }
}
/**  Login, Registtration,
Password-Reset, New Password,
Newsletter Unsubscription Responsive End **/

@media (max-width: 1500px) {
  .page-product .page-content > .v-split-container > .v-split {
    width: 100%;
  }
  .page-product .page-content {
    padding: 0 15px 0 0;
  }
  .search-menu-button.responsive-menu-btn.close {
    right: 24%;
  }
  .widget-search .search-menu-button {
    top: 5px;
  }
  .widget-search .search-form {
    top: -22px;
  }
  .search-menu-button.responsive-menu-btn.close {
    top: 47px;
  }
}
@media (max-width: 1400px) {
  .page-product .page-content {
    padding: 0 30px;
  }
  .product-widget.widget-productImage {
    margin-right: 20px;
  }
  .responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    width: 700px;
    flex: 0 0 700px;
    max-width: 700px;
  }
  .image-preview-box.product-detail-view > img {
    width: 100%;
  }
  .widget-search .search-menu-button {
    right: 122px;
    top: 10px;
  }
  .search-menu-button.responsive-menu-btn.close {
    right: 22%;
  }
}
@media (max-width: 1300px) {
  .widget-search .search-menu-button {
    right: 115px;
  }
  .search-menu-button.responsive-menu-btn.close {
    right: 20%;
  }
}
@media (max-width: 1200px) {
  .page-product .page-content {
    padding: 0 30px;
  }
  .product-widget.widget-productImage {
    margin-right: 20px;
  }
  .responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    width: 550px;
    flex: 0 0 550px;
    max-width: 550px;
  }
  .image-preview-box.product-detail-view > img {
    width: 100%;
  }
  .widget-productImage.multi-image-scroll-vertical-view
  .image-right-scroller.scroll-navigator {
    top: auto;
    height: 30px;
    width: 40px;
    background-size: 25px;
  }
  .widget-productImage.multi-image-scroll-vertical-view
  .image-left-scroller.scroll-navigator {
    bottom: 5px;
    height: 30px;
    width: 40px;
    background-size: 25px;
  }
  .responsive #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 .product-widget {
    margin-left: 5px;
  }
  .page-product .bmui-tab {
    padding: 40px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
  }
  .header .widget.main_menu.right::after {
    top: 0px;
  }
  .search-menu-button.responsive-menu-btn.close {
    right: 12%;
  }
  .widget.widget-html.view-all-button .html-widget-element-content p a {
    top: 0;
  }
  .widget-search .search-menu-button {
    right: 135px;
  }
  .responsive .frequently-bought-together-products .product-block .row {
    padding-right: 0;
    gap: 0 0px;
  }
  .responsive .frequently-bought-together-products .product-name a {
    font-size: 16px;
    padding-right: 25px;
  }
  .responsive
  .frequently-bought-together-products
  .product-block
  .current-price.price {
    width: 60px;
    justify-content: end;
  }
}

@media (max-width: 991px) {
  .page-product .page-content {
    padding: 0 20px;
  }
  .product-widget.widget-productImage {
    margin-right: 20px;
  }
  .responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    width: 430px;
    flex: 0 0 430px;
    max-width: 430px;
  }
  .widget-productImage .image-thumb-container .thumb-image {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
  }
  .widget-productImage .image-thumb-container .thumb-image img {
    position: relative;
  }
  .page-product .bmui-tab {
    padding: 20px;
  }
  .header .widget.main_menu.right::after {
    top: 10px;
  }
  .search-menu-button.responsive-menu-btn.close {
    right: 10px;
  }
  .responsive
  .frequently-bought-together-products
  .product-block
  .image-column
  img {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    padding: 2px;
  }
  .responsive
  .frequently-bought-together-products
  .product-block
  .row
  .col.image-column {
    order: 2;
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin: 0 5px;
  }
  .responsive .frequently-bought-together-products .product-name a {
    font-size: 13px;
    padding-right: 10px;
  }
  .responsive
  .frequently-bought-together-products
  .product-block
  .row
  .col.info-column {
    padding-top: 5px;
  }
  .responsive div.frequently-bought-together-products .product-block {
    margin-top: -15px;
    padding: 12px;
  }
  .responsive .frequently-bought-together-products .header-info-text {
    margin: -31px auto 20px;
    max-width: 270px;
  }
}
@media (max-width: 767px) {
  .page-product .page-content {
    padding: 0 20px;
  }
  .product-widget.widget-productImage {
    margin-right: 0;
  }
  .responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .page-product .variation-container .variation-type.text ul li span {
    font-size: 15px;
    line-height: 30px;
  }
  .page-product .bmui-tab {
    padding: 15px;
  }
  .product-widget.widget-price .current-price-container .current-price {
    font-size: 26px;
  }
  .page-product .bmui-tab .bmui-tab-header-container {
    text-align: left;
  }
  .page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header {
    padding: 0 20px 15px 0;
    display: inline-block;
  }
  .widget-productImage.multi-image-scroll-vertical-view
  .image-left-scroller.scroll-navigator,
  .widget-productImage.multi-image-scroll-vertical-view
  .image-right-scroller.scroll-navigator {
    height: 28px;
    width: 32px;
    background-size: 22px;
    border-color: #ccc;
  }
  .product-widget.widget-stockMark span {
    font-size: 15px;
    margin: 1px 0 0;
    padding: 11px 0;
    letter-spacing: 0;
    line-height: 16px;
  }
  .review-panel .write-review-panel button.write-review {
    max-width: 160px;
    font-size: 14px;
    padding: 10px;
  }
  .review-panel .write-review-panel .form-row.btn-row button {
    margin-right: 10px;
    max-width: 160px;
    letter-spacing: 1px;
    padding: 10px;
  }
  /***************/
  .widget.widget-breadcrumb {
    padding-top: 10px;
  }
  .widget-breadcrumb .breadcrumb-item.root .icon::after {
    line-height: 33px;
  }
  .breadcrumb-item.root a {
    line-height: 20px;
  }
  .breadcrumb-item.root:first-child .separator:after {
    top: -4px;
  }
  /***************/
  .widget-search .search-menu-button {
    right: 162px;
    top: 33px;
  }
  .search-menu-button.responsive-menu-btn.close {
    right: 2px;
    top: 10px;
    padding: 10px 0;
  }
  .widget.widget-search .search-form form {
    max-width: 92%;
    min-width: 92%;
  }
  .responsive .header .widget.widget-search .search-form {
    width: 100%;
    top: 7px;
    left: 0;
    padding: 0 15px;
    right: 0;
    margin: 0;
  }
  .responsive .search-form.show::after {
    height: 106px;
  }
  body.responsive .widget.widget-html.tab-products-title h2,
  body.responsive .widget.widget-html.category-title h2 {
    font-size: 28px;
  }
  body.responsive
  .widget.widget-html.view-all-button
  .html-widget-element-content
  p
  a {
    position: relative;
    margin: 0;
    font-size: 15px;
    padding: 12px 40px;
  }
  body.responsive
  .widget.widget-html.view-all-button
  .html-widget-element-content
  p {
    margin: 38px auto 30px;
  }
  body.responsive .widget.widget-html.tab-products-title {
    padding-top: 50px;
    margin-bottom: -20px;
  }
  body.responsive .home-tabslider .bmui-tab .bmui-tab-header-container {
    margin: 0 auto;
  }
  .widget-tabAccordion.home-tabslider .bmui-tab .bmui-tab-header,
  .widget-tabAccordion.home-tabslider
  .bmui-tab
  .bmui-tab-header.bmui-tab-active {
    font-size: 14px;
    letter-spacing: 0;
    padding: 2px 5px;
  }
  .widget-tabAccordion.home-tabslider
  .bmui-tab
  .bmui-tab-header.bmui-tab-active {
    margin: 12px 0 5px;
  }
  body.responsive.page-home .product-view.scrollable-view .product-block {
    width: 98%;
  }
  .responsive .frequently-bought-together-products .total-price-section {
    margin: 12px auto 5px;
  }
}
@media (max-width: 320px) {
  .responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    margin-bottom: 10px;
  }
  .product-widget.widget-stockMark span {
    margin: -2px 0 0;
    max-width: 140px;
  }
}
@media (max-width: 1500px) {
  div.body > .body-section .widget-container.no-fixed-container,
  .widget.widget-breadcrumb {
    padding-left: 10px;
    padding-right: 15px;
  }
  .image-view .product-view-height-width .image,
  .scrollable-view .product-view-height-width .image {
    max-width: 320px;
    max-height: 320px;
  }
}
@media (max-width: 1400px) {
  div.body > .body-section .widget-container.no-fixed-container,
  .widget.widget-breadcrumb {
    padding-left: 30px;
    padding-right: 35px;
  }
  .image-view .product-view-height-width .image,
  .scrollable-view .product-view-height-width .image {
    max-width: 305px;
    max-height: 305px;
  }
}
@media (max-width: 1200px) {
  div.body > .body-section .widget-container.no-fixed-container,
  .widget.widget-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  .image-view .product-view-height-width .image,
  .scrollable-view .product-view-height-width .image {
    max-height: 250px;
    max-width: 250px;
  }
  .product-view.image-view .product-block .btn-add .add-to-wish-list,
  .product-view.scrollable-view .product-block .btn-add .add-to-wish-list {
    margin-left: 7px;
    max-width: 88px;
  }
  .product-block .btn-add .add-to-compare-button,
  .product-block .btn-add .remove-from-compare-button {
    margin-left: 4px;
  }
  .widget.widget-navigation.categories-list {
    margin-right: 40px;
  }
  .product-view.image-view .product-block .btn-add .add-to-cart-button,
  .product-view.scrollable-view .product-block .btn-add .add-to-cart-button {
    letter-spacing: 1px;
    max-width: 120px;
  }
  .image-view .product-image img,
  .product-view.scrollable-view .product-image img {
    object-fit: cover;
  }
  .image-view .product-view-height-width .image,
  .scrollable-view .product-view-height-width .image {
    max-width: 280px;
    max-height: 260px;
  }
}
@media (max-width: 991px) {
  .widget-navigation.categories-list
  .menu-title
  .menu-button.responsive-menu-btn {
     background-image: unset;
     background-repeat: unset;
     background-position-x: unset;
     background-position-y: unset;
     right: 0;
     bottom: auto;
     top: -21px;
  }
  .widget-filter .responsive-menu-btn em {
    height: 2px;
    margin: 4px 0 4px 3px;
    width: 20px;
}
  .widget-navigation.categories-list
  .menu-title
  .menu-button.responsive-menu-btn
  em {
    display: block;
  }
  div.body > .body-section .widget-container.no-fixed-container,
  .widget.widget-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  .image-view .product-view-height-width .image,
  .scrollable-view .product-view-height-width .image {
    max-height: 260px;
    max-width: 260px;
  }
  .widget.widget-navigation.categories-list {
    margin-right: 0;
  }
  .product-view.image-view .product-block,
  .product-view.scrollable-view .product-block {
    margin: 0 12px 50px;
    width: calc(100% / 2 - 24px);
  }
  .product-view .footer {
    height: auto;
    text-align: center;
  }
  .product-view .footer,
  .category-view .footer,
  .entire-search .footer,
  .product-search .footer {
    padding: 25px 0 40px;
  }
  .product-view .footer .pagination-literal-status {
    width: 100%;
    text-align: center;
  }
  .widget-breadcrumb .breadcrumb-item .separator {
    font-size: 0;
  }
  .category-details-container .title.page-heading,
  .widget-product .widget-title,
  body.page-shop .product-view .header::before {
    font-size: 19px;
    line-height: 1.3;
  }
  .categories-list .navigation-item:hover a,
  .categories-list .navigation-item.active > a {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .widget-navigation.categories-list
  .menu-title
  .menu-button.responsive-menu-btn {
    bottom: 12px;
    width: 20px;
  }
  div.body > .body-section .widget-container.no-fixed-container,
  .widget.widget-breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }
  .widget.widget-breadcrumb {
    padding-bottom: 22px;
  }
  .widget.widget-navigation.categories-list {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product-view.image-view .product-block,
  .product-view.scrollable-view .product-block {
    margin: 0 12px 35px;
    width: calc(100% / 1 - 24px);
  }
  .image-view .product-view-height-width .image,
  .scrollable-view .product-view-height-width .image {
    max-height: auto;
    max-width: 100%;
  }

  body.page-shop .product-view .header::before {
    top: -20px;
  }
  .widget-product .header .sortable select#product-sorting,
  .product-view .sortable select#product-sorting {
    width: 100%;
  }
  .product-view .header,
  .category-view .header,
  .entire-search .header,
  .product-search .header,
  body.page-shop .product-view .header::before {
    border: 0;
    height: auto;
  }
  .product-view .footer,
  .category-view .footer,
  .entire-search .footer,
  .product-search .footer {
    padding: 20px 0 20px;
  }
  .widget.widget-navigation.categories-list .widget-title {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 40px;
    border: 0;
  }

  /* Navigation */
  .widget.widget-navigation.categories-list .menu-button em {
    background-color: #000;
  }
  .widget.widget-navigation.categories-list .menu-title {  }
  .widget-filter .responsive-menu-btn {  }
  .widget.widget-filter {
    background: #fff;
    background: transparent;
  }
  .category-details .category-details-container {
    padding: 0;
  }
  .widget-product .header .sortable,
  .category-details .header .sortable {
    padding-top: 24px;
  }
  .widget.widget-navigation.categories-list {
    text-align: left;
    margin: 0;
  }
  .widget.widget-navigation.categories-list .nav-wrapper.show {
    height: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: 11px;
    width: 100%;
    z-index: 9;
    background: #f2f2f2;
    padding: 15px;
  }
  .widget.widget-navigation.categories-list .navigation-item {
    background: transparent;
  }
  .pagination span {
    margin: 0 1px;
    padding: 0 8px;
  }
  .category-details-container .title.page-heading,
  .widget-product .widget-title {
    letter-spacing: 1px;
    line-height: 0;
    margin-top: -5px;
  }
  .category-details-container .title.page-heading,
  .widget-product .widget-title,
  body.page-shop .product-view .header::before {
    font-weight: 500;
    font-size: 17px;
  }
  .category-details .product-container .title {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .product-view .header .sortable {
    display: block;
    float: unset;
    width: 100%;
  }
  .category-details .product-container .title,
  .category-details .subcategory-container .title {
    display: none;
  }
  .form-row.filter-profile-select .filter-profile {  }
}

@media (max-width: 1300px) {
  .page-search-result .entire-search {
    padding: 0 20px 0 15px;
  }
}
@media (max-width: 1200px) {
  .page-search-result .entire-search {
    padding: 0 10px 0 5px;
  }
}
@media (max-width: 991px) {
  .page-search-result .entire-search {
    padding: 0 5px 0 5px;
  }
  .page-search-result .product-view.image-view .product-block,
  .page-wish-list .product-view.image-view .product-block {
    width: calc(100% / 3 - 24px);
  }
}
@media (max-width: 767px) {
  .page-search-result .product-view.image-view .product-block,
  .page-wish-list .product-view.image-view .product-block {
    width: 100%;
    margin: 0 10px 30px;
  }
  .entire-search .search-results .search-result .title.product {
    margin-top: -50px;
  }
  .search-results .product-view .header {
    margin: -30px auto 10px;
  }
  .search-results .product-view .sortable {
    position: relative;
    top: unset;
    margin: 0 auto 0;
  }
  .entire-search h2 {
    font-size: 24px;
    margin-top: 10px;
  }
  .entire-search .search-results .search-result .title.product {
    display: none;
  }
  .add-to-wish-list-popup.add-to-wishlist-popup.popup
  .header
  .status-bar-product-name,
  .add-to-wish-list-popup.add-to-wishlist-popup.popup .header .status-message {
    padding: 0;
  }
  .popup .button-line,
  .popup .footer {
    text-align: center;
    background-color: transparent;
    margin: 0;
  }
  .page-wish-list .wish-list-details .product-view .header {
    position: relative;
    height: 98px;
  }
  .page-wish-list .product-view .sortable {
    top: 55px;
  }
  .wish-list-popup.add-to-wishlist-popup.popup .body {
    max-width: 100%;
  }
}

.widget-gallery.jssorSlider::before {
  content: none;
}
.jssor-slider-container .jssor-loader .loader-2 {
  background: url(/template/e509bc3a/images/slider-loading.webp) no-repeat
  center center;
  background-size: 60px;
}

div.widget-snippet .about-area .content {
  margin-bottom: 0 !important;
}
.page-blog .body {
}
@media (max-width: 1400px) {
  div.widget.widget-snippet .about-area {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  div.widget.widget-snippet .about-area {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  div.widget.widget-snippet .about-area .content {
    margin-bottom: 20px;
  }
}

.fee .wc-snippet-shop-by-category .container {
  max-width: 1630px;
}

/*______________________________ 2nd face update issues fixing _______________________________*/

.widget.widget-blogPost.fee-blog-design-1 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-2 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-3 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-4 .blog-post-content {
  padding-right: 0;
}
.widget.fee-category-1 .category-image-view-width,
.widget.fee-category-2 .category-image-view-width {
  box-sizing: border-box;
}
.fee-widget-product-image-view
.product-view.image-view
.product-view-height-width,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-view-height-width {
  border-radius: 0;
  font-family: inherit;
  background: transparent;
}
.fee-widget-product-image-view
.product-view.image-view
.product-block
.review-rating-wrapper,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.review-rating-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}
.fee-widget-product-image-view
.product-view.image-view
.price-waper
.previous-price.price,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.price-waper
.previous-price.price {
  padding: 0;
  margin: 0;
}
.fee-widget-product-image-view .product-view.image-view .current-price.price,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.current-price.price {
  font-size: 19px;
  font-weight: 600;
  color: #000;
}
.fee-widget-product-image-view .product-view.image-view .product-name,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name {
  text-align: left;
  max-height: 100%;
  min-height: auto;
}
.fee-widget-product-image-view
.product-view.image-view
.product-block
.btn-add
.add-to-cart-button.button,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.btn-add
.add-to-cart-button {
  width: auto;
  line-height: 21px;
  font-weight: 500;
}
.fee-widget-product-image-view .product-view.image-view .btn-add,
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add {
  padding-left: 20px;
  padding-right: 20px;
}
.fee-widget-product-list-view
.product-view.list-view
.content
.product-block
.block-content-wrap,
.fee-widget-product-list-view
.product-view.list-view
.content
.product-block
.block-content-wrap
.price-waper {
  text-align: left;
}
.fee-widget-product-image-view .product-view.image-view .product-name a {
  font-family: inherit;
  text-transform: capitalize;
}
.fee-widget-product-list-view
.product-view
.product-block
.btn-add
.add-to-cart-button.button {
  width: auto;
  font-family: inherit;
  text-transform: capitalize;
}
.fee-widget-product-list-view
.product-view
.product-block
.btn-add
.add-to-cart-button.button::after {
  content: none;
}
.body .widget-product.fee-widget-product-scroll-view .widget-title,
.body .widget-product.fee-widget-product-image-view .widget-title,
.body .widget-product.fee-widget-product-list-view .widget-title,
.body .widget-product.fee-widget-product-tabular-view .widget-title {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  text-align: center;
  font-family: inherit;
  letter-spacing: normal;
  line-height: normal;
  padding: 20px 0;
  text-transform: capitalize;
}
.body .widget-product.fee-widget-product-scroll-view .widget-title::before,
.body .widget-product.fee-widget-product-image-view .widget-title::before,
.body .widget-product.fee-widget-product-list-view .widget-title::before,
.body .widget-product.fee-widget-product-tabular-view .widget-title::before,
.body .widget-product.fee-widget-product-scroll-view .widget-title::after,
.body .widget-product.fee-widget-product-image-view .widget-title::after,
.body .widget-product.fee-widget-product-list-view .widget-title::after,
.body .widget-product.fee-widget-product-tabular-view .widget-title::after {
  content: none;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20l::before,
.fee-gallery-jssor3 .jssor-slider-container .jssora20r::before {
  content: none;
}
.jssor-slider-container .jssorb03 div,
.jssor-slider-container .jssorb03 div:hover,
.jssor-slider-container .jssorb03 .av {
  width: auto;
  height: auto;
  line-height: normal;
}
.fee-gallery-swipebox .swipe-image-wrap {
  padding: 0;
}
.fee-gallery-swipebox .swipe-image-wrap .box {
  margin: 0;
  padding: 10px;
}
.fee-gallery-swipebox .swipe-image-wrap .box a::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap .thumb img {
  max-height: 100%;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs {
  margin: 0;
}
.fee-gallery-galleriffic
.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom
.thumbs
li {
  margin: 0 auto;
}
.widget-gallery ul li::after {
  content: none;
}
.fee-widget-product-list-view .product-view.list-view .product-name-link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-family: inherit;
}
.fee-widget-product-list-view
.product-view
.product-block
.btn-add
.add-to-cart-button.button:hover {
  background-color: #fff;
  color: #0094c4;
}
.product-view.tabular-view .add-to-cart-multi-select-fixed-button.button {
  right: 60px;
  width: auto;
}

@media (max-width: 1199px) {
  .widget.widget-category.fee-category-1 .category-view .content .category,
  .widget.widget-category.fee-category-2 .category-view .content .category {
    width: 33.333%;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .widget.widget-category.fee-category-1 .category-view .content .category,
  .widget.widget-category.fee-category-2 .category-view .content .category {
    width: 50%;
    margin: 0;
    padding: 2px;
    border: none;
  }
}

@media (max-width: 1199px) {
  .fee-widget-product-image-view
  .product-view.image-view
  .product-block:nth-child(5n + 1) {
    border-left: 1px solid #e6e6e6;
  }
  .widget.widget-product.fee-widget-product-image-view
  .product-view.image-view
  .product-block {
    width: calc(25% - 2px);
  }
  .widget.widget-product.fee-widget-product-tabular-view .product-table-block {
    padding: 0 15px;
  }
  .fee-gallery-galleriffic
  .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom
  .thumbs {
    padding: 0 40px;
  }
  .fee-gallery-galleriffic
  .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom
  .thumbs-container
  .pageLink.prev {
    left: -10px;
  }
  .fee-gallery-galleriffic
  .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom
  .thumbs-container
  .pageLink.next {
    right: -10px;
  }
}
@media (max-width: 991px) {
  .widget.widget-product.fee-widget-product-image-view
  .product-view.image-view
  .product-block {
    width: calc(33.334% - 2px);
    margin: 0;
  }
  .product-view.tabular-view .name-column {
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .widget.widget-product.fee-widget-product-image-view
  .product-view.image-view
  .product-block {
    width: calc(50% - 2px);
  }
  .product-view.tabular-view .name-column {
    max-width: 260px;
  }
  .fee-gallery-galleriffic
  .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom
  .thumbs
  li {
    width: auto;
  }
}
@media (max-width: 480px) {
  .widget.widget-product.fee-widget-product-image-view
  .product-view.image-view
  .product-block {
    width: calc(100% - 2px);
  }
  .fee-widget-product-list-view
  .product-view
  .product-block
  .btn-add
  .add-to-cart-button.button {
    padding: 8px 10px;
    font-size: 14px;
  }
}

/*______________________________ Exit 2nd face update issues fixing _______________________________*/

/*______________________________  2nd face slider issues fixing _______________________________*/
.fee-gallery-jssor .jssor-slider-container .caption-wrapper {
  position: absolute;
  text-align: center;
  height: auto;
  padding: 15px;
}
.fee-gallery-jssor div.jssor-slider-container .container [u="caption"] {
  width: auto;
  text-align: center;
  max-width: 100%;
  overflow: auto;
}
.fee-gallery-jssor div.jssor-slider-container .description.jssor-caption-1,
.fee-gallery-jssor div.jssor-slider-container .title.jssor-caption-2 {
  max-width: 100%;
  position: static;
  font-family: inherit;
  padding: 10px 0;
  color: #fff;
  display: block;
  font-size: 18px;
}
.fee-gallery-jssor div.jssor-slider-container .title.jssor-caption-2 span {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  text-transform: capitalize;
  letter-spacing: normal;
  color: #fff;
  display: inline;
  white-space: normal;
}
.fee-gallery-jssor
.jssor-slider-container
.caption-wrapper
[u="caption"].button {
  position: static;
}
.fee-gallery-jssor
.jssor-slider-container
.caption-wrapper
[u="caption"].button
a {
  min-width: auto;
  text-transform: capitalize;
  letter-spacing: normal;
  border: 1px #fff solid !important;
  background: transparent;
}
.fee-gallery-jssor
.jssor-slider-container
.caption-wrapper
[u="caption"].button
a:hover {
  color: #000 !important;
  background: #fff !important;
}
.fee-gallery-jssor
div.jssor-slider-container
.container
.jssor-caption-3
> a::after {
  content: none;
}
.fee-gallery-jssor2 .jssor-slider-container .caption-wrapper {
  position: absolute;
}
.fee-gallery-jssor2 .jssor-slider-container .caption-wrapper {
  text-align: left;
  position: absolute;
  padding: 15px;
  height: auto;
}
.fee-gallery-jssor2 div.jssor-slider-container .container [u="caption"] {
  position: static;
  padding: 10px 0;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: inherit;
  height: auto;
  max-width: 100%;
  text-align: left;
}
.fee-gallery-jssor2
div.jssor-slider-container
.container
[u="caption"].description.jssor-caption-1 {
  font-size: 36px;
  font-weight: 700;
}
.fee-gallery-jssor2 div.jssor-slider-container .title.jssor-caption-2 span {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.4;
}
.fee-gallery-jssor2
div.jssor-slider-container
.container
div.jssor-caption-2
span {
  white-space: normal;
  max-width: 100%;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20r,
.fee-gallery-jssor3 .jssor-slider-container .jssora20l {
  border: none;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20r:hover,
.fee-gallery-jssor3 .jssor-slider-container .jssora20l:hover {
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2229%22%20height%3D%2254%22%20viewBox%3D%220%200%2029%2054%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M1.56299%202.00781L26.5566%2027.0015L1.56299%2051.9951%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%2F%3E %3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .fee-gallery-jssor div.jssor-slider-container .container div.jssor-caption-1,
  .fee-gallery-jssor2 div.jssor-slider-container .container div.jssor-caption-1,
  .fee-gallery-jssor div.jssor-slider-container .container div.jssor-caption-2,
  .fee-gallery-jssor2 div.jssor-slider-container .container div.jssor-caption-2,
  .fee-gallery-jssor div.jssor-slider-container .container div.jssor-caption-3,
  .fee-gallery-jssor2
  div.jssor-slider-container
  .container
  div.jssor-caption-3 {
    transform: unset;
  }
}
/*______________________________  2nd face product & Category issues fixing _______________________________*/

.widget-gallery.fee-gallery-galleriffic
.galleriffic-gallery-wrap.alternate-layout
.thumbs-container
.pageLink.next::before {
  content: none;
}
.fee-widget-product-image-view
.product-view.image-view
.product-block:hover
.product-image,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block:hover
.product-image {
  box-shadow: none;
}
.fee-widget-product-image-view
.product-view.image-view
.product-block
.btn-add
.add-to-cart-button,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.btn-add
.add-to-cart-button {
  background: #0094c4 none repeat scroll 0 0 !important;
  border: 1px solid #0094c4 !important;
  font-family: inherit;
  text-transform: capitalize;
  padding: 8px 20px;
  max-width: 100%;
  letter-spacing: normal;
}
.fee-widget-product-image-view
.product-view.image-view
.product-block
.btn-add
.add-to-cart-button::after,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.btn-add
.add-to-cart-button::after {
  content: none;
}
.fee-widget-product-image-view
.product-view.image-view
.product-block
.btn-add
.add-to-cart-button:hover,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.btn-add
.add-to-cart-button:hover {
  background-color: #fff !important;
  color: #0094c4;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .content {
  display: inherit;
  overflow: hidden;
}
.fee-widget-product-scroll-view
.product-view.scrollable-view
.scroller
.scroll-left,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.scroller
.scroll-right {
  transform: none;
  right: 0;
  left: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image {
  margin: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-name a,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .header {
  position: unset;
}
.fee-widget-product-scroll-view .scrollable-view .scroller::before {
  content: none;
}
.fee-widget-product-scroll-view .scrollable-view .scroller .scroll-left {
  float: none;
  left: 0;
  transform: none;
}
.fee-widget-product-scroll-view .scrollable-view .scroller .scroll-right {
  float: none;
}

@media (max-width: 767px) {
  .fee-widget-product-image-view .product-view.image-view .product-block,
  .fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
    border-left: 1px solid #e6e6e6;
  }
  .fee-gallery-galleriffic
  .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom
  .thumbs-container
  .pageLink.prev {
    left: 0;
  }
  .fee-gallery-galleriffic
  .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom
  .thumbs-container
  .pageLink.next {
    right: 0;
  }
}
/*______________________________  2nd face blog issue _______________________________*/
.fee-blog-design-1 .blog-post-item,
.fee-blog-design-2 .blog-post-item,
.fee-blog-design-3 .blog-post-item,
.fee-blog-design-4 .blog-post-item {
  display: inline-block;
}
.fee-blog-design-1 .post.post-list-view-height,
.fee-blog-design-2 .post.post-list-view-height,
.fee-blog-design-3 .post.post-list-view-height,
.fee-blog-design-4 .post.post-list-view-height {
  margin-right: 0;
}
.fee-blog-design-1 .blog-post-info span,
.fee-blog-design-2 .blog-post-info span,
.fee-blog-design-3 .blog-post-info span,
.fee-blog-design-4 .blog-post-info span {
  color: #666 !important;
  font-size: 13px;
}
.fee-blog-design-1 .post-description,
.fee-blog-design-2 .post-description,
.fee-blog-design-3 .post-description,
.fee-blog-design-4 .post-description {
  padding-right: 0;
}
.fee-blog-design-1 .blog-post-item .blog-post-info,
.fee-blog-design-2 .blog-post-item .blog-post-info,
.fee-blog-design-3 .blog-post-item .blog-post-info,
.fee-blog-design-4 .blog-post-item .blog-post-info {
  margin-bottom: 0;
}
.fee-widget-product-list-view .product-block .price-waper > * {
  margin-right: 0;
}
.fee-widget-product-list-view
.product-view.list-view
.content
.product-block
.block-content-wrap
.price-waper {
  width: auto;
}
.fee-widget-product-scroll-view
.product-view.scrollable-view
.current-price.price
.tax-message,
.fee-widget-product-image-view
.product-view.image-view
.current-price.price
.tax-message,
.fee-widget-product-list-view .current-price.price .tax-message,
.fee-widget-product-tabular-view .current-price.price .tax-message {
  color: #999;
  font-size: 10px !important;
  font-weight: 400;
  width: 100%;
  display: block;
}
div .widget-snippet .wc-snippet-expreance .container {
  max-width: 1600px;
}
div .widget-snippet .wc-snippet-about .container {
  max-width: 100%;
}
div.widget-snippet .about-area {
  max-width: 100%;
}
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
  display: none;
}
.fee-mobile-view-on
.widget.widget-navigation.main_menu
.fee-header-footer-control-menu.fee-widget-option {
  left: auto;
  right: 0;
}

/*______________________________  New Customer Profile Design _______________________________*/
body.page-profile select:focus,
body.page-profile input[type="text"]:focus,
body.page-profile input[type="password"]:focus,
body.page-profile input[type="email"]:focus {
  border: 1px solid #ff3b64;
}
.page-profile .widget-container,
.auto-page.page-profile .page-content {
  padding: 0 !important;
}
.user-nav .vertical .navigation-item {
  padding: 0;
}
.widget-navigation .nav-profile-not-logged-in {
  padding-top: 20px;
}
.widget-navigation
.navigation-item
.nav-profile-not-logged-in
> .autoGeneratedPage {
  color: #fff !important;
  background: #ff3b64;
  padding: 6px 40px 10px !important;
  border-radius: 30px;
}
.widget-navigation
.navigation-item
.nav-profile-not-logged-in
> .autoGeneratedPage:hover {
  color: #fff !important;
  background: #000;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item.first a {
  border: none;
  padding: 0;
}
.customer-profile-v2.bmui-tab.left-side-header
.bmui-tab-header.bmui-tab-active {
  border: none;
  background: none;
}
.customer-profile-v2.bmui-tab.left-side-header
.bmui-tab-header.bmui-tab-active
.title:after {
  display: none;
}
#customer-profile-tabs.customer-profile-v2 button {
  border: none;
  margin: 0;
  width: auto;
}
#customer-profile-tabs.customer-profile-v2 button {
  font-family: Manrope !important;
  height: 34px !important;
  padding: 6px 26px !important;
  border-radius: 37px !important;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title,
#customer-profile-tabs.customer-profile-v2 .profileLogout a,
#customer-profile-tabs.customer-profile-v2
#customer-manage-card-billing_address
.create-new,
#customer-profile-tabs.customer-profile-v2
#customer-manage-card-shipping_address
.create-new {
  font-family: Manrope !important;
  text-transform: none;
}
.page-profile .notification.popup .icon {
  display: block;
  float: none;
}
.page-profile .notification.popup .type {
  line-height: normal;
}
.page-profile .notification.popup .message {
  font-family: "Montserrat", sans-serif;
}
#customer-profile-tabs.customer-profile-v2 .scroller [class^="scroll-"]:after {
  transform: none;
}
#customer-profile-tabs.customer-profile-v2 .scroller .scroll-right:after {
  right: 15px;
  left: auto;
}
#customer-profile-tabs.customer-profile-v2 .scroller .scroll-left:after {
  left: 14px;
}
.page-profile .site-popup .title-bar .close::after {
  display: none;
}
.widget-navigation .nav-profile-logged-in {
  padding-top: 10px;
}
.page-product .widget-currency .form-row {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 15px;
}
.page-product .widget-currency .form-row label {
  width: auto;
}
.page-product .widget-currency .form-row select {
  width: auto;
  padding: 5px 24px 5px 15px;
  height: auto;
  background: #fff url("../images/select-down-arrow.png") no-repeat scroll right
  center;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 -2px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 24px;
  background-color: #ffffff;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card h1 {
  margin: 0;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-created {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #4f4f4f;
}
.customer-profile-v2
#bmui-tab-my-orders
.order-basic-info-card
.track-order-action {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 15px;
  cursor: pointer;
}
.customer-profile-v2
#bmui-tab-my-orders
.order-basic-info-card
.order-basic-info-bottom {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px rgba(0, 0, 0, 0.08) solid;
}
.customer-profile-v2
#bmui-tab-my-orders
.order-basic-info-card
.order-basic-info-bottom
.panel-header {
  margin: 0;
  padding: 0;
  border: none;
  align-items: flex-start;
}
.customer-profile-v2
#bmui-tab-my-orders
.order-basic-info-card
.order-basic-info-bottom
.panel-header
.address-view
.title {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #212529;
  text-transform: uppercase;
}
.customer-profile-v2
#bmui-tab-my-orders
.order-basic-info-card
.order-basic-info-bottom
.panel-header
.address-view
.name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.customer-profile-v2
#bmui-tab-my-orders
.order-basic-info-card
.order-basic-info-bottom
.panel-header
.address-view {
  font-size: 14px;
  font-weight: 500;
  color: #4f4f4f;
}
.customer-profile-v2
#bmui-tab-my-orders
.order-basic-info-card
.order-basic-info-bottom
.header-left {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 20px;
  border-right: 1px rgba(0, 0, 0, 0.08) solid;
}
.customer-profile-v2
#bmui-tab-my-orders
.order-basic-info-card
.order-basic-info-bottom
.header-right {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 20px;
}
.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap {
  width: 318px;
  margin-left: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 -2px 10px 0 rgba(0, 0, 0, 0.05);
  background: #ffffff;
  border-radius: 8px;
  margin-top: 0;
}
.customer-profile-v2
#bmui-tab-my-orders
#order-details
.order-info-wrap
.info-row {
  display: flex;
  padding: 14px 16px;
  margin: 0;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
}
.customer-profile-v2
#bmui-tab-my-orders
#order-details
.order-info-wrap
.info-row
label {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #626262;
}
.customer-profile-v2
#bmui-tab-my-orders
#order-details
.order-info-wrap
.info-row
.value {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
.customer-profile-v2
#bmui-tab-my-orders
#order-details
.order-info-wrap
.info-row:last-child {
  border-bottom: none;
}
.customer-profile-v2
#bmui-tab-my-orders
#order-details
.order-info-wrap
.info-row:last-child
label,
.customer-profile-v2
#bmui-tab-my-orders
#order-details
.order-info-wrap
.info-row:last-child
.value {
  font-weight: 600;
  color: #000000;
}
#customer-profile-tabs.customer-profile-v2 .profileLogout a:hover {
  color: #000000;
}
@media (min-width: 992px) {
  #customer-profile-tabs.customer-profile-v2 .customer-profile-left-wrapper {
    top: 122px;
  }
}
.payment-form.site-popup-form input[type="text"] {
  width: 100%;
}
.payment-form.site-popup-form input[type="text"]:focus {
  border: 1px solid #000;
}
.site-popup.popup.active
.content
.payment-form.site-popup-form
.double-input-row.mandatory {
  display: flex;
  flex-wrap: wrap;
}
.site-popup.popup.active
.content
.payment-form.site-popup-form
.double-input-row
label {
  width: 100%;
  font-size: 14px;
}
.page-profile .site-popup .payment-form .terms_and_condition_title {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.page-profile .site-popup .payment-form .form-row.agree-terms {
  padding-left: 20px;
  position: relative;
  line-height: 0;
}
.page-profile .site-popup .payment-form .form-row.agree-terms input.checkbox {
  position: absolute;
  top: 4px;
  left: 0;
}
.page-profile .site-popup .button-line button.cancel-button {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #000 !important;
  padding: 6px 23px !important;
  background: transparent !important;
  border: 1px rgba(0, 0, 0, 0.2) solid !important;
  border-radius: 37px !important;
}
.page-profile .site-popup .button-line button.cancel-button:hover {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  background: none;
  border: 1px rgba(0, 0, 0, 0.4) solid;
  border-radius: 4px;
}
#customer-profile-tabs.customer-profile-v2
.product-view.scrollable-view
.product-block
.block-content-wrap {
  padding: 10px;
}
#customer-profile-tabs.customer-profile-v2
.product-view.scrollable-view
.product-block
.product-name-link {
  color: #000000;
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}
#customer-profile-tabs.customer-profile-v2
.product-view.scrollable-view
.product-block
.block-content-wrap {
  text-align: left;
}
#customer-profile-tabs.customer-profile-v2 button:hover {
  color: #fff;
  background: #ff3b64;
}
#customer-profile-tabs.customer-profile-v2
.customer-password-change-card
.btn-row
.cancel-button,
#customer-profile-tabs.customer-profile-v2
#customer-manage-card-billing_address
.edit-address-form
.form-row.btn-row
.cancel-button,
#customer-profile-tabs.customer-profile-v2
#customer-manage-card-shipping_address
.edit-address-form
.form-row.btn-row
.cancel-button {
  color: #000;
}
#customer-profile-tabs.customer-profile-v2 .pagination span {
  width: auto;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.prev::before,
#customer-profile-tabs.customer-profile-v2 .pagination span.next::before {
  content: none;
}
#customer-profile-tabs.customer-profile-v2 .gift_card .check-balance {
  display: inline-block;
}
#customer-profile-tabs.customer-profile-v2 .gift_card .errorlist.after {
  position: unset;
}
.page-profile .site-popup.popup {
  max-width: 400px;
  min-width: 290px;
  width: calc(100% - 40px) !important;
}
.page-profile
.site-popup.popup
.payment-form.site-popup-form
.header-wrapper
> h1 {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 15px;
  font-family: "Montserrat", sans-serif;
}
.page-profile .form-row {
  margin: 15px 0;
}
.page-profile .payment-form .form-row label,
.page-profile .payment-form .double-input-row label {
  display: block;
  padding-bottom: 0;
  width: auto;
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
.page-profile .payment-form.site-popup-form input[type="text"] {
  width: 100%;
  height: 40px;
}
.site-popup.popup.active
.content
.payment-form.site-popup-form
.double-input-row
> .form-type-info {
  color: #999;
  font-size: 20px;
  height: 40px;
  line-height: 37px;
  margin: 0;
  text-align: center;
  width: 26px;
  background: #fff;
  border: none;
}
.page-profile .site-popup .title-bar {
  text-align: left;
}
.page-profile .site-popup .content {
  padding: 15px 20px !important;
  background-color: #fff;
}
.page-profile .popup .button-line,
.page-profile .popup .footer {
  background-color: #f2f2f2;
  margin-top: 0;
  text-align: right;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 25px;
  border-top: none;
  display: flex;
  justify-content: right;
}
.page-profile .site-popup .button-line button.cancel-button {
  order: 2;
  margin-left: 10px;
}
.page-profile .site-popup .button-line button {
  border: 1px #f0f3f4 solid;
  margin: 0;
}
.page-profile .site-popup .submit-button.site-popup-form-submit {
  color: #fff !important;
}
#customer-profile-tabs.customer-profile-v2 .button.profileLogout {
  border: none;
}
#customer-profile-tabs.customer-profile-v2
.product-view.scrollable-view
.product-block {
  padding: 0;
  width: 253px;
  margin: 5px;
}
.widget-navigation .nav-profile-logged-in .nav-customer-name {
  padding-right: 5px;
  word-break: break-all;
  line-height: normal;
}
#customer-profile-tabs.customer-profile-v2 .variation-container {
  display: none;
}
#customer-profile-tabs.customer-profile-v2
.product-view.scrollable-view
.header
.scroller {
  right: 20px;
  width: auto;
  top: 14px;
  z-index: 0;
}
#customer-profile-tabs.customer-profile-v2
.product-view.scrollable-view
.header
.scroll-left,
#customer-profile-tabs.customer-profile-v2
.product-view.scrollable-view
.header
.scroll-right {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.07);
  height: 40px;
  width: 40px;
  position: relative;
  border: none;
  filter: none;
  top: 0;
  left: 0;
  margin: 0;
  transform: none;
}
.page-profile .errorlist.after {
  position: unset;
}
#customer-profile-tabs.customer-profile-v2
.customer-password-change-card
.password-edit-link {
  height: auto;
  border-radius: 37px;
}
.page-profile .spacer {
  display: none;
}
#customer-profile-tabs .abandoned-cart-items-wrap .product-col,
#customer-profile-tabs .order-items-wrap .product-col {
  width: 250px;
}
#customer-profile-tabs .order-items-wrap .wrapper[data-label="Product:"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#customer-profile-tabs .order-items-wrap .wrapper[data-label="Product:"] a {
  width: 48px;
  height: 48px;
  flex-grow: 0;
  flex-shrink: 0;
}
#customer-profile-tabs.customer-profile-v2
.credit-debit-card
.link-card-suggest {
  margin: 14px 0;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn, #customer-profile-tabs.customer-profile-v2 button {
  border: none;
  background: #ee3e35;
  margin: 0;
  border-radius: 37px;
}
#customer-profile-tabs.customer-profile-v2 button:hover,
.page-profile .site-popup .button-line button:hover,
#customer-profile-tabs.customer-profile-v2
.credit-debit-card
.link-card-btn:hover,
.page-profile .confirm-popup .button-line button:hover {
  background: #ec534b;
}
#customer-profile-tabs.customer-profile-v2
#customer-manage-card-billing_address
.address-card-item-group-header
.action-icon.edit:hover::after,
#customer-profile-tabs.customer-profile-v2
#customer-manage-card-shipping_address
.address-card-item-group-header
.action-icon.edit:hover::after {
  color:#ee3e35;
}
.page-profile .confirm-popup .button-line button {
  border: none;
}
.site-popup.popup.active
.content
.payment-form.site-popup-form
.double-input-row
.mandatory.mandatory-chosen-wrapper {
  width: 46%;
}
.page-profile .site-popup .button-line button {
  font-family: Manrope !important;
}
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
#customer-profile-tabs.customer-profile-v2
.abandoned_cart
.form-row
.submit-button {
  margin-right: 10px;
}
.page-profile .site-popup .button-line button {
  font-family: Manrope !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
  color: #fff !important;
  padding: 4px 28px !important;
  border-radius: 37px !important;
  background: #EE3E35 !important;
  height: 40px !important;
  border: 0 !important;
}
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row label,
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row span {
  width: auto;
  font-size: 16px;
  padding: 0 6px 0 0;
}
#customer-profile-tabs.customer-profile-v2 col.action-col {
  width: 100px;
}
#customer-profile-tabs.customer-profile-v2 .abandoned-cart-items-wrap,
#abondoned-cart-list,
.bmui-tab.left-side-header.customer-profile-v2
.bmui-tab-body-container
.save_cart {
  overflow-y: auto;
}
#customer-profile-tabs.customer-profile-v2 .abandoned-cart-items-wrap table,
#abondoned-cart-list table,
.bmui-tab.left-side-header.customer-profile-v2
.bmui-tab-body-container
.save_cart
table {
  min-width: 830px;
}
#customer-profile-tabs.customer-profile-v2
.product-view.scrollable-view
.header
.scroll-left,
#customer-profile-tabs.customer-profile-v2
.product-view.scrollable-view
.header
.scroll-right {
  border: 1px rgba(0, 0, 0, 0.2) solid;
}
#customer-profile-tabs.customer-profile-v2
.product-view.scrollable-view
.header
.scroll-left:hover,
#customer-profile-tabs.customer-profile-v2
.product-view.scrollable-view
.header
.scroll-right:hover {
  border: 1px rgba(0, 0, 0, 0.4) solid;
}
.page-profile .site-popup .close.cancel-button {
  border: 1px rgba(0, 0, 0, 0.2) solid !important;
}
.page-profile .site-popup .close.cancel-button:hover {
  border: 1px rgba(0, 0, 0, 0.4) solid !important;
  background: transparent !important;
}
#customer-profile-tabs.customer-profile-v2 button[disabled] {
  border: none !important;
}
#customer-profile-tabs .scrollable-view .content {
  display: block;
}
.page-profile .confirm-popup .button-line button.no-button:hover {
  background: transparent;
}

@media (max-width: 767px) {
  #customer-profile-tabs.customer-profile-v2
  .customer-password-change-card
  .manage-password {
    display: flex;
  }
  #customer-profile-tabs.customer-profile-v2
  .customer-password-change-card
  .password-edit-link {
    margin-top: 0;
  }
  .site-popup.popup.active
  .content
  .payment-form.site-popup-form
  .double-input-row
  .mandatory.mandatory-chosen-wrapper {
    width: 100%;
  }
  .btn-group.view-switchers .image-view-switcher,
  .btn-group.view-switchers .list-view-switcher {
    margin-right: 3px;
  }
}

/*=============== New-Feature-Fixing ===================*/
/* ========= Product-Category-Section ========== */

.btn-group.view-switchers {
  margin: 5px 10px 10px 0;
  z-index: 1;
  position: relative;
}
.btn-group.view-switchers .image-view-switcher,
.btn-group.view-switchers .list-view-switcher,
.btn-group.view-switchers .tabular-view-switcher {
  margin-top: 15px;
}
.btn-group.view-switchers .image-view-switcher {
  height: 21px;
  width: 21px;
  background-color: transparent;
}
.btn-group.view-switchers .list-view-switcher {
  height: 21px;
  width: 21px;
  background-color: transparent;
}
.btn-group.view-switchers .list-view-switcher {
  background-position: -21px 0;
}
.btn-group.view-switchers .list-view-switcher.active {
  background-position: -21px -20px;
}
.btn-group.view-switchers .tabular-view-switcher {
  background-image: url("/template/e509bc3a/images/grid-list-view.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 23px;
  margin-right: 0;
  padding: 0;
  background-color: transparent;
}
.btn-group.view-switchers .tabular-view-switcher {
  background-position: -45px 0;
}
.btn-group.view-switchers .tabular-view-switcher.active {
  background-position: -45px -20px;
}
.parent-name {
  font-size: 14px !important;
  padding: 10px 0 0 0;
  color: #000;
  text-align: center;
  display: none;
}

/* ========= Product-Listing View========== */

/* ========= End Product-Listing View========== */

/* ========= Product-Tabular View========== */
.product-view.tabular-view .content {
  margin: 0;
}
.product-view.tabular-view .product-name-link {
  font-family: "Glacial Indifference";
  font-size: 16px;
  font-weight: 400;
  color: #32312f;
  max-width: 300px;
}
.product-view.tabular-view .current-price {
  font-weight: 500;
  font-size: 17px;
  color: #000;
}
.product-view.tabular-view .tax-message {
  font-size: 12px;
  font-weight: 400;
}
.product-view.tabular-view .product-table-view-column .stepper {
  margin-right: 0;
  width: 75px;
}
.product-view.tabular-view
.tabular-product-view
.product-table-block
.product-table-view-column.header {
  height: auto;
}
.product-view.tabular-view
.product-table-view-header
.product-table-view-column {
  font-weight: 600;
  font-size: 16px;
}
.product-view.tabular-view .tabular-product-view {
  overflow-y: auto;
}
.product-view.tabular-view .tabular-product-view .product-table-block {
  min-width: 620px;
  padding-bottom: 15px;
}
.product-view.tabular-view .price {
  padding: 0;
  font-size: 15px;
}
/* ========= End Product-Tabular View========== */

.product-view.list-view .product-view.scrollable-view .content {
  font-size: 0;
  margin: 0;
  text-align: left;
}
.product-view.list-view .content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
.product-view.list-view .content .product-block {
  width: calc(50% - 15px) !important;
  padding: 0;
  border: 1px solid #e6e6e6;
  display: flex;
  margin: 15px 0;
  overflow: hidden;
  position: relative;
  height: auto;
}
.product-view.list-view .content .product-block .image.product-image {
  width: 42%;
}
.product-view.list-view .content .product-block .block-content-wrap {
  width: 58%;
  padding: 25px 15px 15px 20px !important;
}
.product-view.list-view .content .product-block .image.product-image img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
}
.product-view.list-view .product-image-link {
  height: 100%;
}
.product-view.list-view .btn-add {
  text-align: left;
  flex-direction: column;
  margin-top: 15px;
  position: unset;
  display: flex;
  padding: 0;
  justify-content: start;
}
.product-view.list-view .content .product-block .in-stock {
  margin-top: 7px;
}
.product-view.list-view
.content
.product-block
.block-content-wrap
.price-waper {
  margin: 5px 0 10px;
  width: 100%;
  text-align: left;
  display: block;
  padding: 0;
}
.product-view.list-view .product-name-link {
  color: #32312f;
  font-size: 17px;
  padding: 0 0 18px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block !important;
  font-weight: 500;
}
.product-view.list-view .product-name-link:hover {
  color: #32312f;
}
.product-view.list-view .current-price.price {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  display: inline-block;
}
.product-view.list-view .product-block .btn-add .add-to-cart-button.button,
.product-view.list-view .product-block .btn-add .add-to-wish-list,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button,
.product-view.list-view
.product-block
.btn-add
.remove-from-compare-button.button {
  background: #000 none repeat scroll 0 0;
  height: auto;
  transition: all 300ms ease 0s;
  line-height: 24px;
  margin: 0 0 10px;
  padding: 8px 10px;
  font-size: 15px;
  border-radius: 30px;
  border: none;
  display: block;
  max-height: 40px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-view.list-view .product-block .btn-add .add-to-wish-list::after {
  content: none;
}
.product-view.list-view .product-block .btn-add .add-to-wish-list::before {
  content: none;
}
.product-view.list-view
.product-block
.btn-add
.add-to-wish-list:hover::before {
  color: #000;
}
.product-view.list-view
.product-block
.btn-add
.remove-from-compare-button.button::after,
.product-view.list-view
.product-block
.btn-add
.add-to-compare-button.button::after {
  content: none;
}
.product-view.list-view
.product-block
.btn-add
.add-to-cart-button.button:hover,
.product-view.list-view .product-block .btn-add .add-to-wish-list:hover,
.product-view.list-view
.product-block
.btn-add
.add-to-compare-button.button:hover,
.product-view.list-view
.product-block
.btn-add
.remove-from-compare-button.button:hover {
  background-color: #EE3E35;
  color: #000 !important;
  border: none;
}
.product-view.list-view .tax-message {
  color: #666;
  font-size: 12px;
  font-weight: 400;
}
.product-view.list-view .review-rating span {
  width: 14px !important;
  height: 14px;
}
.product-view.list-view .review-rating {
  width: auto !important;
}
.fee-widget-product-list-view
.product-view.list-view
.content
.product-block
.block-content-wrap {
  padding: 30px 20px;
}
.product-view.list-view .product-block .review-rating-wrapper {
  position: absolute;
  left: 42%;
  right: auto;
  padding: 0 0 0 20px;
  margin: 0;
  top: 60px;
  bottom: auto;
}
.product-view.list-view .product-block .parent-name {
  position: absolute;
  left: 42%;
  right: auto;
  padding: 0 0 0 20px;
  top: 5px;
}
.product-view.list-view .block-content-wrap .price-waper .previous-price.price {
  padding: 0;
  font-size: 17px;
  display: block;
}
.product-view.list-view .product-block .price-waper > * {
  margin-right: 0;
}
.product-view.list-view .content .product-block .summary p,
.product-view.list-view .content .product-block .summary {
  font-size: 14px;
  text-align: left;
  color: #555;
  line-height: 22px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 20px 0 10px;
  height: auto;
}
.product-view.list-view .content .product-block .summary p {
  margin: 0;
}
.product-view.list-view .chosen-container-single .chosen-single {
  padding: 5px 14px;
  height: auto;
}
.product-view.list-view .product-block .variation-thumb .variation-type {
  justify-content: start;
}
.product-view.list-view
.product-block
.variation-thumb
.variation-type
.type-label {
  text-align: left;
}
.product-view.list-view
.product-widget.widget-variation-product-list
.variation-type {
  justify-content: start;
}

@media (max-width: 991px) {
  .product-view.list-view .content .product-block {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-view.list-view .content .product-block .image.product-image {
    width: 50%;
  }
  .product-view.list-view .content .product-block .block-content-wrap {
    width: 50%;
    padding: 25px 15px 15px 20px;
  }
  .product-view.list-view .product-block .review-rating-wrapper,
  .product-view.list-view .product-block .parent-name {
    left: 50%;
  }
}
@media (max-width: 480px) {
  .product-view.list-view .content .product-block .image.product-image {
    width: 35%;
  }
  .product-view.list-view .content .product-block .block-content-wrap {
    width: 65%;
    padding: 25px 15px 15px 15px;
  }
  .product-view.list-view .product-block .review-rating-wrapper,
  .product-view.list-view .product-block .parent-name {
    left: 35%;
    padding: 0 0 0 15px;
  }
  .product-widget.widget-variation-product-list h3 {
    font-size: 14px !important;
  }
  .product-widget.widget-variation-product-list
  .variation-thumb
  .text
  .variation-value {
    font-size: 14px;
    padding: 3px 2px;
  }
  .product-widget.widget-variation-product-list .variation-type {
    flex-wrap: wrap;
  }
}

/* ========= End Product-Category-Section ========== */

/* ========= Product Variation ========== */
.variation-container table.matrix td {
  display: table-cell;
}
.stepper .stepper-arrow {
  z-index: 99;
}
.variation-container table.matrix tr th .text {
  font-size: 13px;
}
.product-view.scrollable-view .product-widget.widget-variation-product-list,
.product-view.image-view .product-widget.widget-variation-product-list {
  border: none;
  margin: 0 0 7px 0;
}
.product-widget.widget-variation-product-list {
  border: none;
  margin: 0;
}
.product-widget.widget-variation-product-list .variation-type {
  padding: 5px 0;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0;
}
.product-widget.widget-variation-product-list
.variation-thumb
.variation-type
.type-label {
  color: #222222;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  text-transform: none;
  line-height: 22px;
  margin: 0 0 5px;
  width: 100%;
  text-align: left;
  max-width: 100%;
}
.product-widget.widget-variation-product-list .variation-thumb ul {
  margin: 0 0 0 -5px;
  padding: 0;
  line-height: normal;
}
.product-widget.widget-variation-product-list .variation-thumb ul li::after {
  content: none;
}
.product-widget.widget-variation-product-list .variation-thumb ul li {
  border: medium none;
  display: inline-block;
  font-size: 0;
  line-height: 1;
  list-style: outside none none;
  padding: 0 0 5px 5px;
  margin-right: 5px;
}
.product-widget.widget-variation-product-list
.variation-thumb
.variation-type.color
.variation-value {
  border: medium none;
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
}
.product-widget.widget-variation-product-list
.variation-thumb
.option-cell:last-child
.text
.variation-value,
.product-widget.widget-variation-product-list
.variation-thumb
.option-cell:last-child
.variation-value.text {
  margin-right: 0;
}
.product-widget.widget-variation-product-list .variation-thumb ul li * {
  font-size: 14px;
}
.product-widget.widget-variation-product-list
.variation-thumb
.color
.option-cell.selected
.variation-value::after {
  border: 2px solid #000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.product-widget.widget-variation-product-list
.variation-thumb
.text
.variation-value {
  border: 2px solid #000;
  color: #3b3a3a;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  height: 30px;
  line-height: 20px;
  margin-right: 7px;
  min-width: 30px;
  padding: 3px;
  text-align: center;
}
.product-widget.widget-variation-product-list
.variation-thumb
.text
.selected
.variation-value {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.product-widget.widget-variation-product-list h3 {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  margin: 15px 0 10px;
}
.product-view.list-view .product-block:hover .image-link::after {
  opacity: 1;
}
.product-view.list-view .product-block .image-link::after {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms ease-out 0s;
}

/* ========= Product Detail Variation ========== */

.widget-variation .variation-container .variation-thumb > div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.widget-variation .variation-container .variation-thumb > div + div {
  border-bottom: 0;
  margin-bottom: 0;
}
.widget-variation
.variation-container
.variation-thumb
.selected-value-display {
  display: flex;
  width: 100%;
  font-size: 15px;
  margin: 0 0 5px;
  font-weight: 600;
  color: #000;
  justify-content: space-between;
}
.widget-variation
.variation-container
.variation-thumb
.selected-value-display
.selected-option-label {
  font-weight: 400;
  letter-spacing: 5%;
}
.variation-container .variation-type {
  margin: 0;
  padding: 0 0 15px;
  display: inline-block;
}
.popup.add-cart-information-popup .variation-container .variation-type.color {
  padding: 0 5px 15px 0;
}
.popup.add-cart-information-popup .variation-container .variation-type.text {
  padding: 0 0 15px 5px;
}
.popup.add-cart-information-popup .variation-container .variation-type {
  width: 50%;
  max-width: 100%;
}
.variation-container .variation-type.text {
  padding-bottom: 0;
}
.variation-container .variation-type .options {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 3px 0;
  line-height: 24px;
}
.variation-container .chosen-container .chosen-results .chosen-result {
  padding: 5px 10px;
  height: auto;
}
.product-widget.widget-variation
.variation-container
.variation-type.color
.option-cell {
  height: 46px;
  width: 46px;
  padding: 5px;
  border-radius: 30px;
}
.product-widget.widget-variation
.variation-container
.variation-type.color
.option-cell.selected {
  border: solid 1px #000;
  height: 46px;
  width: 46px;
  padding: 5px;
  border-radius: 30px;
}
.variation-container .variation-type.color .variation-value {
  border: none;
  padding: 0;
  display: inline-block;
  height: 23px;
  width: 23px;
  min-width: 23px;
}
.variation-container .variation-type.text ul li .variation-value.text {
  border: 2px solid #000;
  color: #3b3a3a;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  line-height: 24px;
  margin-right: 7px;
  min-width: 58px;
  padding: 3px;
  text-align: center;
  text-transform: capitalize;
  border-radius: 30px;
}
.variation-container .variation-type.text ul li:hover .variation-value.text,
.variation-container .variation-type.text ul li.selected .variation-value.text {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.widget-variation
.advanced-variation-ui
#variation-combination-details
.cart-preview-panel,
.widget-variation
.advanced-variation-ui
#variation-combination-details
.cart-preview-panel
.cart-preview-table {
  width: 100%;
}
.widget-variation
.advanced-variation-ui
#variation-combination-details
.cart-preview-panel
.cart-preview-table
td.quantity-selector-column {
  width: 110px;
}
.widget-variation .variation-container table.matrix {
  margin-bottom: 10px;
  width: 100%;
}
.selected-value-display,
.widget-variation .cart-preview-panel .variation-combination-preview {
  margin: 5px 0;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.widget-variation .cart-preview-panel .cart-preview-table {
  width: auto;
  margin: 0;
}
.widget-variation .cart-preview-panel .cart-preview-table td {
  vertical-align: middle;
  line-height: normal;
  padding: 10px 15px;
}
.widget-variation .cart-preview-panel .cart-preview-table th {
  padding: 10px 15px;
  font-size: 14px;
}
.widget-variation .cart-preview-panel .cart-preview-table .price-amount {
  font-size: 14px;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper {
  width: auto;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper-input {
  width: 70px;
  padding: 9px 22px 9px 10px;
}
.widget-variation .cart-preview-panel .second-level-variation-type {
  margin-left: 0;
}
.product-view.image-view .product-block .advanced-variation-ui,
.product-view.scrollable-view .product-block .advanced-variation-ui {
  justify-content: start;
}

/* ========= End Product Detail Variation ========== */
/****************reviews**********************/
.owlCarousel.widget.widget-gallery.customer-reviews {
  max-width: 1400px;
  width: 100%;
  margin: -150px auto 0;
  padding: 107px 84px 129px 436px !important;
  background-color: #f1efe1;
  border-radius: 20px;
  overflow: hidden;
}
.owlCarousel.widget.widget-gallery.customer-reviews
.owl-carousel
.owl-item
.article-content {
  padding-right: 20px;
}
.owlCarousel.widget.widget-gallery.customer-reviews
.owl-carousel
.owl-item
.article-content
h5 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 15px;
  leading-trim: Cap height;
  line-height: 27px;
  letter-spacing: 0%;
}
.owlCarousel.widget.widget-gallery.customer-reviews
.owl-carousel
.owl-item
.article-content
p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  leading-trim: Cap height;
  line-height: 25px;
  letter-spacing: 0%;
  color: #000;
}
.owlCarousel.widget.widget-gallery.customer-reviews
.owl-carousel
.owl-item
.article-content
h6 {
  font-family: Manrope;
  font-weight: 600;
  font-size: 15px;
  leading-trim: Cap height;
  line-height: 27px;
  letter-spacing: 0%;
}

.owlCarousel.widget.widget-gallery.customer-reviews .widget-title {
  position: absolute;
  left: 120px;
  max-width: 200px;
  font-family: Manrope;
  font-weight: 400;
  font-size: 46px;
  line-height: 53px;
  letter-spacing: 1%;
  text-align: center;
}
.owlCarousel.widget.widget-gallery.customer-reviews .widget-title:after {
  content: "form 756 reviews";
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  display: block;
  padding-top: 45px;
  background: url("/template/e509bc3a/images/rstar.svg") no-repeat;
  background-position: center 20px;
}
.owlCarousel.widget.widget-gallery.customer-reviews
.owl-carousel
.owl-item
.article-title {
  font-size: 0;
  background: url("/template/e509bc3a/images/rstar.svg") no-repeat;
  background-position: 0;
}
.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls {
  position: absolute;
  width: 100%;
  top: 35%;
}
.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls .owl-prev,
.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls .owl-next {
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: transparent url("../images/scrole-arrow-product.svg") no-repeat
  center;
}
.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls .owl-prev {
  transform: rotate(-180deg);
}
.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls .owl-prev {
  float: left;
  margin-left: -80px;
}
.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls .owl-next {
  float: right;
  margin-right: -50px;
}
.owlCarousel.widget.widget-gallery.customer-reviews
.owl-controls
.owl-prev:hover,
.owlCarousel.widget.widget-gallery.customer-reviews
.owl-controls
.owl-next:hover {
  background: #fff url("../images/scrole-arrow-product.svg") no-repeat center;
}
body.page-faqs .body {
}
/***********************************************/
/* Start Tab Accordion */
.widget-tabAccordion.pricing-accordion {
  background: #f5f8ff;
  margin: 0;
}
.widget-tabAccordion .widget-title {
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 70px;
  color: #000;
  padding: 120px 0 40px;
  text-align: center;
  max-width: 710px;
  margin: 0 auto;
}
.accordion-panel {
  padding: 50px 0 135px;
  max-width: 920px;
  margin: 0 auto;
}
.accordion-panel > .label-bar .toggle-icon {
  right: 18px;
  left: auto;
  top: 18px;
}
.accordion-panel > .label-bar {
  background: transparent;
  border-radius: 0;
  height: auto;
  padding: 23px 40px 26px 0;
  white-space: normal;
  font-style: normal;
  color: #000;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e1e3eb;
  font-family: Manrope;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1%;
}
.accordion-panel > .label-bar:after {
}
.accordion-panel > .label-bar:hover:after {
}
.accordion-panel > .label-bar.expanded {
  border-radius: 0;
  box-sizing: unset;
  box-shadow: unset;
  border-bottom: 1px solid transparent;
  height: auto;
  margin-top: 0;
  color: #000;
  background: transparent;
  padding: 23px 0 26px;
  padding-right: 40px;
}
.accordion-panel > .accordion-item.expanded {
  padding: 0 0 30px;
  background: transparent;
  box-sizing: border-box;
  margin-top: 0;
  color: #000;
  border: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e1e5e5;
}
.accordion-item.expanded p {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #373737;
  margin: 0 0 20px;
  padding: 0;
}
.accordion-item.expanded p:last-of-type {
  margin: 0;
}
.accordion-panel > .label-bar .toggle-icon {
  height: 20px;
  width: 20px;
  background-image: url("/template/e509bc3a/images/plus-minus.svg");
  right: 0;
  left: auto;
  top: 0;
  -webkit-transition: unset;
  transition: unset;
}
.accordion-panel > .label-bar.expanded:hover .toggle-icon {
}
.accordion-panel > .label-bar.expanded .toggle-icon {
  background-position: 0 -108px;
}
.widget.widget-filter .accordion-panel > .label-bar:hover label {
  color: #EE3E35;
}
.accordion-panel > .label-bar.collapsed:hover {
}
.accordion-panel > .label-bar:hover .toggle-icon {
  background-position: 1px -34px;
  transform: rotate(180deg);
  top: 0;
  right: 0;
  -webkit-transition: unset;
  transition: unset;
}
.accordion-panel > .accordion-item.expanded .wc-tab-accordion-widget {
}
.accordion-panel > .accordion-item.collapsed .wc-tab-accordion-widget {
  padding: 0 !important;
}
.accordion-panel > .accordion-item.collapsed {
  padding: 0 0 30px;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
}
.accordion-panel > .accordion-item.collapsed p {
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin: 0;
  padding: 0;
}
.accordion-panel > .label-bar:last-of-type {
  margin-bottom: 10px !important;
}
.accordion-panel > .accordion-item.expanded:last-of-type,
.accordion-panel > .label-bar:nth-last-child(2) {
  border-bottom: 0;
}
/* End Tab Accordion */

/* ========= End  Product Variation ========== */

button.load-more-pagination {
  margin: 40px auto 15px;
  text-align: center;
  display: flex;
}
.checkout-page.version-2 .express-checkout-panel .title {
  font-size: 12px;
  color: #000;
  text-align: center;
  background: #fff;
  max-width: fit-content;
  margin: -40px auto 25px;
  border-radius: 30px;
  padding: 2px 20px 4px;
  border: 1px solid #ccc;
}
.variation-container .advanced-variation-ui .parent-variation-type {
  display: block;
  width: 100%;
}
.widget-price .price .tax-message {
  display: block;
  margin-top: 10px;
}
.product-widget.widget-price .label-for-price {
  position: relative;
  top: -6px;
  margin-right: 4px;
}
.product-block .advanced-variation-ui .representation .variation-option {
  padding: 2px;
  width: auto;
  height: auto;
  min-width: 26px;
  min-height: 26px;
  line-height: normal;
}
.advance.checkout-page .form-row textarea,
.advance.checkout-page textarea {
  width: 100%;
  height: auto;
  min-height: 150px;
}
.entire-search {
  margin: 0 auto;
  text-align: center;
}
.advance.checkout-page
.payment-gateway-expend-view
.payment-gateway-info
.payment-gateway-summery {
  display: inline-block;
}
.advance.checkout-page .form-row input,
.advance.checkout-page .form-row select,
.advance.checkout-page .form-row textarea,
.advance.checkout-page textarea {
  border: 1px #cdcdcd solid;
  font-size: 16px;
  padding: 10px;
}
.cartitem-table .discount-column {
  width: auto;
}
.registration-form .form-row .errorlist.after .message-block {
  overflow: hidden;
  max-width: 335px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header .sortable {
  margin-top: 5px;
  margin-bottom: 5px;
  float: right;
}
.pagination-literal-status {
  margin: 5px 10px 5px 0;
}
.flying-cart-container .message-block.error-message,
.flying-cart-container .message-block.error,
.flying-cart-container .message-block.info-message,
.flying-cart-container .message-block.success {
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
}
.registration-form .form-row.validation-error {
  border: none;
  background: transparent;
}
.registration-form > .errorlist.after {
  margin: 10px 0 10px 15px;
  position: unset;
  padding: 0;
}
.registration-form .Zebra_DatePicker_Icon_Wrapper::after {
  content: none;
}
.registration-form button.Zebra_DatePicker_Icon {
  background-position: right center;
}
.registration-form .form-row.simple-captcha label,
.registration-form .form-row.submit-row label,
.registration-form .form-row.simple_captcha_help_text label {
  display: none;
}
.password-reset-form .form-row {
  vertical-align: bottom;
}
#customer-profile-tabs.customer-profile-v2 .customer-redirect-page-link a {
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
}
#customer-profile-tabs.customer-profile-v2 .special-product .title {
  margin-bottom: 5px;
}
.scrollable-view {
  border-bottom: none;
}
.widget-variation .advanced-variation-ui {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  flex-direction: inherit;
}
.widget-variation .advanced-variation-ui .representation {
  margin: 0 7px 0 0;
}
.stepper .stepper-arrow {
  z-index: 99;
}
.widget-variation .selected-variation-product table {
  border: none;
}
.product-widget.widget-variation
.variation-container
#selected-variation-products {
  margin: 20px 0;
}
.widget-variation .advanced-variation-ui > .representation .variation-option {
  padding: 5px;
  width: 30px;
  height: 30px;
}
.widget-variation
.cart-preview-panel
.cart-preview-table
.variation-option.text {
  border: none;
  padding: 0;
  margin: 0;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper {
  display: flex;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper {
  width: auto;
}
.widget-variation .advanced-variation-ui #variation-combination-details {
  display: flex;
  align-items: start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.widget-productImage .detail-image-swiper {
  display: none;
}
#customer-profile-tabs .scrollable-view .content {
  max-width: 100%;
}
#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list {
  margin-top: 15px;
  display: inline-block;
  text-transform: capitalize;
  width: auto;
  border-radius: 37px;
}
.product-view.list-view .content .product-block .image.product-image .btn-add {
  padding: 0 10px;
}
#customer-profile-tabs .scrollable-view .header {
  padding: 0;
  height: auto;
  min-height: 15px;
}
select.per-page-count {
  width: 75px;
}
.empty-flying-cart-wrapper .empty-flying-cart-icon {
  font-size: 15px;
}
.registration-form .errorlist.after,
.page-checkout .errorlist.after {
  position: unset;
}
.advance.checkout-page .error-field-error.inline-error,
.advance.checkout-page .validation-error {
  border: none;
  background: transparent;
}
.advance.checkout-page button.Zebra_DatePicker_Icon,
.advance.checkout-page button.Zebra_DatePicker_Icon:hover {
  background: transparent;
}
.advance.checkout-page .Zebra_DatePicker_Icon_Wrapper::after {
  content: none;
}
.product-view.scrollable-view .header .scroller {
}
.checkout-page.version-2
.billing-address
.form-row.form-row-error-validation
label,
.checkout-page.version-2
.shipping-address
.form-row.form-row-error-validation
label,
.checkout-page.version-2
.contact-panel
.contact-info
.form-row.form-row-error-validation
label,
.checkout-page.version-2
.contact-panel
.contact-info
.form-row.active-row
label,
.checkout-page.version-2
.contact-panel
.contact-info
.form-row.has-value-row
label {
  top: -13px;
}
.checkout-header {
  -ms-grid-columns: 53% 47%;
  grid-template-columns: 53% 47%;
}
.checkout-header-left {
  padding-right: 0;
}
.checkout-header-left .logo-panel img {
  height: auto;
}
.checkout-header-left-inner .back-page:hover .back-link-text,
.checkout-header-left-inner .back-page:hover .back-icon,
.checkout-page.version-2 div.terms-and-condition a:hover {
  color: #EE3E35;
}
@media (max-width: 991px) {
  .bmui-tab.left-side-header.customer-profile-v2
  .customer-profile-right
  > .bmui-tab-body-container {
    margin-top: 40px;
  }
  #customer-profile-tabs.customer-profile-v2 .customer-redirect-page-link {
    justify-content: flex-start;
  }
  .customer-profile-v2-wrapper {
    padding: 0 15px 90px;
  }
  .product-view .footer .pagination-literal-status {
    float: none;
  }
  .category-detail-view img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .category-details .product-container .title,
  .category-details .subcategory-container .title {
    text-align: left;
  }
  .category-details-container,
  .subcategory-container {
    padding: 0 0 20px;
  }
  .subcategory-container .title,
  .product-container .title {
    padding-bottom: 0;
    text-align: left;
  }
  .customer-profile-page-with-background {
    margin-bottom: 30px;
  }
  .bmui-tab.left-side-header.customer-profile-v2
  .customer-profile-right
  > .bmui-tab-body-container {
    margin-top: 30px;
  }
  .popup.image-popup-container {
    left: 20px !important;
    min-width: 100%;
    position: fixed !important;
    right: 0 !important;
  }
  .image-popup-container img.popup-image {
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }
  .popup {
    max-height: 90vh !important;
    overflow-y: auto;
    min-width: 310px;
    max-width: 310px;
  }
  .registration-form > .errorlist.after {
    margin: 0;
  }
  select.per-page-count {
    margin: 5px 7px;
  }
  .responsive .widget-navigation.user-nav .nav-wrapper.vertical.show {
    left: 0;
    transform: translateX(-48%);
  }
  .responsive .widget-navigation .nav-profile-logged-in,
  .responsive
  .widget-navigation
  .nav-profile-logged-in
  .nav-profile-info-wrapper {
    flex-direction: column;
  }
  .responsive .widget-navigation.user-nav .nav-wrapper.vertical.show::before {
    left: 50%;
  }
  .widget-navigation.user-nav .responsive-navigation .navigation-item.first a {
    padding: 10px 0 0;
  }
}

/* Latest flying cart popup */
div.flying-cart-content.page-content.loading.popup.active {
  max-width: 574px;
  width: 100% !important;
  right: 0 !important;
  left: auto !important;
  top: 0 !important;
}
.flying-cart-content.page-content.loading.popup {
  max-height: 100vh;
  padding: 0;
}
div.flying-cart-content .flyingt-cart-header {
  padding: 18px 0;
  max-width: 494px;
  margin: 0 auto;
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 1);
}
.flying-cart-content .cart-item-row.flying-cart-item.odd.cart-item {
  padding: 25px 0px 20px;
}
.flying-cart-content .flying-cart-footer {
  padding: 25px 40px;
  background: #f0f0f0;
}
div.flying-cart-quantity-wrapper .stepper {
  width: 99px;
  height: 30px;
  border-radius: 30px;
  padding: 0 30px;
  position: relative;
  background: #f7f7f7;
  border: 0;
}
.flying-cart-content
.flying-cart-product-quantity-selector.product-quantity-selector.text-type.stepper-input {
  border: none;
  font-size: 13px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-weight: 600;
}
.flying-cart-content .flying-cart-product-name a:hover {
  color: #EE3E35;
}
div.flying-cart-footer .continue-shopping-btn,
.flying-cart-content .flying-cartitem-btn-wrapper .flying-cart-footer-button {
}
div.flying-cart-footer .continue-shopping-btn:hover,
.flying-cart-content
.flying-cartitem-btn-wrapper
.flying-cart-footer-button:hover {
}
div.frequently-bought-together-products .product-separator {
  margin: -10px 0 0;
  color: #EE3E35;
  font-size: 20px;
}
div.frequently-bought-together-products .product-block {
  margin-top: -9px;
  border: 0;
}
.flying-cart-content .flying-cart-clear-cart-btn {
  font-size: 14px;
}
.flying-cart-content .flyingt-cart-header .save-cart-popup.button {
  width: auto;
  margin: 0 !important;
  height: auto;
  color: #fff;
  padding: 3px 9px;
  background: #000;
}
.flying-cart-content .flyingt-cart-header .save-cart-popup.button:hover {
  background: #ff3b64;
  color: #000;
}
.flying-cart.empty-cart .shipping-cart-empty-sub-text {
  text-align: center;
}
div.flying-cart-quantity-wrapper .stepper-arrow.up::before,
div.flying-cart-quantity-wrapper .stepper-arrow.up::after {
  top: 10px;
}
div.flying-cart-quantity-wrapper .stepper-arrow.down::before {
  left: 18px;
  top: 10px;
}
div.flying-cart-bottom-column {
  margin-top: 0;
  border-top: 0;
}
div.flying-cart-product-name a {
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0%;
  padding-right: 20px;
}
div.flying-cart-item-image img {
  border-radius: 10px;
}
div.flying-cart-item-name-quantity-wrapper .product-external-info {
  flex-direction: row;
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
.stepper:hover .stepper-input {
  background-color: transparent !important;
}
div.flying-cart-item-name-quantity-wrapper
.product-card__product-variation-item {
  margin-right: 12px;
}
div.flying-cart-item {
  padding: 25px 0;
  max-width: 494px;
  margin: 0 auto;
}
div.flying-cart-unit-price-wrapper {
  font-size: 14px;
  font-weight: 400;
}
/* new*/

.flying-cart-page-heading {
  font-size: 18px;
}
div.flying-cart-container .discount-up-sell-message {
  margin: 24px 20px 0;
}
.popup.flying-cart-content .product-view .header {
  margin: 0;
  padding: 0;
  min-height: unset;
}
.flying-cart-content .product-view .content.scrollable {
  padding: 0;
  border: 0;
  margin: 0;
}
.popup.flying-cart-content .product-view .header::after,
.popup.flying-cart-content .product-view .header::before {
  content: none;
}
.popup.flying-cart-content .product-view .header .scroller {
  margin: 0;
  width: auto;
}
.flying-cart-content .product-view .header .scroller .scroll-left,
.flying-cart-content .product-view .header .scroller .scroll-right {
  margin: 0;
  transform: none;
}
.flying-cart-content .recommended-products .flying-cart-special-add-to-cart {
  width: auto;
  border: none;
  margin: 0;
}
.flying-cart-content .recommended-products .recommend-item-image img {
  max-width: 90px;
  max-height: 90px;
}
.flying-cart-container .discount-up-sell-message .free-products {
  margin-top: 50px;
}
.flying-cart-content .product-view .header .scroller .scroll-left:before,
.flying-cart-content .product-view .header .scroller .scroll-right:before {
  display: none;
}
.flying-cart-content .free-products .product-name a {
  text-align: left;
  width: 173px;
}
.flying-cart-content .recommended-products .product-name,
.flying-cart-content .free-products .product-name {
  padding: 0;
  height: auto;
  min-height: auto;
}
.popup
.flying-cart-container
.discount-up-sell-message
.discount-upsell-container {
  padding: 5px 5px 4px 5px;
  line-height: normal;
  overflow: inherit;
}
.popup
.flying-cart-container
.discount-up-sell-message
.discount-upsell-container
.discount-upsell-text {
  display: block;
}
.popup .flying-cart-container .discount-up-sell-message .progress-bar {
  height: 28px;
}
.popup.flying-cart-content .product-view .header .scroller .scroll-left:hover,
.popup.flying-cart-content .product-view .header .scroller .scroll-right:hover {
  background-color: #000;
}
.flying-cart-content .recommended-products .product-name a:hover,
.popup.flying-cart-content .free-products .product-name a:hover,
.popup.flying-cart-content
.free-products
.flying-cart-special-add-to-cart:hover {
  color: #EE3E35;
}
.flying-cart-content .product-view .header .scroller .scroll-left:after,
.flying-cart-content .product-view .header .scroller .scroll-right:after,
.flying-cart-content .product-view .header .scroller .scroll-left:before,
.flying-cart-content .product-view .header .scroller .scroll-right:before {
  display: none;
}
.flying-cart-content .free-products .recommend-item-image img {
  max-width: unset;
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.flying-cart-content .free-products .flying-cart-special-add-to-cart {
  width: auto;
  border: none;
  box-shadow: none;
  margin: 0;
  font-size: 12px !important;
  font-weight: 600;
}
.flying-cart-content .product-view {
  margin: 0;
}
.flying-cart-content .free-products .product-block.product-view-height-width {
  box-shadow: none;
}
.custom-field-container-for-widget input[type="text"],
.custom-field-container-for-widget textarea,
.custom-field-container-for-widget select {
  background: #fff;
  width: 100%;
}
.custom-field-container-for-widget .chosen-container-single {
  width: 100%;
  padding-right: 0;
}
.custom-field-container-for-widget .chosen-container-single .chosen-single {
  background-position-x: 96%;
}
.chosen-container-multi .chosen-choices li.search-field::after,
.custom-field-container-for-widget
.chosen-container-multi
.chosen-choices
li.search-choice::after {
  display: none;
}
.body.custom-fields-advance-panel {
  background: transparent;
}
.checkout-page.version-2
.advance-checkout-steps-left-dom
.custom-fields-wrapper
.form-row
label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  margin: 0;
  padding: 0 0 10px;
}
@media (max-width: 767px) {
  .flying-cart-content.page-content.loading.popup {
    min-width: calc(100% - 40px);
    max-height: 100vh !important;
    left: 20px !important;
    width: 100vw !important;
  }
  div.flying-cart-page-heading {
    font-size: 20px;
  }
  div.flying-cart-close-button {
    width: auto;
  }
  div.flying-cart-page-heading-action-btn-wrapper {
    gap: 0 12px;
  }
  .payment-success-page-container .order-details h4,
  .payment-success-page-container
  .order-details
  .order_details_table
  tr
  td:first-child,
  .payment-success-page-container .order-details .order_details_table tr td {
    text-align: center !important;
  }
  .payment-success-page-container .order_details_table .product-name img {
    margin: 0 auto;
  }
}

/* end flying cart popup */

/* new check-out page */
.auto-page.page-post-payment #bs-B78B91F8-E168-49A7-BC62-EEAEA6B7A331,
.auto-page.page-checkout #bs-B78B91F8-E168-49A7-BC62-EEAEA6B7A331 {
  padding: 0;
}
.auto-page.page-cart .page-content,
.auto-page.page-checkout .page-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.checkout-page.version-2 div.advance-checkout-steps-left-dom select,
.checkout-page.version-2 div.advance-checkout-order-details-right-dom select {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.auto-page.page-checkout .checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button {
  font-family: Manrope;
  border-radius: 37px;
  border: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  height: 45px;
  color: #ffffff;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #EE3E35;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.auto-page.page-checkout .checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button:hover {
  background: #ec534b;
  border-radius: 37px;
  border: 0;
  box-shadow: none;
}
.checkout-page.version-2 .message-block.error,
.checkout-page.version-2 .message-block.error-message,
.checkout-page.version-2 .message-block.info-message,
.checkout-page.version-2 .message-block.success {
  font-size: 13px;
}
.checkout-page.version-2
.advance-checkout-order-details-right-dom-inner
.promo-codes-form
.input-wrapper
button {
  width: auto;
  margin: 0;
}
.advance.checkout-page .terms-and-condition span,
.advance.checkout-page .terms-and-condition span > a {
  font-weight: 400;
  font-size: 14px;
}
.bottom-snippet-content-advance-checkout p {
  margin: 10px 0;
  font-size: 15px;
}

@media (max-width: 991px) {
  .checkout-page.version-2 .advance-checkout-order-details-right-dom {
    padding: 40px 15px 40px 20px;
  }
  .checkout-page.version-2 .advance-checkout-order-details-right-dom-inner {
    padding: 15px;
  }
  .checkout-page.version-2 .advance-checkout-steps-left-dom {
    padding: 40px 15px;
  }
  .checkout-page.version-2
  .advance-checkout-order-details-left-dom-inner
  .header-wrapper {
    margin-bottom: 30px;
  }
  .checkout-page.version-2 .section.address .section.delivery-types,
  .checkout-page.version-2 .shipping-address-selection-parts,
  .checkout-page.version-2 .order-comment-row,
  .checkout-page.version-2 .payment-gateway-expend {
    margin: 20px 0 0;
  }
  .checkout-page.version-2 .advance-checkout-order-details-left-footer-info {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .checkout-page.version-2 .advance-checkout-order-details-left-dom-inner {
    width: 100%;
  }
  .checkout-page.version-2 .advance-checkout-order-details-left-footer-info {
    margin-top: 20px;
  }
  .checkout-page.version-2 .advance-checkout-order-details-right-dom {
    padding: 25px 15px;
  }
}

/* shopping cart page*/
.shopping-cart .my-cart-products-order-summary {
  flex-wrap: wrap;
  margin: 0 0 100px;
}
.shopping-cart .product-card__product-name_product-variation {
  max-width: 250px;
}
@media (max-width: 991px) {
  .shopping-cart .product-card__product-name_product-variation {
    max-width: 215px;
  }
}
.shopping-cart .product-card.cart-item:last-child {
  margin-bottom: 40px;
}
.shopping-cart .product-card__action-button-wrapper .add-to-wish-list::after,
.shopping-cart .product-card__action-button-wrapper .add-to-wish-list::before {
  display: none;
}
.shopping-cart
.order-summary-card__add-promo-codes
.promo-codes-form
.input-wrapper
input {
  padding: 0;
  width: 100%;
}
.shopping-cart .my-cart-order-summary {
  height: min-content;
}
.shopping-cart .my-cart__header {
  margin-bottom: 50px;
}
.shopping-cart .my-cart__header-button-wrapper .button {
  font-family: Manrope;
  background: #ee3e35;
  border-radius: 37px;
  border: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  height: 40px;
  color: #ffffff;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  text-transform: unset;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.shopping-cart .my-cart__header-button-wrapper .button:hover {
  background: #ec534b;
  border-radius: 37px;
  border: 0;
}
.shopping-cart .my-cart__header-button-wrapper .button.empty-cart {
  background: transparent;
  border-radius: 37px;
  border: 1px solid #ee3e35;
  color: #000;
}
.shopping-cart .my-cart__header-button-wrapper .button.empty-cart:hover {
  background: #ec534b;
  border-image: none;
  color: #ffffff;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn {
  font-family: Manrope;
  background: #ee3e35;
  border-radius: 37px;
  border: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  height: 45px;
  color: #ffffff;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-transform: capitalize;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn:hover {
  background: #ec534b;
  border-radius: 37px;
  border: 0;
  color: #ffffff;
}
.shopping-cart .my-cart__title {
  font-family: Familjen Grotesk;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0;
  padding: 0;
}
.wish-list-popup select {
  width: 100%;
}
.contact_form .custom-form .form-row input[type="text"].validation-error {
  border: 0 !important;
  border-bottom: 1px solid #e64343 !important;
}
@media (max-width: 767px) {
  .shopping-cart .my-cart__header {
    display: block;
  }
  .shopping-cart .my-cart__title {
    margin: 0 0 20px;
  }
  .shopping-cart .my-cart__header-button-wrapper .button {
    padding: 10px 20px;
  }
  .shopping-cart .my-cart-order-summary {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 15px;
  }
  .shopping-cart .product-card {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .shopping-cart .product-card__image {
    margin: 0 0 20px;
    width: 100%;
  }
  .shopping-cart .product-card__image-link {
    height: auto;
    max-width: 100%;
  }
}

/* end shopping cart page*/

/* payment page */
.auto-page.page-post-payment .page-content {
  padding: 0;
}
.payment-success-page-container table,
.payment-success-page-container th,
.payment-success-page-container td {
  border: none;
}
.payment-success-page-container .message-details .post-order-contact-us {
  font-size: 15px;
}

@media (max-width: 991px) {
  .payment-success-page-container .order-details {
    margin: 40px auto 0;
    padding: 30px;
  }
  .payment-success-page-container {
    padding: 50px 15px 70px;
  }
}
@media (max-width: 767px) {
  .payment-success-page-container {
    padding: 40px 15px 50px;
  }
  .payment-success-page-container .cartitem-table td.quantity .wrapper::before {
    text-align: left;
    width: auto;
  }
  .payment-success-page-container .order-details {
    margin: 40px auto 0;
    padding: 15px 20px;
  }
  div.flying-cart-content.page-content.loading.popup.active {
    height: 100% !important;
  }
}
/* end new check-out page */
/*=============== End New Feature fixing ===================*/

#customer-profile-tabs.customer-profile-v2
#customer-manage-card-billing_address
.address-card-item-group-body,
#customer-profile-tabs.customer-profile-v2
#customer-manage-card-shipping_address
.address-card-item-group-body {
  padding-right: 100px;
}
.continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping {
}
.checkout-page.version-2
.advance-checkout-order-details-left-dom-inner
.header-wrapper
img {
  margin-bottom: 20px;
}
.order-summary-card__button-wrapper
.continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping,
.shopping-cart .outline-button {
}
.continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping {
}
.checkout-page.version-2
.advance-checkout-order-details-left-dom-inner
.header-wrapper
img {
  margin-bottom: 20px;
}
.iti__selected-country {
  color: inherit !important;
}
.wc-load-more-pagination-wrapper {
  margin: 20px auto 10px;
  text-align: center;
  border-top: 1px solid #f2f2f2;
  padding-top: 15px;
}
.wc-load-more-pagination-wrapper .load-more-result-title {
  display: block;
  margin: 10px 0;
  font-size: 15px;
}
.product-view.tabular-view .product-table-view-row:last-child {
  border: none;
}
.payment-success-page-container .order-details .payment-success-total table td,
.wrapper .price {
  font-size: 14px;
}

/* gift-card-popup*/

.add-cart-information-popup .header .close-icon::after,
.add-cart-information-popup .header .close-icon::before {
  display: none;
}
.add-cart-information-popup .header {
  padding: 20px 32px 20px;
}
.add-cart-information-popup .header .title {
  line-height: normal;
  margin: 0;
}
.add-cart-information-popup .body .form-row.gift-card-date-field .large,
.add-cart-information-popup .body .medium {
  border-bottom: 1px solid #000 !important;
  border-radius: 0;
}
.add-cart-information-popup
.body
.form-row.gift-card-date-field
.large.validation-error,
.add-cart-information-popup .body .medium.validation-error,
.add-cart-information-popup .body .form-row.gift-card-date-field .large:focus,
.add-cart-information-popup .body .medium:focus {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
.add-cart-information-popup
.popup-bottom.footer
.button-item
.button.add-to-cart-button {
   display: inline-block;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    background: #ee3e35;
    color: #fff;
    border: 2px solid #ee3e35;
    height: auto;
    line-height: 23px;
    margin: 0 10px;
    border-radius: 37px;
    height:45px;
    text-transform: capitalize;
    padding: 10px;
   -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.add-cart-information-popup
.popup-bottom.footer
.button-item
.button.add-to-cart-button:hover {
  background: #ec534b;
  color: #fff !important;
  border-color: #ec534b;
}
.add-cart-information-popup
.popup-bottom.footer
.button-item
.button.close-btn {
    margin: 0;
    display: inline-block;
    font-family: Manrope;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    color: #000;
    line-height: 23px;
    border: 2px solid #ee3e35;
    height: auto !important;
    padding: 10px;
    border-radius:37px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.add-cart-information-popup
.popup-bottom.footer
.button-item
.button.close-btn:hover {
   border: 2px solid #ec534b !important;
   background: #ec534b;
   color: #fff;
}
.product-widget.product-widget.widget-addCart
.gift-button-container
.send-as-gift-button {
  margin: 10px 0;
  font-size: 15px;
  display: inline-block;
  line-height: 34px;
  padding: 3px 15px;
  border: 2px solid #000;
  text-align: center;
  font-weight: 700;
  text-transform: full-size-kana;
  letter-spacing: 0;
  max-width: 100%;
  border-radius: 30px;
}
.add-cart-information-popup .popup-bottom.footer .button-item {
  justify-content: center;
}
.product-widget.product-widget.widget-addCart
.gift-button-container
.send-as-gift-button:hover {
  border: 2px solid transparent;
}
.et_shipping_edit_city.error-field-error.validation-error {
  border: 0 !important;
  border-bottom: 1px solid #e64343 !important;
}
.add-cart-information-popup.popup
.body-scroll-control.app-tab-incomplete-data-cart-popup {
  padding: 5px 0 15px;
}
.add-cart-information-popup .body button.Zebra_DatePicker_Icon {
  background: none;
  border: none;
}
.add-cart-information-popup .body .Zebra_DatePicker_Icon_Wrapper::after {
  content: "\f073";
  font-family: "Fontawesome";
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 7px;
}
.add-cart-information-popup .form-content .double-input-row {
  align-items: start;
}
.checkout-page.version-2
.advance-checkout-order-details-right-dom-inner
.check-out-total
.gift-card-panel
.row {
  margin-left: 0;
  margin-right: 0;
}
.add-cart-information-popup.popup .body {
  overflow-y: auto;
  max-height: 500px;
  background: #fff;
}
.add-cart-information-popup.popup
.body-scroll-control.app-tab-incomplete-data-cart-popup {
  height: auto;
  max-height: 100%;
}
.add-cart-information-popup.popup .body .ps__rail-x {
  display: none;
}
.add-cart-information-popup .form-row textarea {
  max-width: 100%;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"],
.chosen-container-multi .chosen-choices li.search-field {
  height: 44px !important;
}
.chosen-container-active .chosen-choices:focus {
  box-shadow: 0 !important;
}
.checkout-page.version-2
.advance-checkout-steps-left-dom
.chosen-container.chosen-container-multi
.chosen-choices {
  padding: 0px 10px !important;
}
@media screen and (max-width: 1200px) {
  .page-home .product-view .header {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .add-cart-information-popup .body .body-scroll-control {
    padding: 20px 0;
  }
  .add-cart-information-popup.popup .body {
    max-height: 300px;
    overflow-y: auto !important;
  }
  .popup.add-cart-information-popup
  .variation-container
  .variation-dropdown-container {
    flex-direction: column;
  }
  .customer-profile-v2-wrapper {
    padding: 0 15px 60px;
  }
  #customer-profile-tabs.customer-profile-v2
  .product-view.scrollable-view
  .product-block {
    width: 100%;
    margin: 0;
  }
  .page-profile .site-popup.popup {
    padding: 0;
  }
  .page-profile .site-popup .content {
    padding: 20px 15px !important;
    margin-bottom: 20px;
    overflow-y: scroll;
  }
  .widget.widget-product.recommended-slider {
    margin: 0 auto;
  }
  .page-home
  .widget-container
  > .page-content
  > .v-split-container
  > .v-split
  .widget,
  .page-home
  .widget-container
  > .page-content
  > .v-split-container
  > .v-split
  .widget.widget-snippet.spaceLeftRight {
    padding-left: 0;
    padding-right: 0;
  }
  .widget.widget-snippet .wc-snippet-expreance .container,
  .widget.widget-snippet .wc-snippet-shop-by-category .container {
    max-width: 100%;
    padding: 0 15px !important;
  }
  .widget.widget-snippet .wc-snippet-expreance .row,
  .widget.widget-snippet .wc-snippet-shop-by-category .row {
    margin: 0;
  }
  .widget.widget-snippet .wc-snippet-expreance .col-md-6 {
    padding: 10px 0 !important;
  }
  .widget.widget-snippet .wc-snippet-eceryday {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .widget.widget-snippet .wc-snippet-eceryday img {
    min-height: 185px;
  }
  .widget.widget-product.recommended-slider {
    margin: 0 15px !important;
  }
  .widget.widget-snippet .wc-snippet-shop-by-category .col-md-3.col-sm-6 {
    padding: 10px 0 20px !important;
  }
  .widget.widget-snippet .wc-lorem-ipsum {
    padding: 0 15px !important;
  }
  body.page-shop .product-view .header .btn-group.view-switchers {
    padding-left: 0;
  }
}
/* End gift-card-popup*/
#selected-variation-products {
  margin: 20px 0 0;
}
#selected-variation-products h2 {
  font-size: 24px;
  margin-top: 0;
}
.widget-variation .selected-variation-product td {
  border: none;
}

/*=============== End New Feature fixing ===================*/

.widget-html.newsletter-text p {
  color: #fff;
}
.widget-image.payment-gateway {
  padding-top: 0;
}
.widget-productImage .image-preview-box {
  background: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 780px;
  mix-blend-mode: multiply;
}
.image-preview-box.product-detail-view > img {
  width: 100%;
  height: 100%;
}
.widget-productImage .multi-image-scroll-wrapper {
  max-width: 780px;
  border: 0;
  overflow: unset;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
  margin: 0;
}
.product-thumb-view img {
  max-width: 162px;
  max-height: 143px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget-productImage .image-thumb-container .thumb-image {
  padding: 0;
  margin: 0 15px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.widget-productImage .image-thumb-container .thumb-image.active {
  border: 2px solid #000;
}
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator {
  background-image: url("../images/product-thumb-arrow.svg");
  width: 37px;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
  margin: 5px 0;
  overflow: hidden;
}
.widget-productImage
.multi-image-scroll-wrapper
.image-left-scroller.scroll-navigator {
  background-position: 0 center;
  left: auto;
  right: 50px;
  z-index: 1;
  cursor: pointer;
}
.widget-productImage
.multi-image-scroll-wrapper
.image-right-scroller.scroll-navigator {
  background-position: -40px center;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.page-login .checkout-as-guest-button a {
  width: 100%;
  border-radius: 0;
}
.page-login .checkout-as-guest-button {
    text-align: left;
    margin-top: 25px;
}
.page-login .checkout-as-guest-button a{
    background: #ffffff;
    border: 2px solid #ee3e35;
    color: #000000;
	 font-size: 15px;
 line-height: 33px;
 border-radius:37px;
 height:45px;
    -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
}
.page-login .checkout-as-guest-button a:hover {
    color: #fff;
    background:#ec534b;
    border: 2px #ec534b solid;
}
.checkout-page.version-2
.advance-checkout-order-details-right-dom
.product-name
.customer-canvas-designed-edit:hover,
.checkout-page.version-2
.advance-checkout-order-details-left-dom-inner
.login-btn-from-checkout:hover,
.checkout-page.version-2
.advance-checkout-order-details-right-dom
.product-name
a:hover,
.checkout-page.version-2 .order-summary-panel .cart-edit-button a:hover,
.checkout-page.version-2
.advance-checkout-order-details-right-dom-inner
.add-promo-codes
.text-align:hover {
  color: rgb(255, 203, 84);
}
.checkout-page.version-2
.advance-checkout-order-details-right-dom
.product-name {
  padding: 0 10px 0 0;
}
.password-meter-wrap {
  position: absolute;
  top: -5px;
  right: 17px;
  width: 135px;
  bottom: auto;
}
.password-meter-wrap .password-description {
  font-size: 13px;
  width: auto;
  line-height: 10px;
  margin-top: 12px;
}
.password-meter-wrap .password-strength-bar {
  display: block;
  float: left;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  height: 8px;
}
.password-meter-wrap .strongest {
  width: 65px;
}
.password-meter-wrap .weak {
  width: 70px;
}
.page-profile .site-popup .payment-form .form-row.agree-terms.validation-error {
  background-color: transparent;
  border: 0;
  color: #000;
}
.new-review-panel .review-image-input-with-dropzone-wrapper::before {
  filter: grayscale(100%);
}

.checkout-page.version-2
.advance-checkout-steps-left-dom
.custom-fields-wrapper
input {
  padding: 0;
  top: 1px;
}
.registration-form textarea {
  width: 100%;
  min-height: 100px;
}

/* Under Construction Page */

.maintenance-message-block {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.maintenance-message-block h1 {
  font-size: 32px;
  background-color: #f9f9f9;
  padding: 50px 60px;
  line-height: 1.4;
  color: #000;
}
.page-home
.product-view.scrollable-view
.product-block
.review-rating.read-only {
  display: none;
}
.tell-friend.tell_friend_popup.popup {
  padding: 25px;
}

.checkout-page.version-2 {
  -ms-grid-columns: 53% 47%;
  grid-template-columns: 53% 47%;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner {
  max-width: 590px;
}

.checkout-page.version-2 .billing-address .form-row.phone-row label,
.checkout-page.version-2 .billing-address .form-row.city-selector-row label,
.checkout-page.version-2 .billing-address .form-row.state-selector-row label,
.checkout-page.version-2 .billing-address .form-row.country-selector-row label,
.checkout-page.version-2 .billing-address .form-row.post-code-row label,
.checkout-page.version-2 .billing-address .form-row.active-row label,
.checkout-page.version-2 .billing-address .form-row.has-value-row label {
  top: -7px;
}
.checkout-page.version-2
.contact-panel
.contact-info
.form-row.active-row
lable,
.checkout-page.version-2
.contact-panel
.contact-info
.form-row.has-value-row
lable {
  top: -15px;
}

.bottom-snippet-content-advance-checkout .help-policy p {
  margin: 0 0 5px;
}
.checkout-page.version-2
.advance-checkout-order-details-left-footer-info
.terms-and-condition {
  max-width: 81%;
  line-height: 25px;
}
@media (max-width: 767px) {
  .maintenance-message-block h1 {
    font-size: 24px;
    background-color: #f9f9f9;
    padding: 20px 30px;
  }
}
/* customer registration terms and condition */

.registration-terms-condition-wrapper {
  display: inline-flex;
}
.registration-terms-condition {
  position: relative;
  padding-left: 20px;
}
.registration-terms-condition-wrapper input.checkbox {
  position: absolute;
  left: 0;
  height: auto;
  top: 2px;
}
.registration-terms-condition-wrapper .registration-terms-condition-label,
.registration-form .registration-terms-condition-wrapper a label {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: normal;
  vertical-align: top;
  color: #000;
}
.registration-form .registration-terms-condition-wrapper a {
  margin-left: 5px;
}
.registration-form .registration-terms-condition-wrapper a label {
  text-decoration: underline;
  cursor: pointer;
}
.registration-form .registration-terms-condition-wrapper a label {
  text-decoration: underline;
}
.registration-form .registration-terms-condition-wrapper a label:hover {
  color: #666;
}
.registration-form textarea + .registration-terms-condition-wrapper {
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
}
.widget-blogCategory.fee--blog-category-1 .category-image-view {
  font-size: 14px;
}
.registration-form > .errorlist.after {
  display: none;
}
.registration-form .form-row {
  background: transparent;
  border: none;
  color: inherit;
}
.registration-form > .form-row .chosen-container-single {
  width: 100%;
  padding: 0;
}
.custom-field-container-for-widget input[type="file"] {
  background: transparent;
  border: none;
}
.custom-field-container-for-widget input[type="file"] {
  border: none;
  background: transparent;
}

.page-cart .product-view.image-view .product-image-link,
.page-cart .product-view.scrollable-view .product-image-link {
  width: 100%;
}
.page-cart .product-view.scrollable-view img,
.page-cart .product-view.image-view img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: contain;
}
.add-cart-information-popup.popup .ps__rail-x {
  display: none;
}
.product-block
.advanced-variation-ui
.representation
.variation-option.selected,
.product-block .parent-option.color-plate.selected {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
}
.frequently-bought-together-products .subheader-text {
  display: none;
}
.frequently-bought-together-products .header-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
div.frequently-bought-together-products .product-separator {
  margin: -10px 0 0;
  color: #00a1c6;
  font-size: 20px;
  display: none;
}
div.flying-cart-container .discount-up-sell-message {
  margin: 0 40px 0;
}
/*product details page*/

.product-view.image-view .sold-out-tag.tag-mark,
.product-view.scrollable-view .sold-out-tag.tag-mark,
.product-view .sold-out-tag.tag-mark {
  display: inline-block;
  color: #000;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ff3b64;
  width: auto;
  padding: 2px 5px;
}
.product-view.image-view .featured.tag-mark,
.product-view.scrollable-view .featured.tag-mark,
.product-view .featured.tag-mark {
  display: inline-block;
  color: #000;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ff3b64;
  width: auto;
  padding: 2px 5px;
}
.widget-productImage .image-preview-box .sold-out-tag.tag-mark {
  display: inline-block;
  color: #fff;
  height: 36px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #e83913;
  width: auto;
  padding: 5px 15px;
  top: auto;
  border-radius: 30px;
  line-height: 26px;
}
.widget-productImage .image-preview-box .new.tag-mark {
  right: 10px;
  background: url("/template/e509bc3a/images/newtag.svg");
  width: auto;
  min-width: 84px;
  height: 34px;
  border-radius: 30px;
}
.widget-productImage .image-preview-box .featured.tag-mark {
  display: inline-block;
  color: #fff;
  height: 34px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #ff3b64;
  width: auto;
  padding: 4px 15px;
  bottom: auto;
  border-radius: 30px;
  font-size: 14px;
}
.widget-productImage
.image-preview-box
.sale-percent-display
+ .featured.tag-mark,
.widget-productImage
.image-preview-box
.sale-percent-display
+ .new.tag-mark
+ .featured.tag-mark {
  top: 60px;
}
.widget-productImage.multi-image-scroll-vertical-view
.image-preview-box
.tag-mark {
  left: auto;
  top: auto;
}
.product-view.image-view .new.tag-mark,
.product-view.scrollable-view .new.tag-mark,
.product-view .new.tag-mark {
  top: 10px;
  right: 10px;
  border-radius: 30px;
  background: url("/template/e509bc3a/images/newtag.svg");
  background-size: 69px;
  background-position-x: center;
  z-index: 0;
}
.page-product .body {
  padding:70px 0 0;
}
/*end product details page*/
.page-product .page-content > .v-split-container > .v-split,
.page-product .body > .widget-container {
  width: 100%;
}
.page-product .widget.widget-breadcrumb,
.page-product .page-content > .v-split-container > .v-split.l-fixed-container {
  max-width: 1400px;
  margin: 0 auto;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
  white-space: nowrap;
  max-width: 480px;
}

.widget-productImage .image-thumb-container .thumb-image {
  display: inline-block;
}

/*---- upgrate-css----*/
.widget-gallery.fee-gallery-jssor
.jssor-slider-container
[class^="jssora20l"]::after,
.widget-gallery.fee-gallery-jssor
.jssor-slider-container
[class^="jssora20r"]::after {
  font-size: 50px;
}
.widget-gallery.fee-gallery-jssor
.jssor-slider-container
[class^="jssora20l"]:hover::after,
.widget-gallery.fee-gallery-jssor
.jssor-slider-container
[class^="jssora20r"]:hover::after {
  color: #fff;
  opacity: inherit;
}
.fee-gallery-jssor .jssor-slider-container .jssorb03 div span {
  width: 9px;
  height: 9px;
}
.fee-gallery-owl
.product-view
.owl-item
.product-block
.block-content-wrap
.add-to-cart-button {
  bottom: 110px;
  top: auto;
}
.fee-gallery-owl
.product-view
.owl-item
.product-block
.review-rating-wrapper
.review-rating,
.fee-gallery-owl
.product-view
.owl-item
.product-block
.block-content-wrap
.product-name {
  text-align: center;
  width: 100% !important;
  padding: 15px 10px;
}
.fee-gallery-owl .blog-post-item .blog-post-info .date,
.fee-gallery-owl .blog-post-item .blog-post-info .author,
.fee-gallery-owl .blog-post-item .blog-post-info a,
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count {
  padding-left: 23px;
}
.fee-gallery-owl .blog-post-item .blog-post-info a::before,
.fee-gallery-owl .blog-post-item .blog-post-info .author::before,
.fee-gallery-owl .blog-post-item .blog-post-info .date::before,
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count::before {
  top: 1px;
}
.widget-gallery.fee-gallery-swiper .swiper-horizontal {
  padding-bottom: 50px;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-prev {
  position: absolute;
  bottom: 0;
  margin-top: 0;
  top: auto;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-prev {
  left: 50%;
  margin-left: -40px;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-next {
  right: 50%;
  margin-right: -40px;
}
#customer-profile-tabs.customer-profile-v2 #order-list .id-col {
  width: 180px;
}
#customer-profile-tabs.customer-profile-v2 col.action-col {
  width: 100px;
}
#customer-profile-tabs.customer-profile-v2 td {
  padding: 15px 10px;
}
.agent-list-item > a.read-button:hover,
.agent-list-item > a.read-button:hover::after,
.shopping-cart .product-card__product-name a:hover,
.shopping-cart .order-summary-card__add-promo-codes .text-align:hover,
.shopping-cart
.order-summary-card
.continue-shopping
.continue-shopping-btn:hover,
.checkout-page.version-2
.advance-checkout-order-details-right-dom
.product-name
.customer-canvas-designed-edit:hover,
.checkout-page.version-2
.advance-checkout-order-details-right-dom
.product-name
a:hover,
.checkout-page.version-2 .order-summary-panel .cart-edit-button a:hover,
.checkout-page.version-2
.advance-checkout-order-details-right-dom-inner
.add-promo-codes
.text-align:hover {
  color: #EE3E35;
}
.checkout-page.version-2
.advance-checkout-order-details-left-dom-inner
.login-btn-from-checkout:hover {
  color: #EE3E35;
}
.advance-checkout-order-details-right-dom-inner {
  overflow-y: auto;
  overflow-x: hidden;
}
.auto-page.page-checkout
.checkout-page.version-2
.checkout-button-wrapper-bottom
.advance-checkout-next-step-parser-button.disabled {
  background-color: #ccc;
  color: #b0aeae;
  pointer-events: none;
}
.checkout-page.version-2
.advance-checkout-order-details-left-footer-info
.terms-and-condition-text
textarea {
  min-height: auto;
  height: auto;
}
.widget-blogCategory.fee--blog-category-1 .content {
  margin: 0;
}
div.flying-cart-content
.variation-dropdown-container
.chosen-wrapper
+ .chosen-wrapper {
  margin-top: -6px;
}
div.flying-cart-content .product-name + .price-n-cart {
  margin-top: 25px;
}
div.flying-cart-content
.product-name
+ .variation-info-wrapper
+ .price-n-cart {
  margin-top: 0px;
}

.flying-cart-content .product-block.product-view-height-width > div {
  background: #f7f7f7;
  border-radius: 12px;
  mix-blend-mode: multiply;
}
.flying-cart-content
.product-block.product-view-height-width
> div.product-info {
  background: #fff;
}
@media (max-width: 1199px) {
  .widget-blogCategory.fee--blog-category-1 > .widget-title,
  .widget-blogCategory.fee--blog-category-1 > .category-view {
    padding: 0;
  }
  .advance-cart-details.shopping-cart
  .product-view.scrollable-view
  .product-block {
    width: calc(100% / 4 - 18px);
  }
  div.advance-cart-details.shopping-cart
  .product-view.scrollable-view
  .header
  .scroller {
    max-width: 97%;
  }
}

/*------ .property-listing-details -----------*/

.property-listing-details {
  padding-left: 0;
  padding-right: 0;
}
.property-listing-details__price-guide-inner .action-group button,
.property-listing-details__price-guide-inner .action-group a {
  padding: 10px 20px;
  height: auto;
}
.property-details-contain-container .query-form input {
  padding: 8px 25px 8px 10px;
}
.property-details-contain-container .query-form textarea {
  padding: 10px;
}
.property-details-contain-container .query-form input,
.property-details-contain-container .query-form textarea {
  font-family: "Playfair Display", serif;
  font-size: 15px;
}
.property-listing-details__price-guide-inner .action-group .enqnow {
  border: 2px #000 solid;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  border-radius: 10px;
  line-height: 24px;
}
.property-listing-details__price-guide-inner .action-group .enqnow:hover {
  border: 2px #ff3b64 solid;
  background-color: #EE3E35;
  color: #000;
}
.property-details-contain-container .agent-container .agent-info h5 a {
  color: #EE3E35;
}
.property-details-contain-container .agent-container .agent-info h5 a:hover {
  color: #000;
}
.property-listing-details__price-guide-inner .action-group .flrplan,
.property-details-contain-container .query-form button {
  background-color: #EE3E35;
  border: 2px #ff3b64 solid;
  color: #000;
  font-size: 16px;
}
.property-listing-details__price-guide-inner .action-group .flrplan:hover,
.property-details-contain-container .query-form button:hover {
  background-color: #fff;
  border: 2px #000 solid;
  color: #000;
}

@media (max-width: 991px) {
  .property-listing-details .inquire-agent-section__title {
    font-size: 28px;
    margin: 50px 0 30px;
  }
  .property-listing-details__description .header-title {
    font-size: 24px;
  }
  .property-listing-details .inquire-agent-section__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .property-listing-details .inquire-agent-section__agent {
    margin-top: 30px;
  }
  .property-listing-details__description-price-guide {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .property-listing-details__price-guide {
    flex: 0;
  }
  .advance-cart-details.shopping-cart
  .product-view.scrollable-view
  .product-block {
    width: calc(100% / 3 - 18px);
  }
}
@media (max-width: 767px) {
  .property-listing-details__description .info-header {
    margin-top: 15px;
  }
  .property-listing-details__description .header-title {
    font-size: 20px;
  }
  .property-listing-details__price-guide-inner {
    padding: 20px;
  }
  .property-listing-details .inquire-agent-section__inner {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .property-listing-details .inquire-agent-section__title {
    font-size: 24px;
    margin: 40px 0 20px;
  }
  .property-details-contain-container .query-form {
    padding: 30px 20px;
  }
  .property-details-contain-container .agent-container .agent-item {
    justify-content: center;
    flex-wrap: wrap;
  }
  .property-listing-details .inquire-agent-section__agent {
    margin-top: 25px;
    flex: 0;
  }
  .property-details-contain-container .agent-container .agent-info {
    text-align: center;
  }
  .property-details-contain-container .agent-container .agent-info h5 {
    margin: 0 0 10px;
    padding: 0 0 20px;
  }
  .advance-cart-details.shopping-cart
  .product-view.scrollable-view
  .product-block {
    width: 100%;
  }
  div.advance-cart-details.shopping-cart
  .product-view.scrollable-view
  .header
  .scroller {
    top: 12%;
  }
  .advance-cart-details.shopping-cart .my-cart {
    margin-bottom: 40px;
  }
  .advance-cart-details.shopping-cart .header {
    min-height: 25px;
  }
}

@media screen and (max-width: 1500px) {
  .responsive.page-agent-listing .body .widget-container .page-content {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  .responsive.page-agent-listing .body .widget-container .page-content {
    margin: 0 -15px;
  }
}

.page-agent-listing .widget-pageHeading {
  margin: 0 auto;
}
.property-agent-details-page .agent-short-info .agent-short-container,
.property-agent-details-page .agent-summery-info {
  padding-left: 20px;
  padding-right: 20px;
}
.property-agent-details-page
.agent-short-info
.agent-short-info-right.agent-photo-view {
  height: auto;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob {
  background-color: #EE3E35;
  font-size: 16px;
  color: #000;
  width: auto;
  border: 2px solid #000;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob:hover {
  background-color: #fff;
  color: #000;
}
.property-agent-details-page
.agent-short-info
.agent-mobile-info
.agent-mobile-info-title,
.agent-list-item .profile p {
  line-height: 22px;
}
.property-agent-details-page
.agent-short-info
.agent-mobile-info
a.agent-mobile-info-link {
  line-height: 28px;
  color: #EE3E35;
}

@media (max-width: 991px) {
  .property-agent-details-page .agent-short-info .agent-short-container {
    gap: 60px;
  }
  .property-agent-details-page
  .agent-short-info
  .agent-short-container
  h1.agent-name-info {
    font-size: 36px;
    line-height: normal;
  }
  .property-agent-details-page .agent-sold-list-info {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .property-agent-details-page .agent-short-info {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .property-agent-details-page .agent-short-info .agent-short-container {
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .property-agent-details-page
  .agent-short-info
  .agent-short-container
  h1.agent-name-info {
    font-size: 28px;
    line-height: normal;
  }
  .property-agent-details-page
  .agent-short-info
  .agent-short-container
  .agent-position-info {
    margin: 10px 0 15px;
    padding-bottom: 20px;
  }
  .property-agent-details-page .agent-summery-info {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.preorder-product-block-with-add-to-cart span.pre-order-checkbox-title {
  font-size: 17px;
  padding-left: 10px;
}
.product-widget.product-widget.widget-addCart
.preorder-product-block-with-add-to-cart {
  display: flex;
  align-items: center;
  padding: 7px 0;
  width: 100%;
  order: 7;
  margin-bottom: 20px;
}
div.flying-cart-content
.free-products
.product-block.product-view-height-width {
  width: auto;
}
.page-home
.flying-cart-content
.product-view.scrollable-view
.product-block:hover {
  transform: scale(1);
}
.flying-cart-content .free-products .product-block .price span {
  font-size: 14px;
}
.flying-cart-content .free-products .current-price .free-product-text,
.product-view.scrollable-view .product-block .free-product-text,
.product-view.image-view .product-block .free-product-text {
  color: #18d294 !important;
}
.col.action-column .add-to-cart-product button {
  padding: 5px 14px;
  height: auto;
}
.frequently-bought-together-products .total-price-section {
  margin: 20px auto;
  max-width: 300px;
  text-align: center;
  padding: 0 15px;
}

/*-------Card-detail-page-----*/
.advance-cart-details .discount-up-sell-message {
  margin-bottom: 0;
}
.advance-cart-details.shopping-cart .shopping-cart__top {
  margin-bottom: 40px;
}
.advance-cart-details.shopping-cart
.product-view.scrollable-view
.product-block:hover
.product-image-link::after {
  content: none;
  position: inherit;
}
.advance-cart-details.shopping-cart .variation-dropdown-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.advance-cart-details.shopping-cart
.variation-dropdown-container
.product-variation-select.wcui-select {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.advance-cart-details.shopping-cart
.variation-dropdown-container
.product-variation-select.wcui-select
.variation-value {
  border: 2px solid #000;
  color: #3b3a3a;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  line-height: 20px;
  margin-right: 7px;
  min-width: 30px;
  padding: 3px;
  text-align: center;
  cursor: pointer;
}
.advance-cart-details.shopping-cart .chosen-wrapper.variation-type .type-label {
  margin: 0 0 5px;
  display: contents;
}
.advance-cart-details.shopping-cart
.variation-dropdown-container
.product-variation-select.wcui-select
.selected
.variation-value {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.advance-cart-details.shopping-cart
.variation-dropdown-container
.chosen-wrapper.variation-type.color
.product-variation-select.wcui-select
.options {
  height: 35px;
  width: 35px;
  padding: 5px;
}
.advance-cart-details.shopping-cart
.variation-dropdown-container
.chosen-wrapper.variation-type.color
.product-variation-select.wcui-select
.variation-value {
  border: none;
  color: inherit;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 23px;
  line-height: 20px;
  margin-right: 0;
  min-width: 23px;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.advance-cart-details.shopping-cart
.variation-dropdown-container
.chosen-wrapper.variation-type.color
.product-variation-select.wcui-select
.selected {
  padding: 5px;
  border: solid 1px #ff3b64;
}
.advance-cart-details.shopping-cart .current-price.price {
  padding: 5px 0;
  margin: 0 0 5px;
}
.advance-cart-details.shopping-cart
.product-view.scrollable-view
.product-block {
  border-radius: 15px;
  padding: 0;
  box-shadow: none !important;
  margin-bottom: 20px;
}
.advance-cart-details.shopping-cart
.product-view.scrollable-view
.header
.scroller {
  max-width: 1280px;
  top: 20%;
}
.advance-cart-details.shopping-cart
.product-view.scrollable-view
.product-block
.chosen-wrapper.variation-type {
  width: 100%;
  padding: 0;
  margin: 0;
}
.advance-cart-details.shopping-cart
.product-view.scrollable-view
.product-block
.product-name {
  min-height: auto;
}
.advance-cart-details.shopping-cart
.product-view.scrollable-view
.product-block
.recommend-item-image-wrapper {
  height: 180px;
  max-width: 100%;
}
.advance-cart-details.shopping-cart
.product-view.scrollable-view
.product-block
.recommend-item-image-wrapper
img {
  object-fit: cover;
  height: 100%;
}
.advance-cart-details.shopping-cart
.product-view.scrollable-view
.product-block
.product-info {
  padding: 0 15px 20px;
  text-align: center;
}
.advance-cart-details.shopping-cart
.product-view.scrollable-view
.product-block
.product-name {
  min-height: 50px;
}
/*-------Card-detail-page-----*/

/*-------product-fee-fixing-----*/
.sale-percent-display {
  color: #000;
  background: #ece4ab;
  left: 10px;
  top: 10px;
  font-size: 14px;
  font-weight: 400;
  padding: 1px 12px;
  border-radius: 18px;
  line-height: 26px;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block {
  height: auto;
}
.fee-widget-product-list-view .review-rating span {
  background-size: 85%;
}
.fee-widget-product-list-view .product-view.list-view .product-name-link {
  padding: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-block,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
  height: auto;
  border-left: 1px solid #e6e6e6;
}
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block:hover,
.fee-widget-product-image-view .product-view.image-view .product-block:hover {
  border: 1px solid #e6e6e6 !important;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span {
  background: #ff3b64;
  border: 1px solid #ff3b64;
}
.fee-widget-product-scroll-view
.product-view.scrollable-view
.scroller
span:hover {
  background: #fff;
  border: 1px solid #ff3b64;
}
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.btn-add
.add-to-cart-button.button,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.btn-add
.add-to-wish-list.button,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.btn-add
.add-to-compare-button.button,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.btn-add
.remove-from-compare-button.button {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin: 0 0 10px !important;
  height: auto;
  padding: 6px 10px;
  line-height: 24px;
  text-transform: uppercase;
  max-width: 100%;
  border-radius: 0;
  font-weight: 500;
  color: #000 !important;
  background: transparent !important;
  border: 1px solid #000 !important;
}
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.btn-add
.remove-from-compare-button.button::after {
  display: none;
}
.fee-widget-product-scroll-view
.product-view.scrollable-view
.btn-add
.add-to-cart-button,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.btn-add
.add-to-wish-list,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.btn-add
.add-to-compare-button,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.btn-add
.remove-from-compare-button.button {
  background: #fff;
  border: 1px solid #000;
  color: #000 !important;
}
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.btn-add
.add-to-cart-button.button:hover,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.btn-add
.add-to-wish-list.button:hover,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.btn-add
.add-to-compare-button.button:hover,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.btn-add
.remove-from-compare-button.button:hover {
  border: 1px #000 solid !important;
  background: #000 !important;
  color: #fff !important;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .content * {
  text-align: left;
}
.fee-widget-product-scroll-view
.product-view.scrollable-view
.block-content-wrap
> .price-waper,
.fee-widget-product-image-view
.product-view.image-view
.block-content-wrap
> .price-waper {
  margin: 7px 15px 0;
  text-align: left;
}
.fee-widget-product-scroll-view
.product-view.scrollable-view
.block-content-wrap
> .price-waper,
.fee-widget-product-image-view
.product-view.image-view
.block-content-wrap
> .price-waper {
  align-items: start;
  flex-direction: column;
}
.fee-widget-product-image-view .product-view.image-view .summary,
.fee-widget-product-image-view .product-view.image-view .out-of-stock,
.fee-widget-product-image-view .product-view.image-view .in-stock,
.fee-widget-product-scroll-view .product-view.scrollable-view .summary,
.fee-widget-product-scroll-view .product-view.scrollable-view .out-of-stock,
.fee-widget-product-scroll-view .product-view.scrollable-view .in-stock {
  padding: 10px 15px 0;
}
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-name
a:hover {
  color: #EE3E35;
}
.fee-widget-product-image-view .product-view.image-view .summary,
.fee-widget-product-scroll-view .product-view.scrollable-view .summary,
.fee-widget-product-image-view .product-view.image-view .summary p,
.fee-widget-product-scroll-view .product-view.scrollable-view .summary p {
  font-size: 13px;
  text-align: left;
  margin: 0;
  height: auto;
}
.fee-widget-product-image-view
.product-view.image-view
.review-rating-wrapper
.review-rating.read-only,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.review-rating-wrapper
.review-rating.read-only {
  text-align: left;
  width: 100% !important;
}
.fee-widget-product-image-view
.product-view.image-view
.product-block
.review-rating.read-only,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.review-rating.read-only {
  margin: 10px 15px;
}
.fee-widget-product-image-view
.product-view.image-view
.product-block
.block-content-wrap,
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-block
.block-content-wrap {
  padding: 0;
  text-align: left;
}
.fee-widget-product-image-view .product-view.image-view .content {
  font-size: 15px;
}
.fee-widget-product-image-view .product-view.image-view .product-name,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name {
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
  padding-top: 0;
}
.fee-widget-product-scroll-view
.product-view.scrollable-view
.product-image
.btn-add {
  margin-bottom: 10px;
}
.fee-widget-product-image-view
.product-view.image-view
.product-block:hover
.block-content-wrap
> .price-waper {
  display: flex;
}
.fee-widget-product-image-view
.product-view.image-view
.product-block
.btn-add {
  transform: none;
  height: auto;
  display: block;
}
.fee-widget-product-image-view
.product-view.image-view
.product-block
.btn-add
.add-to-cart-button {
  background: #ff3b64 none repeat scroll 0 0 !important;
  border: 1px solid #ff3b64 !important;
  font-family: inherit;
  text-transform: capitalize;
  padding: 10px 15px;
  max-width: 100%;
  letter-spacing: normal;
  line-height: 24px;
  border-radius: 0;
  display: inline-block;
  font-size: 15px !important;
  height: 50px;
}
.fee-widget-product-image-view
.product-view.image-view
.add-to-wish-list:hover::after,
.fee-widget-product-image-view
.product-view.image-view
.add-to-compare-button:hover::after,
.fee-widget-product-image-view
.product-view.image-view
.add-to-wish-list:hover::after,
.fee-widget-product-image-view
.product-view.image-view
.remove-from-compare-button:hover::after {
  color: #EE3E35;
}
.fee-widget-product-image-view
.product-view.image-view
.product-block
.btn-add {
  padding: 0 15px;
  margin: 15px auto;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add,
.fee-widget-product-image-view .product-view.image-view .btn-add {
  text-align: center;
  overflow: inherit;
}
.fee-widget-product-image-view .product-view.image-view .product-name a:hover,
.fee-widget-product-image-view .product-view.image-view .product-name a:hover {
  color: #EE3E35;
}
.fee-widget-product-image-view
.product-view.image-view
.product-view-height-width
.btn-add
.add-to-cart-button {
  background: transparent !important;
  height: auto;
  border: 1px #000 solid !important;
  font-size: 12px !important;
  color: #000 !important;
  padding: 6px 10px !important;
  line-height: 1.5em !important;
  text-transform: uppercase;
  font-family: Manrope;
}
.fee-widget-product-image-view
.product-view.image-view
.product-view-height-width
.btn-add
.add-to-cart-button:hover {
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
}
.fee-widget-product-image-view
.product-view.image-view
.product-view-height-width
.btn-add
.add-to-cart-button:hover::after {
  color: #fff;
}
.fee-widget-product-list-view .product-view.list-view .product-name-link:hover,
.fee-widget-product-tabular-view
.product-view.tabular-view
.product-name-link:hover {
  color: #EE3E35;
}
.fee-widget-product-list-view
.product-block
.price-waper
.previous-price.price
span {
  font-size: 17px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .sale.tag-mark,
.fee-widget-product-image-view .product-view.image-view .sale.tag-mark {
  left: 15px;
  top: 15px;
}
.fee-widget-product-image-view .product-view.image-view .sale.tag-mark::after {
  background: #ff3b64;
}
.fee-widget-product-image-view
.product-view.image-view
.price-waper
.current-price.price
span {
  font-size: 17px;
}
.fee-widget-product-scroll-view
.product-view.scrollable-view
.header
.scroller {
  z-index: auto;
}

@media (max-width: 767px) {
  .fee-widget-product-list-view
  .product-view.list-view
  .product-block
  .review-rating-wrapper {
    left: 49%;
    top: 7px;
    padding: 0 0 0 20px;
  }
  .fee-widget-product-list-view
  .product-view.list-view
  .content
  .product-block
  .block-content-wrap {
    padding: 25px 15px 20px;
  }
}

/*--last-fixing---*/
.fee-gallery-owl .blog-post-item .title {
  font-size: 18px;
  line-height: 1.468;
  margin: 7px 0;
  padding: 0 20px 0 0;
}
.fee-gallery-owl .blog-post-item .title a {
  color: #32312f;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.blog-post-item .title a:hover {
  color: #EE3E35;
}
.fee-gallery-swiper.swiperSlider
.swiper-backface-hidden
.swiper-slide.blog-post-item
.blog-post-info
a:hover,
.fee-gallery-owl .blog-post-item .blog-post-info a:hover {
  color: #EE3E35;
}
.fee-gallery-owl .blog-post-item .details-link.link a:hover {
  color: #EE3E35;
}
.widget-gallery.fee-gallery-owl .owl-theme .owl-controls {
  margin: 10px 0;
}
.widget-gallery.fee-gallery-owl
.owl-carousel
.owl-controls
.owl-nav
> div.owl-prev {
  left: 0;
  top: auto;
}
.widget-gallery.fee-gallery-owl
.owl-carousel
.owl-controls
.owl-nav
> div.owl-next {
  right: 0;
  top: auto;
}
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-prev::after,
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-next::after {
  content: none !important;
}
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-prev:hover,
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-next:hover {
  background: #ff3b64;
  border: 1px solid #ff3b64;
}
.fee-gallery-owl
.product-view
.owl-item
.product-block
.block-content-wrap
.add-to-cart-button {
  padding: 0;
}
.fee-gallery-owl
.product-view
.owl-item
.product-block
.block-content-wrap
.add-to-cart-button:hover {
  background-color: #ff3b64 !important;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap {
  padding: 0;
}
.fee-gallery-owl
.product-view
.owl-item
.product-block
.block-content-wrap
.product-name-link {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-align: center;
}
.fee-gallery-owl .owl-carousel .owl-controls .owl-dot:hover span,
.fee-gallery-owl .owl-carousel .owl-controls .owl-dot.active span,
.fee-gallery-swiper.swiperSlider
.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff3b64;
  border: 1px #ff3b64 solid;
}
.widget-gallery.fee-gallery-swiper .swiper-button-prev:hover,
.widget-gallery.fee-gallery-swiper .swiper-button-next:hover {
  background: #ff3b64;
  border: 1px solid #ff3b64;
}
.widget-gallery.fee-gallery-swipebox figure,
.widget-gallery.fee-gallery-owl figure,
.widget-gallery.fee-gallery-swiper figure {
  margin: 0;
}
.fee-widget-product-scroll-view
.product-view.scrollable-view
.sale.tag-mark::after {
  background: #ff3b64;
}
.fee-gallery-galleriffic
div.galleriffic-gallery-wrap
.thumbs-container
.pageLink.prev:hover,
.fee-gallery-galleriffic
div.galleriffic-gallery-wrap
.thumbs-container
.pageLink.next:hover {
  background: #ff3b64;
}
.fee-gallery-galleriffic
.galleriffic-gallery-wrap.alternate-layout
.thumbs-container
.pageLink.prev:hover::before,
.fee-gallery-galleriffic
.galleriffic-gallery-wrap.alternate-layout
.thumbs-container
.pageLink.next:hover::after {
  color: #fff;
}
.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div span:hover,
.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div.av span {
  background: #ff3b64;
}

@media (max-width: 767px) {
  .galleriffic-gallery-wrap.alternate-layout .galleriffic-content,
  .fee-gallery-galleriffic
  .galleriffic-gallery-wrap.alternate-layout
  .thumbs-container {
    padding: 0 15px;
  }
}
.fee-blog-design-1 .post-description .content,
.fee-blog-design-2 .post-description .content,
.fee-blog-design-3 .post-description .content,
.fee-blog-design-4 .post-description .content {
  padding: 0;
  margin: 0;
}
.advance-checkout-order-details-right-dom-inner {
  overflow-y: auto;
  overflow-x: hidden;
}
.product-widget.widget-addCart .frequently-bought-together-products {
  width: 100%;
  display: block;
  padding: 20px 0;
  border: 1px solid #cccc;
  border-radius: 15px;
  margin: 0 0 30px;
}
.frequently-bought-together-products .header-info-text {
  margin: -34px auto 30px;
  max-width: 310px;
  background: #fff;
  text-align: center;
}
.frequently-bought-together-products .product-block .row {
  flex-direction: row;
  padding-right: 20px;
  margin: 0;
  gap: 0 8px;
}
.frequently-bought-together-products .product-block .row .col.image-column {
  order: 2;
  width: 83px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83px;
  flex: 0 0 83px;
  margin: 0 15px;
}
.frequently-bought-together-products .product-block .row .col.info-column {
  order: 3;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.frequently-bought-together-products .product-block .row .col.action-column {
  order: 1;
}
.frequently-bought-together-products .product-block .image-column img {
  width: 83px;
  height: 83px;
  border-radius: 10px;
}
.frequently-bought-together-products .product-name a {
  font-size: 17px;
  color: #000;
  font-weight: 600;
  max-width: 240px;
  display: block;
  line-height: 24px;
}
div.frequently-bought-together-products .select-product input {
  height: 20px;
  width: 20px;
  border-radius: 5px;
}
.frequently-bought-together-products .select-product input:checked {
  background-size: 17px;
}
.checkout-page.version-2
.advance-checkout-order-details-right-dom-inner
.check-out-total
.price-row.total-order {
  padding-bottom: 20px;
}
.fee_img-gallery_album_swiper.fee-gallery-swiper.swiperSlider
.swiper-backface-hidden
.swiper-slide
img {
  max-width: 100%;
  width: 100%;
}
.product-view .product-block .review-rating-wrapper .review-rating img {
  width: auto;
  height: auto;
}
.fee-gallery-swiper.swiperSlider .product-block .add-to-cart-button {
  width: 32px !important;
  font-size: 0 !important;
  border-radius: 500% !important;
  bottom: 120px;
  top: auto;
}
.fee-gallery-swiper.swiperSlider .product-block .add-to-cart-button:hover {
  background-color: #ff3b64 !important;
  border: 1px solid #ff3b64 !important;
}
.fee-gallery-swiper.swiperSlider
.product-block
.block-content-wrap
.product-name {
  margin: 0;
  padding: 20px 10px;
  height: auto;
  min-height: auto;
  max-height: 100%;
}
.fee-gallery-swiper.swiperSlider .product-block .review-rating-wrapper {
  padding: 0 10px;
}
.compare-details .title.page-heading {
  margin: 15px 0 25px;
  line-height: normal;
  text-align: center;
}
.compare-details .add-to-cart-button {
  display: inline-block;
  width: auto;
  margin: 10px;
}
.responsive .compare-details {
  overflow-x: auto;
}
.responsive .compare-details table {
  table-layout: auto;
  margin-bottom: 20px;
}
.compare-details .price {
  text-align: left;
}
.compare-details table td,
.compare-details table th {
  padding: 10px;
}

@media (max-width: 767px) {
  .compare-details {
    margin-bottom: 40px;
  }
  .compare-details .title.page-heading {
    font-size: 26px;
  }
}

#selected-variation-products .variation-selected-product {
  border: none;
}
.popup.add-cart-information-popup .sending-type-by-email .title {
  color: #000;
}
.popup .cart-summary {
  margin: 0 0 30px;
}

.page-post-payment .auto-page .page-content {
  padding-left: 0;
  padding-right: 0;
}
.donation-details__agreement-label {
  font-size: 15px;
  line-height: 22px;
}
.donation-address-page-content .form-row .submit-button,
.donation-details__continue-button-wrapper .donation-details__continue-button {
  background: #ff3b64 none repeat scroll 0 0;
}
.donation-address-page-content .form-row .submit-button:hover,
.donation-details__continue-button-wrapper
.donation-details__continue-button:hover {
  background: #000 none repeat scroll 0 0;
}
.donation-success-page-content .message-details a:hover {
  color: #EE3E35;
}
.donation-success-page-content .order_details_table {
  padding: 0;
}
.registration-form .registration-terms-condition-wrapper a label:hover {
  color: #EE3E35;
}
.bottom-snippet-content-advance-checkout div,
.bottom-snippet-content-advance-checkout div p {
  color: #000;
  line-height: 24px;
  margin: 20px 0;
}
.fee-gallery-owl.fee_img-gallery_article_owl .owl-item .item {
  aspect-ratio: 0;
}
.property-list-filter-options .filter-sorting .chosen-container-single {
  padding: 0;
}
.property-content .details-view a {
  height: auto;
}
.login-form.pass-code-verify-form .form-row {
  margin: 20px 0;
}
.donation-card-content {
  padding: 0 15px;
}

/***---------------last---------*****/
.widget-gallery.fee-gallery-jssor
.jssor-slider-container
[class^="jssora20l"]::after,
.widget-gallery.fee-gallery-jssor
.jssor-slider-container
[class^="jssora20r"]::after {
  font-size: 50px;
}
.widget-gallery.fee-gallery-jssor
.jssor-slider-container
[class^="jssora20l"]:hover::after,
.widget-gallery.fee-gallery-jssor
.jssor-slider-container
[class^="jssora20r"]:hover::after {
  color: #fff;
  opacity: inherit;
}
.fee-gallery-jssor .jssor-slider-container .jssorb03 div span {
  width: 9px;
  height: 9px;
}
.fee-gallery-owl .blog-post-item .blog-post-info .date,
.fee-gallery-owl .blog-post-item .blog-post-info .author,
.fee-gallery-owl .blog-post-item .blog-post-info a,
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count {
  padding-left: 23px;
}
.fee-gallery-owl .blog-post-item .blog-post-info a::before,
.fee-gallery-owl .blog-post-item .blog-post-info .author::before,
.fee-gallery-owl .blog-post-item .blog-post-info .date::before,
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count::before {
  top: -3px;
}
.widget-gallery.fee-gallery-swiper .swiper-horizontal {
  padding-bottom: 50px;
}
.agent-list-item > a.read-button:hover,
.agent-list-item > a.read-button:hover::after {
  color: #EE3E35;
}
.widget-blogCategory.fee--blog-category-1 .content {
  margin: 0;
}

@media (max-width: 1199px) {
  .widget-blogCategory.fee--blog-category-1 > .widget-title,
  .widget-blogCategory.fee--blog-category-1 > .category-view {
    padding: 0;
  }
}

/*------ .property-listing-details -----------*/

.property-listing-details {
  padding-left: 0;
  padding-right: 0;
}
.property-listing-details__price-guide-inner .action-group button,
.property-listing-details__price-guide-inner .action-group a {
  padding: 10px 20px;
  height: auto;
}
.property-details-contain-container .query-form input {
  padding: 8px 25px 8px 10px;
}
.property-details-contain-container .query-form textarea {
  padding: 10px;
}
.property-details-contain-container .query-form input,
.property-details-contain-container .query-form textarea {
  font-size: 15px;
}
.property-listing-details__price-guide-inner .action-group .enqnow {
  background-color: #000;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 12px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
}
.property-listing-details__price-guide-inner .action-group .enqnow:hover {
  border: none;
  background-color: #EE3E35;
  color: #fff;
}
.property-details-contain-container .agent-container .agent-info h5 a {
  color: #EE3E35;
}
.property-details-contain-container .agent-container .agent-info h5 a:hover {
  color: #000;
}
.property-listing-details__price-guide-inner .action-group .flrplan,
.property-details-contain-container .query-form button {
  background-color: #EE3E35;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 12px;
  line-height: 24px;
}
.property-listing-details__price-guide-inner .action-group .flrplan:hover,
.property-details-contain-container .query-form button:hover {
  background-color: #000;
  border: none;
  color: #fff;
}
.property-details-contain-container .query-form .form-group .required {
  font-family: "Open Sans";
}
.widget.widget-product.outdoor-furnitures.gardening {
  padding-bottom: 180px;
}
@media (max-width: 991px) {
  .property-listing-details .inquire-agent-section__title {
    font-size: 28px;
    margin: 50px 0 30px;
  }
  .property-listing-details__description .header-title {
    font-size: 24px;
  }
  .property-listing-details .inquire-agent-section__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .property-listing-details .inquire-agent-section__agent {
    margin-top: 30px;
  }
  .property-listing-details__description-price-guide {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .property-listing-details__price-guide {
    flex: 0;
  }
  .widget-productReviewRatting .main-container {
    grid-column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .property-listing-details__description .info-header {
    margin-top: 15px;
  }
  .property-listing-details__description .header-title {
    font-size: 20px;
  }
  .property-listing-details__price-guide-inner {
    padding: 20px;
  }
  .property-listing-details .inquire-agent-section__inner {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .property-listing-details .inquire-agent-section__title {
    font-size: 24px;
    margin: 40px 0 20px;
  }
  .property-details-contain-container .query-form {
    padding: 30px 20px;
  }
  .property-details-contain-container .agent-container .agent-item {
    justify-content: center;
    flex-wrap: wrap;
  }
  .property-listing-details .inquire-agent-section__agent {
    margin-top: 25px;
    flex: 0;
  }
  .property-details-contain-container .agent-container .agent-info {
    text-align: center;
  }
  .property-details-contain-container .agent-container .agent-info h5 {
    margin: 0 0 10px;
    padding: 0 0 20px;
  }
}
.auto-page.page-post-payment .spacer,
.auto-page.page-donation-confirm .spacer,
.auto-page.page-donation .spacer,
.auto-page.page-post-payment .spacer,
.page-post-payment .spacer,
.page-agent-listing .spacer {
  height: 0 !important;
}

.auto-page.page-post-payment .page-content,
.page-post-payment.auto-page .page-content,
.page-agent-listing.auto-page .page-content {
  padding-left: 0;
  padding-right: 0;
  margin: 0 !important;
}
.property-agent-details-page .agent-short-info .agent-short-container,
.property-agent-details-page .agent-summery-info {
  padding-left: 15px;
  padding-right: 15px;
}
.property-agent-details-page
.agent-short-info
.agent-short-info-right.agent-photo-view {
  height: auto;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob {
  background-color: #000;
  font-size: 16px;
  color: #fff;
  width: auto;
  border: none;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob:hover {
  background-color: #EE3E35;
  color: #fff;
}
.property-agent-details-page
.agent-short-info
.agent-mobile-info
.agent-mobile-info-title {
  line-height: normal;
}
.property-agent-details-page
.agent-short-info
.agent-mobile-info
a.agent-mobile-info-link {
  line-height: 28px;
  color: #EE3E35;
}

@media (max-width: 991px) {
  .property-agent-details-page .agent-short-info .agent-short-container {
    gap: 60px;
  }
  .property-agent-details-page
  .agent-short-info
  .agent-short-container
  h1.agent-name-info {
    font-size: 36px;
    line-height: normal;
    margin: 0;
  }
  .property-agent-details-page .agent-sold-list-info {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .property-agent-details-page .agent-short-info {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .property-agent-details-page .agent-short-info .agent-short-container {
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .property-agent-details-page
  .agent-short-info
  .agent-short-container
  h1.agent-name-info {
    font-size: 28px;
    line-height: normal;
    text-align: center;
  }
  .property-agent-details-page
  .agent-short-info
  .agent-short-container
  .agent-position-info {
    margin: 10px 0 15px;
    padding-bottom: 20px;
  }
  .property-agent-details-page .agent-summery-info {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
  }
  .property-agent-details-page .agent-short-info .agent-short-container > div {
    width: 100%;
    flex: auto;
  }
  .property-agent-details-page
  .agent-short-info
  .agent-short-container
  .agent-mobile-info {
    justify-content: center;
  }
  .property-agent-details-page
  .agent-short-info
  .agent-short-info-right.agent-photo-view {
    max-width: 320px;
    height: 320px;
  }
}

/*--last-fixing---*/

.fee-gallery-owl.fee_img-gallery_article_owl .owl-item .item {
  aspect-ratio: 0;
}
.fee-gallery-owl .blog-post-item .title {
  font-size: 18px;
  line-height: 1.468;
  padding: 0 20px 0 0;
}
.fee-gallery-owl .blog-post-item .title a {
  color: #222;
  font-size: 20px;
  font-weight: 400;
}
.fee-gallery-owl .blog-post-item .content {
  font-size: 14px;
  padding: 15px 0;
}
.fee-gallery-owl .blog-post-item .details-link.link a {
  background: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
}
.blog-post-item .title a:hover {
  color: #EE3E35;
}
.fee-gallery-owl .blog-post-item .blog-post-info a:hover {
  color: #EE3E35;
}
.fee-gallery-owl .blog-post-item .details-link.link a:hover {
  color: #EE3E35;
}
.fee-gallery-owl .blog-post-item .post-list-view {
  width: 100%;
}
.widget-gallery.fee-gallery-owl .owl-theme .owl-controls {
  margin: 10px 0;
}
.widget-gallery.fee-gallery-owl
.owl-carousel
.owl-controls
.owl-nav
> div.owl-prev {
  left: 0;
  top: auto;
}
.widget-gallery.fee-gallery-owl
.owl-carousel
.owl-controls
.owl-nav
> div.owl-next {
  right: 0;
  top: auto;
}
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-prev::after,
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-next::after {
  content: none !important;
}
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-prev:hover,
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-next:hover {
  background: #ff3b64;
  border: 1px solid #ff3b64;
}
.fee-gallery-owl .owl-carousel .owl-controls .owl-dot:hover span,
.fee-gallery-owl .owl-carousel .owl-controls .owl-dot.active span,
.fee-gallery-swiper.swiperSlider
.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff3b64;
  border: 1px #ff3b64 solid;
}
.widget-gallery.fee-gallery-swiper .swiper-button-prev:hover,
.widget-gallery.fee-gallery-swiper .swiper-button-next:hover {
  background: #ff3b64;
  border: 1px solid #ff3b64;
}
.widget-gallery.fee-gallery-swipebox figure,
.widget-gallery.fee-gallery-owl figure,
.widget-gallery.fee-gallery-swiper figure {
  margin: 0;
}
.fee-gallery-galleriffic
div.galleriffic-gallery-wrap
.thumbs-container
.pageLink.prev:hover,
.fee-gallery-galleriffic
div.galleriffic-gallery-wrap
.thumbs-container
.pageLink.next:hover {
  background: #ff3b64;
  border: 1px solid #ff3b64;
}
.fee-gallery-galleriffic
.galleriffic-gallery-wrap.alternate-layout
.thumbs-container
.pageLink.prev:hover::before,
.fee-gallery-galleriffic
.galleriffic-gallery-wrap.alternate-layout
.thumbs-container
.pageLink.next:hover::after {
  color: #fff;
}
.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div span:hover,
.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div.av span {
  background: #ff3b64;
}
.fee-gallery-swiper .category-image-view .category-name,
.fee-gallery-owl .category-image-view.category .category-name {
  padding: 20px 10px 10px;
}

@media (max-width: 767px) {
  .galleriffic-gallery-wrap.alternate-layout .galleriffic-content,
  .fee-gallery-galleriffic
  .galleriffic-gallery-wrap.alternate-layout
  .thumbs-container {
    padding: 0 15px;
  }
}
.fee-blog-design-1 .post-description .content,
.fee-blog-design-2 .post-description .content,
.fee-blog-design-3 .post-description .content,
.fee-blog-design-4 .post-description .content {
  padding: 15px 0;
  margin: 0;
}
.fee_img-gallery_album_swiper.fee-gallery-swiper.swiperSlider
.swiper-backface-hidden
.swiper-slide
img {
  max-width: 100%;
  width: 100%;
}
.page-post-payment .auto-page .page-content {
  padding-left: 0;
  padding-right: 0;
}
.donation-details__agreement-label {
  font-size: 15px;
  line-height: 22px;
}
.donation-address-page-content .form-row .submit-button,
.donation-details__continue-button-wrapper .donation-details__continue-button {
  background: #000 none repeat scroll 0 0;
  height: auto;
  line-height: normal;
  color: #ffffff;
  border: none !important;
}
.donation-address-page-content .form-row .submit-button:hover,
.donation-details__continue-button-wrapper
.donation-details__continue-button:hover {
  background: #ff3b64 none repeat scroll 0 0;
  color: #ffffff;
}
.donation-success-page-content .message-details a:hover {
  color: #EE3E35;
}
.donation-success-page-content .order_details_table,
.donation-success-page-content .payment-success-total table {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .donation-success-page-content-inner .cartitem-table tr.title,
  .donation-success-page-content-inner .cartitem-table tr {
    display: table-row;
  }
  .donation-success-page-content-inner .cartitem-table tr:last-child td {
    border-bottom: 1px solid #f3f3f3;
  }
  .donation-success-page-content-inner .cartitem-table tr td,
  .donation-success-page-content-inner .cartitem-table tr td.price {
    text-align: left;
  }
  .donation-success-page-content-inner .cartitem-table td {
    display: table-cell;
  }
}

/*---- Sub category ----*/
.category.category-detail-view.category-detail-width.category-details-page-with-background.category-details-banner-image-wrapper {
  width: 100%;
  padding: 0;
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}
.category-details-container .category-details-page-with-background {
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
}
.category-details-container .category-details-page-with-background > img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.subcategory-container .content.category-content {
  margin: 0;
}
.subcategory-container .category-view .category {
  border: medium none;
  box-sizing: content-box;
  margin: 0;
  padding: 15px 0;
}
.subcategory-container .category-view .category .category-name {
  text-align: center;
  margin: 15px auto;
  display: block;
}
.subcategory-container
.category-view
.category
.category-name
.category-name-link {
  font-size: 18px;
  color: #000;
}
.subcategory-container
.category-view
.category
.category-name
.category-name-link:hover {
  color: #EE3E35;
}
.subcategory-container .category-view .category a {
  display: initial;
}
.subcategory-container .category-view .category img {
  aspect-ratio: 0;
  height: 100%;
}
.category-details-container .title {
  text-align: left;
  margin-bottom: 25px;
}
.subcategory-container .category-view.image-view .footer {
  padding: 0;
  margin: 0;
}
.subcategory-container .category-view .category .summary {
  height: auto;
  font-size: 15px;
}
@media (max-width: 991px) {
  .category-view.image-view .category-image-view-width {
    width: calc(50% - 10px);
  }
}
@media (max-width: 499px) {
  .category-view.image-view .category-image-view-width {
    width: 100%;
  }
}

/*---- Sub category ----*/

.property-list-filter-options .filter-sorting .chosen-container-single {
  padding: 0;
}
.property-content .details-view a {
  height: auto;
}
.agent-list-item > a.read-button {
  color: #000;
}
.agent-list-item > a.read-button:hover,
.agent-list-item > a.read-button:hover::after,
.agent-list-item > a.read-button:hover {
  color: #EE3E35;
}
.property-agent-details-page
.agent-short-info
.agent-mobile-info
.agent-mobile-info-title,
.agent-list-item .profile p {
  line-height: 22px;
}
.bottom-snippet-content-advance-checkout div,
.bottom-snippet-content-advance-checkout div p {
  line-height: 24px;
  margin: 20px 0;
}
.bottom-snippet-content-advance-checkout a {
  margin-right: 7px;
}
.registration-form .registration-terms-condition-wrapper a label:hover {
  color: #EE3E35;
}
.fee-gallery-galleriffic
.galleriffic-gallery-wrap.rollover-layout
.thumbs-container
.pagination
span,
.fee-gallery-galleriffic
.galleriffic-gallery-wrap.rollover-layout
.thumbs-container
.pagination
a {
  min-width: 14px;
  text-align: center;
  width: auto;
}
.registration-form .form-row .chosen-container-single .chosen-single {
  margin: 0;
  background-position-x: 96%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  color: #000000;
  border-radius: 4px;
  padding: 12px 20px;
  height: 50px;
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fafafa;
}
@media (min-width: 768px) {
  .checkout-page.version-2
  .advance-checkout-order-details-right-dom-inner
  .whole-summary-wrapper
  .collapsible-panel {
    max-height: unset !important;
  }
}

/*---- pass-code-design----*/
.login-form.pass-code-verify-form .form-row {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .page-pass-code-authorization form.pass-code-verify-form.valid-verify-form {
    padding: 20px;
  }
}
.change-store-credit-amount-popup.popup .popup-bottom .button-item .close-popup,
.change-store-credit-amount-popup.popup .popup-bottom .button-item button {
  background: #ff3b64;
  border-color: #EE3E35;
  color: #fff;
}
.change-store-credit-amount-popup.popup
.popup-bottom
.button-item
.close-popup:hover,
.change-store-credit-amount-popup.popup
.popup-bottom
.button-item
button:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  border-color: #000;
}

.custom-field-container.custom-field-container-for-widget {
  padding-bottom: 30px;
}
.custom-field-container-for-widget input[type="radio"],
.custom-field-container-for-widget input[type="checkbox"] {
  height: 18px;
  width: 18px;
  margin-top: 1px;
}
.custom-field-container-for-widget input[type="radio"]:checked {
  outline: 6px #000 solid;
  outline-offset: -9px;
}
.custom-field-container-for-widget
.form-row
label.checkbox-radio-type-field-label {
  font-size: 15px;
  line-height: 22px;
}
.custom-field-container-for-widget input[type="text"],
.custom-field-container-for-widget input[type="file"],
.custom-field-container-for-widget textarea,
.custom-field-container-for-widget select {
  font-size: 15px;
}
.custom-field-container-for-widget
.checkbox-radio-field-input-label-wrapper
+ .checkbox-radio-field-input-label-wrapper {
  margin-top: 7px;
}
.custom-field-container-for-widget input,
.custom-field-container-for-widget select {
  margin: 0;
  padding: 0;
}
.custom-field-container-for-widget .form-row label {
  padding-bottom: 10px;
}
.custom-field-container-for-widget select {
  padding: 5px 36px 5px 15px !important;
}
.property-list-filter-options ul li::after {
  content: none;
}
.property-content .details-view a:hover {
  border: 1px solid #000;
}
#customer-profile-tabs.customer-profile-v2
.product-view.scrollable-view
.product-block
.product-image {
  height: 300px;
}
.fee-gallery-swiper.swiperSlider .product-view.image-view .product-block {
  width: 100%;
}
.blog-post-info a {
  color: #000;
}
.fee-gallery-swiper.swiperSlider
.swiper-backface-hidden
.swiper-slide.blog-post-item
.details-link.link
a:hover {
  color: #EE3E35;
}
.compare-details .heading {
  padding: 0 0 20px;
}
.compare-details table td,
.compare-details table th {
  padding: 10px;
}
.compare-details table th {
  color: #222;
  font-size: 15px;
}
#bmui-tab-description {
  overflow-y: auto;
}
.bmui-tab-panel table {
  min-width: 400px;
}
.product-widget.product-widget.widget-addCart .gift-button-container {
  margin: 0;
}

/* product quick view */
.product_quick_view_popup {
  left: 50%;
  padding: 0;
  right: 0;
}
.product_quick_view_popup.popup .scroller span.view-right,
.product_quick_view_popup.popup .scroller span.view-left {
  width: 30px;
  height: 30px;
  background: #000;
  text-align: center;
}
.product_quick_view_popup.popup .scroller span.view-right {
  right: 0;
}
.product_quick_view_popup.popup .scroller span.view-left {
  left: 0;
}
.product_quick_view_popup.popup .scroller span.view-left:before,
.product_quick_view_popup.popup .scroller span.view-right:before {
  display: none;
}
.product_quick_view_popup.popup .scroller span.view-left:after,
.product_quick_view_popup.popup .scroller span.view-right:after {
  font-family: "FontAwesome";
  font-size: 22px;
  line-height: 27px;
}
.product_quick_view_popup.popup .scroller span.view-left:after {
  content: "\f104";
  color: #fff;
}
.product_quick_view_popup.popup .scroller span.view-right:after {
  content: "\f105";
  color: #fff;
}
.product_quick_view_popup.popup .scroller span.view-left:hover:after,
.product_quick_view_popup.popup .scroller span.view-right:hover:after {
  color: #fff;
  opacity: 0.7;
}
.product_quick_view_popup.popup .body {
  height: calc(100% - 52px);
  margin: 0;
  padding: 20px 40px 30px;
}
.product_quick_view_popup.popup.popup .header {
  border-bottom: none;
  padding: 0;
  min-height: unset;
  height: 52px;
}
#webcommander-page .product-view .quick-view-btn.button {
  font-size: 14px;
  width: auto;
  min-width: 110px;
  max-width: unset;
  height: auto;
  left: 50%;
  right: auto;
  top: 40px;
  bottom: auto;
  transform: translateX(-50%);
  padding: 6px 15px;
  z-index: 9;
}
#webcommander-page .product-view .quick-view-btn.button:before,
#webcommander-page .product-view .quick-view-btn.button:after {
  display: none;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
  white-space: nowrap;
}

.widget-productImage .image-thumb-container .thumb-image {
  display: inline-block;
}
.product_quick_view_popup .widget-socialMediaShare .social-media-wrapper span {
  margin-bottom: 7px;
}
.product_quick_view_popup .summary {
  height: auto;
  text-align: left;
}
.product_quick_view_popup #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
  width: 50%;
  max-width: 50%;
  padding-right: 30px !important;
  flex: inherit !important;
}
.product_quick_view_popup #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
  width: 50%;
}
.widget.widget-navigation.footer-nav .nav-wrapper.horizontal {
  text-align: right;
}
.widget.widget-filter .accordion-panel > .label-bar::after {
  display: none;
}
.widget.widget-filter
.tab-accordion-accordion.accordion-panel
.accordion-item.filter-accordion-item
.form-row.COLOR-filter
.form-row,
.widget.widget-filter
.tab-accordion-accordion.accordion-panel
.accordion-item.filter-accordion-item
.form-row.Test.Color-filter
.form-row {
  min-width: 98px;
}
/*************Blog Top********************/
.widget.widget-blogPost.blog-top-section {
  max-width: 1430px;
  margin: 50px auto 0;
}
.widget.widget-blogPost.blog-top-section .blog-post-content {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px 20px;
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 168px;
}

.widget.widget-blogPost.blog-top-section .blog-post-content .blog-post-item {
  font-size: 30px;
  text-align: left;
  margin: 0;
  height: max-content;
  width: auto;
  display: flex;
  flex-direction: row;
  border: 0;
  padding: 0;
  min-height: auto;
  overflow: unset;
}

.widget.widget-blogPost.blog-top-section
.blog-post-content
.blog-post-item.first {
  grid-row: 1 / 5;
  padding-right: 30px;
  width: 682px !important;
  height: auto;

  display: flex;
  flex-direction: column;
  min-height: auto;
}

.widget.widget-blogPost.blog-top-section .post.post-list-view-height {
  height: 100%;
  max-width: 175px;
  max-height: 160px;
  margin-right: 30px;
  width: 100%;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.widget.widget-blogPost.blog-top-section
.blog-post-content
.blog-post-item.first
.post.post-list-view-height {
  max-width: 682px !important;
  max-height: 80%;
  border-radius: 20px;

  margin-bottom: 20px;
}
.widget.widget-blogPost.blog-top-section .post.post-list-view-height img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.widget.widget-blogPost.blog-top-section
.blog-post-content
.blog-post-item.first
.post.post-list-view-height,
.widget.widget-blogPost.blog-top-section
.blog-post-content
.blog-post-item.first
.post.post-list-view-height
a,
.widget.widget-blogPost.blog-top-section
.blog-post-content
.blog-post-item.first
.post.post-list-view-height
img {
  display: block;
  width: 100%;
  height: 100%;
}
.widget.widget-blogPost.blog-top-section
.blog-post-content
.blog-post-item.first
.post.post-list-view-height
img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: 100%;
}
.widget.widget-blogPost.blog-top-section .blog-post-item .title {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 32px;
  min-height: auto;
}

.widget.widget-blogPost.blog-top-section .blog-post-item.first,
.widget.widget-blogPost.blog-top-section .blog-post-item.last {
  border: 0;
}
.widget.widget-blogPost.blog-top-section .blog-post-item.last {
  margin: 0;
}
.widget.widget-blogPost.blog-top-section .blog-post-item .post-description {
  display: flex;
  position: relative;
  height: auto;
  padding: 0;
  flex-direction: column;
}
.widget.widget-blogPost.blog-top-section .blog-post-item .title a {
  text-align: left;
  color: rgba(0, 0, 0, 1);
  background: transparent;
  padding: 0 0 10px;
  display: block;
  font-family: Manrope;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 1%;
}
.widget.widget-blogPost.blog-top-section .blog-post-item:hover .title a {
  color: #EE3E35;
}
.widget.widget-blogPost.blog-top-section .blog-post-item span.date {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  padding: 4px 12px;
  font-family: Manrope;
  display: inline;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
}
.widget.widget-blogPost.blog-top-section
.blog-post-item
.post-description
.blog-read-more,
.widget.widget-blogPost.blog-top-section .footer {
  display: none;
}
.widget.blog-posts-title.widget-blogPost .widget-title {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto 20px;
  font-family: Manrope;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 0;
}
.blog-posts-title .blog-read-more {
  display: none;
}
.widget.widget-blogPost.blog-top-section
.blog-post-content
.blog-post-item.first
.title
a {
  font-size: 23px;
  line-height: 40px;
}
.widget.widget-navigation.categories-list.blog,
.blog-posts-title {
  max-width: 310px;
  margin-left: auto;
  margin-right: 0;
  border: 0;
}
.widget.widget-navigation.categories-list.blog {
  padding-bottom: 50px;
}
.widget.blog-posts-title.widget-blogPost .blog-post-content {
  padding: 0;
  margin: 0;
  flex-direction: column;
}
div.widget.blog-posts-title + div.blog-posts-title {
  border: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
div.widget.blog-posts-title.widget-blogPost {
  padding: 0 0 15px;
  margin: 180px 0 30px auto;
  border-bottom: 1px solid #ccc;
  max-width: 310px;
}
div.widget.blog-posts-title.widget-blogPost
+ div.blog-posts-title.widget-blogPost {
  margin: 0 0 30px auto;
}
.widget.blog-posts-title.widget-blogPost .title a {
  font-family: Manrope;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 1%;
}
.widget.blog-posts-title.widget-blogPost .blog-post-item {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: auto;
}
.widget.blog-posts-title.widget-blogPost .title {
  font-size: 0;
  padding-bottom: 8px;
  margin: 0;
  line-height: unset;
  min-height: auto;
}
/*-------------------------*/
/* Blog */

.widget-blogPost {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.widget-blogPost .blog-post-content {
}
.blog-post-item {
  min-height: 365px;
  width: calc(100% / 3 - 40px);
  margin: 0 20px 35px;
  padding-bottom: 0;
  border-bottom: 0;
  position: relative;
  overflow: hidden;
  background: transparent;
  height: 275px;
}
.post.post-list-view-width,
.category.post-list-view-width {
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: auto;
  border-radius: 10px;
}
.post.post-list-view-width img,
.category.post-list-view img {
  width: 100%;
  object-fit: cover;
  padding-bottom: 0;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  max-width: 100%;
  object-position: top;
  border-radius: 8px;
  height: 200px;
}

.blog-post-item:hover .post.post-list-view-width img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-post-item .post-description {
  padding: 0;
  display: flex;
  flex-direction: column;
  background: transparent;
}
.blog-post-item .post-description .title {
  padding: 0;
  margin: 15px 0 8px;
  font-size: 20px;
  min-height: 90px;
}
.blog-post-item .post-description .title a {
  text-align: left;
  color: #000;
  text-decoration: none;
  font-family: Manrope;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 1%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-post-item .post-description .blog-post-info span.date {
}
.blog-post-item:hover .post-description .title a {
  color: #EE3E35;
}
.blog-post-item .post-description > a {
  position: absolute;
  font-size: 18px;
  color: #008df2;
  bottom: 40px;
  left: 40px;
  display: none;
}

.blog-post-item .post-description > a:hover {
  color: #000;
}
.blog-post-item .post-description .content {
  order: 3;
  font-family: Sora;
  font-size: 14px;
  font-weight: 400;
  color: #062a45;
  line-height: 21px;
  opacity: 0.8;
}

.blog-post-item:hover .post-description .content {
  color: #062a45;
  opacity: 0.8;
}
.blog-post-info span.categories,
.blog-post-info span.date {
  background: transparent;
  padding: 0;
  color: #fff;
  margin: 0;
}

.widget-blogPost.related-blog .widget-title {
  max-width: 1400px;
  margin: 0 auto 40px;
  color: #000;
  font-family: Lexend;
  font-size: 52px;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: center;
  padding: 0;
}
.widget-blogPost.related-blog {
  max-width: 100%;
  padding: 105px 0 140px;
  border-top: 1px solid rgba(251, 246, 239, 1);
  background: rgba(255, 250, 243, 1);
}
.widget-blogPost.related-blog .blog-post-content {
  margin: 0 auto;
  padding: 0;
  max-width: 1440px;
}
.widget-blogPost.related-blog .blog-post-item .post-description,
.widget-blogPost.related-blog .blog-post-item {
  background: transparent;
}
.widget-blogPost.related-blog .blog-post-item {
  margin: 0 20px 0;
}
.blog-post-details .post-description {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.blog-post-details {
  max-width: 1080px;
  margin: 0 auto;
}
.blog-post-details .title {
  display: block;
  text-align: left;
  max-width: 900px;
  padding: 0;
  margin: -20px 0 0;
  font-family: Manrope;
  font-weight: 500;
  font-size: 46px;
  line-height: 120%;
  letter-spacing: 0%;
  order: 1;
}
.blog-post-details .blog-details-banner-image-wrapper {
  order: 3;
  height: auto;
  max-height: 650px;
  border-radius: 20px;
  overflow: hidden;
}
.blog-post-details .blog-post-info {
}
.blog-post-details .blog-post-info span.date {
}
.blog-post-details .image {
  padding-bottom: 0;
  width: 100%;
  height: auto;
  position: relative;
  top: unset;
  transition: unset;
  text-align: center;
  margin-bottom: 50px;
}
.blog-post-details .image img {
  width: 80%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-post-details .content {
  padding-bottom: 0;
  max-width: 100%;
  margin: 0 auto;
  order: 4;
}
.blog-post-details .content p {
  padding: 0;
  margin: 0 0 20px 0;
  color: #000;
  text-align: left;
  font-family: Manrope;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
.blog-post-details .content ul li,
.blog-post-details .content ol li {
  font-width: 400;
  color: #000;
  line-height: 30px;
  font-size: 16px;
}
.blog-post-details .content ol {
  padding: 0 0 0 18px;
  margin: 0 0 20px;
}
.blog-post-details .content ul {
  margin: 0 0 20px;
}
.blog-post-details .content ul li::before {
  top: 12px;
}
.blog-post-details .content h1,
.blog-post-details .content h2,
.blog-post-details .content h3,
.blog-post-details .content h4,
.blog-post-details .content h5,
.blog-post-details .content h6 {
  color: #000;
  font-family: Manrope;
  font-weight: 500;
  margin: 40px 0 10px;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
}
.blog-post-details .content h1 {
  font-size: 36px;
  line-height: 52px;
}
.blog-post-details .content h2 {
  font-size: 30px;
  line-height: 40px;
}
.blog-post-details .content h3 {
  font-size: 27px;
  line-height: 40px;
}
.blog-post-details .content h4 {
  font-size: 25px;
  line-height: 40px;
}
.blog-post-details .content h5 {
  font-size: 23px;
  line-height: 43;
}
.blog-post-details .content h6 {
  font-size: 22px;
  line-height: 41px;
}
.blog-post-details .content p b,
.blog-post-details .content p strong {
  font-weight: 600;
  letter-spacing: 3%;
}
.blog-post-details .social-media-share-bar .social-media-share {
}
.blog-post-details .social-media-share a.facebook-share-icon::after {
}
.blog-post-details .social-media-share > a span.at-icon-wrapper,
.blog-post-details .social-media-share a.facebook-share-icon,
.blog-post-details .social-media-share a.twitter-share-icon {
}
.blog-post-details figure img {
  width: 100%;
  border-radius: 20px;
}
.blog-post-details .social-media-share > a span.at-icon-wrapper svg.at-icon {
  padding: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #000000 !important;
}
.blog-post-details .social-media-share > a span.at-icon-wrapper {
  position: relative;
}
.blog-post-details .social-media-share a.facebook-share-icon {
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.blog-post-details .social-media-share a.facebook-share-icon::after {
  color: #fff;
}
.blog-post-details .social-media-share a.twitter-share-icon {
  background-color: #fff !important;
  border-color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blog-post-details .social-media-share a svg,
.blog-post-details .social-media-share a span {
  width: 34px !important;
  height: 34px !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog-post-details .social-media-share > a span.at-icon-wrapper svg.at-icon {
  fill: #fff !important;
}
.blog-post-details .social-media-share a.facebook-share-icon:hover,
.blog-post-details .social-media-share a.twitter-share-icon:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog-post-details .social-media-share a.facebook-share-icon:hover::after,
.blog-post-details .social-media-share a.twitter-share-icon:hover::after {
  color: #fff !important;
}
.blog-post-details .social-media-share a:hover svg,
.blog-post-details .social-media-share a:hover span {
  background-color: #008df2 !important;
  border-color: #008df2 !important;
}
.blog-post-details .social-media-share a:hover svg,
.blog-post-details .social-media-share a:hover span {
  background-color: #008df2 !important;
  border-color: #008df2 !important;
  fill: #fff !important;
}
.blog-post-details
.social-media-share
> a:hover
span.at-icon-wrapper
svg.at-icon {
  fill: #fff !important;
}

.blog-post-details .social-media-share-bar {
}
.blog-post-details .social-media-share-bar:before {
}
.blog-post-details .social-media-share-bar:after {
}
.blog-post-details .social-media-share a.facebook-share-icon:after {
}
.blog-post-details figure {
  margin: 30px 0;
}
.blog-post-details table {
  margin: 30px 0 0;
}
.widget-html.blog-page a {
  position: relative;
  padding-left: 25px;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.widget-html.blog-page a:hover {
  color: #008df2;
}
.widget-html.blog-page a:hover:after {
  background-position-x: 21px;
}
.widget-html.blog-page {
  max-width: 770px;
  margin: 65px auto 35px;
}
div.widget.widget-blogPost .widget-title {
  max-width: 720px;
  margin: 0 auto 47px;
  padding: 0;
  text-align: center;
}
/* Blog End */
.widget.widget-snippet .container-thankyou .text-content h3,
.widget.widget-snippet .container-thankyou .text-content h6 {
  font-family: Manrope;
}
.widget.widget-snippet .container-thankyou .text-content p,
.widget.widget-snippet .container-thankyou .text-content a {
  font-family: Manrope;
}
.widget.widget-snippet .container-thankyou .text-content p {
  font-size: 16px;
  padding: 20px 0 32px 0;
}
.widget.widget-snippet .container-thankyou .text-content h6 {
  font-size: 24px;
}
.widget-productReviewRatting .write-review-panel input[type="text"] {
  height: 41px;
}
.product-widget.widget-productReviewRatting.product-review-details-widget {
  padding: 120px 0 50px;
  max-width: 1400px;
  margin: 0 auto;
}
.widget-productReviewRatting .write-review-panel .write-review {
  background: #ee3e35;
  border-radius:37px;
  border: 2px solid transparent;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  height: 45px;
  color: #ffffff;
  padding: 13px 35px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;

}

.widget-productReviewRatting .write-review-panel .write-review:hover {

  background: #ec534b;
  border: 2px solid transparent;

}

.widget-productReviewRatting .write-review-panel .form-row.btn-row {
  gap: 15px;
}
.widget-productReviewRatting .write-review-panel .form-row.btn-row button {
  background: #ee3e35;
  border-radius: 37px;
  border: 2px solid transparent;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  height: 45px;
  color: #ffffff;
  padding: 13px 35px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.widget-productReviewRatting .write-review-panel .form-row.btn-row button.review-submit-btn:hover {
  background: #ec534b;
  border: 2px solid transparent;
}
.widget-productReviewRatting .write-review-panel .form-row.btn-row button.cancel {
  background: #ffffff;
  color: #000000;
  border: 2px solid #ee3e35;
}
.widget-productReviewRatting .write-review-panel .form-row.btn-row button.cancel:hover {
  background: #ec534b;
  border-image: none;
  color: #ffffff;
}
.widget-productReviewRatting .rating-row {
  font-size: 14px;
  text-transform: capitalize;
}
.page-product .body .widget-container.v-split-container .page-content {
  padding-left: 0;
  padding-right: 0;
}
#related-product-listing {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.widget.widget-snippet .container-thankyou .text-content a {
  color: #fff;
  background-color: #EE3E35;
  border: 2px solid #ff3b64;
  border-radius: 30px;
}
.widget.widget-snippet .container-thankyou .text-content a:hover {
  color: #fff;
   background: #ec534b;
  border: 2px solid #ec534b;
}
.page-blog .pagination span.page-number.current {
  color: #000;
  background: #ff3b6426;
}
.checkout-page.version-2
.advance-checkout-order-details-right-dom-inner
.cartitem-table {
  max-height: 320px;
}
.order-custom-fields-form .chosen-container .chosen-results .chosen-result,
.custom-field-container .chosen-container .chosen-results .chosen-result {
  font-size: 14px;
  height: 30px;
}
.order-custom-fields-form .chosen-container .chosen-results {
  padding: 5px 0 10px;
}
.chosen-container-active .chosen-choices {
  box-shadow: none !important;
}
div.frequently-bought-together-products .select-product input {
  height: 16px;
  width: 16px;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .product_quick_view_popup {
    width: 100%;
    top: 40%;
    max-width: calc(100% - 40px);
    transform: scale(1) translate(-50%, -50%) !important;
  }
}
@media (max-width: 767px) {
  .product_quick_view_popup {
    max-width: calc(100% - 30px);
  }
  .product_quick_view_popup.popup .body {
    padding: 0 40px 30px;
    max-height: 100%;
  }
  .product_quick_view_popup .l-fixed-container {
    display: flex;
    flex-wrap: wrap;
  }
  .responsive .product_quick_view_popup .product-widget.widget-socialMediaShare,
  .product_quick_view_popup .product-widget.product-widget.widget-addCart {
    padding-left: 0;
  }
  .product_quick_view_popup .product-widget.widget-socialMediaShare::before,
  .product_quick_view_popup
  .product-widget.product-widget.widget-addCart::before {
    display: none;
  }
  .product_quick_view_popup #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    width: 100%;
    max-width: 100%;
    padding-right: 0 !important;
    flex: inherit !important;
  }
  .product_quick_view_popup #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
    width: 100%;
  }
  .responsive .product_quick_view_popup {
    top: 50%;
    bottom: auto;
  }
  .widget.widget-snippet .container-thankyou .text-content p {
    padding: 10px 0;
  }
}
.payment-success-page-container .order-details .order_details_table tr th,
.payment-success-page-container .order-details .order_details_table tr td {
  background: transparent;
}
.change-store-credit-amount-popup.popup {
  padding: 0;
}
.change-store-credit-amount-popup.popup .popup-bottom .button-item .close-popup,
.change-store-credit-amount-popup.popup
.popup-bottom
.button-item
.change-amount {
  margin: 0;
  width: auto;
  height: auto;
  text-transform: uppercase;
}
.change-store-credit-amount-popup.popup .header .close-popup {
  cursor: pointer;
}
.page-blog div.widget.blog-posts-title.widget-blogPost {
  margin: 67px 0 30px auto;
}
@media (max-width: 767px) {
  .change-store-credit-amount-popup.popup {
    width: calc(100% - 40px) !important;
    min-width: auto;
  }
  .change-store-credit-amount-popup.popup
  .popup-bottom
  .button-item
  .close-popup,
  .change-store-credit-amount-popup.popup
  .popup-bottom
  .button-item
  .change-amount {
    margin: 10px 0 0;
  }
  #wi-4D9E99FA-F023-4489-8180-14A771727755 .nav-wrapper.show,
  #wi-3CF04936-F0F2-475C-A598-C456E6B35802 .nav-wrapper.show {
    display: block !important;
  }
  #wi-4D9E99FA-F023-4489-8180-14A771727755 .nav-wrapper,
  #wi-3CF04936-F0F2-475C-A598-C456E6B35802 .nav-wrapper {
    display: none !important;
  }
  .widget.widget-filter {
    margin-right: 0;
    margin-bottom: 0;
  }
  .widget.widget-html.sidebar-title h2::before {
    display: none;
  }
  .widget.widget-html.sidebar-title h2 {
    font-weight: 600;
    font-size: 18px;
    padding-left: 0;
  }
  div.home-tabslider .product-view.scrollable-view .content {
    padding: 0;
  }
  body.page-home .product-view .product-block .block-content-wrap {
    padding: 0 15px;
  }
  div.home-tabslider
  .product-view.scrollable-view
  .header
  .scroller
  .scroll-right {
    right: 0;
  }
  div.home-tabslider
  .product-view.scrollable-view
  .header
  .scroller
  .scroll-left {
    left: 0;
  }
  .product-view.scrollable-view .scroller .scroll-left,
  .product-view.scrollable-view .scroller .scroll-right {  }
  .responsive .widget > .widget-title {
    font-size: 28px;
    padding: 0 15px;
  }
  body.page-home
  .category-view.image-view
  .category-image-view-width:nth-of-type(2n + 1)
  .image.category-image-view-height {
    width: 150px;
    height: 150px;
  }
  body.page-home
  .category-view.image-view
  .category-image-view-width:nth-of-type(2n)
  .image.category-image-view-height {
    width: 150px;
    height: 150px;
  }
  body.page-home
  .category-view.image-view
  .category-image-view-width:first-of-type
  .image.category-image-view-height,
  body.page-home
  .category-view.image-view
  .category-image-view-width:last-of-type
  .image.category-image-view-height {
    width: 150px;
    height: 150px;
  }

  body.page-home
  .category-view.image-view
  .category-image-view-width:nth-of-type(2n + 1),
  body.page-home
  .category-view.image-view
  .category-image-view-width:nth-of-type(2n),
  body.page-home
  .category-view.image-view
  .category-image-view-width:first-of-type,
  body.page-home
  .category-view.image-view
  .category-image-view-width:last-of-type {
    width: 150px;
    height: 200px;
  }
  body.page-home
  .widget.widget-category
  .category-view.image-view
  .content.category-content {
    margin-top: 40px;
    margin-bottom: 0;
  }
  body.responsive
  .widget.widget-html.view-all-button
  .html-widget-element-content
  p
  a {
    margin: 0 auto;
    padding: 11px 30px;
  }
  body.responsive
  .widget.widget-category
  + .widget.widget-html.view-all-button
  .html-widget-element-content
  p
  a {
    padding: 16px 30px;
  }
  .widget.widget-snippet section.site-information .main-area {
    flex-direction: column;
  }
  .widget.widget-snippet section.site-information .main-area .items .item-img {
    height: auto;
    margin-bottom: -20px;
  }
  .widget.widget-snippet section.site-information .main-area .items {
    padding: 0 15px 30px;
  }
  body.responsive
  .widget.widget-product.outdoor-furnitures
  .content.product-content
  .product-block {
    width: 100%;
  }
  body.responsive .review-top .rcontent {
    padding: 92px 15px 80px;
  }
  body.responsive .main-content h2 {
    font-size: 28px;
    line-height: 34px;
  }
  body.responsive .main-content .btn-content a:last-child {
    margin: 20px auto 0;
  }
  body.responsive.page-home
  .owlCarousel.widget.widget-gallery.customer-reviews
  .widget-title {
    margin-top: 0;
    text-align: left;
  }
  .widget.widget-product.outdoor-furnitures {
    margin: 30px auto 0;
  }
  body.responsive
  .owlCarousel.widget.widget-gallery.customer-reviews
  .widget-title,
  body.responsive
  .owlCarousel.widget.widget-gallery.customer-reviews
  .widget-title::after {
    background-position: left 20px;
    text-align: left;
  }
  body.responsive .widget.widget-blogPost.blog-top-section .blog-post-content {
    padding: 0 15px 40px;
  }
  body.responsive
  .widget.widget-blogPost.blog-top-section
  .blog-post-content
  .blog-post-item.first
  .post.post-list-view-height {
    max-width: 100% !important;
    margin: 0 !important;
  }
  .widget.widget-blogPost.blog-top-section .post.post-list-view-height {
    max-width: 100% !important;
    margin-right: 0;
  }
  div.widget.widget-blogPost.blog-top-section
  .blog-post-content
  .blog-post-item.first,
  div.widget.widget-blogPost.blog-top-section
  .blog-post-content
  .blog-post-item {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .widget.widget-blogPost.blog-top-section .post.post-list-view-height {
    max-height: 100% !important;
    margin-right: 0 !important;
  }
  body.responsive
  .widget.widget-html.tab-products-title
  .html-widget-element-content,
  body.responsive.page-home .accordion-panel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .add-cart-information-popup
  .popup-bottom.footer
  .button-item
  .button.add-to-cart-button {
    margin: 8px 0 0;
  }
  .responsive .footer > .widget-container div.widget-title {
    padding-left: 0;
    font-size: 22px;
    margin-bottom: 10px;
  }
  div.flying-cart-container {
    max-width: 90%;
    margin: 0 auto;
    overflow-x: hidden;
    width: 100%;
  }
  div.flying-cart-content .flyingt-cart-header {
    max-width: 90%;
  }
  div.flying-cart-content .flying-cart-footer {
    padding: 20px 15px;
  }
  div.flying-cart-item-name-quantity-wrapper {
    padding: 0 0 0 8px;
  }
  div.flying-cart-product-name a {
    font-size: 17px;
    line-height: 20px;
    padding-right: 10px;
  }
  div.flying-cart-item-image,
  div.flying-cart-item-image img {
    width: 70px;
  }
  .widget-navigation.categories-list.blog .widget-title {
    display: block;
  }
  .widget.widget-navigation.categories-list.blog .menu-title {
    top: 30px;
  }
  .widget.widget-navigation.categories-list.blog .nav-wrapper.show {
    position: relative;
    top: 5px;
    background: transparent;
    padding: 0;
  }
  #wi-3CF04936-F0F2-475C-A598-C456E6B35802.categories-list.blog .nav-wrapper {
    display: block !important;
  }
  #wi-3CF04936-F0F2-475C-A598-C456E6B35802.categories-list.blog
  .nav-wrapper.show {
    display: none !important;
  }
}
.product-widget-accordion-view
.accordion-panel
.accordion-item
span.title,
.product-widget-accordion-view
.accordion-panel
.accordion-item.expanded
span.title {
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.product-widget-accordion-view
.accordion-panel
.accordion-item
.description
p,
.product-widget-accordion-view
.accordion-panel
.accordion-item.expanded
.description
p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}
.product-widget-accordion-view
.accordion-panel
.accordion-item.expanded
span.description {
  display: block;
}
.product-accordion-view .accordion-item .description ul {
  margin: 10px 0 0;
}
.product-widget-accordion-view
.accordion-panel
.accordion-item.expanded
span.description
h1,
.product-widget-accordion-view
.accordion-panel
.accordion-item.expanded
span.description
h2,
.product-widget-accordion-view
.accordion-panel
.accordion-item.expanded
span.description
h3,
.product-widget-accordion-view
.accordion-panel
.accordion-item.expanded
span.description
h4,
.product-widget-accordion-view
.accordion-panel
.accordion-item.expanded
span.description
h5,
.product-widget-accordion-view
.accordion-panel
.accordion-item.expanded
span.description
h6 {
  font-size: 26px;
  margin-bottom: 12px;
  margin-top: 25px;
}
.product-widget-accordion-view
.accordion-panel
.accordion-item.expanded
span.description
h2 {
  font-size: 24px;
}
.product-widget-accordion-view
.accordion-panel
.accordion-item.expanded
span.description
h3 {
  font-size: 22px;
}
.product-widget-accordion-view
.accordion-panel
.accordion-item.expanded
span.description
h4 {
  font-size: 20px;
}
.product-widget-accordion-view
.accordion-panel
.accordion-item.expanded
span.description
h5 {
  font-size: 18px;
}
.product-widget-accordion-view
.accordion-panel
.accordion-item.expanded
span.description
h6 {
  font-size: 17px;
}
.product-widget.widget-accordionView {
  margin-top: 20px;
}
.product-widget-accordion-view .accordion-panel .label-bar {
  background: transparent;
  border-radius: 0;
  padding: 10px 27px 10px 0;
  height: 66px;
  margin: 0 0 0px;
  color: #000000;
  font-size: 16px;
  line-height: 42px;
  font-weight: 600;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.12);*/
  position: relative;
  cursor: pointer;
}
.product-widget-accordion-view .accordion-panel .label-bar.expanded {
  background: transparent;
  color: #000;
  border-bottom: 1px solid #fff;
}

.product-widget-accordion-view .accordion-panel .label-bar .toggle-icon {
  left: auto;
  right: 0px;
  top: 27px;
  background-image: url(/template/e509bc3a/images/toggle-down-arrow.svg);
  background-size: 16px;
  height: 13px;
  width: 15px;
  display: inline-block;
  position: absolute;
}
.product-widget-accordion-view
.accordion-panel
.label-bar.expanded
.toggle-icon {
  background-image: url(/template/e509bc3a/images/toggle-down-arrow.svg);
  background-position: center;
}
.product-widget-accordion-view
.accordion-panel
.label-bar.expanded
.toggle-icon {
  transform: rotate(180deg);
  background-size: 16px;
}
.product-widget-accordion-view .accordion-panel .accordion-item {
  padding: 0;
  background: transparent;
  border: none;
}
.product-widget-accordion-view .accordion-panel .accordion-item.expanded {
  padding: 0 0 15px;
  /*border-bottom: 1px solid #e0e0e0;*/
}
.product-widget-accordion-view .accordion-panel .product-accordion{
	border-bottom: 1px solid #e0e0e0;
}
.product-widget-accordion-view .accordion-panel.product-accordion-view {
  padding: 0;
}
.product-widget.widget-productTag {
  margin-bottom: 20px;
}

.widget-productTag .accordion-item .title {
  padding: 3px 22px 6px;
  background-color: #ff3b6421;
  margin-bottom: 15px;
  border-radius: 30px;
}
.ask-question-panel form .form-row:last-child label {
  display: none;
}
.ask-question-panel form .form-row:last-child button {}
.ask-question-panel form .form-row button {
  font-family: 'Inter';
  background: linear-gradient(54.6deg, #FF3B64 -1.81%, #FF663F 124.95%);
  border-radius: 5px;
  border: 2px solid transparent;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  height: 46px;
  color: #ffffff;
  padding: 13px 35px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0s;
}
.ask-question-panel form .form-row button:hover {
  background: linear-gradient(54.6deg, #ff1547 -1.81%, #ff4315 124.95%);
  border-radius: 5px;
  border: 2px solid transparent;
  color: #ffffff;
}

/*====== Start Common elements ======*/
.widget .widget-title {
  font-family: Familjen Grotesk;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  color: #000000;
  margin: 0 0 41px;
}
.categories-list.widget .widget-title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #000000;
  margin: 0 0 28px;
  text-align: left;
}
.section-button .html-widget-element-content p {
  margin: 0;
}
.section-button.center .html-widget-element-content p {
  text-align: center;
}
.section-button .html-widget-element-content p a {
  background: linear-gradient(#fdf8ed, #fdf8ed) padding-box,
  linear-gradient(to right, #718dff, #ff3b64, #ff663f) border-box;
  border-radius: 5px;
  border: 2px solid transparent;
  font-family: Manrope;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  height: 46px;
  color: #000000;
  padding: 13px 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-button .html-widget-element-content p a:hover {
  background: linear-gradient(54.6deg, #ff3b64 -1.81%, #ff663f 124.95%);
  border-image: none;
  color: #ffffff;
}
/*====== End Common elements ======*/

/*====== Start Snippet overwrite ======*/
.widget-snippet .together-area {
  background: #ffffff;
}
.widget-snippet .hero-area {
  background-position: 100% 10%;
}
.widget-snippet .help-us-video-content {
  width: 642px;
}
.widget-snippet .header-button a {
  border-width: 2px;
}
.widget-snippet .hero-area-content .button-wrap a {
  padding: 13px 25px;
  min-width: 194px;
}
.widget-snippet .how-help-title h2 {
  text-transform: unset;
}
.widget-snippet .help-us-video .video-content .video-button a {
  width: 46px;
  height: 46px;
}
.widget-snippet .how-help-item .content .link-wrap a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.widget-snippet .how-help-item .content .link-wrap a:hover {
  color: #EE3E35;
}
.widget-snippet .together-single a {
  border-width: 2px;
}
.widget-snippet .hero-area-content .button-wrap a, .widget-snippet .hero-area-content .button-wrap a.secondary {
  padding: 10px 20px;
  min-width: 194px;
}
.widget-snippet .at-carecrew-content .button-wrap a,
.widget-snippet .at-carecrew-content .button-wrap a.secondary {
  min-width: 182px;
}
.widget-snippet .at-carecrew-content .button-wrap a.secondary {
  background: linear-gradient(#fdf8ed, #fdf8ed) padding-box,
  linear-gradient(to right, #718dff, #ff3b64, #ff663f) border-box;
}
.widget-snippet .join-us-buttons .button-wrap a, .widget-snippet .join-us-buttons .button-wrap a.secondary {
  padding: 10px 33px;
  min-width: 210px;
}
.widget-snippet .join-us-buttons .button-wrap a.secondary {
  background: linear-gradient(#0c0c0c, #0c0c0c) padding-box,
  linear-gradient(to right, #718dff, #ff3b64, #ff663f) border-box;
}
.widget-snippet a,
.widget-snippet .main-mission-content .button-wrap a,
.widget-snippet .main-mission-content .button-wrap a.secondary {
  min-width: 182px;
  border-radius: 37px !important;
  height:38px;
}
.main-mission-content .button-wrap .primary:hover {
    background: linear-gradient(54.6deg, #ff1547 -1.81%, #ff4315 124.95%);
    border-radius: 5px;
    border: 2px solid transparent;
}
.widget-snippet .main-mission-content .button-wrap a.secondary {
  background:#ffffff;
  border: 2px solid #ee3e35;
}
.main-mission-content .button-wrap .primary.secondary:hover {
    color: #ffffff;
    background:#ec534b;
}
.widget-snippet .help-us-video-content .button-wrap a, .widget-snippet .help-us-video-content .button-wrap a.secondary {
  padding: 10px 33px;
  min-width: 210px;
}
.widget-snippet .help-us-video-content .button-wrap a.secondary {
  background: linear-gradient(#0c0c0c, #0c0c0c) padding-box,
  linear-gradient(to right, #718dff, #ff3b64, #ff663f) border-box;
}
.widget-snippet .donate-box .dontate-btn a {
  background: linear-gradient(#f3f3f3, #f3f3f3) padding-box,
  linear-gradient(to right, #718dff, #ff3b64, #ff663f) border-box;
  border-width: 2px;
}
.widget-snippet .page-not-found-content .button-wrap a, .widget-snippet .page-not-found-content .button-wrap a.secondary {
  padding: 10px 20px;
  min-width: 210px;
}
/*====== End Snippet overwrite ======*/

/*====== Start Programs and initiatives ======*/
.programs-and-initiatives-area {
  background-image: url(/template/2cf9bec3/images/program-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 152px 0 198px;
  position: relative;
}
.programs-and-initiatives-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
  linear-gradient(
          56.6deg,
          rgba(10, 52, 166, 0.7) 32.85%,
          rgba(0, 161, 198, 0.7) 105.26%
  );
  backdrop-filter: blur(4px);
}
.programs-and-initiatives-area .widget-title-wrapper {
  width: 1520px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
.programs-and-initiatives-area .widget-title {
  text-align: left;
  color: #ffffff;
  position: relative;
  margin: 0 0 53px;
}
.programs-and-initiatives-area .owl-carousel {
  width: 1520px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
.programs-and-initiatives-area
.owl-carousel
.owl-item
.article-item
.article-title {
  display: none;
}
.programs-and-initiatives-area
.owl-carousel
.owl-item
.article-item
.article-content
figure {
  margin: 0 0 22px;
}
.programs-and-initiatives-area
.owl-carousel
.owl-item
.article-item
.article-content
figure
img {
  height: 270px;
  object-fit: cover;
  border-radius: 20px;
}
.programs-and-initiatives-area
.owl-carousel
.owl-item
.article-item
.article-content
h4 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  margin: 0 0 5px;
}
.programs-and-initiatives-area
.owl-carousel
.owl-item
.article-item
.article-content
p {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 46px;
}
.programs-and-initiatives-area
.owl-carousel
.owl-item
.article-item
.article-content
.donate-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 0 0 14px;
  margin: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.programs-and-initiatives-area
.owl-carousel
.owl-item
.article-item
.article-content
.donate-wrap::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: linear-gradient(90deg, #ff2894 46.54%, #ff663f 100%);
  border-radius: 5px;
}
.programs-and-initiatives-area
.owl-carousel
.owl-item
.article-item
.article-content
.donate-wrap.raised-5::after {
  width: 50%;
}
.programs-and-initiatives-area
.owl-carousel
.owl-item
.article-item
.article-content
.donate-wrap.raised-90::after {
  width: 90%;
}
.programs-and-initiatives-area
.owl-carousel
.owl-item
.article-item
.article-content
.donate-wrap.raised-50::after {
  width: 50%;
}
.programs-and-initiatives-area
.owl-carousel
.owl-item
.article-item
.article-content
.donate-wrap
h6 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.programs-and-initiatives-area
.owl-carousel
.owl-item
.article-item
.article-content
.donate-wrap
h6
b {
  color: #ff476d;
  font-weight: 600;
}
.programs-and-initiatives-area
.owl-carousel
.owl-item
.article-item
.article-content
p:last-child {
  margin: 0;
}
.programs-and-initiatives-area
.owl-carousel
.owl-item
.article-item
.article-content
p
a {
  background: linear-gradient(#0f1429, #0f1429) padding-box,
  linear-gradient(to right, #718dff, #ff3b64, #ff663f) border-box;
  border-radius: 5px;
  border: 2px solid transparent;
  font-family: Manrope;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  height: 46px;
  color: #ffffff;
  padding: 13px 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.programs-and-initiatives-area
.owl-carousel
.owl-item
.article-item
.article-content
p
a:hover {
  background: linear-gradient(54.6deg, #ff3b64 -1.81%, #ff663f 124.95%);
  border-image: none;
}
.programs-and-initiatives-area .owl-carousel .owl-controls {
  margin: 0;
  position: absolute;
  right: 60px;
  top: -106px;
}
.programs-and-initiatives-area .owl-carousel .owl-controls .owl-nav {
  display: flex;
  gap: 14px;
}
.programs-and-initiatives-area .owl-carousel .owl-controls .owl-nav div {
  margin: 0;
  height: 52px;
  width: 52px;
  border-radius: 100px;
  border: 1px solid #ffffff;
  font-size: 0;
  background-size: 16px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0.3;
}
.programs-and-initiatives-area .owl-carousel .owl-controls .owl-nav div:hover {
  opacity: 1;
  background-size: 16px 10px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}
.programs-and-initiatives-area .owl-carousel .owl-controls .owl-nav .owl-prev {
  background-image: url('data:image/svg+xml,<svg width="17" height="11" viewBox="0 0 17 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.66979 10.5621C6.80534 10.4354 6.88198 10.2635 6.88301 10.084C6.88405 9.90453 6.8094 9.73192 6.67532 9.60376L3.30308 6.4324L16.1528 6.4324C16.3444 6.4324 16.528 6.36108 16.6635 6.23413C16.7989 6.10718 16.875 5.935 16.875 5.75546C16.875 5.57593 16.7989 5.40375 16.6635 5.2768C16.528 5.14985 16.3444 5.07853 16.1528 5.07853L3.30308 5.07853L6.68085 1.9042C6.81379 1.77549 6.88766 1.6031 6.88663 1.42395C6.88559 1.24481 6.80974 1.07317 6.67532 0.945824C6.60819 0.883572 6.52864 0.834325 6.4412 0.800894C6.35377 0.767463 6.26016 0.750505 6.16573 0.750986C6.07131 0.751468 5.9779 0.76938 5.89086 0.8037C5.80382 0.83802 5.72484 0.888076 5.65844 0.951008L1.08047 5.27331C1.01795 5.33596 0.967187 5.40808 0.93035 5.48661C0.892829 5.56898 0.873994 5.65776 0.875042 5.74732C0.8749 5.92439 0.948626 6.0945 1.08047 6.22132L5.65844 10.5436C5.72326 10.6075 5.80096 10.6588 5.88706 10.6944C5.97315 10.7299 6.06592 10.7491 6.15999 10.7509C6.25406 10.7526 6.34756 10.7368 6.43507 10.7044C6.52258 10.672 6.60236 10.6236 6.66979 10.5621Z" fill="white"/></svg>') !important;
}
.programs-and-initiatives-area .owl-carousel .owl-controls .owl-nav .owl-next {
  background-image: url('data:image/svg+xml,<svg width="17" height="11" viewBox="0 0 17 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.3302 10.5621C10.1947 10.4354 10.118 10.2635 10.117 10.084C10.116 9.90453 10.1906 9.73192 10.3247 9.60376L13.6969 6.4324L0.847171 6.4324C0.655639 6.4324 0.471952 6.36108 0.336519 6.23413C0.201086 6.10718 0.125 5.935 0.125 5.75546C0.125 5.57593 0.201086 5.40375 0.336519 5.2768C0.471952 5.14985 0.655639 5.07853 0.847171 5.07853L13.6969 5.07853L10.3191 1.9042C10.1862 1.77549 10.1123 1.6031 10.1134 1.42395C10.1144 1.24481 10.1903 1.07317 10.3247 0.945824C10.3918 0.883572 10.4714 0.834325 10.5588 0.800894C10.6462 0.767463 10.7398 0.750505 10.8343 0.750986C10.9287 0.751468 11.0221 0.76938 11.1091 0.8037C11.1962 0.83802 11.2752 0.888076 11.3416 0.951008L15.9195 5.27331C15.9821 5.33596 16.0328 5.40808 16.0696 5.48661C16.1072 5.56898 16.126 5.65776 16.125 5.74732C16.1251 5.92439 16.0514 6.0945 15.9195 6.22132L11.3416 10.5436C11.2767 10.6075 11.199 10.6588 11.1129 10.6944C11.0268 10.7299 10.9341 10.7491 10.84 10.7509C10.7459 10.7526 10.6524 10.7368 10.5649 10.7044C10.4774 10.672 10.3976 10.6236 10.3302 10.5621Z" fill="white"/></svg>') !important;
}
/*====== End Programs and initiatives ======*/

/*====== Start Home Gallery ======*/
.home-gallery {
  padding: 0 0 80px;
  background: #fdf8ed;
}
.home-gallery .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.home-gallery .owl-carousel .owl-controls {
  margin: 0;
}
.home-gallery-button {
  background: #fdf8ed;
}
/*====== End Home Gallery ======*/

/*====== Start Product slider ======*/
.home-product-slide {
  background: #fdf8ed;
  padding: 163px 0 60px;
}
.widget.home-product-slide .product-view.scrollable-view {
  border: none;
  position: relative;
}
.widget.home-product-slide .product-view.scrollable-view .header {
  min-height: auto;
  border: none;
  position: absolute;
  top: 143px;
  z-index: 5;
  left: 0;
  right: 0;
}
.widget.home-product-slide .product-view.scrollable-view .header .scroller {
  float: none;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.widget.home-product-slide
.product-view.scrollable-view
.header
.scroller
span {
  height: 50px;
  width: 50px;
  border: none;
  background-color: #ffffff;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 10px;
}
.widget.home-product-slide
.product-view.scrollable-view
.header
.scroller
span.scroll-left {
  background-image: url('data:image/svg+xml,<svg width="17" height="11" viewBox="0 0 17 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.66979 10.5621C6.80534 10.4354 6.88198 10.2635 6.88301 10.084C6.88405 9.90453 6.8094 9.73192 6.67532 9.60376L3.30308 6.4324L16.1528 6.4324C16.3444 6.4324 16.528 6.36108 16.6635 6.23413C16.7989 6.10718 16.875 5.935 16.875 5.75546C16.875 5.57593 16.7989 5.40375 16.6635 5.2768C16.528 5.14985 16.3444 5.07853 16.1528 5.07853L3.30308 5.07853L6.68085 1.9042C6.81379 1.77549 6.88766 1.6031 6.88663 1.42395C6.88559 1.24481 6.80974 1.07317 6.67532 0.945824C6.60819 0.883572 6.52864 0.834325 6.4412 0.800894C6.35377 0.767463 6.26016 0.750505 6.16573 0.750986C6.07131 0.751468 5.9779 0.76938 5.89086 0.8037C5.80382 0.83802 5.72484 0.888076 5.65844 0.951008L1.08047 5.27331C1.01795 5.33596 0.967187 5.40808 0.93035 5.48661C0.892829 5.56898 0.873994 5.65776 0.875042 5.74732C0.8749 5.92439 0.948626 6.0945 1.08047 6.22132L5.65844 10.5436C5.72326 10.6075 5.80096 10.6588 5.88706 10.6944C5.97315 10.7299 6.06592 10.7491 6.15999 10.7509C6.25406 10.7526 6.34756 10.7368 6.43507 10.7044C6.52258 10.672 6.60236 10.6236 6.66979 10.5621Z" fill="black"/></svg>') !important;
}
.widget.home-product-slide
.product-view.scrollable-view
.header
.scroller
span.scroll-right {
  background-image: url('data:image/svg+xml,<svg width="17" height="11" viewBox="0 0 17 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.3302 10.5621C10.1947 10.4354 10.118 10.2635 10.117 10.084C10.116 9.90453 10.1906 9.73192 10.3247 9.60376L13.6969 6.4324L0.847171 6.4324C0.655639 6.4324 0.471952 6.36108 0.336519 6.23413C0.201086 6.10718 0.125 5.935 0.125 5.75546C0.125 5.57593 0.201086 5.40375 0.336519 5.2768C0.471952 5.14985 0.655639 5.07853 0.847171 5.07853L13.6969 5.07853L10.3191 1.9042C10.1862 1.77549 10.1123 1.6031 10.1134 1.42395C10.1144 1.24481 10.1903 1.07317 10.3247 0.945824C10.3918 0.883572 10.4714 0.834325 10.5588 0.800894C10.6462 0.767463 10.7398 0.750505 10.8343 0.750986C10.9287 0.751468 11.0221 0.76938 11.1091 0.8037C11.1962 0.83802 11.2752 0.888076 11.3416 0.951008L15.9195 5.27331C15.9821 5.33596 16.0328 5.40808 16.0696 5.48661C16.1072 5.56898 16.126 5.65776 16.125 5.74732C16.1251 5.92439 16.0514 6.0945 15.9195 6.22132L11.3416 10.5436C11.2767 10.6075 11.199 10.6588 11.1129 10.6944C11.0268 10.7299 10.9341 10.7491 10.84 10.7509C10.7459 10.7526 10.6524 10.7368 10.5649 10.7044C10.4774 10.672 10.3976 10.6236 10.3302 10.5621Z" fill="black"/></svg>') !important;
}
.widget.home-product-slide .product-content {
  border: none;
  padding: 0;
  overflow: hidden;
}
.widget.home-product-slide .product-content .product-block {
  width: calc(100% / 6 - 24px);
  margin: 0 7.5px;
  padding: 0;
  position: relative;
  background: #ffffff;
  border: none;
  border-radius: 22px;
}
.widget.home-product-slide .product-content .product-block:first-child {
  margin-left: 0;
}
.widget.home-product-slide .product-content .product-block .product-image {
  height: 235px;
  max-width: 100%;
}
.widget.home-product-slide .product-content .product-block .product-image-link {
  display: block;
  height: 235px;
}
.widget.home-product-slide
.product-content
.product-block
.product-image-link
img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  border-radius: 22px 22px 0 0;
  transition: 0.2s ease-in-out;
}
.widget.home-product-slide .product-content .product-block .block-content-wrap {
  text-align: center;
  padding: 20px 20px 43px;
}
.widget.home-product-slide
.product-content
.product-block
.block-content-wrap
.product-name {
  padding: 0;
  margin: 0 0 10px;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16.0791px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}
.widget.home-product-slide
.product-content
.product-block
.block-content-wrap
.product-name:hover
a {
  color: #EE3E35;
}
.widget.home-product-slide
.product-content
.product-block
.block-content-wrap
.product-name
a {
  display: inline-flex;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.widget.home-product-slide
.product-content
.product-block
.block-content-wrap
.price-waper {
  padding: 0;
}
.widget.home-product-slide
.product-content
.product-block
.block-content-wrap
.price-waper
.price {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 15.0071px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0;
  text-align: center;
  display: block;
}
.widget.home-product-slide
.product-content
.product-block
.block-content-wrap
.price-waper
.price
.tax-message {
  display: block;
}

.home-product-button {
  background: #fdf8ed;
  padding: 0 0 190px;
}
/*====== End Product slider ======*/

/*====== Start Skilled volunteers ======*/
.skilled-volunteers {
  padding: 98px 15px 45px;
}
.skilled-volunteers .owl-carousel .owl-item .article-item .article-title {
  display: none;
}
.skilled-volunteers
.owl-carousel
.owl-item
.article-item
.article-content
figure {
  margin: 0 0 31px;
}
.skilled-volunteers
.owl-carousel
.owl-item
.article-item
.article-content
figure
img {
  height: 289px;
  border-radius: 20px;
  object-fit: cover;
  object-position: top;
}
.skilled-volunteers .owl-carousel .owl-item .article-item .article-content h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
  margin: 0 0 5px;
}
.skilled-volunteers .owl-carousel .owl-item .article-item .article-content p {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.skilled-volunteers .owl-carousel .owl-controls {
  margin: 64px 0 0;
}
.skilled-volunteers .owl-carousel .owl-controls .owl-nav {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}
.skilled-volunteers .owl-carousel .owl-controls .owl-nav div {
  margin: 0;
  height: 52px;
  width: 52px;
  border-radius: 100px;
  border: 1px solid #000000;
  font-size: 0;
  background-size: 16px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0.3;
}
.skilled-volunteers .owl-carousel .owl-controls .owl-nav div:hover {
  opacity: 1;
  background-size: 16px 10px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}
.skilled-volunteers .owl-carousel .owl-controls .owl-nav .owl-prev {
  background-image: url('data:image/svg+xml,<svg width="17" height="11" viewBox="0 0 17 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.66979 10.5621C6.80534 10.4354 6.88198 10.2635 6.88301 10.084C6.88405 9.90453 6.8094 9.73192 6.67532 9.60376L3.30308 6.4324L16.1528 6.4324C16.3444 6.4324 16.528 6.36108 16.6635 6.23413C16.7989 6.10718 16.875 5.935 16.875 5.75546C16.875 5.57593 16.7989 5.40375 16.6635 5.2768C16.528 5.14985 16.3444 5.07853 16.1528 5.07853L3.30308 5.07853L6.68085 1.9042C6.81379 1.77549 6.88766 1.6031 6.88663 1.42395C6.88559 1.24481 6.80974 1.07317 6.67532 0.945824C6.60819 0.883572 6.52864 0.834325 6.4412 0.800894C6.35377 0.767463 6.26016 0.750505 6.16573 0.750986C6.07131 0.751468 5.9779 0.76938 5.89086 0.8037C5.80382 0.83802 5.72484 0.888076 5.65844 0.951008L1.08047 5.27331C1.01795 5.33596 0.967187 5.40808 0.93035 5.48661C0.892829 5.56898 0.873994 5.65776 0.875042 5.74732C0.8749 5.92439 0.948626 6.0945 1.08047 6.22132L5.65844 10.5436C5.72326 10.6075 5.80096 10.6588 5.88706 10.6944C5.97315 10.7299 6.06592 10.7491 6.15999 10.7509C6.25406 10.7526 6.34756 10.7368 6.43507 10.7044C6.52258 10.672 6.60236 10.6236 6.66979 10.5621Z" fill="black"/></svg>') !important;
}
.skilled-volunteers .owl-carousel .owl-controls .owl-nav .owl-next {
  background-image: url('data:image/svg+xml,<svg width="17" height="11" viewBox="0 0 17 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.3302 10.5621C10.1947 10.4354 10.118 10.2635 10.117 10.084C10.116 9.90453 10.1906 9.73192 10.3247 9.60376L13.6969 6.4324L0.847171 6.4324C0.655639 6.4324 0.471952 6.36108 0.336519 6.23413C0.201086 6.10718 0.125 5.935 0.125 5.75546C0.125 5.57593 0.201086 5.40375 0.336519 5.2768C0.471952 5.14985 0.655639 5.07853 0.847171 5.07853L13.6969 5.07853L10.3191 1.9042C10.1862 1.77549 10.1123 1.6031 10.1134 1.42395C10.1144 1.24481 10.1903 1.07317 10.3247 0.945824C10.3918 0.883572 10.4714 0.834325 10.5588 0.800894C10.6462 0.767463 10.7398 0.750505 10.8343 0.750986C10.9287 0.751468 11.0221 0.76938 11.1091 0.8037C11.1962 0.83802 11.2752 0.888076 11.3416 0.951008L15.9195 5.27331C15.9821 5.33596 16.0328 5.40808 16.0696 5.48661C16.1072 5.56898 16.126 5.65776 16.125 5.74732C16.1251 5.92439 16.0514 6.0945 15.9195 6.22132L11.3416 10.5436C11.2767 10.6075 11.199 10.6588 11.1129 10.6944C11.0268 10.7299 10.9341 10.7491 10.84 10.7509C10.7459 10.7526 10.6524 10.7368 10.5649 10.7044C10.4774 10.672 10.3976 10.6236 10.3302 10.5621Z" fill="black"/></svg>') !important;
}
/*====== End Skilled volunteers ======*/

/*====== Start Brand slider ======*/
.widget.home-brand-slider-title {
  text-align: center;
  margin: 0 0 65px;
}
.home-brand-slider-title .html-widget-element-content p {
  font-size: 17px;
  line-height: 34px;
  color: #000000;
  margin: 0 auto 12px;
  max-width: 400px;
}
.home-brand-slider {
  padding: 0 0 162px;
}
.home-brand-slider .article-item .article-title {
  display: none;
}
.home-brand-slider .article-item .article-content figure {
  margin: 0;
}
.home-brand-slider .article-item .article-content figure img {
  width: auto;
}
/*====== End Brand slider ======*/

/*====== Start Home blog ======*/
.home-blog {
  padding: 0 15px 50px;
}
/* Page Blog */
.page-blog .home-blog {
  padding: 0 15px 80px;
}
.home-blog .widget-title {
  margin: 0 0 47px;
}
.home-blog .blog-post-content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.page-blog .home-blog .blog-post-content {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.home-blog .blog-post-content input[type="hiden"] {
  display: none;
}
.home-blog .blog-post-item {
  margin: 0;
  padding: 0;
  border: none;
  width: calc(100% / 3 - 28px);
}
.page-blog .home-blog .blog-post-item {
}
.home-blog .blog-post-item .post {
  padding: 0;
  height: 250px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.home-blog .blog-post-item .post a {
  display: block;
}
.home-blog .blog-post-item .post a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  max-height: unset;
  max-width: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.home-blog .blog-post-item:hover .post a img {
  transform: scale(1.05);
}
.home-blog .blog-post-item .post-description {
  margin: 24px 0 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
}
.home-blog .blog-post-item .post-description .title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin: 0;
}
.home-blog .blog-post-item .post-description .title a {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin: 0;
  display: inline-flex;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.home-blog .blog-post-item .post-description .title a:hover {
  color: #EE3E35;
}
.home-blog .blog-post-item .post-description .blog-post-info {
  min-width: 90px;
  padding: 0 15px 0 0;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 15px 0 0;
}
.home-blog .blog-post-item .post-description .blog-post-info .date {
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.3;
  color: #000000;
}
.page-blog .home-blog .blog-post-content .footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.page-blog .home-blog .blog-post-content .footer .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.page-blog .home-blog .blog-post-content .footer .pagination span {
  margin: 0;
  border: none;
  height: 37px;
  width: 37px;
  padding: 0;
  border-radius: 100px;
  box-shadow: none;
  background: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.page-blog .home-blog .blog-post-content .footer .pagination span.current {
  background: rgba(255, 93, 71, 0.07);
  color: #000000;
  font-weight: 500;
}
.page-blog .home-blog .blog-post-content .footer .pagination span.first,
.page-blog .home-blog .blog-post-content .footer .pagination span.prev,
.page-blog .home-blog .blog-post-content .footer .pagination span.next,
.page-blog .home-blog .blog-post-content .footer .pagination span.last {
  display: none;
}
/*====== End Home blog ======*/
.widget-account-inner form.login-form .form-row .new-customer {
  font-weight: 400;
}
.widget-gallery.home-gallery .owl-carousel .owl-item img {
  border-radius:15px;
}
div.donation-card-item img {
  aspect-ratio: 69 / 42;

}
.donation-card-item .button {
  width: 100%;
  text-align: center;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #718dff, #ff3b64, #ff663f) border-box;
  border-radius: 5px;
  border: 2px solid transparent;
  font-family: Manrope;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  height: 46px;
  color: #EE3E35;
  padding: 13px 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.donation-card-item .button:hover {
  color: #fff;
}
/*====== Start Newsletter and Social ======*/
.dontate-area::after {
  content: "";
  background-image: linear-gradient(
          178.86deg,
          rgba(255, 255, 255, 0) 51.46%,
          #a856f4 175.27%
  );
  background-size: 126%;
  position: absolute;
  width: 100%;
  height: 270px;
  left: 0;
  top: -270px;
  z-index: -1;
}
/*

#spltr-3047416A-CAA2-4DA7-931E-F54399DA0C75,
  #spltr-536780BA-3A17-43E9-9D38-627F67A882CF,
  #spltr-FD282DE8-1EE0-446B-A9CE-57F0909B3CAE {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 191px;
  max-width: 100%;
  z-index: 2;
}
@media (max-width: 1500px) {

  #spltr-3047416A-CAA2-4DA7-931E-F54399DA0C75,
    #spltr-536780BA-3A17-43E9-9D38-627F67A882CF,
    #spltr-FD282DE8-1EE0-446B-A9CE-57F0909B3CAE {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 0 30px 100px;
  }
}
@media (max-width: 1080px) {

  #spltr-3047416A-CAA2-4DA7-931E-F54399DA0C75,
    #spltr-536780BA-3A17-43E9-9D38-627F67A882CF,
    #spltr-FD282DE8-1EE0-446B-A9CE-57F0909B3CAE {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
 
  #spltr-3047416A-CAA2-4DA7-931E-F54399DA0C75,
     #spltr-536780BA-3A17-43E9-9D38-627F67A882CF,
     #spltr-FD282DE8-1EE0-446B-A9CE-57F0909B3CAE {
    padding: 0 15px 60px;
    gap: 10px;
  }
}

#spltr-536780BA-3A17-43E9-9D38-627F67A882CF,
   #spltr-FD282DE8-1EE0-446B-A9CE-57F0909B3CAE {
  margin: auto;
  width: 1430px;
}*/
.widget.newsletter-box {
  display: flex;
  align-items: center;
}
.widget.newsletter-box .widget-title {
  margin: 0 56px 0 0;
  padding: 0;
}
.widget.newsletter-box .newsletter {
  position: relative;
  min-width: 831px;
  max-width: 831px;
}
.widget.newsletter-box .newsletter .form-row {
  display: flex;
  min-width: 831px;
  max-width: 831px;
  gap: 52px;
  margin: 0;
}
.widget.newsletter-box .newsletter .form-row label {
  display: block;
  min-width: 378px;
  color: #102c2e;
  font-size: 14px;
  line-height: 23px;
}
.widget.newsletter-box .newsletter .form-row label::after {
  display: none;
}
.widget.newsletter-box .newsletter .form-row .errorlist {
  position: absolute;
  left: 403px;
  bottom: -8px;
  width: 240px;
}
.widget-newsletter .form-row.button-container {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.widget.newsletter-box .newsletter .button-container {
  min-width: unset;
  max-width: unset;
  gap: unset;
  right: -17px;
  top: 3px;
}
.widget-newsletter input[type="text"] {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.03);
  border: none;
  padding: 12px 20px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14.5px;
  height: 48px;
  min-width: 421px;
}
.widget.newsletter-box .newsletter .button-container label {
  display: none;
}
.widget.newsletter-box .newsletter .button-container .submit-button {
  min-width: 44px;
  width: 44px;
  height: 42px;
  background-image: url('data:image/svg+xml,<svg width="44" height="42" viewBox="0 0 44 42" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="44" height="42" rx="3" fill="url(%23paint0_linear_43_217)"/><path d="M24.4809 26.7734C24.3284 26.6213 24.2422 26.415 24.241 26.1996C24.2398 25.9843 24.3238 25.7771 24.4746 25.6233L28.2684 21.8177L13.8124 21.8177C13.597 21.8177 13.3903 21.7321 13.238 21.5798C13.0856 21.4274 13 21.2208 13 21.0054C13 20.7899 13.0856 20.5833 13.238 20.431C13.3903 20.2786 13.597 20.1931 13.8124 20.1931L28.2684 20.1931L24.4684 16.3839C24.3189 16.2294 24.2358 16.0225 24.2369 15.8076C24.2381 15.5926 24.3234 15.3866 24.4746 15.2338C24.5502 15.1591 24.6397 15.1 24.738 15.0599C24.8364 15.0198 24.9417 14.9994 25.0479 15C25.1542 15.0006 25.2592 15.0221 25.3572 15.0633C25.4551 15.1045 25.5439 15.1645 25.6186 15.24L30.7688 20.4268C30.8392 20.502 30.8963 20.5885 30.9377 20.6828C30.9799 20.7816 31.0011 20.8881 31 20.9956C31.0001 21.2081 30.9172 21.4122 30.7688 21.5644L25.6186 26.7512C25.5457 26.8279 25.4583 26.8894 25.3614 26.9321C25.2646 26.9747 25.1602 26.9978 25.0544 26.9998C24.9486 27.0019 24.8434 26.983 24.7449 26.9441C24.6465 26.9052 24.5567 26.8472 24.4809 26.7734Z" fill="white"/><defs><linearGradient id="paint0_linear_43_217" x1="2.5" y1="42" x2="54.6534" y2="10.0421" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF3B64"/><stop offset="0.557324" stop-color="%23FF663F"/><stop offset="0.975962" stop-color="%23FFA69E"/></linearGradient></defs></svg>') !important;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 0;
  margin: 0;
  border: none;
}
.widget.newsletter-box .newsletter .button-container .submit-button::after {
  display: none;
}
.widget.newsletter-box .newsletter .button-container .submit-button:disabled {
  border: none !important;
  opacity: 0.5;
  cursor: not-allowed;
}
.widget-newsletter .message-block.message-text {
  position: absolute;
  bottom: -10px;
  font-size: 13px;
  line-height: 1.3;
  left: 30px;
}

.widget.social-link-box {
}
.widget.social-link-box .social-media-link-bar {
  display: flex;
  gap: 10px;
  padding-right: 15px;
}
.widget.social-link-box .social-media-link-bar .social-media-link {
}
.widget.social-link-box .social-media-link-bar .social-media-link a {
  height: 48px;
  width: 48px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.04);
  background-position: center;
  background-size: 16px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.025);
}
.widget.social-link-box .social-media-link-bar .social-media-link:nth-child(1) {
  order: 2;
}
.widget.social-link-box .social-media-link-bar .social-media-link a:hover {
  border-color: #EE3E35;
}
.widget.social-link-box .social-media-link-bar .social-media-link a.twitter {
  background-image: url('data:image/svg+xml,<svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.853 0.230469H14.0347L9.26825 5.67823L14.8756 13.0914H10.4851L7.04628 8.59536L3.11149 13.0914H0.928423L6.02663 7.26442L0.647461 0.230469H5.14945L8.25784 4.34004L11.853 0.230469ZM11.0872 11.7855H12.2962L4.49255 1.46776H3.19525L11.0872 11.7855Z" fill="black"/></svg>');
}
.widget.social-link-box .social-media-link-bar .social-media-link a.facebook {
  background-image: url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_274_1297)"><path d="M17.2463 9.58211C17.2463 4.81969 13.3856 0.958984 8.62313 0.958984C3.8607 0.958984 0 4.81969 0 9.58211C0 13.8861 3.15334 17.4536 7.27576 18.1005V12.0747H5.0863V9.58211H7.27576V7.68233C7.27576 5.52116 8.56317 4.32739 10.5328 4.32739C11.476 4.32739 12.4631 4.49581 12.4631 4.49581V6.61791H11.3758C10.3046 6.61791 9.97049 7.28267 9.97049 7.96528V9.58211H12.3621L11.9797 12.0747H9.97049V18.1005C14.0929 17.4536 17.2463 13.8861 17.2463 9.58211Z" fill="black"/><path d="M11.9813 12.0734L12.3637 9.58077H9.97208V7.96393C9.97208 7.282 10.3062 6.61657 11.3774 6.61657H12.4647V4.49447C12.4647 4.49447 11.4779 4.32605 10.5344 4.32605C8.56476 4.32605 7.27736 5.51981 7.27736 7.68099V9.58077H5.08789V12.0734H7.27736V18.0991C8.17017 18.2388 9.07927 18.2388 9.97208 18.0991V12.0734H11.9813Z" fill="white"/></g><defs><clipPath id="clip0_274_1297"><rect width="17.2463" height="17.2463" fill="white" transform="translate(0 0.958984)"/></clipPath></defs></svg>');
}
.widget.social-link-box .social-media-link-bar .social-media-link a.linkedin {
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.33539 0.963493C2.06896 0.945409 1.80164 0.981847 1.54976 1.07058C1.29789 1.15931 1.06675 1.29848 0.870486 1.47957C0.674219 1.66066 0.516942 1.87987 0.408269 2.12381C0.299595 2.36774 0.241808 2.63128 0.238438 2.8983C0.235068 3.16533 0.286186 3.43024 0.388669 3.67684C0.491152 3.92344 0.642847 4.14655 0.834481 4.33254C1.02611 4.51852 1.25366 4.66348 1.50322 4.75854C1.75277 4.8536 2.01909 4.89677 2.2859 4.88542H2.31025C2.57695 4.90214 2.84426 4.86427 3.09581 4.77411C3.34737 4.68396 3.57788 4.54342 3.77325 4.36109C3.96861 4.17877 4.12471 3.9585 4.23201 3.71377C4.3393 3.46903 4.39552 3.20497 4.39723 2.93775C4.39895 2.67054 4.34611 2.40578 4.24197 2.15969C4.13782 1.91359 3.98455 1.69134 3.79154 1.50653C3.59853 1.32172 3.36984 1.17823 3.11946 1.08486C2.86908 0.991489 2.60229 0.950191 2.33539 0.963493Z" fill="black"/><path d="M0.419922 6.43555H4.191V17.7857H0.419922V6.43555Z" fill="black"/><path d="M13.4565 6.16642C11.4217 6.16642 10.0562 8.07868 10.0562 8.07868V6.42883H6.28516V17.779H10.0562V11.4404C10.0417 11.1285 10.0837 10.8166 10.1804 10.5197C10.3217 10.1183 10.5834 9.77041 10.9299 9.52348C11.2764 9.27655 11.6907 9.14264 12.1162 9.14008C13.4816 9.14008 14.0277 10.1811 14.0277 11.7068V17.779H17.7987V11.2707C17.7987 7.78484 15.9375 6.16406 13.4557 6.16406L13.4565 6.16642Z" fill="black"/></svg>');
}
/*====== End Newsletter and Social ======*/

/*====== Start Page Heading ======*/
.widget-pageHeading .page-heading-wrapper, .widget-html.widget-pageHeading {
  padding: 52px 0 62px;
  text-align: center;
  margin: 0 0 100px;
  min-height: auto;
}
.widget-pageHeading .page-heading-wrapper::before, .widget-html.widget-pageHeading::before {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), linear-gradient(47.9deg, rgba(0, 0, 0, 0.6) 20.42%, rgba(0, 0, 0, 0) 66.11%), linear-gradient(38.24deg, rgba(238, 62, 53, 0.8) -37.13%, rgba(238, 62, 53, 0) 59.37%);
}
.widget-pageHeading .page-heading-wrapper h1, .widget-html.widget-pageHeading h1 {
  font-style: normal;
  text-align: center;
  color: #ffffff;
  margin: 0;
  position: relative;
  font-family: Familjen Grotesk;
  font-weight: 700;
  font-size: 86px;
  line-height: 100%;
  letter-spacing: -0.02em;
}
.widget-html.widget-pageHeading p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 8px 0 0;
}

.widget.widget-pageHeading:before {
    content: '';
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url(/template/e509bc3a/images/inner-banner-gradient.png);
    position: absolute;
	background-size: cover;
    background-position: center;
}
/*====== End Page Heading ======*/

/*====== Start Blog Details ======*/
#spltr-059E9AA7-3178-41C0-B64E-596D1C0CFE4E {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.back-to-blog p {
  margin: 78px auto 19px;
  width: 720px;
  max-width: 100%;
}
.back-to-blog p a {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  align-items: center;
  letter-spacing: 0.02em;
  color: #000000;
  padding: 0 0 0 18px;
  background-image: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.86" fill-rule="evenodd" clip-rule="evenodd" d="M2.80925 5.82553L7 10.2397L5.52874 11.666L0.000390562 5.82551L5.52874 1.28621e-07L7 1.42636L4.90462 3.62594L2.80925 5.82553Z" fill="%23FF4B56"/></svg>');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 7px 12px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: inline-flex;
}
.back-to-blog p a:hover {
  color: #EE3E35;
}
.blog-post-details {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.blog-post-details .post-description {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 0 115px;
}
.blog-post-details .post-description .title {
  order: 1;
  font-family: Familjen Grotesk;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
  color: #000000;
  padding: 0;
  width: 720px;
  max-width: 100%;
  margin: 0 auto 25px;
}
.blog-post-details .blog-post-info {
  order: 2;
  width: 720px;
  max-width: 100%;
  margin: 0 auto 50px;
}
.blog-post-details .blog-post-info .date {
  background: transparent;
  padding: 0;
  display: inline-flex;
  color: #000000;
  font-size: 15px;
}
.blog-post-details .blog-details-banner-image-wrapper {
  order: 3;
  margin: 0 auto 38px;
  height: auto;
  width: 1400px;
  max-width: 100%;
}
.blog-post-details .blog-details-banner-image-wrapper img {
  border-radius: 12px;
}
.blog-post-details .content {
  order: 4;
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.blog-post-details .content p {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  margin: 0 0 20px;
}
.blog-post-details .content figure {
  margin: 0 0 20px;
  max-width: 100% !important;
}
.blog-post-details .social-media-share-link-wrapper {
  order: 5;
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 19px;
}
.blog-post-details .social-media-share-link-wrapper .share-title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
  display: inline-flex;
}
.blog-post-details .social-media-share-link-wrapper .social-media-share-bar {
  gap: 24px;
}
.blog-post-details
.social-media-share-link-wrapper
.social-media-share-bar
.social-media-share
.social-ico {
  margin: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  border-radius: 0;
}
.blog-post-details
.social-media-share-link-wrapper
.social-media-share-bar
.social-media-share
.social-ico.facebook-share-icon {
  background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_331_1008)"><path d="M18.1266 9.06331C18.1266 4.05778 14.0688 0 9.06331 0C4.05778 0 0 4.05778 0 9.06331C0 13.587 3.3143 17.3366 7.64716 18.0165V11.6832H5.34593V9.06331H7.64716V7.06655C7.64716 4.79506 9.00029 3.54035 11.0705 3.54035C12.0618 3.54035 13.0993 3.71737 13.0993 3.71737V5.94779H11.9565C10.8307 5.94779 10.4794 6.64648 10.4794 7.36394V9.06331H12.9931L12.5913 11.6832H10.4794V18.0165C14.8123 17.3366 18.1266 13.587 18.1266 9.06331Z" fill="black"/><path d="M12.5969 11.6819L12.9987 9.06201H10.4851V7.36264C10.4851 6.6459 10.8363 5.9465 11.9621 5.9465H13.1049V3.71608C13.1049 3.71608 12.0678 3.53906 11.0761 3.53906C9.00592 3.53906 7.65279 4.79376 7.65279 7.06526V9.06201H5.35156V11.6819H7.65279V18.0152C8.59118 18.162 9.54669 18.162 10.4851 18.0152V11.6819H12.5969Z" fill="white"/></g><defs><clipPath id="clip0_331_1008"><rect width="18.1266" height="18.1266" fill="white"/></clipPath></defs></svg>');
}
.blog-post-details
.social-media-share-link-wrapper
.social-media-share-bar
.social-media-share
.social-ico.twitter-share-icon {
  background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3908 0.4375H15.9387L10.3723 6.79956L16.9207 15.4569H11.7934L7.77741 10.2063L3.18225 15.4569H0.632803L6.58664 8.65195L0.304688 0.4375H5.56224L9.19231 5.23677L13.3908 0.4375ZM12.4966 13.9318H13.9084L4.7951 1.88244H3.28007L12.4966 13.9318Z" fill="black"/></svg>');
}
.blog-post-details
.social-media-share-link-wrapper
.social-media-share-bar
.social-media-share
.social-ico.linkedin-share-icon {
  background-image: url('data:image/svg+xml,<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.53815 0.00473916C2.25811 -0.0142684 1.97714 0.0240297 1.71241 0.117293C1.44768 0.210556 1.20475 0.356824 0.99846 0.547159C0.792175 0.737493 0.62687 0.967895 0.512649 1.22428C0.398428 1.48067 0.337691 1.75766 0.334149 2.03831C0.330607 2.31897 0.384335 2.5974 0.492049 2.85659C0.599763 3.11578 0.759201 3.35028 0.960618 3.54576C1.16203 3.74124 1.4012 3.89359 1.66349 3.99351C1.92579 4.09342 2.2057 4.1388 2.48612 4.12686H2.51172C2.79204 4.14444 3.07299 4.10463 3.33738 4.00987C3.60178 3.91512 3.84406 3.7674 4.0494 3.57577C4.25473 3.38415 4.4188 3.15263 4.53157 2.8954C4.64434 2.63817 4.70343 2.36063 4.70524 2.07978C4.70704 1.79892 4.65151 1.52065 4.54204 1.26199C4.43258 1.00334 4.27149 0.769739 4.06863 0.575494C3.86577 0.381249 3.6254 0.230442 3.36224 0.132303C3.09908 0.0341641 2.81866 -0.00924262 2.53815 0.00473916Z" fill="black"/><path d="M0.525391 5.75781H4.48897V17.6874H0.525391V5.75781Z" fill="black"/><path d="M14.2269 5.47123C12.0882 5.47123 10.653 7.4811 10.653 7.4811V5.74703H6.68945V17.6766H10.653V11.0145C10.6377 10.6866 10.6819 10.3588 10.7835 10.0467C10.932 9.62486 11.2071 9.25919 11.5713 8.99965C11.9355 8.74011 12.371 8.59938 12.8181 8.59668C14.2533 8.59668 14.8272 9.69079 14.8272 11.2944V17.6766H18.7908V10.8361C18.7908 7.17226 16.8346 5.46875 14.226 5.46875L14.2269 5.47123Z" fill="black"/></svg>');
}
.blog-post-details
.social-media-share-link-wrapper
.social-media-share-bar
.social-media-share
.social-ico.email-share-icon {
  background-image: url('data:image/svg+xml,<svg width="19" height="15" viewBox="0 0 19 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.77862 10.0928L5.48937 6.71657L1.77862 2.7929L1.06384 2.04009L0.561973 1.50781C0.371873 1.84239 0.257812 2.23021 0.257812 2.6408V11.4765L0.508733 11.2484L1.77862 10.0928Z" fill="black"/><path d="M2.17854 1.0057L2.99978 1.88018H3.00738L8.71806 7.9101C9.06784 8.27509 9.69137 8.27509 10.0412 7.9101L15.7518 1.88018L16.5959 0.99052L17.0445 0.511455C16.7936 0.412603 16.5123 0.359375 16.2233 0.359375H2.53608C2.24712 0.359375 1.97338 0.412603 1.71484 0.511455L2.16349 0.99052L2.17854 1.0057Z" fill="black"/><path d="M18.2514 13.3027V13.2951L17.2325 12.3751L16.9816 12.1469L12.2216 7.82031L11.1418 8.96091C10.6855 9.43998 10.0392 9.71372 9.37766 9.71372C8.7161 9.71372 8.06977 9.43998 7.61353 8.96091L6.53376 7.82031L1.77376 12.1469L1.52284 12.3751L0.503906 13.3027C0.876491 14.0479 1.65212 14.5498 2.53419 14.5498H16.2214C17.1035 14.5498 17.8791 14.0479 18.2517 13.3027L18.2514 13.3027Z" fill="black"/><path d="M16.9881 2.8003L13.2773 6.71643L16.9881 10.0926L18.258 11.2484L18.5089 11.4765V2.6408C18.5089 2.23018 18.3948 1.84239 18.2123 1.50781H18.2047L17.7029 2.04009L16.9881 2.7929L16.9881 2.8003Z" fill="black"/></svg>');
}
.blog-post-details
.social-media-share-link-wrapper
.social-media-share-bar
.social-media-share
.social-ico.instagram-share-icon {
  background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.6688 5.30364C14.0686 5.30481 13.5806 4.81881 13.5794 4.21858C13.5782 3.61834 14.0642 3.13029 14.6647 3.12912C15.2652 3.12795 15.7533 3.61423 15.7545 4.21446C15.7553 4.8147 15.2693 5.30246 14.6688 5.30364Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.84736 13.7166C7.27762 13.7216 5.19005 11.6425 5.18507 9.07211C5.18007 6.50234 7.2597 4.41444 9.82946 4.40945C12.3998 4.40446 14.4876 6.48472 14.4926 9.0542C14.4976 11.6246 12.4174 13.7116 9.84736 13.7166ZM9.83268 6.04247C8.16474 6.04541 6.81453 7.40063 6.81747 9.06888C6.82069 10.7374 8.1762 12.0874 9.84414 12.0841C11.5127 12.0809 12.8629 10.726 12.8596 9.05743C12.8564 7.38888 11.5009 6.03924 9.83268 6.04247Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3.88652 0.48827C4.46209 0.262742 5.12074 0.108278 6.08509 0.062762C7.05181 0.0163688 7.36043 0.00579373 9.82123 0.00109713C12.2826 -0.00359948 12.5912 0.00579192 13.5579 0.048665C14.5226 0.0903634 15.1816 0.24248 15.7583 0.46566C16.355 0.695589 16.8612 1.00511 17.3657 1.50755C17.8702 2.01058 18.1809 2.51508 18.4138 3.11091C18.639 3.68706 18.7935 4.34514 18.8393 5.3101C18.8851 6.27651 18.8962 6.58485 18.9009 9.04598C18.9056 11.5068 18.8956 11.8157 18.8534 12.783C18.8114 13.7471 18.6596 14.4064 18.4364 14.9828C18.2059 15.5795 17.8969 16.0858 17.3945 16.5903C16.8921 17.0951 16.387 17.4055 15.7912 17.6386C15.215 17.8636 14.557 18.018 13.5926 18.0641C12.6259 18.1099 12.3173 18.1208 9.85559 18.1255C7.39507 18.1302 7.08646 18.1208 6.11976 18.0782C5.1551 18.0359 4.49586 17.8841 3.91941 17.6612C3.32272 17.4304 2.81646 17.1218 2.31196 16.6191C1.80718 16.1163 1.49621 15.6115 1.26364 15.0157C1.03812 14.4398 0.884231 13.7815 0.838133 12.8174C0.792034 11.8504 0.781172 11.5415 0.776478 9.08063C0.771765 6.6195 0.781461 6.31117 0.823741 5.34445C0.866326 4.3795 1.01756 3.72053 1.24074 3.1435C1.47125 2.54709 1.78017 2.04112 2.2832 1.53633C2.78563 1.03183 3.29071 0.720546 3.88652 0.48827ZM4.50761 16.1386C4.8274 16.2617 5.30722 16.4085 6.19082 16.447C7.14695 16.4884 7.43325 16.4975 9.85265 16.4928C12.2729 16.4884 12.5592 16.4781 13.5151 16.4332C14.3978 16.3912 14.8776 16.2426 15.1965 16.1181C15.6197 15.9527 15.921 15.7551 16.2375 15.4383C16.5541 15.1202 16.7499 14.8181 16.9138 14.3949C17.0371 14.0748 17.1837 13.5947 17.2221 12.7111C17.2641 11.7555 17.2729 11.4689 17.2682 9.04891C17.2638 6.62948 17.2535 6.34288 17.208 5.38703C17.1663 4.504 17.018 4.02417 16.8932 3.70556C16.7279 3.28181 16.5309 2.98111 16.2132 2.66426C15.8954 2.3474 15.5932 2.15212 15.1695 1.98826C14.8503 1.86463 14.3699 1.71839 13.4869 1.67993C12.5307 1.63793 12.2441 1.62941 9.82417 1.63411C7.40477 1.63881 7.11847 1.6485 6.16263 1.69373C5.27932 1.73571 4.80008 1.88401 4.48058 2.00882C4.05772 2.17414 3.75644 2.3706 3.43959 2.68863C3.12332 3.00665 2.92746 3.30824 2.76361 3.73228C2.64087 4.05178 2.49315 4.5322 2.45528 5.41522C2.41357 6.37136 2.40477 6.65797 2.40946 9.0774C2.41387 11.4974 2.42414 11.784 2.46908 12.7393C2.51048 13.6229 2.65994 14.1021 2.78416 14.4219C2.94949 14.8445 3.14653 15.1458 3.46397 15.4626C3.782 15.7783 4.08416 15.9748 4.50761 16.1386Z" fill="black"/></svg>');
}
.blog-post-details
.social-media-share-link-wrapper
.social-media-share-bar
.social-media-share
.social-ico.facebook-share-icon
svg,
.blog-post-details
.social-media-share-link-wrapper
.social-media-share-bar
.social-media-share
.social-ico.twitter-share-icon
svg,
.blog-post-details
.social-media-share-link-wrapper
.social-media-share-bar
.social-media-share
.social-ico.linkedin-share-icon
svg,
.blog-post-details
.social-media-share-link-wrapper
.social-media-share-bar
.social-media-share
.social-ico.email-share-icon
svg,
.blog-post-details
.social-media-share-link-wrapper
.social-media-share-bar
.social-media-share
.social-ico.instagram-share-icon
svg {
  display: none;
}
/*====== End Blog Details ======*/

/*====== Start Faq Page ======*/
.faq-page-accordion {
  width: 1520px;
  max-width: 100%;
  margin: 0 auto 177px;
  display: flex;
  gap: 89px;
}
.faq-page-accordion .widget-title-wrapper {
  max-width: 447px;
  min-width: 447px;
  text-align: left;
  padding-top: 30px;
}
.faq-page-accordion .widget-title-wrapper .widget-title {
  text-align: left;
  margin: 0 0 14px;
  padding: 0;
  max-width: unset;
}
.faq-page-accordion .widget-title-wrapper .widget-sub-title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.76);
}
.faq-page-accordion .tab-accordion-accordion {
  padding: 0;
  margin: 0;
  flex: 1;
}
.faq-page-accordion .tab-accordion-accordion .label-bar {
  background: transparent;
  border-radius: 0;
  height: auto;
  padding: 30px 40px 30px 0;
  white-space: normal;
  font-style: normal;
  color: #000;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e1e3eb;
  font-family: Manrope;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  position: relative;
}
.faq-page-accordion .tab-accordion-accordion .label-bar.expanded {
  border-color: transparent;
}
.faq-page-accordion .tab-accordion-accordion .label-bar.collapsed {
}
.faq-page-accordion .tab-accordion-accordion .label-bar .toggle-icon {
  position: absolute;
  right: 0;
  top: 40%;
  left: auto;
  bottom: auto;
  transform: translateX(-50%);
  background-image: url('data:image/svg+xml,<svg width="17" height="28" viewBox="0 0 17 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.6094 1V7.48H16.059V9.64H9.6094V16.09H7.44955V9.64H1V7.48H7.44955V1H9.6094Z" fill="black" stroke="white" stroke-width="0.8"/><path d="M9.6094 24.48L16.059 24.48V26.64H9.6094H7.44955H1V24.48H7.44955L9.6094 24.48Z" fill="black" stroke="white" stroke-width="0.8"/></svg>');
  width: 17px;
  height: 17px;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.faq-page-accordion .tab-accordion-accordion .label-bar.expanded .toggle-icon {
  background-position: center -17px;
}
.faq-page-accordion .tab-accordion-accordion .label-bar.collapsed .toggle-icon {
}
.faq-page-accordion .tab-accordion-accordion .accordion-item {
  padding: 0;
  border: none;
  margin: 0;
}
.faq-page-accordion .tab-accordion-accordion .accordion-item.expanded {
  padding: 0;
  border: none;
  margin: 0;
}
.faq-page-accordion .tab-accordion-accordion .accordion-item.collapsed {
  padding: 0;
  border: none;
  margin: 0;
}
.faq-page-accordion
.tab-accordion-accordion
.accordion-item
.html-widget-element-content {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: Manrope;
  line-height: 25px;
}
/*====== End Faq Page ======*/

/*====== Start Contact Page ======*/
.contact-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin: 48px 0 50px;
}
.contact-social .widget-title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.9);
  margin: 0;
  padding: 0;
}
.contact-social .social-media-link-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 26px;
}
.contact-social .social-media-link-bar .social-media-link {
  height: 17px;
  width: 17px;
}
.contact-social .social-media-link-bar .social-media-link a {
  height: 17px;
  width: 17px;
  background-size: 17px;
  background-position: center;
}
.contact-social .social-media-link-bar .social-media-link a.twitter {
  background-image: url('data:image/svg+xml,<svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.853 0.230469H14.0347L9.26825 5.67823L14.8756 13.0914H10.4851L7.04628 8.59536L3.11149 13.0914H0.928423L6.02663 7.26442L0.647461 0.230469H5.14945L8.25784 4.34004L11.853 0.230469ZM11.0872 11.7855H12.2962L4.49255 1.46776H3.19525L11.0872 11.7855Z" fill="black"/></svg>');
  background-size: 15px;
  background-position: 0 3px;
}
.contact-social .social-media-link-bar .social-media-link a.facebook {
  background-image: url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_274_1297)"><path d="M17.2463 9.58211C17.2463 4.81969 13.3856 0.958984 8.62313 0.958984C3.8607 0.958984 0 4.81969 0 9.58211C0 13.8861 3.15334 17.4536 7.27576 18.1005V12.0747H5.0863V9.58211H7.27576V7.68233C7.27576 5.52116 8.56317 4.32739 10.5328 4.32739C11.476 4.32739 12.4631 4.49581 12.4631 4.49581V6.61791H11.3758C10.3046 6.61791 9.97049 7.28267 9.97049 7.96528V9.58211H12.3621L11.9797 12.0747H9.97049V18.1005C14.0929 17.4536 17.2463 13.8861 17.2463 9.58211Z" fill="black"/><path d="M11.9813 12.0734L12.3637 9.58077H9.97208V7.96393C9.97208 7.282 10.3062 6.61657 11.3774 6.61657H12.4647V4.49447C12.4647 4.49447 11.4779 4.32605 10.5344 4.32605C8.56476 4.32605 7.27736 5.51981 7.27736 7.68099V9.58077H5.08789V12.0734H7.27736V18.0991C8.17017 18.2388 9.07927 18.2388 9.97208 18.0991V12.0734H11.9813Z" fill="white"/></g><defs><clipPath id="clip0_274_1297"><rect width="17.2463" height="17.2463" fill="white" transform="translate(0 0.958984)"/></clipPath></defs></svg>');
}
.contact-social .social-media-link-bar .social-media-link a.linkedin {
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.33539 0.963493C2.06896 0.945409 1.80164 0.981847 1.54976 1.07058C1.29789 1.15931 1.06675 1.29848 0.870486 1.47957C0.674219 1.66066 0.516942 1.87987 0.408269 2.12381C0.299595 2.36774 0.241808 2.63128 0.238438 2.8983C0.235068 3.16533 0.286186 3.43024 0.388669 3.67684C0.491152 3.92344 0.642847 4.14655 0.834481 4.33254C1.02611 4.51852 1.25366 4.66348 1.50322 4.75854C1.75277 4.8536 2.01909 4.89677 2.2859 4.88542H2.31025C2.57695 4.90214 2.84426 4.86427 3.09581 4.77411C3.34737 4.68396 3.57788 4.54342 3.77325 4.36109C3.96861 4.17877 4.12471 3.9585 4.23201 3.71377C4.3393 3.46903 4.39552 3.20497 4.39723 2.93775C4.39895 2.67054 4.34611 2.40578 4.24197 2.15969C4.13782 1.91359 3.98455 1.69134 3.79154 1.50653C3.59853 1.32172 3.36984 1.17823 3.11946 1.08486C2.86908 0.991489 2.60229 0.950191 2.33539 0.963493Z" fill="black"/><path d="M0.419922 6.43555H4.191V17.7857H0.419922V6.43555Z" fill="black"/><path d="M13.4565 6.16642C11.4217 6.16642 10.0562 8.07868 10.0562 8.07868V6.42883H6.28516V17.779H10.0562V11.4404C10.0417 11.1285 10.0837 10.8166 10.1804 10.5197C10.3217 10.1183 10.5834 9.77041 10.9299 9.52348C11.2764 9.27655 11.6907 9.14264 12.1162 9.14008C13.4816 9.14008 14.0277 10.1811 14.0277 11.7068V17.779H17.7987V11.2707C17.7987 7.78484 15.9375 6.16406 13.4557 6.16406L13.4565 6.16642Z" fill="black"/></svg>');
  background-size: 15px;
}


/*====== Start Category Page ======*/
.page-category {
  margin: 0 0 76px;
}
.page-category .category-view {
  width: 1454px;
  max-width: 100%;
  margin: 0 auto;
}
.page-category .category-view .content {
  container-type: unset;
  gap: 55px;
  justify-content: center;
}
.page-category .category-view .category {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  width: calc(100% / 6 - 64px);
}
.page-category .category-view .category .image {
  height: auto;
  margin: 0 0 14px;
}
.page-category .category-view .category .image a {
  display: block;
}
.page-category .category-view .category .image a img {
  height: 126px;
  width: 126px;
  object-fit: cover;
  border-radius: 100px;
}
.page-category .category-view .category .category-name {
  margin: 0;
}
.page-category .category-view .category .category-name a {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  display: inline-flex;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.page-category .category-view .category:hover .category-name a {
  color: #EE3E35;
}
.page-product-category .section-button {
  margin: 0 0 162px;
}
.page-product-category .section-button .html-widget-element-content p a {
  background: linear-gradient(#ffffff, #ffffff) padding-box,
  linear-gradient(to right, #718dff, #ff3b64, #ff663f) border-box;
}
.page-product-category .section-button .html-widget-element-content p a:hover {
  background: linear-gradient(54.6deg, #ff3b64 -1.81%, #ff663f 124.95%);
}
/*====== End Category Page ======*/

/* site popup design */
.wc-site-popup.popup.anim-fade-zoom {
  left: 50%;
  top: 50%;
  transform: scale(0.8) translate(-50%, -50%);
  transform-origin: 0 0;
  z-index: 99999;
  padding: 0;
  gap: 40px;
}
.wc-site-popup.popup.anim-fade-zoom.active {
  transform: scale(1) translate(-50%, -50%);
  max-width: 70%;
}
.wc-site-popup.popup {
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.wc-site-popup.popup .header {
  height: 1px;
  padding: 0;
  background: none;
  border: none;
  position: relative;
}
.wc-site-popup.popup .header .popup-title {
  display: none;
}

.wc-site-popup.popup .content {
  padding: 0;
  background-color: #ffffff;
  border-radius: 0;
}
.wc-site-popup.popup .content figure {
  padding: 0;
  margin: 0;
}
.wc-site-popup.popup .content {
  padding: 30px 25px;
  margin: 0;
  background-color: #ffffff;
  border-radius: 15px;
}
.popup-mask {
  background-color: rgba(0, 0, 0, 0.7);
}

.wc-site-popup.popup .close-icon {
  right: -45px;
  top: 0px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  height: 35px;
  width: 35px;
  line-height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.8) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.wc-site-popup.popup .close-icon:hover {
  background: #ff3b64;
}
.wc-site-popup.popup .close-icon::after {
  color: #fff;
  content: "\f00d";
  font-size: 22px !important;
  line-height: 38px;
  font: normal normal normal 14px / 1 FontAwesome;
  line-height: 25px;
}
/* site popup design */
.donation-card-item {
  border-radius: 15px;
  overflow: hidden;
}
.donation-card-item .donation-card-description {
  border-color:#efefef;
  border-radius: 15px;
}
.donation-card-item .donation-card-date-panel .start-date, .donation-card-item .donation-card-date-panel .end-date {
  font-size: 15px;
  font-weight: 400;
  color: #676767;
}
.widget.widget-donation {
  margin-bottom: 140px;
}
.donation-card-item .donation-card-title {
  min-height: 76px;
}
.donation-card-item .donation-card-title a {
  font-size: 22px;
  text-transform: math-auto;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.donation-card-item .donation-card-date-panel{
  border-color:#ffeaed;
}
.donation-card-item .donation-card-date-panel .date-separator {
  background-color: #eeeeee;
}
.donation-details-wrapper {
  background-color: transparent;
  padding: 60px 20px 220px;
  background-size: 126%;
}
.donation-details__description-title {
  font-size: 22px;
  padding: 0 0 15px;
  color: #fff;
}
.donation-details__description-content p {
  font-size: 15px;
  color: #fff;
}
.donation-details__right-panel-inner {
  background: linear-gradient(54.6deg, #FF3B64 -1.81%, #FF663F 124.95%);
  background-color: transparent;
}
.donation-details__title {
  font-size: 32px;
}
/* Left Side Drawer */
.left-modern-filter-drawer-container {
  padding: 10px;
  min-width: 300px;
}
.responsive-filter .wc-modern-filter-close-button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 12px;
  top: 10px;
  cursor: pointer;
}
.responsive-filter .wc-modern-filter-close-button:before, .responsive-filter .wc-modern-filter-close-button:after {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
}
.left-modern-filter-drawer-container .filter-name {
  display: block;
  margin: 0 0 14px;
}
.left-modern-filter-drawer-container .type-slider-bottom {
  margin: 10px 0 0;
}
.left-modern-filter-drawer-container .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -17px;
  top: -2px;
}
.left-modern-filter-drawer-container .noUi-horizontal .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 5px;
  top: 2px;
}
.left-modern-filter-drawer-container .noUi-horizontal .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  top: 2px;
  left: 11px;
}
.left-modern-nav-drawer-container {
  min-width: 300px;
}
.left-modern-nav-drawer-container .wc-modern-nav-close-button:before, .left-modern-nav-drawer-container .wc-modern-nav-close-button:after {
  left: 0;
  top: 0;
  background-color: #000000;
}
.left-modern-nav-drawer-container .wc-modern-nav-close-button {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  text-align: center;
  cursor: pointer;
  float: right;
  padding: 0;
  margin: 2px -8px 0 0;
}
.left-modern-nav-drawer-container .wc-mdoern-nav-title {
  border: none;
}
.left-modern-nav-drawer-container .wc-mdoern-nav-title .wc-modern-nav-logo {
  display: inline-flex;
  width: 150px;
}
#left-modern-nav-drawer-wc .responsive-navigation.wc-modern-navigation .navigation-item {}
#left-modern-nav-drawer-wc .responsive-navigation.wc-modern-navigation .navigation-item a {
  border: none;
  color: #000000;
  padding: 3px 0;
}
/* Left Side Drawer */

/* Page Category */
.page-content .category-details {
  width: 1520px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
.page-category .product-view .footer {
  margin: 0 auto;
  padding: 40px 0 100px;
  text-align: center;
  height: auto;
}
.page-category .product-view .footer span {
  margin: 0;
}
.category-range.widget-filter .responsive-menu-btn em {
  width: 20px;
  margin: 4px 0;
}
.categories-list.widget-navigation .responsive-menu-btn em {
  width: 20px;
  margin: 4px 0;
}
.nav-wrapper.responsive-navigation {
  padding: 10px;
}
.responsive-filter  .wc-modern-filter-logo {
  display: inline-flex;
  width: 150px;
}
.left-modern-filter-drawer-container form {
  margin-top: 20px;
}
.left-modern-filter-drawer-container #price-range {
  width: 265px;
}
/* Page Category */

/* Customer Profile */
.customer-profile-v2-wrapper {
  background-color: transparent;
  padding: 0 15px 100px;
}
.bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right>.bmui-tab-body-container {
  padding: 0;
  margin-top: 0;
}
.customer-profile-v2 .customer-welcome-profile {
  margin-bottom: 0;
}
.customer-profile-v2 span.previous-price.price {
  padding: 0;
}
/* Customer Profile */
.widget-account-inner .redirection-panel-options .redirect-to-login-item-menu {
  flex-direction: column !important;
  align-items: start !important;
}
.widget-account-inner .redirection-panel-options .customer-image-name-wrapper {
  padding-right: 0 !important;
}

.header .widget-account-inner .redirection-panel-options {
  top: 45px !important;
}
.customer-profile-v2 {
  font-family: Manrope !important;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .create-new, #customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .create-new {
  height: 34px !important;
  border-radius: 37px !important;
}
.checkout-page.version-2 .product-card__product-variation-label, .checkout-page.version-2 .product-card__product-variation-value {
  font-size: 12px !important;
}
.logo.credit-card {
  display: none;
}
 #payment-element {
  border: 0 !important;
}
.payment-success-page-container {
  background-color: #fff !important;
  padding: 0 20px 100px !important;
}
.payment-box {
  margin: 30px auto 100px !important;
}
#payment-form #submit {
  background-color: #EE3E35 !important;
}
#payment-form #submit:hover {
  background-color: #EE3E35 !important;
}
.widget-article.back-to-top p {
  color: rgb(255,255,255,0.78);
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: end;
  font-family: Manrope;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.widget-article.back-to-top p:hover {
	color:#EE3E35;
}
.widget-article.back-to-top p:hover svg path{
	fill:#EE3E35
}
.widget-article.back-to-top .goToTop {
  margin: 0 10px 0;
}
.empty-cartitem-text {
  font-size: 22px !important;
  margin: 0 0 30px !important;
}

.inner-content{
	margin-bottom:80px;
}
.page-home .team-managers-section {
    padding-bottom: 0;
}
div.welcome-richmond .main-heading {
    margin-top: 0;
}

.widget-form .Zebra_DatePicker_Icon_Wrapper:after {
    color: #aaa;
	top: 14px;
}
.widget-snippet .richmond-team-managers .learn-more-btn,
.widget-snippet .get-uniforms-section .cta-button,
.widget-snippet .welcome-richmond .cta-button{
	    -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
}
.widget-snippet .richmond-team-managers .learn-more-btn:hover,
.widget-snippet .get-uniforms-section .cta-button:hover,
.widget-snippet .welcome-richmond .cta-button:hover{
	background: #ec534b;
}

.widget-snippe .team-managers-section .cta-button.outlined-btn,
.widget-snippe .get-uniforms-section .cta-button.outlined-btn,
.widget-snippe .richmond-about-us .learn-more-btn{
	 -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
}
.page-home .widget-navigation.main-menu .nav-wrapper .navigation-item .child-opener {
    filter: invert(1);
}

/*calender color end css*/
.Zebra_DatePicker {
    background: none repeat scroll 0 0 #c7c5c5;
    border: 3px solid #c7c5c5;
    box-shadow: 0 -3px 10px 0 rgba(0,0,0,0.3);
    display: none;
    font-size: 13px;
    position: absolute;
}
.Zebra_DatePicker .dp_daypicker th {
    background: none repeat scroll 0 0 rgba(255,255,255,0.1);
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    border: 1px #eeeeee solid;
}
.Zebra_DatePicker .dp_daypicker td.dp_hover {
    background: #d0d0d0;
    color: #000000;
}
.auto-page.page-checkout .Zebra_DatePicker td.dp_selected:hover, .Zebra_DatePicker td.dp_selected, .auto-page.page-checkout .Zebra_DatePicker .dp_daypicker td.dp_hover {
    background: #d0d0d0;
    color: #000000;
}
.Zebra_DatePicker td.dp_current {
    color: #EE3E35;
    font-weight: bold;
}
.Zebra_DatePicker .dp_timepicker .dp_caption, .Zebra_DatePicker .dp_header td {
    color: #000000;
}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
    width: 30px;
    color: #000000;
}
.Zebra_DatePicker .dp_header .dp_hover, .Zebra_DatePicker td.dp_timepicker_done.dp_hover, 
.Zebra_DatePicker .dp_footer .dp_hover {
    color: #000000;
}
/*calender color end css*/

/*.fee section.banner:before {
    content: '';
    top: 16px;
    left: 16px;
    height: 96%;
    width: 98%;
}*/
.main-mission-item .content h4,
.main-mission-item .content h5{
	margin-top:0;
}
.widget.widget-snippet p{
    font-family: 'Manrope', sans-serif !important;
}
.widget.widget-snippet h1,
.widget.widget-snippet h2,
.widget.widget-snippet h3,
.widget.widget-snippet h4,
.widget.widget-snippet h5,
.widget.widget-snippet h6{
	font-family: 'Familjen Grotesk', sans-serif !important;
font-weight: 700;
}
.widget-snippet .sponsors-supporters-section .supporters-img-wrapper img,
.widget-snippet .sponsors-supporters-v2 .supporters-img-wrapper img {
  object-fit: contain;
}

.widget-image.uniform-inner-img {
  margin: 0 0 100px
}

.fee .training-details .inner-content .right-content .item .inner-item {
    margin: 0 0 0px;
    padding: 8px 0px;
}

.fee .table-wrapper {
    overflow:inherit; 
}
.fee-widget-editable .sponsors-supporters-v2 .supporters-img-wrapper, 
body.widget-snippet .sponsors-supporters-v2 .supporters-img-wrapper {
    padding: 15px !important;
}

body.widget-snippet .info-row {
    padding: 15px;
}

section.banner:before {
    background-size: cover;
}
.widget-snippet .netball-section .netball-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.widget-snippet .netball-section .netball-image {
    max-height: 470px;
    overflow: hidden;
    border-radius: 24px;
}
 .page-heading-wrapper .heading-tag {
  color: #fff !important;
}
.widget-pageHeading .page-heading-wrapper .heading-content-wrapper {
  min-height: auto;
}


.responsive .sponsors-supporters-v2 .supporters-img-wrapper{width:198px}.widget-image.training-img{margin:0 auto 120px;max-width:1360px}.widget-image.training-img img{border-radius:15px}.page-home .page-content,.page-about-us .page-content,.page-team-managers .page-content,.page-sponsors-supporters .page-content,.page-competition-details .page-content,.page-training .page-content,.page-contact .page-content,.page-blog .page-content,.page-page-not-found .page-content,.page-thank-you .page-content,.page-privacy-policy .page-content,.page-shop .page-content,.page-terms-conditions .page-content{padding:0}.page-content{padding:0 60px}.widget-snippet.get-unifrom .get-uniforms-section{padding:0}.widget-snippet.get-unifrom .get-uniforms-section{margin:130px 0 120px}.fee .footer-hello .article-item .article-content p{margin:12px 5px 10px}.fee-widget-editable .sponsors-supporters-section .supporters-img-wrapper,body.widget-snippet .sponsors-supporters-section .supporters-img-wrapper{padding:10px!important}.fee .schedule .schedule-item{padding:10px!important}.fee .table-wrapper .table-body .table-row{background-color:#f5f5f7;padding:10px 8px 8px 8px!important}.fee .table-wrapper .table-row div{background-color:transparent}#bs-AC54C781-1431-4E85-A650-ABDE7B5D1F54{background:#f7f6f9;padding:120px 0 100px}#spltr-FAD9B52B-DC42-4E08-9E23-AA4D13A4E9F9{padding:0 15px}#spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .category-details,#spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .widget-product{border-left:2px solid rgba(0,0,0,0.1);margin-left:20px;padding-left:60px}.category-details .product-container .title{position:relative}.category-details .product-container .title .category-name{margin-top:10px}@media (max-width: 1199px){#spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .category-details, #spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .widget-product{margin-left:0;padding-left:30px}}@media (max-width: 991px){#spltr-FAD9B52B-DC42-4E08-9E23-AA4D13A4E9F9{padding-right:0}#spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .category-details, #spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .widget-product{margin-left:0;padding-left:15px}}.filtered-product-container{margin-bottom:80px}.widget.widget-filter .type-slider .type-slider-bottom{color:#000;font-size:16px;font-weight:600;padding:15px 0 0}.widget.widget-filter{margin-right:0}.widget.widget-filter .form-row.type-slider{padding-right:0}.add-cart-information-popup .short-info .current-price{font-size:15px;font-weight:700}.custom-field-container-for-widget span.radio-group{display:inline-block;margin-bottom:12px}.page-product .add-cart-information-popup.popup .body{padding-top:50px}.page-product form.custom-field-container.custom-field-container-for-widget .radio-group{display:block;margin-bottom:20px}.page-product .widget.widget-breadcrumb{display:block;padding:50px 0 30px;padding-top:0}.custom-field-container-for-widget .form-row{margin:0;padding:0 25px;padding-bottom:26px}.variation-container.fee-variation-container-wrapper{padding:0}.popup.add-cart-information-popup .variation-container{padding:0 20px}.popup.add-cart-information-popup .page-product .body{padding:0}.popup.add-cart-information-popup .variation-container .variation-dropdown-container{width:85%}.widget-productReviewRatting .product-review-container .review-description{color:#000;font-size:15px;line-height:23px;margin-top:12px}.product-widget-accordion-view .accordion-panel .accordion-item.expanded .description p{color:#000}.widget-productReviewRatting .write-review-panel input[type="text"],.widget-productReviewRatting .write-review-panel textarea{background:rgba(0,0,0,0.02);border:1px solid rgba(0,0,0,0.04);border-radius:4px;margin:0;width:100%}.widget-productReviewRatting .write-review-panel input[type="text"]:focus,.widget-productReviewRatting .write-review-panel textarea:focus{border:1px solid #000}.widget-productReviewRatting .write-review-panel label{color:#000;font-family:manrope;font-size:16px;font-weight:500;letter-spacing:1%;line-height:24px;margin-bottom:5px;text-transform:capitalize}.empty-main-container .write-review-panel{margin:43px auto;max-width:400px}.product-widget.widget-addCart  .cart-button-container{display:flex;flex-wrap:wrap;gap:0 15px}.widget-navigation.category-nav .widget-title{border-bottom:2px solid rgba(0,0,0,0.1);color:#230d56;font-family:manrope;font-size:24px;font-weight:700;line-height:33px;padding-bottom:15px}.category-nav .vertical .navigation-item a{border:none;color:#000;font-family:manrope;font-size:20px;font-weight:600;line-height:1.4;padding:8px 0;transition:all 300ms ease-out 0s}.category-nav.vertical.navigation-item.navigation-item-child-container.navigation-itema{font-size:18px;font-weight:500;padding:5px 0}.category-nav .vertical .navigation-item a:hover,.category-nav .vertical .navigation-item.active>a{color:#2ea3f2}.category-details-container,.subcategory-container,.category-details .product-container .title{display:none}.subcategory-container .title,.product-container .title{font-size:16px}.category .category-name{color:#000;display:inline-block;font-size:16px;margin:20px auto 0}.category-view.image-view .category-image-view-width a{color:#000;font-family:manrope;font-size:18px;font-weight:600;letter-spacing:0;line-height:26px}.category-details-container .title.page-heading,.widget-product .widget-title{color:#272727;font-family:"inter";font-size:38px;font-weight:400;letter-spacing:0;line-height:48px;padding:0 0 30px;text-transform:capitalize}.page-categories .widget.widget-product{margin:100px 0}.category-details-container .title.page-heading{display:none}.widget.widget-categoryBanner{height:auto;line-height:0}.widget-product .header .sortable{margin-right:0;position:absolute;right:0;top:0}.product-view .sortable{margin-right:0}.widget-product .header .sortable>select option{font-size:14px;font-weight:400}.product-view .header,.category-view .header,.entire-search .header,.product-search .header,.product-view .footer,.category-view .footer,.entire-search .footer,.product-search .footer{background:none;border:none;height:58px;margin-bottom:10px;overflow:hidden;padding:0;text-align:right}.product-view.image-view .content{display:flex;flex-wrap:wrap;margin:0 -12px}.product-view.image-view .product-block,.advance-cart-details.shopping-cart.product-view.scrollable-view.product-block{background:#f7fafa;border:0;border-radius:20px;box-sizing:content-box;display:inline-block;margin:0 8px 16px;overflow:hidden;padding:0;position:relative;text-align:left;width:calc(100% / 4 - 16px)}.page-categories .product-view.image-view .product-block,.advance-cart-details.shopping-cart.product-view.scrollable-view.product-block{width:calc(100% / 5 - 18px)}.product-view.scrollable-view .product-block{background:#fff;border:0;border-radius:2px;box-sizing:content-box;display:inline-block;margin:1px 12px 70px;padding:0;text-align:left}.product-view.scrollable-view .product-block{padding:0 0 30px}.product-view.image-view .product-block .block-content-wrap{padding:5px 15px 20px}.product-block a.product-name-link.title-link.link{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden}.product-view.image-view .product-image-link,.product-view.scrollable-view .product-image-link{height:100%;width:100%}.product-view.image-view .product-block:hover .product-image,.product-view.scrollable-view .product-block:hover .product-image{box-shadow:0}.image-view .product-image img,.product-view.scrollable-view .product-image img{height:100%;margin:0 auto;max-width:100%;mix-blend-mode:multiply;object-fit:cover;width:100%}.image-view .product-view-height-width .image,.scrollable-view .product-view-height-width .image{max-height:219px;max-width:312px}.product-view.image-view .product-name,.product-view.scrollable-view .product-name{box-sizing:border-box;height:auto;margin:10px auto 0;margin:15px auto 0;overflow:hidden;padding:0;text-align:center}.product-view.image-view .product-name-link,.product-view.scrollable-view .product-name-link{color:#000;font-family:manrope;font-size:16px;font-weight:500;line-height:1.5;margin:0;text-align:center;text-transform:capitalize}.product-view.scrollable-view .btn-add,.product-view.image-view .btn-add{text-align:center}.product-view.image-view .product-block:hover .image.product-image .btn-add,.product-view.scrollable-view.product-block:hover.image.product-image.btn-add{background:rgba(255,255,255,0.5);bottom:0;padding:10px;position:absolute;text-align:center;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;width:100%}.add-to-wish-list::after{content:"wishlist";font-family:manrope;font-size:16px;font-weight:400;letter-spacing:0.3px;line-height:26px;margin-left:5px;text-transform:capitalize;vertical-align:text-bottom}.add-to-wish-list::before{content:"\00f08a";display:inline-block;font-family:"fontawesome";font-size:20px;vertical-align:text-bottom}.product-view.image-view .product-block .btn-add .add-to-cart-button,.product-view.scrollable-view .product-block .btn-add .add-to-cart-button,.advance-cart-details.shopping-cart .flying-cart-special-add-to-cart.button{background:#282e2c;background-color:transparent;border:1px solid #282e2c;border-radius:30px;color:#000;color:#fff;display:inline-block;font-family:manrope;font-size:14px;font-weight:700;letter-spacing:0;line-height:28px;margin:0;max-width:132px;padding:3px 10px 4px;text-align:center;text-transform:capitalize;transform:none}.product-view.image-view .product-block .btn-add .add-to-cart-button:hover,.product-view.scrollable-view .product-block .btn-add .add-to-cart-button:hover,.advance-cart-details.shopping-cart.flying-cart-special-add-to-cart.button:hover{background-color:#ee3e35;border:0!important;color:#fff}.add-to-cart-button.button.et_pdp_add_to_cart .div-mask{border-radius:100px}.add-to-cart-button.button.et_pdp_add_to_cart .div-mask{background:transparent;margin:-2px 0 0 -2px;min-height:40px;min-width:136px}.page-product .add-to-cart-button.button.et_pdp_add_to_cart .div-mask{margin:0 0 0 -1px;min-width:calc(100% - -2px)!important}.product-view.image-view .product-block .btn-add .add-to-wish-list,.product-view.scrollable-view .product-block .btn-add .add-to-wish-list{background:transparent;border:0;color:#000;display:inline-block;height:30px;line-height:28px;margin-left:10px;margin-top:0;max-width:100px;padding:0;transform:none;width:auto}.product-view.image-view .product-block .btn-add .add-to-compare-button,.product-view.image-view .product-block .btn-add .remove-from-compare-button,.product-view.scrollable-view .product-block .btn-add .add-to-compare-button,.product-view.scrollable-view.product-block.btn-add.remove-from-compare-button{transform:none}.product-block .btn-add .add-to-compare-button,.product-block .btn-add .remove-from-compare-button{background:none;color:#000;font-size:0;height:auto;line-height:normal;margin-left:5px;margin-top:0;width:auto}.product-block .btn-add .add-to-compare-button:hover,.product-block .btn-add .remove-from-compare-button:hover{color:#ee3e35}body .add-to-wish-list.button.disabled{background:transparent none repeat scroll 0 0!important;border:2px solid transparent!important;color:#d2d2d2!important}body .add-to-wish-list.disabled::after{color:#d2d2d2!important}.product-view.image-view .product-block .btn-add .add-to-wish-list:hover,.product-view.scrollable-view .product-block .btn-add .add-to-wish-list:hover{background:transparent}.product-view.image-view .product-block .btn-add .add-to-wish-list:hover:after,.product-view.scrollable-view.product-block.btn-add.add-to-wish-list:hover:after{color:#ee3e35}.product-view.image-view .product-block .btn-add .add-to-wish-list:hover:before,.product-view.scrollable-view.product-block.btn-add.add-to-wish-list:hover:before{color:#ee3e35;content:"\f004"}.block-content-wrap .price-waper{display:flex;flex-direction:row-reverse;justify-content:center;padding:15px 0}.widget-account-inner .redirection-panel-options .redirect-to-login-item-menu .autoGeneratedPage{background:#ee3e35;border-radius:37px;font-size:15px;font-weight:600;line-height:25px;margin:20px 0 0 20px;padding:5px 25px 6px}.widget-account-inner .redirection-panel-options .redirect-to-login-item-menu a:hover{background-color:#ec534b!important;color:#fff!important}.block-content-wrap .price-waper .price-block-container{display:block;text-align:center}.block-content-wrap .price-waper .price{color:rgba(0,0,0,0.8);display:block;font-size:18px;font-style:normal;font-weight:700;line-height:26px;margin:0;padding:0;text-align:center}.product-view.image-view .product-block .block-content-wrap .btn-add .add-to-cart-button{align-items:center;background:#ee3e35;border:0;border-radius:37px;color:#fff;display:inline-flex;font-family:'inter';font-size:15px;font-weight:600;height:40px;justify-content:center;line-height:25px;max-width:unset;padding:10px 30px;text-decoration:none}.product-view.image-view .product-block .block-content-wrap .btn-add .add-to-cart-button:hover{background:#ec534b;color:#fff}.block-content-wrap .price-waper .price .tax-message{display:block}.widget-product .header .sortable select#product-sorting,.product-view .sortable select#product-sorting{border:0;font-size:14px;font-weight:600;height:39px;letter-spacing:1%;min-width:fit-content;padding:0 30px 0 10px;text-transform:capitalize}.product-container .sortable::before,.header .sortable::before{color:#1c1c1c;content:"Sort by:";font-family:manrope;font-size:14.5px;font-weight:400;line-height:100%;margin:0}body.page-shop .product-view .header .btn-group.view-switchers{padding-left:0}.page-home .product-view.image-view .product-block,.page-search-result .product-view.image-view .product-block,.page-home .product-view.scrollable-view .product-block,.page-wish-list .product-view.image-view .product-block{margin-bottom:0;width:calc(100% / 4 - 24px)}.page-home .product-view.scrollable-view .product-block{border-radius:20px;margin-bottom:0;overflow:hidden;transition:transform 0.2s;width:calc(100% / 6 - 45px)}.widget.widget-product.outdoor-furnitures{margin:50px auto 0}.widget.widget-product.outdoor-furnitures.content.product-content.product-block{background-color:#f7f5f1;border:2px solid #fff;border-radius:20px;margin:0 6px 15px;overflow:hidden;width:calc(100% / 5 - 18px)}.widget.widget-product.outdoor-furnitures.content.product-content.product-block:hover{border-color:#282e2c}.widget.widget-product.outdoor-furnitures.content.product-content.product-block.block-content-wrap{padding:0 15px 20px}.page-wish-list .product-view.image-view .product-block,.page-search-result .product-view.image-view .product-block{margin-bottom:70px}.product-view.scrollable-view .summary{display:none}.widget-productImage .image-preview-box .sale.tag-mark,.product-view.image-view .sale.tag-mark,.product-view.scrollable-view .sale.tag-mark{background:url(../images/sale-tag.svg);height:24px;left:4px;top:5px;width:59px}.page-product .widget-productImage .sale.tag-mark{left:auto;top:20px}.product-widget .sale-percent-display{background-color:#ece4ab;color:#000;font-family:manrope;font-size:14px;font-weight:400;letter-spacing:2%;line-height:26px;margin-left:10px;margin-top:10px;padding:4px 15px;width:80px}.compare-details .add-to-cart-button.button{height:auto;line-height:normal;margin:0;padding:10px 15px;width:auto}.compare-details{overflow-x:auto}.compare-details table{table-layout:auto}.responsive .compare-details p{word-break:break-all}.home-tabslider .product-view.scrollable-view .header .scroller{float:unset;max-width:100%;position:absolute;top:48%;z-index:1}.home-tabslider .product-view.scrollable-view .header .scroller .scroll-left{float:left;left:15%;position:absolute;right:auto}.home-tabslider .product-view.scrollable-view .header .scroller .scroll-right{left:auto;position:absolute;right:15%}.widget.widget-product.outdoor-furnitures .product-view{margin:0 auto;max-width:1400px}.image-popup-container.popup{bottom:0!important;height:100%!important;left:0!important;max-width:inherit;right:0!important;top:0!important;width:100%!important}.image-popup-container.popup .image-wrapper{border:10px solid #fff;height:100%;padding:40px;width:100%}img.popup-image{height:100%;max-height:100%;max-width:max-content;min-width:auto;object-fit:cover;width:100%}.widget.widget-snippet .about-review-top,.widget.widget-snippet .about-banner-section{margin:0 auto;max-width:1920px}.category-view.image-view .category-image-view-width{border:0;text-align:center;width:calc(100% / 5 - 26px)}.page-home.category-view.image-view.category-image-view-width:nth-of-type(2n+1),.page-home.category-view.image-view.category-image-view-width:nth-of-type(2n+1).image.category-image-view-height{height:275px;padding:0;width:275px}.page-home .category-view.image-view .category-image-view-width:nth-of-type(2n),.page-home.category-view.image-view.category-image-view-width:nth-of-type(2n).image.category-image-view-height{height:238px;padding:0;width:238px}.page-home .category-view.image-view .category-image-view-width:first-of-type,.page-home.category-view.image-view.category-image-view-width:first-of-type.image.category-image-view-height,.page-home .category-view.image-view .category-image-view-width:last-of-type,.page-home.category-view.image-view.category-image-view-width:last-of-type.image.category-image-view-height{height:202px;padding:0;width:202px}.category-view.image-view .category-image-view img,.category-view.image-view.category-image-view-width.image.category-image-view-heighta{height:100%;transition:transform 0.2s;width:100%}.page-home.widget.widget-category.category-view.image-view.content.category-content{align-items:center;justify-content:center;margin-top:50px}.widget.widget-html.view-all-button.cat-button.html-widget-element-contentpa{display:block;margin:120px auto 0;max-width:max-content;position:relative;top:unset}.category-view.image-view .category-image-view-width:hover img{-ms-transform:scale(1.05);-webkit-transform:scale(1.05);transform:scale(1.05)}.widget.widget-category.details-cat{background:#f1efe1;padding:80px 0 130px;position:relative}.widget.widget-category.details-cat .widget-title{padding:0 0 50px;text-align:center}.widget.widget-tabAccordion.details-faq h2.widget-title{font-family:"inter";font-size:48px;font-weight:400;letter-spacing:1%;line-height:100%;text-align:center}.page-categories .widget.widget-category .category-view.image-view{margin:0 auto;max-width:1400px;padding:100px 0 130px}.category-view.image-view .content{justify-content:center}.page-categories .widget-product .widget-title:after{content:url(../images/scrole-arrow-product.svg);margin-left:20px}.widget-productReviewRatting .empty-review-message{margin:0 auto;max-width:80%}/********************************************/.widget.widget-html.view-all-button .html-widget-element-content p{margin:0 auto;max-width:500px;text-align:right;width:100%}.widget.widget-html.view-all-button .html-widget-element-content p a{background:#ff3b64;border-radius:30px;color:#fff;font-family:manrope;font-size:16px;font-weight:700;height:48px;letter-spacing:0;line-height:100%;margin-left:10px;padding:16px 50px;position:absolute;text-align:center;top:40px;z-index:1}.widget.widget-html.view-all-button .html-widget-element-content p a:hover{background:#2e3e35}.home-tabslider{background-image:url(/template/e509bc3a/images/home-tabslider-bg.png);background-repeat:no-repeat;background-size:cover;padding:40px 0 100px 0!important}.home-tabslider .widget.widget-product.wc-tab-accordion-widget{padding:0!important}.home-tabslider .bmui-tab .bmui-tab-body-container{border:none;border-top-width:0;padding:0}.home-tabslider .bmui-tab .bmui-tab-header-container{background:#000 url(/template/e509bc3a/images/tab-bg.png) no-repeat center;background-size:cover;border-radius:30px;letter-spacing:normal;margin:0 auto;max-width:500px;padding:7px 0;text-align:center;width:100%;word-spacing:normal}.home-tabslider .bmui-tab .bmui-tab-header{background-color:transparent;border-left:none;border-right:none;border-top:none;color:#fff;cursor:pointer;display:inline-block;font-family:manrope;font-size:15px;font-weight:500;line-height:22px;margin-right:50px;padding:7px 21px;text-align:center;text-transform:capitalize}.home-tabslider .bmui-tab .bmui-tab-header:hover{background-color:#8aaf4f;border-radius:30px;color:#fff}.home-tabslider .bmui-tab .bmui-tab-header.bmui-tab-active{background:#fff;border-radius:30px;color:#000;font-size:15px;font-weight:500;line-height:22px;margin:0 10px;padding:7px 21px;text-transform:capitalize}.home-tabslider .bmui-tab .bmui-tab-header{margin:0 10px}.scrollable-view>.content{padding:31px 0}.home-tabslider .product-view.scrollable-view .content,.recommended-slider .product-view.scrollable-view .content{display:block;overflow-x:hidden;padding:25px 0;white-space:nowrap}.widget.widget-html.category-title{padding-top:50px;text-align:center}.widget.widget-html.tab-products-title{margin-bottom:20px;padding-top:150px;text-align:center;text-transform:uppercase}.widget.widget-html.tab-products-title h2,.widget.widget-html.category-title h2{font-family:"inter";font-size:48px;font-weight:400;letter-spacing:1%;line-height:100%;margin:0;padding:0;text-align:center;text-transform:capitalize}.widget.widget-html.tab-products-title.one h2{padding-left:120px}.widget.widget-product.scrollable-products .scrollable-view{border:0;display:block;margin-bottom:105px}.home-tabslider .product-view.scrollable-view{border:0}.widget.widget-product.scrollable-products{margin:0 auto;max-width:1415px}.responsive .scrollable-view>.content{border:0;margin:0 auto;padding:0 0 14px}.scrollable-view .scroller{margin:10px 0;width:100%}.scroll-left,.scroll-right{border:0;cursor:pointer;display:inline-block;height:43px;width:106px}.recommended-slider .scrollable-view{border:0;margin:30px 15px 40px}.review-rating span img{opacity:0}.review-rating{display:inline-block;margin:0!important;text-align:left;width:118px!important}.product-widget.widget-productReview .review-rating{width:112px!important}.product-widget.widget-productReview .review-rating-wrapper .review-count{margin-top:-1px}.review-rating span{display:inline-block;height:23px;width:18px!important}.review-rating-wrapper .review-count{color:#000;display:inline-block;font-family:manrope;font-size:12px;font-weight:400;line-height:14px;margin-left:0}.product-view .product-block .review-rating-wrapper{margin:20px 0 0}/******************************************/.widget-productImage .image-thumb-container .thumb-image .vertical-aligner{height:auto}.widget-productImage.multi-image-scroll-vertical-view .product-detail-width{height:auto;padding-left:90px;width:auto}.widget-productImage.multi-image-scroll-vertical-view.multi-image-scroll-wrapper{border:0;padding:0}.widget-productImage.multi-image-scroll-vertical-view.multi-image-scroll-wrapper.image-thumb-container{margin:30px 0;max-height:calc(100% - 75px)}.widget-productImage.multi-image-scroll-vertical-view.multi-image-scroll-wrapper.image-left-scroller,.widget-productImage.multi-image-scroll-vertical-view.multi-image-scroll-wrapper.image-right-scroller{background:transparent!important;border:none!important;left:0!important;margin:0 auto!important;right:0!important;transform:none!important;width:auto!important}.widget-productImage.multi-image-scroll-vertical-view .thumb-image{height:75px;width:75px}.widget-productImage.multi-image-scroll-vertical-view.image-thumb-container.thumb-image{border:0}.widget-productImage .image-thumb-container .thumb-image{cursor:pointer}.widget-productImage .image-thumb-container .thumb-image{background-color:#ededed;height:53px;margin-bottom:0;position:relative;width:53px}.widget-productImage .image-thumb-container .thumb-image img{background:#f6f6f6;height:100%;left:50%;mix-blend-mode:multiply;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.product-widget.widget-productImage{position:sticky;top:60px}.widget-productImage .image-thumb-container .thumb-image:first-child{margin-top:0}.product-detail-height{height:auto}.widget-productImage.multi-image-scroll-vertical-view.image-right-scroller.scroll-navigator{bottom:10px}.widget-productImage.multi-image-scroll-vertical-view.image-left-scroller.scroll-navigator{top:0}.widget-productImage.multi-image-scroll-vertical-view.image-left-scroller.scroll-navigator:hover,.widget-productImage.multi-image-scroll-vertical-view.image-right-scroller.scroll-navigator:hover{background-color:#ee3e35;border-color:#ee3e35}.widget-productImage .multi-image-scroll-wrapper .scroll-navigator{cursor:pointer}.widget-productImage .image-thumb-container .thumb-image.active{border:2px solid #000;opacity:1}.product-thumb-view.scrollable img{max-width:100%}.product-widget.widget-productSummary{max-width:700px;padding:20px 0 0;text-align:left}.widget-productSummary .summary{font-size:16px;line-height:25px;padding-top:10px}.product-widget.widget-price{border-bottom:0;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0;margin-top:30px;padding:0}.widget-productSummary .title{display:block;font-size:23px;padding-bottom:0}.product-widget.widget-variation{margin-top:20px}.product-widget.widget-variation .variation-container{display:block;padding:12px 0 0;width:100%}.product-widget.widget-addCart .stepper{border-radius:0;height:43px;justify-content:end;max-width:100%;overflow:unset;position:relative;width:100%}.product-widget.widget-addCart .stepper::before{content:"quantity";font-family:manrope;font-size:16px;font-weight:700;left:0;letter-spacing:2%;line-height:26px;position:absolute;text-transform:capitalize;top:9px}.product-widget.widget-addCart .stepper input{background:transparent;border:0;font-size:24px;font-weight:500;height:40px;width:62px}.product-widget.widget-addCart .stepper .stepper-arrow.up:before{font-size:32px;font-weight:300;line-height:38px;position:absolute}.product-widget.widget-addCart .add-to-cart-button,.product-widget.widget-addCart .buy-now-button.button.et_pdp_buy_now{font-size:16px;font-weight:700;letter-spacing:4px;margin:10px 0 20px;padding:9px 10px}.product-widget.widget-socialMediaShare{margin:35px 0 0;position:relative}.product-widget.widget-socialMediaShare::before{content:"share";font-size:16px;left:0;letter-spacing:0.06em;position:absolute;text-transform:uppercase;top:-28px}.chosen-container-single .chosen-single span{color:#000;font-size:15px;font-weight:600;margin-right:22px}.chosen-container-single .chosen-drop{border:1px solid #eee;box-shadow:0;padding:0;z-index:3333333}.chosen-container-active .chosen-single{border:1px solid #eee;box-shadow:0}.chosen-container .chosen-results .chosen-result{border:0;padding:7px 0}.chosen-result.options span{color:#000;font-weight:400}.chosen-container .chosen-results .chosen-result:hover{color:#ee3e35}.chosen-container .chosen-results .highlighted{background-color:#fff}.product-widget.widget-price .current-price-container .current-price{color:#000;display:contents;font-family:manrope;font-size:40px;font-weight:800;letter-spacing:0;line-height:24.29px;padding-right:15px;vertical-align:middle}.product-widget.widget-price.current-price-container.current-price.currency-symbol{margin-right:5px}.payment-option .code-submit-form .errorlist.after{bottom:56px;max-width:300px;width:100%}.product-widget.widget-price .previous-price.price{color:#b5b5b5;font-size:20px;order:2;padding:5px 8px 0 10px}.product-widget.widget-addCart .add-to-cart-button,.product-widget.widget-addCart .buy-now-button.button.et_pdp_buy_now{align-items:center;background:#ee3e35;border:2px solid transparent;border-radius:37px;color:#fff;display:flex;font-size:16px;font-weight:600;height:45px;justify-content:center;letter-spacing:0;line-height:1.3;margin:10px 0;max-width:100%;padding:13px 50px;text-align:center;text-decoration:none;text-transform:capitalize;-webkit-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;width:48%}.product-widget.widget-addCart .add-to-cart-button:hover{background:#ec534b;border:2px solid transparent;color:#fff}.product-widget.widget-addCart .buy-now-button.button.et_pdp_buy_now{background:#fff;border:2px solid #ee3e35;border-radius:50px;color:#000;-webkit-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s}.product-widget.widget-addCart .buy-now-button.button.et_pdp_buy_now:hover{background:#ec534b;border-image:none;color:#fff}.product-widget.widget-addCart .add-to-wish-list{border:0;color:#000;line-height:24px;max-width:90px;padding:10px 0;text-align:left}.product-widget.widget-addCart .add-to-wish-list:hover{color:#ee3e35}.variation-container .variation-type{display:inline-block;font-family:manrope;font-size:15px;font-weight:300;line-height:30px;margin-right:0;padding-bottom:5px;width:100%}.product-widget.widget-variation .variation-dropdown-container .type-label{display:inline-block;font-family:manrope;margin-right:10px;vertical-align:top}.product-widget.widget-variation.variation-dropdown-container.chosen-container-single{margin-left:0;max-width:100%;padding:0 2px;vertical-align:top;width:100%}.product-widget.widget-addCart .add-to-compare-button,.product-widget.widget-addCart .remove-from-compare-button{background:transparent;border:transparent;color:#000;line-height:20px;width:auto}.product-widget.widget-addCart .add-to-compare-button:hover,.product-widget.widget-addCart .remove-from-compare-button:hover{color:#ee3e35}.variation-container .chosen-container{border-radius:0;margin:0 0 10px;max-width:100%;width:100%}.add-cart-information-popup .variation-container .chosen-container{border-radius:0;margin:0 0 10px;max-width:64%;width:100%}.chosen-container-single .chosen-single{-webkit-appearance:none;background:#fff;background:url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png)  no-repeat right #fff;background-position-x:92%;background-size:15px;background-size:12px;border-color:#757575;border-radius:0;border-width:1px;box-shadow:none;font-family:inherit;font-weight:500;height:42px;margin:5px 0;padding:8px 14px}.chosen-container-active.chosen-with-drop .chosen-single{border-color:#ee3e35}.chosen-container-single .chosen-single div b{background-size:0}.chosen-container-single .chosen-single span{color:#000;font-family:manrope;font-weight:400;letter-spacing:0.5px;line-height:26px}.chosen-container .chosen-results .chosen-result{font-size:17px;height:40px;line-height:10px;padding:15px}.zoomContainer .zoomLens{border:0!important}.zoomWindowContainer .zoomWindow{border:1px solid #eee!important}.add-cart-information-popup.popup .popup-bottom.footer{margin-top:0}#bs-8928A5A2-704A-4D00-AA17-D2F29C9E9BFC{padding:80px 0}.widget-productImage .image-preview-box{box-sizing:content-box;display:inline-block;height:auto;text-align:center;width:auto}.widget-productImage .image-preview-box .vertical-aligner{display:none}.product-widget.widget-productName .product-name{border:0;color:#000;font-family:'Familjen Grotesk',sans-serif;font-size:42px;font-weight:700;letter-spacing:-0.01em;line-height:54px;margin:0;padding-bottom:0;text-align:left}.widget-productSummary .title{display:none}.popup{box-shadow:none}.popup.image-popup-container{padding:0}.image-popup-container .image-wrapper{border:10px solid #fff;padding:40px}.image-popup-container .navigator{background-image:url(../images/scrole-arrow-product.svg);background-repeat:no-repeat}.image-popup-container .navigator.close-button{background-image:url(../images/close-icon.svg);background-position:0;background-repeat:no-repeat;background-size:20px;border:0;height:20px;right:5px;top:4px;width:20px}.image-popup-container .navigator.right-button,.image-popup-container .navigator.left-button{border:1px solid #000;border-radius:30px;height:45px;width:45px}.image-popup-container .navigator.right-button{background-position:17px 12px;right:8px}.image-popup-container .navigator.left-button{background-position:17px 11px;left:8px;transform:rotate(180deg)}.image-popup-container .navigator.close-button{background-image:url(../images/close-icon.png) no-repeat;background-position:8px 9px;background-size:18px;height:34px;right:5px;top:5px;width:34px}.image-popup-container.popup{background:transparent;min-width:auto;padding:0}.image-popup-container .navigator.right-button:hover,.image-popup-container .navigator.left-button:hover{background-color:#dfdfdf;border-color:#dfdfdf;border-radius:30px}.product-widget.widget-productSku{padding-top:20px}.widget-productSku,.widget-availableStock,.widget-productCategory,.widget-productManufacturer,.widget-productBrand,.widget-productModel,.widget-combinedProduct{color:#33314e;font-size:18px;font-weight:700;line-height:25px}.widget-productSku label,.widget-productCategory label{font-weight:400}.widget-productSummary{padding:20px 0}.widget-productSummary .summary{color:#000;font-size:18px;font-weight:400;line-height:30px}.page-product .bmui-tab{padding-top:50px}.bmui-tab .bmui-tab-header.bmui-tab-active{background:none;border:none;color:#000;cursor:default;font-size:30px;font-weight:700;line-height:1.4;margin:0;padding:0}.bmui-tab .bmui-tab-body-container{border:none;padding:20px 0}#bmui-tab-description .title{display:none}#bmui-tab-description .description>p{color:#000;font-size:16px;font-weight:400;line-height:28px}.product-widget.widget-similar,.product-widget.widget-related{background:#f1efe1;margin:0 auto;padding-bottom:40px;padding-top:20px;text-align:center}.product-widget.widget-similar .header,.product-widget.widget-related .header{text-align:center}.product-widget.widget-similar .title,.product-widget.widget-related .title{color:#000;font-family:"inter";font-size:48px;font-weight:400;letter-spacing:1%;line-height:100%;margin:15px 0;padding:80px 0 0;text-align:center;text-transform:capitalize}.product-widget.widget-similar.product-block.product-view-height-width.normal-product-view,.product-widget.widget-related.product-block.product-view-height-width.normal-product-view{border-radius:20px;margin-bottom:10px;max-width:calc(100% / 5 - 26px);overflow:hidden;width:100%}.review-view-panel .main-container .total-review-panel .review-content{position:sticky;top:20px}@media (max-width: 991px){.product-widget.widget-similar  .product-block.product-view-height-width.normal-product-view, .product-widget.widget-related  .product-block.product-view-height-width.normal-product-view{max-width:calc(100% / 3 - 15px)}}@media (max-width: 767px){.footer .widget-navigation{right:auto!important}.widget-article.footer-hello{left:auto!important;right:auto!important;width:100%!important}#spltr-A5D74B1A-9290-4E22-8D99-2F19D482CF0B{padding:0 15px}.responsive .widget-snippet .banner{padding:300px 0 50px}.responsive .richmond-about-us .about-us-container{padding-bottom:60px}.product-widget.widget-similar  .product-block.product-view-height-width.normal-product-view, .product-widget.widget-related  .product-block.product-view-height-width.normal-product-view{max-width:calc(100% / 2 - 15px)}.responsive .widget-productImage .image-thumb-container .thumb-image{height:60px;width:60px}.responsive  .widget-productImage  .multi-image-scroll-wrapper  .image-thumb-container{max-width:230px}.responsive .main-mission-area{padding:60px 0 2px}}@media (max-width: 480px){.product-widget.widget-similar  .product-block.product-view-height-width.normal-product-view, .product-widget.widget-related  .product-block.product-view-height-width.normal-product-view{margin:0;max-width:100%;width:100%}.product-widget.widget-similar, .product-widget.widget-related{padding:20px 15px 10px}}#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 .product-widget{margin-left:25px}.product-view .footer .pagination{align-items:center;display:flex;gap:8px;justify-content:center;width:100%}.product-view.image-view .summary p,.product-view.image-view .summary,.product-view.scrollable-view .summary p,.product-view.scrollable-view .summary{-webkit-box-orient:vertical;color:#555;display:-webkit-box;font-size:14px;font-weight:400;height:auto;-webkit-line-clamp:3;line-height:22px;margin-bottom:10px;overflow:hidden;text-align:left;text-overflow:ellipsis!important}.product-view.image-view .summary p,.product-view.scrollable-view .summary p{margin:0}.chosen-container-multi .chosen-choices{border-color:#dedede}.checkout-page.version-2div.advance-checkout-steps-left-dominput[type="text"]:focus,.checkout-page.version-2 div.advance-checkout-steps-left-dom select:focus,.checkout-page.version-2div.advance-checkout-order-details-right-domselect:focus,.checkout-page.version-2div.advance-checkout-steps-left-dominput[type="text"]:focus,.checkout-page.version-2div.advance-checkout-order-details-right-dominput[type="text"]:focus,.checkout-page.version-2 div.advance-checkout-steps-left-dom textarea:focus,.checkout-page.version-2div.advance-checkout-order-details-right-domtextarea:focus{border-color:#000}.paypal-buttons.paypal-buttons-context-iframe.paypal-buttons-label-pay{border-radius:30px!important;overflow:hidden!important}/***********/.page-product .bmui-tab{border:1px solid #dedede;margin:50px 0 0;margin-bottom:70px;padding:70px 100px 50px}.page-product .bmui-tab .bmui-tab-body-container{border:0}.page-product .bmui-tab .bmui-tab-header-container{border-bottom:1px solid #f0f0f0;font-size:0;text-align:center}.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header{background:transparent;border:medium none;border-radius:0;color:#353535;font-size:18px;font-weight:400;margin:0;padding:0 40px 15px 0;text-transform:uppercase;width:auto}.page-product.bmui-tab.bmui-tab-header-container.bmui-tab-header.bmui-tab-active.title{color:#000;position:relative}.page-product.bmui-tab.bmui-tab-header-container.bmui-tab-header:first-child.title{font-size:0;font-weight:500;position:relative}.page-product.bmui-tab.bmui-tab-header-container.bmui-tab-header:first-child.title::before{content:"description";font-size:18px;font-weight:400;position:relative;text-transform:uppercase}.page-product.bmui-tab.bmui-tab-header-container.bmui-tab-header:nth-of-type(2).title{font-size:0}.page-product.bmui-tab.bmui-tab-header-container.bmui-tab-header:nth-of-type(2).title::before{content:"reviews";font-size:18px;font-weight:400;position:relative;text-transform:uppercase}.page-product.bmui-tab.bmui-tab-header-container.bmui-tab-header:nth-of-type(3).title{font-size:0}.page-product.bmui-tab.bmui-tab-header-container.bmui-tab-header:nth-of-type(3).title::before{content:"Ask a Question";font-size:18px;font-weight:400;position:relative;text-transform:uppercase}.page-product.bmui-tab.bmui-tab-header-container.bmui-tab-header.bmui-tab-active.title::after{background:#000;bottom:-22px;content:"";height:1px;left:0;position:absolute;width:100%}.page-product.bmui-tab.bmui-tab-header-container.bmui-tab-header:nth-of-type(3).bmui-tab-active.title::after,.page-product.bmui-tab.bmui-tab-header-container.bmui-tab-header:nth-of-type(2).bmui-tab-active.title::after,.page-product.bmui-tab.bmui-tab-header-container.bmui-tab-header:first-child.bmui-tab-active.title::after{bottom:-4px}.ask-question-panel .form-row label{color:rgba(0,0,0,0.8);display:block;font-size:15px;padding-bottom:5px;width:100%}.ask-question-panel .form-row textarea{min-height:150px;width:100%}.page-product .bmui-tab .bmui-tab-body-container h1{font-size:27px}.page-product .bmui-tab .bmui-tab-body-container h2{font-size:24px}.page-product .bmui-tab .bmui-tab-body-container h3{font-size:22px}.page-product .bmui-tab .bmui-tab-body-container h4{font-size:20px}.page-product .bmui-tab .bmui-tab-body-container h5{font-size:18px}.page-product .bmui-tab .bmui-tab-body-container h6{font-size:16px}.page-product .bmui-tab .bmui-tab-body-container .title{display:none}.page-product .bmui-tab .bmui-tab-body-container .title{display:none}.page-product .bmui-tab .bmui-tab-body-container td b,.page-product .bmui-tab .bmui-tab-body-container td strong{font-weight:500}.page-product .bmui-tab .bmui-tab-body-container p{color:#000;display:block;font-size:16px;font-weight:400;line-height:26px;padding-bottom:20px}#bmui-tab-description div#feature-bullets ul{margin:0!important;padding:0!important}.page-product .bmui-tab .bmui-tab-body-container figol{margin-top:30px;padding-left:18px}.page-product .bmui-tab .bmui-tab-body-container ol li,.page-product .bmui-tab .bmui-tab-body-container ul li{color:#000;font-size:16px;font-weight:400;line-height:26px;padding-bottom:10px;position:relative}.page-product .bmui-tab .bmui-tab-body-container ul li:after{background-color:#272727;border-radius:50%;content:"";height:8px;left:-16px;position:absolute;top:10px;width:8px}.page-product .bmui-tab .bmui-tab-body-container figure{margin:0 0 20px;padding:0}.product-widget.widget-productSku label,.product-widget.widget-productSku .value{font-size:16px;font-weight:400}.product-widget.widget-socialMediaShare .info-title{display:block;font-family:manrope;font-size:12px;font-weight:500;letter-spacing:1%;line-height:23px;margin:20px 0 0;margin-bottom:2px;text-align:center;text-transform:capitalize;width:100%}.product-widget.widget-socialMediaShare .info-title+.info-payment{display:block;margin:10px auto 0;text-align:center;width:100%}.product-widget.widget-socialMediaShare{margin:0;position:relative}.product-widget.widget-socialMediaShare::before{content:"Share :";font-family:manrope;font-size:16px;font-weight:700;letter-spacing:0;line-height:26px;position:relative;text-align:center;text-transform:capitalize;top:20px;width:100%}.widget-socialMediaShare .social-media-wrapper{padding-left:70px;text-align:left}.product-widget.widget-stockMark span{background:transparent;border:transparent;border-radius:50px;display:block;font-size:16px;font-weight:500;letter-spacing:1px;margin:0;padding:14px 0;text-align:left;width:100%}.product-widget.widget-stockMark{margin:0;text-align:right}.variation-container table.matrix td.available{display:table-cell}.product-widget.widget-stockMark span.not-available{background:transparent;border:transparent;border-radius:50px;color:red;display:block;font-size:16px;font-weight:500;letter-spacing:1px;margin:0;padding:5px 0;text-align:left;width:100%}.widget-price .price .tax-message{color:#000;font-size:13px;font-weight:400;left:0;position:absolute;text-transform:capitalize;top:27px}/************************************************//*****************Review************/.review-form-container .review-form{max-width:770px}.review-image-input-with-dropzone-wrapper .wc-icon.large{display:none}.review-panel .write-review-panel button.write-review{max-width:200px}.review-panel .write-review-panel label{color:#000;display:block;font-size:16px;width:100%}.review-panel .write-review-panel textarea{padding:8px;width:100%}.review-panel .write-review-panel .form-row.btn-row{display:flex;padding:0}.review-panel .write-review-panel .form-row.btn-row button{letter-spacing:1px;margin-right:20px;max-width:200px}.review-form-container .review-form button.cancel{background:transparent;border:1px solid #000;color:#000}.review-form-container .review-form button.cancel:hover{background:#ff3b64;border-color:#ee3e35;color:#fff}.ask-question-panel .form-row button,.new-review-panel .write-review,.new-review-panel .review-form .form-row button{background:#000;border:medium none;border-radius:0;color:#fff;cursor:pointer;display:inline-block;font-family:manrope;font-size:16px;font-weight:500;height:auto;line-height:23px;margin-top:10px;padding:12px 10px;text-transform:uppercase;transition:all 300ms ease 0s;width:200px}.ask-question-panel .form-row button:hover,.new-review-panel .write-review:hover,.new-review-panel .review-form .form-row button:hover{background:#ff3b64;border-color:#ee3e35;color:#000}/************************************************/.review-view-panel .main-container h2.review-heading{font-family:'Familjen Grotesk',sans-serif;font-size:38px;font-weight:600;letter-spacing:0;line-height:48px;margin:0 0 15px;padding-bottom:10px;text-transform:capitalize}.product-review-container .single-review-block div{display:inline-block;font-size:16px;font-weight:400;padding:2px 0}.product-review-container .single-review-block div.reviewer-name{color:#383838;display:block;font-size:17px;font-weight:500}.product-review-container .single-review-block div .review-date{color:#706c6c;font-size:14px;padding-left:8px}.widget-productReviewRatting .rating-bar{background-color:#ee3e35}.widget-productReviewRatting .review-head{width:100%}.review-container.product-review-container .single-review-block{border-bottom:1px solid #f6f6f6}.review-container.product-review-container .single-review-block.last{border:0}.product-review-container{background-color:transparent;border-bottom:0;padding:0}.review-rating span img{opacity:0}.review-rating{display:inline-block;font-family:initial;margin:0!important;text-align:left;width:118px!important}.product-widget.widget-productReview .review-rating{width:112px!important}.product-widget.widget-productReview .review-rating-wrapper .review-count{margin-top:-1px}.review-rating span{display:inline-block;height:23px;width:18px!important}.review-rating .star-on{background:url(../images/star-on.svg) no-repeat center;background-size:85%}.review-rating .star-off{background:url(../images/star-off.svg) no-repeat center;background-size:85%}.review-rating .star-half{background:url(../images/star-half.svg) no-repeat center;background-size:85%}.review-rating-wrapper .review-count{color:#000;display:inline-block;font-family:manrope;font-size:12px;font-weight:400;line-height:14px;margin-left:0}.review-view-panel .main-container .total-review-panel{margin-bottom:30px}.new-review-panel .review-card-wrapper{padding:20px 0}.new-review-panel .review-card-wrapper{width:90%}.new-review-panel .review-card-wrapper__navigator-previous{left:auto;right:70px}.new-review-panel .review-card-wrapper__navigator-next{left:auto;right:0}.new-review-panel .review-card-wrapper__navigator{bottom:-50px;height:60px;margin-top:0;top:auto;width:60px}.custom-field-container-for-widget .chosen-container-single .chosen-single,.custom-field-container-for-widget .chosen-container-multi .chosen-choices,.custom-field-container-for-widget input[type="text"],.custom-field-container-for-widget textarea,.custom-field-container-for-widget select{border-color:rgba(0,0,0,0.2)!important}.checkout-page.version-2.advance-checkout-steps-left-dom.custom-fields-wrapper.radio-checkbox-iteminput[type="radio"],.checkout-page.version-2.advance-checkout-steps-left-dom.custom-fields-wrapper.radio-checkbox-iteminput[type="checkbox"]{top:4px}.checkout-page.version-2.advance-checkout-steps-left-dom.order-custom-fields-form.form-row+.form-row{padding-top:40px}.display-text-custom-field p:last-child{margin-bottom:0}@media (max-width: 767px){.new-review-panel .average-review-wrapper{flex-direction:column}.new-review-panel .all-rating-block{margin-top:20px;padding-left:0}.new-review-panel .avg-review-label .label{font-size:15px}.widget-information .bmui-tab .bmui-tab-header{margin-right:0;padding:15px}.new-review-panel .review-card-wrapper__rating-and-date{align-items:start;flex-direction:column}.new-review-panel .review-card-wrapper{width:100%}}.tell_friend_popup.popup .header,.tell_friend_popup.popup .footer{background-color:transparent;display:flex;padding:0}.tell_friend_popup.popup .header{padding:0 0 20px}.tell-friend.tell_friend_popup.popup input[type="text"],.tell-friend.tell_friend_popup.popup input[type="password"],.tell-friend.tell_friend_popup.popup textarea{background:#fff;border-color:rgba(205,205,205,1);width:100%}.tell-friend.tell_friend_popup.popup .errorlist.after{bottom:-5px}.tell-friend.tell_friend_popup.popup .form-row{margin-bottom:10px;position:relative}.tell-friend.tell_friend_popup.popup .limit-label{font-size:15px;font-weight:300;position:absolute;right:0;top:1px}.tell-friend.tell_friend_popup.popup button{background:#ff3b64;margin:0 3px;max-width:200px;width:100%}.tell-friend.tell_friend_popup.popup button:hover{background:#000;color:#fff}.tell-friend.tell_friend_popup.popup button:last-of-type{background:transparent;border:1px solid #d9d5de;color:#000}.tell-friend.tell_friend_popup.popup button:last-of-type:hover{background:#ff3b64;color:#fff}.tell-friend.tell_friend_popup.popup .body{padding:20px 0 0}.tell-friend.tell_friend_popup.popup .form-row label{color:#000;display:block;font-family:manrope;font-size:17px;width:100%}/********EndTell friend*******/.widget-gallery.cat-slider .article-title{display:none}.widget-gallery.cat-slider .article-content{position:relative}.widget-gallery.cat-slider .category-content-box{left:28%;max-width:430px;position:absolute;top:56%;transform:translate(-50%,-50%)}.widget-gallery.cat-slider .category-content-box h6{font-family:manrope;font-size:18.5px;font-weight:600;letter-spacing:0;line-height:26px;margin:0;padding:0}.widget-gallery.cat-slider .category-content-box h3{font-family:Reckless Neue;font-size:48px;font-weight:400;letter-spacing:0.01px;line-height:61px;margin:20px 0 0;padding:0}.widget-gallery.cat-slider .category-content-box a{background:#282e2c;border-radius:30px;color:#fff;display:inline-block;font-family:"manrope",sans-serif;font-size:14px;font-weight:700;letter-spacing:0;line-height:28px;margin-top:52px;min-width:158px;padding:13px 48px;text-transform:capitalize;transform:none}.widget-gallery.cat-slider .category-content-box a:hover{background-color:#c47766}.widget-gallery.cat-slider .owl-carousel .owl-item img{border-radius:20px}.widget-gallery.cat-slider .article-content figure{margin:0}.widget-gallery.cat-slider{margin-bottom:0;margin-top:120px}.widget-gallery.cat-slider .owl-carousel .owl-stage-outer{overflow:hidden;position:relative;-webkit-transform:translate3d(0px,0,0)}.owlCarousel.widget.widget-gallery.cat-slider .owl-controls{position:absolute;top:48%;width:100%}.owlCarousel.widget.widget-gallery.cat-slider .owl-controls .owl-nav{margin:0 auto;max-width:1200px;position:relative;width:100%}.owlCarousel.widget.widget-gallery.cat-slider .owl-controls .owl-prev,.owlCarousel.widget.widget-gallery.cat-slider .owl-controls .owl-next{background:transparent url("../images/scrole-arrow-product.svg") no-repeat    center;border:0.79px solid #fff;border-radius:30px;font-size:0;height:50px;width:50px}.owlCarousel.widget.widget-gallery.cat-slider .owl-controls .owl-prev{transform:rotate(-180deg)}.owlCarousel.widget.widget-gallery.cat-slider .owl-controls .owl-prev{float:left;margin-left:-30px}.owlCarousel.widget.widget-gallery.cat-slider .owl-controls .owl-next{float:right;margin-right:-30px}.owlCarousel.widget.widget-gallery.cat-slider .owl-controls .owl-prev,.owlCarousel.widget.widget-gallery.cat-slider .owl-controls .owl-next{background:#fff url("../images/scrole-arrow-product.svg") no-repeat center}.owlCarousel.widget.widget-gallery.cat-slider .owl-controls .owl-prev:hover,.owlCarousel.widget.widget-gallery.cat-slider .owl-controls .owl-next:hover{background:#fff url("../images/scrole-arrow-product.svg") no-repeat center}@media (max-width: 1660px){.faq-page-accordion{padding:0 60px}#spltr-1DAA688C-DB12-40F8-84F0-998F95A04250{max-width:100%;padding:0 60px!important}}@media (max-width: 1500px){.responsive .competition-details .inner-content, .responsive .training-details .inner-content{max-width:100%;padding:0 60px}.responsive .container.training{padding:0 40px 142px}.responsive .netball-section{padding:0 60px 10px}.responsive .container.netball-bottom{padding:50px 20px}.product-view.image-view .product-block, .advance-cart-details.shopping-cart    .product-view.scrollable-view    .product-block{width:calc(100% / 4 - 16px)}.blog-post-details .post-description{padding:0 30px 100px}.widget-snippet .how-help-area{padding:100px 0}.widget-snippet .hero-area{padding:180px 0 150px}.responsive .page-404-section{padding:148px 0}.responsive .page-404-section h1{font-size:56px;margin:0 0 24px}.responsive .about-banner-section .ab-content{padding:85px 30px 90px}.responsive .our-principals-section{padding:98px 30px 60px}.responsive .about-review-top .about-rcontent{padding:104px 0 281px}.responsive .our-principals-section h2{font-size:45px;margin:0 0 52px}.responsive .about-banner-section h1{font-size:55px;line-height:70px;margin:0 0 17px}.responsive .about-main-content h2{font-size:45px;line-height:56px}.responsive.product-view.image-view .product-name, .responsive .product-view.scrollable-view .product-name{max-height:45px;min-height:45px}.responsive .widget.widget-html.tab-products-title{margin-bottom:10px;padding-top:100px}.responsive .contact-help-support-section{padding:100px 15px}.responsive .widget-form.contact_form .custom-form{margin-bottom:0}.responsive .widget.widget-html.tab-products-title h2, .widget.widget-html.category-title h2{font-size:45px}.responsive.page-home .product-view.scrollable-view .product-block{width:calc(100% / 5 - 45px)}div.jssor-slider-container .description.jssor-caption-1 h1{font-size:52px;line-height:74px}div.jssor-slider-container .title.jssor-caption-2 span{font-size:38px;line-height:52px}div.jssor-slider-container .container .jssor-caption-3>a::after{top:29px}.widget.widget-snippet .wc-snippet-top-feature .item .text-box a{min-height:100px}.responsive .home-tabslider{padding:40px 0 30px 0!important}.responsive section.site-information{padding:128px 0}.responsive .widget.widget-product.outdoor-furnitures.gardening{padding-bottom:120px}.responsive .review-top .rcontent .main-content{margin-left:auto;margin-right:102px;max-width:514px}.responsive .review-top .rcontent{padding:102px 0 285px}.responsive .widget.widget-blogPost.blog-top-section .blog-post-content{padding-bottom:136px}.scroll-left, .scroll-right{width:70px}.scroll-left{left:-86px}.scroll-right{right:-86px}.widget.widget-product.recommended-slider .scroll-right{right:-116px}.widget.widget-snippet .wc-snippet-expreance{margin-top:0;padding:50px 0 80px}.widget.widget-snippet .wc-snippet-expreance .text-wrapper h2{font-size:35px}.widget.widget-snippet .wc-snippet-shop-by-category{padding:45px 0}.widget.widget-snippet .wc-snippet-about{padding:90px 0 0}.widget.widget-snippet .wc-snippet-title-style-center{margin:72px auto 82px}.recommended-slider .scrollable-view{max-width:1180px;overflow:unset;position:relative}.wc-lorem-ipsum .image-wrapper img{height:auto}.widget.widget-snippet .wc-lorem-ipsum .bg-wrapper{clip-path:polygon(0 0,100% 0,64% 93%,0 93%);height:585px;padding-left:35px}.widget.widget-snippet .about-area{padding:0 10px}.widget.widget-blogPost.blog-top-section{max-width:1388px}.widget-navigation.user-nav .nav-wrapper.vertical.show{width:250px}.widget-navigation .nav-profile-not-logged-in{padding-top:8px}.widget-navigation .nav-profile-not-logged-in .nav-customer-qa, .widget-navigation.user-nav .responsive-navigation .navigation-item a{font-size:14px}.widget.widget-product.outdoor-furnitures .product-view{padding:0 15px}.owlCarousel.widget.widget-gallery.customer-reviews{max-width:1380px}.home-tabslider .product-view.scrollable-view .content, .recommended-slider .product-view.scrollable-view .content{padding:0 15px 25px}.responsive .widget.widget-category.details-cat{padding:100px 0 120px}.page-home div.header>.widget-container{max-width:100%}.widget.widget-account{height:29px;left:auto;right:105px!important;width:110px!important}}@media (max-width: 1440px){.widget-image.training-img{max-width:100%;padding:0 40px}.widget-snippet.get-unifrom .get-uniforms-section{margin:100px 0}div.team-managers-section{padding:100px 40px}.widget-navigation.main-menu .nav-wrapper .navigation-item:last-child a{padding-right:0}#spltr-A5D74B1A-9290-4E22-8D99-2F19D482CF0B{margin:0 auto;padding:0 60px;width:100%}.widget.widget-image.contact-left-img{margin:0;max-width:450px}}@media (max-width: 1400px){.responsive .competition-details .inner-content, .responsive .training-details .inner-content{padding:0 40px}.responsive .competition-details .inner-content .right-content, .responsive .training-details .inner-content .right-content{padding:0 0 0 80px}.widget.widget-cart{right:35px!important;top:28px!important}.responsive .inner-content{margin-bottom:80px;padding:0 30px}.page-product .widget.widget-breadcrumb{padding:0 30px 10px}.responsive .product-widget.widget-productReviewRatting.product-review-details-widget{padding:84px 30px 70px}.page-shop .widget-product .widget-sub-title{bottom:0}#spltr-7C592B63-570E-45E7-93FA-53BCE306646D{padding:0 30px}#spltr-B33BBF0D-5C1D-4B67-80FD-28A8546FC7D1{min-width:265px}#spltr-A9158EE4-FA32-4239-8078-ECBDF5A7B0DC{max-width:calc(100% - 265px)}.responsive .product-widget.widget-productImage{margin-left:30px;margin-right:20px}#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57{padding-right:30px!important}.category-view.image-view    .category-image-view-width    .image.category-image-view-height{height:165px;width:165px}.category-view.image-view .category-image-view-width, .category-view.image-view    .category-image-view-width    .image.category-image-view-height{padding:0;width:170px}.responsive .body>.widget-container{width:auto!important}.widget-container>.page-content>.v-split-container>.v-split{margin:auto;width:auto}div.body>.body-section>.widget-container{width:auto}body>div.body{overflow:hidden;padding:0}.widget-snippet .snippet-copyright-develop .copyright p{padding:0}div.jssor-slider-container .container [u="caption"]{left:2.5%}div.jssor-slider-container .container .jssor-caption-3>a::after{height:3px;top:33px}.widget.widget-snippet .wc-snippet-expreance .text-wrapper h2{font-size:32px}.widget.widget-product.recommended-slider .scroll-right{right:-90px}.widget.widget-snippet .wc-lorem-ipsum .bg-wrapper{clip-path:polygon(0 0,100% 0,64% 94%,0 94%);height:540px;padding-left:25px}.widget.widget-snippet .wc-lorem-ipsum .image-wrapper{clip-path:polygon(18% 0,100% 0,100%,2% 100%)}.widget.widget-snippet .wc-lorem-ipsum .description-style{margin:20px 0 0}.widget.widget-snippet .about-area{padding:0 30px}.widget.widget-snippet .wc-lorem-ipsum .title-wrapper{margin:50px 0}.advance-checkout-steps-left-dom{padding:45px 35px 70px}.advance-checkout-order-details-right-dom{padding:75px 35px 70px 70px}.responsive .owlCarousel.widget.widget-gallery.customer-reviews{max-width:1366px}.widget-navigation.user-nav .nav-wrapper.vertical.show{width:180px}.widget-navigation    .nav-profile-not-logged-in    .nav-profile-suggestion-wrapper{flex-direction:column}.widget-navigation.user-nav .responsive-navigation .navigation-item a{text-align:center}.widget.widget-snippet .cta-footer{padding-left:30px;padding-right:30px}.widget.widget-snippet .cta-footer .cta-main h2{font-size:32px;line-height:48px}.responsive .owlCarousel.widget.widget-gallery.customer-reviews{max-width:1310px}.responsive .widget.widget-blogPost.blog-top-section .blog-post-content{margin:0 auto;max-width:96%}.responsive.page-home .product-view.scrollable-view .product-block{width:calc(100% / 5 - 15px)}.responsive .contact-us-sidebar{margin-right:30px}.responsive .widget-form.contact_form .custom-form{margin-bottom:0;margin-left:15px}.widget-gallery.cat-slider{margin:90px auto 0;max-width:90%}.widget-article.footer-hello{left:auto!important;right:40px!important;width:230px!important}}@media (max-width: 1300px){.widget-article.footer-hello{left:auto!important;right:30px!important;width:230px!important}}@media (max-width: 1366px){.responsive .netball-dress-section{margin:0 -20px;padding:100px 20px}.responsive  .sponsors-supporters-section .main-heading{margin:0 0 45px}.responsive .our-history{max-width:100%;padding:0 40px}#spltr-A5D74B1A-9290-4E22-8D99-2F19D482CF0B{padding:0 30px}.page-content{padding:0 40px}.responsive .richmond-about-us .about-us-container{padding-bottom:80px}.responsive .netball-section{padding:0 40px 10px}.responsive .container.training{padding:0 40px 130px}.responsive .richmond-about-us{padding-bottom:0}div.welcome-richmond .content-wrapper{gap:75px}.responsive .richmond-about-us .player-image-column{height:600px;margin:0 0 50px}.page-content .category-details{padding:0 40px}#spltr-1DAA688C-DB12-40F8-84F0-998F95A04250{padding:0 40px!important}.responsive .header-button a{padding:12px 22px}.responsive .contact-us-sidebar{margin-left:44px;margin-right:30px}.responsive .widget-form.contact_form .custom-form{margin-bottom:0;margin-left:15px}.responsive .page-contact-us .widget-html.widget-pageHeading p{margin:0 auto 48px}.responsive .owlCarousel.widget.widget-gallery.customer-reviews{max-width:1250px}div.jssor-slider-container .description.jssor-caption-1 h1{font-size:50px}.responsive section.site-information{padding:100px 0}.responsive .review-top .rcontent .main-content{margin-left:auto;margin-right:66px;max-width:495px}div.jssor-slider-container .container .jssor-caption-3>a::after{top:35px}.page-home .product-view.image-view .product-block, .page-home .product-view.scrollable-view .product-block{width:calc(100% / 3 - 24px)}.widget.widget-snippet .wc-snippet-top-feature .item .text-box a{min-height:85px}.widget.widget-html.tab-products-title{padding-top:90px}.widget.widget-html.tab-products-title h2, .widget.widget-html.category-title h2{font-size:35px}.scroll-left{left:-76px}.scroll-right{right:-76px}.home-tabslider{padding:25px 0 80px}.widget.widget-snippet .wc-snippet-expreance .col-md-6{padding:10px}.widget.widget-product.recommended-slider .scroll-right{right:-76px}.widget.widget-snippet .wc-snippet-shop-by-category{padding:35px 0}.widget.widget-snippet .wc-lorem-ipsum .title-wrapper h2{font-size:45px}.widget.widget-snippet .wc-lorem-ipsum .bg-wrapper{clip-path:polygon(0 0,100% 0,68% 90%,0 90%);height:490px}.widget.widget-snippet    .wc-snippet-shop-by-category    .col-md-3.col-sm-6    .bg-wrapper{padding:35px}.widget.widget-snippet .wc-snippet-shop-by-category .col-md-3.col-sm-6{padding:10px}.widget.widget-snippet .wc-snippet-shop-by-category .name{font-size:23px;margin-top:5px}.widget.widget-snippet .wc-snippet-shop-by-category .container{padding-left:35px;padding-right:35px}.widget.widget-snippet .wc-snippet-about .col-md-6.left{left:15px;width:45%}.widget.widget-snippet .wc-snippet-about .col-md-6.right{width:55%}.widget.widget-snippet .wc-snippet-about .col-md-6.left .third{right:75px}.widget.widget-snippet .wc-snippet-about{padding:80px 0 0}.widget.widget-snippet .wc-snippet-title-style-center .title-wrapper h2{font-size:36px}.widget.widget-snippet .wc-snippet-title-style-center{margin:62px auto 72px}.widget.widget-snippet .about-area{margin:80px auto 60px}.widget.widget-snippet .about-area .content .right-part::before{clip-path:polygon(0 0,100% 0,24% 100%,0 100%);height:440px;left:-45px}.widget.widget-snippet .cta-footer .cta-main .btn-cta{width:350px}.page-home    .category-view.image-view    .category-image-view-width:nth-of-type(2n+1), .page-home    .category-view.image-view    .category-image-view-width:nth-of-type(2n+1)    .image.category-image-view-height{height:245px;width:245px}.page-home    .category-view.image-view    .category-image-view-width:nth-of-type(2n), .page-home    .category-view.image-view    .category-image-view-width:nth-of-type(2n)    .image.category-image-view-height{height:208px;width:208px}.page-home .category-view.image-view .category-image-view-width:first-of-type, .page-home    .category-view.image-view    .category-image-view-width:first-of-type    .image.category-image-view-height, .page-home .category-view.image-view .category-image-view-width:last-of-type, .page-home    .category-view.image-view    .category-image-view-width:last-of-type    .image.category-image-view-height{height:172px;width:172px}.image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image{max-height:215px}.responsive .review-top .rcontent .main-content{margin-right:30px;max-width:645px}.responsive .owlCarousel.widget.widget-gallery.customer-reviews{max-width:1200px;padding:100px 55px 80px 365px!important}.owlCarousel.widget.widget-gallery.customer-reviews .widget-title{font-size:40px;left:70px;line-height:45px;position:absolute}.widget.widget-blogPost.blog-top-section    .blog-post-content    .blog-post-item.first{width:600px!important}.widget.widget-blogPost.blog-top-section    .blog-post-content    .blog-post-item.first    .post.post-list-view-height{max-height:70%;max-width:600px!important}.widget-gallery.cat-slider{margin:70px auto 0;max-width:90%}.widget-navigation.main-menu .nav-wrapper .navigation-item a{padding:20px 15px}.page-home .widget.widget-account{right:98px!important;top:54px!important;width:110px!important}.page-home .widget.widget-cart{right:45px!important;top:55px!important}.responsive .about-testimonials .inner-content{max-width:100%;padding:0 40px}}@media (max-width: 1280px){.responsive .net-fees-gallery img{object-position:center}.responsive .about-testimonials .inner-content{padding:0 30px}.responsive .our-history{padding:0 30px}.widget-image.uniform-inner-img{margin:0 0 80px}.page-content{padding:0 30px}.widget-image.training-img{padding:0 30px}.responsive .container.competition{margin:0 auto;padding:0 30px 100px}.responsive .netball-section{padding:0 30px 10px}.responsive .container.training{padding:0 30px 130px}.page-product .body{padding:100px 0 0}.page-category .product-view .footer{padding:30px 0 80px}.page-content .category-details{padding:0 30px}.page-contact-us .faq-page-accordion{margin:90px auto}.contact-form{margin:0 0 90px}#spltr-1DAA688C-DB12-40F8-84F0-998F95A04250{padding:0 30px!important}.faq-page-accordion{gap:50px;margin-bottom:130px;padding:0 30px}.page-blog .home-blog{padding:0 15px 100px}.page-category{margin:0 0 60px}.page-product-category .section-button{margin:0 0 100px}.home-blog{padding:0 30px 60px}.home-brand-slider{padding:0 30px 80px}.skilled-volunteers{padding:38px 30px 25px}.widget-snippet .at-carecrew-container{gap:30px;padding:0 30px}.programs-and-initiatives-area .owl-carousel{padding:0 30px}.home-gallery{padding:0 30px 80px}.home-product-slide{padding:100px 30px 60px}.widget-snippet .together-single, .widget-snippet .together-single.item-1, .widget-snippet .together-single.item-2, .widget-snippet .together-single.item-3{padding:25px}.widget.newsletter-box{align-items:flex-start;flex-direction:column;flex-wrap:wrap;width:100%}.responsive .widget-gallery.cat-slider .category-content-box h3{font-size:37px;letter-spacing:0.01px;line-height:46px;margin:20px 0 0;padding:0}.responsive    .owlCarousel.widget.widget-gallery.cat-slider    .owl-controls    .owl-prev{float:left;margin-left:-22px}.responsive    .owlCarousel.widget.widget-gallery.cat-slider    .owl-controls    .owl-next{float:right;margin-right:-22px}.responsive .widget-gallery.cat-slider{margin-bottom:0;margin-top:75px}.widget-gallery.cat-slider .category-content-box{left:22%;max-width:332px;position:absolute;top:50%;transform:translate(-50%,-50%)}.responsive .page-404-section{padding:100px 0}.responsive .page-404-section img{margin:0 auto 31px;width:100px}.responsive    .product-widget.widget-productReviewRatting.product-review-details-widget{padding:84px 20px 70px}.responsive .product-widget.widget-productImage{margin-left:20px;margin-right:20px}#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57{padding-right:20px!important}.responsive .widget.widget-category.details-cat{padding:80px 0}.widget.widget-breadcrumb{overflow-x:auto;white-space:nowrap}.responsive .blog-post-details .title{font-size:38px}.page-categories .product-view.image-view .product-block{width:calc(100% / 4 - 18px)}.page-categories .widget.widget-product{margin:20px 0 45px}.page-categories .widget.widget-category .category-view.image-view{margin-bottom:70px;padding:80px 0 5px}.page-categories .widget.widget-category .category-view.image-view{padding:80px 0 100px}.responsive .page-content .blog-post-item .post-description .title a{font-size:17px;line-height:27px}.responsive .about-banner-section .main-content{margin-left:98px;margin-right:auto;max-width:744px}.responsive .our-principals-section .grid-box{grid-gap:60px;margin-bottom:70px}.responsive .our-principals-section{padding:98px 20px 36px}.responsive .widget.widget-tabAccordion.details-faq h2.widget-title, .responsive .widget-tabAccordion .widget-title{font-size:35px;line-height:1.3}.responsive .about-banner-section .ab-content{padding:80px 20px}.responsive .about-review-top .about-rcontent .about-main-content{margin-right:50px}.responsive .about-review-top .about-rcontent{padding:100px 0 238px}.responsive .contact-help-support-section{padding:75px 20px 100px}.responsive.page-contact-us .widget-html.widget-pageHeading p{margin:0 auto 36px}.category-view.image-view .content{gap:25px}.responsive .widget.widget-html.tab-products-title{margin-bottom:40px;padding-top:80px}.widget-container>.page-content>.v-split-container>.v-split{margin:auto;width:auto}div.body>.body-section>.widget-container{width:auto}.main_menu .navigation-item a{padding:0 35px 0 0}.widget-navigation.main_menu    .horizontal    .navigation-item    .navigation-item-child-container    .navigation-item:first-child::before{left:32%;margin-left:-5px}.widget-snippet .snippet-copyright-develop .copyright p{padding:0 20px}.widget.widget-snippet .wc-snippet-top-feature .item .text-box a{min-height:70px}.widget.widget-html.tab-products-title h2, .widget.widget-html.category-title h2{font-size:30px}.widget.widget-html.tab-products-title{padding-top:78px}.home-tabslider{padding:20px 0 60px}.home-tabslider .header{height:35px}.responsive.page-home .product-view.scrollable-view .product-block{width:calc(100% / 3 - 45px)}.responsive .widget.widget-html.tab-products-title h2, .widget.widget-html.category-title h2{font-size:40px}.image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image{margin:0 auto}.widget>.widget-title{font-size:40px}.responsive .home-tabslider{padding:0!important}.responsive    .widget.widget-product.outdoor-furnitures    .content.product-content    .product-block{width:calc(100% / 3 - 16px)}.responsive .product-view.image-view .content{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -10px}.scroll-left, .scroll-right{height:36px;width:60px}.scroll-left{left:-68px}.scroll-right{right:-68px}.widget.widget-product.recommended-slider .scroll-right{right:-68px}.widget.widget-snippet .wc-snippet-expreance .text-wrapper h2{font-size:25px}.widget.widget-snippet .wc-snippet-expreance .text-box .title{font-size:25px}.widget.widget-snippet .wc-snippet-expreance .text-box{left:55px}div.jssor-slider-container .container [u="caption"]{left:2%}.widget.widget-snippet .wc-snippet-expreance .container{padding-left:30px;padding-right:30px}.widget.widget-snippet .wc-snippet-expreance{padding:50px 0 70px}.widget.widget-snippet .wc-snippet-eceryday .text-box{top:16%}.widget.widget-snippet .wc-snippet-eceryday .title-wrapper h2{font-size:34px}.page-home .product-view.image-view .product-block .btn-add .add-to-wish-list, .page-home    .product-view.scrollable-view    .product-block    .btn-add    .add-to-wish-list{margin-left:8px}.widget.widget-snippet .wc-snippet-eceryday{padding-left:20px;padding-right:20px}.widget.widget-snippet .wc-snippet-shop-by-category .name{font-size:20px}.widget.widget-snippet .wc-snippet-shop-by-category .title-wrapper h2{font-size:23px}.widget.widget-snippet    .wc-snippet-shop-by-category    .col-md-3.col-sm-6    .bg-wrapper{padding:30px 25px}.widget.widget-snippet    .wc-snippet-shop-by-category    .nav-wrapper    .navigation-item.active    a, .widget.widget-snippet    .wc-snippet-shop-by-category    .nav-wrapper    .navigation-item    a:hover{font-size:15px}.widget.widget-snippet    .wc-snippet-shop-by-category    .nav-wrapper    .navigation-item    a{letter-spacing:0.15em}.widget.widget-snippet    .wc-snippet-shop-by-category    .nav-wrapper    .navigation-item{padding:0 0 8px}.widget.widget-snippet .wc-lorem-ipsum .title-wrapper h2{font-size:38px}.widget.widget-snippet .wc-lorem-ipsum .bg-wrapper{clip-path:polygon(0 0,100% 0,77% 100%,0 100%);height:320px;width:800px}.widget.widget-snippet .wc-lorem-ipsum .image-wrapper{margin-left:-15px}.widget.widget-snippet .wc-lorem-ipsum .title-wrapper{margin:40px 0 0}.widget.widget-snippet .wc-lorem-ipsum .description-style{max-width:370px}.widget.widget-snippet .wc-lorem-ipsum{padding-left:20px;padding-right:20px}.widget.widget-snippet .wc-snippet-shop-by-category .title-wrapper{margin-bottom:12px}.widget.widget-snippet .wc-snippet-about .col-md-6.left{left:5px}.widget.widget-snippet .wc-snippet-about .title-wrapper h2{font-size:30px}.widget.widget-snippet .wc-snippet-about .col-md-6.left{width:40%}.widget.widget-snippet .wc-snippet-about .col-md-6.right{padding:0 15px 0 0;width:60%}.widget.widget-snippet .wc-snippet-about .col-md-6.left .first{height:270px;top:45px}.widget.widget-snippet .wc-snippet-about .col-md-6.left .sceand{height:220px;top:307px}.widget.widget-snippet .wc-snippet-about .col-md-6.left .third{height:220px;right:48px;top:150px}.widget.widget-snippet .wc-snippet-about p{margin:0;padding:0 0 10px}.widget.widget-snippet .wc-snippet-about .title-wrapper{margin-bottom:15px}.widget.widget-snippet .wc-snippet-shop-by-category .container{padding-left:25px;padding-right:25px}.widget.widget-snippet .wc-snippet-title-style-center .title-wrapper h2{font-size:30px}.widget.widget-snippet .wc-snippet-shop-by-category{padding:30px 0 60px}.widget.widget-snippet .wc-snippet-about{padding:60px 0 0}.widget.widget-snippet .wc-snippet-title-style-center{margin:55px auto 60px;max-width:700px;padding:0 20px}.widget.widget-snippet .about-area{padding:0 20px}.widget.widget-snippet .about-area .content .left-part h2{font-size:32px;line-height:42px;margin:5px 0 20px}.widget.widget-snippet .about-area .content .right-part::before{clip-path:polygon(0 0,100% 0,20% 100%,0 100%);height:430px;left:-32px;width:110px}.widget-snippet .about-area .content .left-part{padding:0 80px 20px 0}.widget.widget-snippet .about-area{margin:70px auto 50px}.widget.widget-navigation .nav-wrapper.show{background:#282e2c;height:fit-content;padding:0 5px 20px;top:25px}.nav-wrapper.responsive-navigation .navigation-item{background:transparent;padding:12px 20px}#left-modern-nav-drawer-wc    .responsive-navigation.wc-modern-navigation    .navigation-item.has-child    .child-opener{background-image:url('data:image/svg+xml,<svg width="9" height="7" viewBox="0 0 9 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.50641 4.53858L1.10078 1.27198L0.000305126 2.41879L4.50643 6.72802L9.00098 2.41879L7.9005 1.27198L4.50641 4.53858Z" fill="black"/></svg>');background-position:center;background-repeat:no-repeat;font-size:20px;height:6px;padding:0;position:absolute;right:10px;top:17px;width:10px}#left-modern-nav-drawer-wc    .responsive-navigation.wc-modern-navigation    .navigation-item.has-child    .child-opener.close{transform:rotate(180deg)}#left-modern-nav-drawer-wc    .responsive-navigation.wc-modern-navigation    .navigation-item    .navigation-item-child-container{background:transparent;padding:0 0 0 10px}#left-modern-nav-drawer-wc    .responsive-navigation.wc-modern-navigation    .navigation-item    .navigation-item-child-container    .navigation-item{margin:0}.widget-navigation.main_menu .menu-button{left:180px;position:absolute;top:-22px}.widget.widget-snippet .cta-footer .cta-main .btn-cta{margin:40px 0 0 30px;width:380px}.widget.widget-snippet .cta-footer .cta-main h2{font-size:27px;line-height:42px}.page-home    .category-view.image-view    .category-image-view-width:nth-of-type(2n+1), .page-home    .category-view.image-view    .category-image-view-width:nth-of-type(2n+1)    .image.category-image-view-height{height:210px;width:210px}.page-home    .category-view.image-view    .category-image-view-width:nth-of-type(2n), .page-home    .category-view.image-view    .category-image-view-width:nth-of-type(2n)    .image.category-image-view-height{height:180px;width:180px}.page-home .category-view.image-view .category-image-view-width:first-of-type, .page-home    .category-view.image-view    .category-image-view-width:first-of-type    .image.category-image-view-height, .page-home .category-view.image-view .category-image-view-width:last-of-type, .page-home    .category-view.image-view    .category-image-view-width:last-of-type    .image.category-image-view-height{height:142px;width:142px}.responsive .review-top .rcontent .main-content{margin-right:25px;max-width:615px}.responsive .review-top .rcontent{padding:80px 0 230px}.responsive .owlCarousel.widget.widget-gallery.customer-reviews{max-width:950px;padding:60px 60px 60px 300px!important}.owlCarousel.widget.widget-gallery.customer-reviews .widget-title{font-size:32px;left:30px;line-height:42px}.widget.widget-blogPost.blog-top-section    .blog-post-content    .blog-post-item.first{width:450px!important}.widget.widget-blogPost.blog-top-section    .blog-post-content    .blog-post-item.first    .post.post-list-view-height{max-height:52%;max-width:450px!important}.widget.widget-blogPost.blog-top-section .post.post-list-view-height{margin-right:20px;max-width:145px}.product-view.image-view .product-block{width:calc(100% / 3 - 18px)}.home-tabslider    .product-view.scrollable-view    .header    .scroller    .scroll-right{right:5%}.home-tabslider .product-view.scrollable-view .header .scroller .scroll-left{left:5%}.page-home.widget.widget-cart{right:30px!important}.page-home .widget.widget-account{right:96px!important}.header .widget-account-inner .quick-login-wrapper{left:calc(50% - 156px)}.responsive .competition-details .inner-content,   .responsive .training-details .inner-content{padding:0 30px}}@media (max-width:1200px){.responsive .uniform-section .about-container{gap:0 50px}.responsive .uniform-section{padding:0 0 100px}.responsive .netball-dress-section{margin:0 -20px;padding:100px 20px}.widget-article.footer-hello{left:auto!important;right:20px!important;width:230px!important}.footer .widget-navigation{right:500px!important}.responsive .competition-details .inner-content, .responsive .training-details .inner-content{padding:0 20px}.responsive .netball-dress-section .netball-container .head-title, .responsive .uniform-section .about-container .head-title, .responsive .competition-details .inner-content .right-content h2, .responsive .training-details .inner-content .right-content h2{font-size:35px;line-height:45px;margin:0 0 25px}.responsive .competition-details .inner-content .left-content, .responsive .training-details .inner-content .left-content{width:50%}.responsive .competition-details .inner-content .right-content, .responsive .training-details .inner-content .right-content{padding:0 0 0 40px;width:50%}.responsive .competition-details .inner-content .right-content .item{margin:0 0 15px}.responsive .competition-details .inner-content .right-content ul{margin:30px 0 0}.responsive .competition-details, .responsive .training-details{margin:0 0 80px}.responsive .training-details .inner-content .right-content .item h3{font-size:24px;line-height:30px;margin:0 0 15px}.responsive .training-details .inner-content .right-content .item{margin:0 0 30px}.responsive .container.fees .price{font-size:42px;line-height:66px}.responsive .card-title{line-height:39px;margin:0 auto 13px}.responsive .card-description p{font-size:15px;line-height:25px}.responsive .about-testimonials .inner-content .title h2{font-size:36px;line-height:42px}.responsive .our-history{margin:30px 0 80px;padding:0 20px}.responsive .about-testimonials{padding:85px 0 100px}.responsive .about-testimonials .inner-content{padding:0 20px}.responsive .about-testimonials .inner-content .testimonials-item{grid-gap:0 20px}.responsive .about-testimonials .inner-content .testimonials-item .testimonial-row{gap:20px 0}.responsive  .about-testimonials .inner-content .testimonials-item .testimonial-row .single-item{padding:30px 30px 35px}.responsive .our-history .recognition-item .content{width:60%}.responsive .our-history .recognition-item .image{width:40%}.widget-image.training-img{padding:0 20px}.responsive .fee-image-sec{grid-gap:20px;max-width:100%;padding:0 20px}.responsive .sponsors-supporters-v2 .supporters-img-wrapper{width:225px}.widget.widget-image.contact-left-img{max-width:350px}#spltr-A5D74B1A-9290-4E22-8D99-2F19D482CF0B{padding:0 20px}.responsive .richmond-about-us .content-column{padding-right:20px}.responsive .banner{padding:340px 0 55px}.page-content{padding:0 20px}.responsive .contact-form .widget-title{margin-bottom:20px}#spltr-1DAA688C-DB12-40F8-84F0-998F95A04250{padding:0 20px!important}div.team-managers-section{padding:80px 20px}.widget-snippet.get-unifrom .get-uniforms-section{margin:80px 0}.widget-pageHeading .page-heading-wrapper h1,.widget-html.widget-pageHeading h1{font-size:66px}.responsive .container.training{padding:0 20px 90px}.responsive .container.competition{margin:0 auto;padding:0 20px 80px}.responsive .recognition-item{padding:34px 0 18px}.responsive .netball-section{padding:0 20px 20px}.header .widget-account-inner .quick-login-wrapper{left:calc(50% - 170px)}.widget.widget-account{right:140px!important}.widget.widget-cart{right:85px!important}.left-modern-nav-drawer-container .wc-mdoern-nav-title .wc-modern-nav-logo{background:url(/template/e509bc3a/images/store-logo.png) no-repeat;display:block;height:70px;width:135px}.left-modern-nav-drawer-container .wc-modern-nav-close-button{cursor:pointer;display:inline-block;float:right;height:22px;padding:0;position:absolute;right:10px;right:15px;text-align:center;top:22px;width:25px}#spltr-1DAA688C-DB12-40F8-84F0-998F95A04250{padding:0 20px!important}.responsive .inner-content{margin-bottom:80px;padding:0 20px}.page-home .widget.widget-account{right:140px!important;top:35px!important}.page-home .widget.widget-cart{right:85px!important;top:42px!important}.responsive .our-history h2{font-size:36px;line-height:42px}}@media (max-width: 1080px){.product-widget.widget-addCart .add-to-cart-button,.product-widget.widget-addCart .buy-now-button.button.et_pdp_buy_now{padding:13px 18px;width:47%}.responsive .get-in-touch-box{padding-right:50px}.widget-snippet .hero-area{padding:100px 0}.widget-snippet .at-carecrew-area{padding:50px 0}.widget-snippet .how-help-area{padding:50px 0 70px}.programs-and-initiatives-area{padding:100px 0}.widget .widget-title{font-size:36px;line-height:1.3;padding-bottom:0}.contact-social .widget-title{font-size:16px}.widget-pageHeading .page-heading-wrapper h1{font-size:40px;line-height:1.3}.home-product-button{padding:0 0 90px}.body .widget, .body .grid-block, .body .body-section, .body .product-widget{position:relative}.widget-snippet .dontate-area{padding:90px 0}.widget-snippet .how-help-all{justify-content:center}.widget-snippet .how-help-item{margin-bottom:28px}.donation-card-item .donation-card-date-panel .start-date,.donation-card-item .donation-card-date-panel .end-date{font-size:14px}.widget-pageHeading .page-heading-wrapper,.widget-html.widget-pageHeading{margin:0 0 80px;padding:60px 0}.widget.widget-donation{margin-bottom:70px}.widget-pageHeading .page-heading-wrapper h1,.widget-html.widget-pageHeading h1{font-size:42px;line-height:60px}}@media (max-width: 991px){.responsive .widget-image.netball-dress-box{margin:30px auto 80px;padding:65px}.responsive .uniform-section .about-container{flex-direction:column-reverse;flex-wrap:wrap}.responsive .uniform-section .about-container .right-content{width:100%}.responsive .uniform-section .about-container .mc-left-image{width:100%}.responsive .netball-dress-section{margin:0 -20px;padding:57px 20px 47px}.responsive .netball-dress-section .image-box-container{display:flex;gap:0 15px}.responsive .uniform-section .about-container .mc-left-image .left-img-2{height:auto}.responsive .competition-details .inner-content, .responsive .training-details .inner-content{flex-direction:column-reverse}.responsive .competition-details .inner-content .right-content, .responsive .training-details .inner-content .right-content{padding:0 0 30px;width:100%}.responsive .competition-details .inner-content .left-content, .responsive .training-details .inner-content .left-content{width:100%}.responsive .container.fees{padding:0 0 15px}#spltr-174688DF-D95A-45D8-A6DF-1C67B0480FEF{display:flex;flex-direction:column-reverse;flex-wrap:wrap;margin:0 auto 80px!important;max-width:1400px;width:auto}.responsive .fee-card{min-height:auto}.responsive .about-testimonials{padding:75px 0 100px}.responsive .our-history{margin:60px 0 80px}.responsive .our-history h2{margin:0 0 20px}.responsive .our-history .recognition-item .content{padding:0 0 20px;width:100%}.responsive .our-history .recognition-item .image{max-height:100%}.responsive .our-history .recognition-item .image{width:100%}.responsive .our-history .recognition-item{flex-direction:column}.responsive .fee-image-sec{margin:0 auto 100px}.widget.widget-image.contact-left-img{max-width:250px}.responsive .richmond-team-managers .team-managers-container{flex-direction:column-reverse;gap:40px}.responsive .netball-section{flex-direction:column-reverse;padding:0 20px 10px}.responsive .get-in-touch-box{padding-right:20px}#spltr-2F4420F5-F157-4436-8EA0-403FC25017F0{padding-left:20px}.widget-form .double-input-row .form-row{width:100%}.widget-pageHeading .page-heading-wrapper{margin:0 0 90px}.page-product .body{padding:90px 0 0}.widget.home-brand-slider-title{margin:0 0 30px}.skilled-volunteers .owl-carousel .owl-controls{margin:40px 0 0}.widget-snippet .together-head h2{margin:0 0 20px}.widget-snippet .together-head{margin:0 auto 30px}.widget-snippet .testimonials-area{padding:40px 0 70px}.widget-snippet .main-mission-container{gap:30px}.widget-snippet .help-us-video-content h2{margin:0 0 24px}.widget-snippet .help-us-video-content p{margin:0 0 30px}.widget-snippet .help-us-video-content{margin:0 auto 70px}.widget-snippet .help-us-video-area{padding:90px 0 1px}.home-gallery{padding:0 30px 30px}.home-product-slide{padding:80px 30px 50px}.page-category .product-view .footer{padding:0 0 80px}.widget.widget-filter{margin-bottom:0;margin-right:0}.filter-data-pushbar-target-left-action-button .menu-button{left:0;position:absolute;top:-18px;width:20px}.filter-data-pushbar-target-left-action-button .menu-button em{background:#000}.widget.widget-navigation.categories-list .widget-title{border:none;font-size:18px;margin:-19px 0 0;padding:0 50px 0 0;text-align:right}.widget.widget-html.sidebar-title h2{font-size:18px;font-weight:500;margin:0;padding:0 0 0 38px}.widget.widget-html.sidebar-title h2::before{display:none}.responsive .contact-form{margin:0 0 50px}.widget-snippet .get-in-touch-box h2{font-size:35px;line-height:1.3;margin:0 0 20px}.widget-snippet .get-in-touch-box .single-wrap{margin:0 0 14px}.page-shop .product-view .footer{margin:0;padding:7px 0 60px}#spltr-7C592B63-570E-45E7-93FA-53BCE306646D{display:flex;flex-direction:column;gap:50px}#spltr-B33BBF0D-5C1D-4B67-80FD-28A8546FC7D1{min-width:100%}#spltr-A9158EE4-FA32-4239-8078-ECBDF5A7B0DC{max-width:100%;min-width:100%;padding:0}.faq-page-accordion{gap:20px}.faq-page-accordion .widget-title-wrapper{max-width:unset;min-width:unset;padding:0;text-align:left}.faq-page-accordion{flex-direction:column;margin-bottom:100px}.widget.newsletter-box .newsletter .form-row .errorlist{bottom:0;left:0;margin:0}.widget-newsletter .message-block.message-text{bottom:-20px;left:0}.back-to-blog p{margin:60px auto 15px;padding:0 15px;width:760px}.widget-snippet .together-all{justify-content:center}.programs-and-initiatives-area{padding:90px 0 190px}.widget-snippet .hero-area-content h1{font-size:48px}.widget-snippet .how-help-area{padding:34px 0 60px}.widget-snippet .hero-area{padding:120px 0}.widget-snippet .largest-crowdfunding-area{padding:90px 0 40px}.programs-and-initiatives-area .owl-carousel .owl-controls{bottom:-80px;right:50%;top:auto;transform:translatex(50%)}.widget.newsletter-box .newsletter{max-width:100%;min-width:100%}.widget.newsletter-box .widget-title{margin:0 0 20px}.widget.newsletter-box .newsletter .form-row{flex-direction:column;gap:0;max-width:100%;min-width:100%}.widget.newsletter-box .newsletter .form-row.button-container{bottom:3px;max-width:unset;min-width:unset;right:3px;top:auto}.widget.newsletter-box .newsletter .form-row label{margin:0 0 10px;width:100%}body>.footer:before{bottom:140px}.footer-copyright .article-item .article-content p{text-align:center}.footer-conduct-privacy .nav-wrapper{align-items:center;display:flex;justify-content:center}.responsive .page-404-section{padding:90px 0}.responsive .page-404-section img{margin:0 auto 30px;width:100px}.page-404-section .btn-back{margin:28px auto 0}.responsive .page-404-section h1{font-size:48px;margin:0 0 24px}.product-widget.widget-productReviewRatting.product-review-details-widget{margin:0 auto;padding:65px 0 50px}.product    .widget.widget-category    .category-view.image-view    .content.category-content{margin-bottom:10px;margin-top:20px}.category-view.image-view .category-image-view-width, .category-view.image-view    .category-image-view-width    .image.category-image-view-height{padding:0;width:165px}.product-widget.widget-productName .product-name{font-size:28px;line-height:1.3}.product-widget.widget-price .current-price-container .current-price{font-size:34px;line-height:24.29px}.responsive .payment-box{margin:0;margin-left:0;margin-top:10px;max-width:100%}.responsive .blog-post-details{padding:0 40px 80px 0}.page-categories .product-view.image-view .product-block{width:calc(100% / 3 - 30px)}.page-categories .category-view.image-view .category-image-view-width, .page-categories    .category-view.image-view    .category-image-view-width    .image.category-image-view-height{padding:0;width:165px}.page-categories .widget.widget-category .category-view.image-view{padding:80px 0 5px}.responsive .widget-blogPost .blog-post-content{display:flex;margin:0;padding:0}.responsive .blog-post-item{width:calc(100% / 2 - 22px)}.responsive .about-banner-section .main-content{margin-left:15px;margin-right:auto}.responsive .about-banner-section .main-content{margin-left:0;margin-right:auto;padding:0 20px}.responsive .our-principals-section{padding:70px 20px 25px}.responsive .our-principals-section h2{font-size:45px;margin:0 0 38px}.responsive .our-principals-section .grid-box{grid-gap:50px;margin-bottom:70px}.responsive .about-review-top .about-rcontent{padding:75px 0 90px}.responsive .about-main-content h2{font-size:38px;line-height:50px}.responsive .widget.widget-category.details-cat{padding:66px 0 56px}.responsive .about-banner-section h1{font-size:44px;line-height:60px;margin:0 0 17px}.responsive .about-banner-section .ab-content{padding:60px 0 52px}.responsive .contact-us-sidebar{margin-left:25px;margin-right:15px}.responsive .contact_form .custom-form .form-row textarea{height:120px}.responsive.page-contact-us .widget-html.widget-pageHeading p{margin:0 auto 40px}.responsive .contact-help-support-section .gridbox .griditem{align-items:flex-start;gap:27px;padding:41px 25px 31px 22px}.responsive .contact-help-support-section .gridbox{display:grid;gap:20px}.responsive .contact-help-support-section .top-contact-content+.gridbox{margin-top:65px}.main_menu .navigation-item a{padding:12px 15px 22px}.widget-navigation.main_menu    .horizontal    .navigation-item    .navigation-item-child-container    .navigation-item:first-child::before{left:29%;margin-left:-8px}.widget-navigation.user-nav .nav-wrapper.vertical.show{left:65%;transform:translatex(-15%)}.widget-navigation.user-nav .nav-wrapper.vertical.show::before{left:10%}.main_menu .horizontal{background:#000;border-top:1px solid #343434;padding:10px 0}.main_menu .horizontal>.navigation-item{display:block}.main_menu .horizontal .navigation-item a{color:#fff;display:block;margin:0;padding:16px 20px}.main_menu .horizontal>.navigation-item.first a{padding-left:20px}.widget-navigation.main_menu .navigation-item a:hover, .widget-navigation.main_menu .navigation-item.active>a{background:rgba(0,0,0,0) none repeat scroll 0 0;color:#ffcb54}.main_menu    .horizontal    .navigation-item    .navigation-item-child-container    .navigation-item   >a:hover, .main_menu    .horizontal    .navigation-item    .navigation-item-child-container    .navigation-item.active   >a, .main_menu    .horizontal    .navigation-item    .navigation-item-child-container    .navigation-item.active   >a:hover{color:#222}.main_menu .horizontal .navigation-item a:hover{box-shadow:none}.main_menu .horizontal .navigation-item{background:rgba(0,0,0,0) none repeat scroll 0 0;line-height:24px;padding:0;text-align:left}.main_menu .horizontal .navigation-item .navigation-item-child-container{background:rgba(0,0,0,0) none repeat scroll 0 0;box-shadow:none;display:none;opacity:1;padding:0 30px;position:static;transform:none;visibility:visible;width:100%}.main_menu    .horizontal    .navigation-item    .navigation-item-child-container    .navigation-item-child-container{box-shadow:none;padding:5px 0 0;position:static}.main_menu    .horizontal    .navigation-item    .navigation-item-child-container    .navigation-item.has-child   >a::after{display:none}.main_menu    .horizontal    .navigation-item    .navigation-item-child-container    .navigation-item    a{border-bottom:medium none;font-size:15px;font-weight:500;padding:7px 0}.main_menu .horizontal .navigation-item a:hover{box-shadow:none}.main_menu .horizontal>.has-child>a span::after{border-color:#fff transparent transparent;border-style:solid;border-width:4px 4px 0;content:"";display:none;height:0;margin-left:3px;vertical-align:middle;width:0}.main_menu    .horizontal    .navigation-item    .navigation-item-child-container    .navigation-item    a{background:rgba(0,0,0,0) none repeat scroll 0 0;color:#fff}.widget-navigation.main_menu    .horizontal    .navigation-item    .navigation-item-child-container    .navigation-item    .active   >a, .widget-navigation.main_menu    .horizontal    .navigation-item    .navigation-item-child-container    .navigation-item    a:hover{background:rgba(0,0,0,0) none repeat scroll 0 0;color:#000}.main_menu    .horizontal    .navigation-item    .navigation-item-child-container    .navigation-item{background:rgba(0,0,0,0) none repeat scroll 0 0;padding:0}.main_menu    .horizontal    .navigation-item    .navigation-item-child-container    .navigation-item.has-child   >a    span{position:relative}.main_menu    .horizontal    .navigation-item    .navigation-item-child-container    .navigation-item.has-child   >a    span::after{border-color:#fff transparent transparent;border-style:solid;border-width:4px 4px 0;content:"";position:absolute;right:-15px;top:50%;transform:translatey(-50%)}.menu-button.responsive-menu-btn::selection{background:none}.menu-button.responsive-menu-btn::-moz-selection{background:none}.widget-navigation .nav-wrapper.show{height:auto;left:auto;position:absolute;right:0;top:87px;width:100vw;z-index:9}.responsive-navigation .navigation-item.has-child .child-opener{height:auto;top:0;width:auto}.main_menu    .horizontal    .navigation-item:hover    .navigation-item-child-container{background:#ffcb54}.main-menu-wi .horizontal .navigation-item a{color:#fff;padding:5px 15px}.responsive-navigation .navigation-item.has-child .child-opener::before{font-size:24px;line-height:40px}.responsive-navigation .navigation-item.has-child .child-opener::before{content:"\f107"}.responsive-navigation    .navigation-item.has-child    .child-opener.close::before{content:"\f106"}.widget-navigation.main_menu    .horizontal    .navigation-item    .navigation-item-child-container    .navigation-item:first-child::before{content:none}.page-home .product-view.image-view .product-block, .page-home .product-view.scrollable-view .product-block{width:calc(100% / 2 - 24px)}.home-tabslider{margin:0;max-width:100%;padding:18px 0 50px}.responsive.page-home .product-view.scrollable-view .product-block{margin:0 5px;width:calc(100% / 2 - 90px)}.responsive .home-tabslider .bmui-tab .bmui-tab-header-container{margin:0 auto 0 70px;max-width:488px}.responsive .widget.widget-product.recommended-slider{margin:0 20px;max-width:100%}.responsive .widget.widget-html.tab-products-title.one h2{padding-left:0}.responsive    .widget.widget-html.view-all-button    .html-widget-element-content    p{margin:38px auto 0;text-align:center}.responsive section.site-information .main-area .items .item-content h3{font-size:20px;line-height:25px}.responsive section.site-information{padding:70px 0}.scroll-left{left:-55px}.scroll-right{right:-55px}.home-tabslider .bmui-tab .bmui-tab-body-container{padding:0}div.jssor-slider-container .description.jssor-caption-1 h1{font-size:55px}div.jssor-slider-container .title.jssor-caption-2 span{font-size:40px;line-height:55px}div.jssor-slider-container .description.jssor-caption-1{top:16%}div.jssor-slider-container .title.jssor-caption-2{top:26%}div.jssor-slider-container .container .jssor-caption-2>a{font-size:25px;padding:14px 30px}div.jssor-slider-container .container .jssor-caption-3>a{border:3px solid #fff;font-size:25px;margin-top:0;padding:14px 30px}div.jssor-slider-container .container .jssor-caption-3>a::after{height:5px;right:-45px;top:44px;width:90px}.widget.widget-snippet .wc-snippet-top-feature .item .text-box a{min-height:60px}div.jssor-slider-container .container [u="caption"]{left:2.5%}.widget.widget-html.tab-products-title h2, .widget.widget-html.category-title h2{font-size:25px}.widget.widget-html.tab-products-title{padding-top:60px}.home-tabslider .bmui-tab .bmui-tab-header, .home-tabslider .bmui-tab .bmui-tab-header.bmui-tab-active{margin-right:0}.widget.widget-snippet .wc-snippet-expreance{padding:50px 0 20px}.widget.widget-snippet .wc-snippet-expreance .text-wrapper h2{font-size:24px}.widget.widget-snippet .wc-snippet-expreance .text-box .title{font-size:22px;margin-bottom:18px}.widget.widget-snippet .wc-snippet-expreance .text-box{bottom:18%;left:45px}.widget.widget-snippet .wc-snippet-expreance{margin-bottom:30px}.widget.widget-snippet .wc-snippet-eceryday .title-wrapper h2{display:block;font-size:25px;line-height:35px;max-width:300px}.widget.widget-snippet .wc-snippet-eceryday .text-box .description-style{font-size:18px;max-width:330px;padding-bottom:0}.widget.widget-snippet .wc-snippet-eceryday .text-box{top:12%}.widget.widget-html.tab-products-title{padding-top:55px}.widget.widget-product.recommended-slider .scroll-right{right:-65px}.page-home .recommended-slider .scrollable-view{margin:0 auto;max-width:600px}.widget.widget-product.recommended-slider .scroll-left{left:-65px}.widget.widget-snippet .wc-snippet-shop-by-category .image-wrap img{max-height:405px;min-height:405px}.widget.widget-snippet .wc-snippet-shop-by-category{margin:0 0 35px;padding:15px 0 0}.widget.widget-snippet .wc-snippet-shop-by-category .name{margin-top:15px;padding:0}.widget.widget-snippet .wc-snippet-shop-by-category .col-md-3.col-sm-6{padding:10px 10px 20px}.widget.widget-snippet .wc-lorem-ipsum .title-wrapper h2{font-size:30px}.widget.widget-snippet .wc-lorem-ipsum .description-style{max-width:325px}.widget.widget-snippet .about-area .content{display:block}.widget.widget-snippet .about-area .content .left-part{padding:0 0 20px;width:100%}.widget.widget-snippet .about-area .content .right-part{margin-top:15px;padding-bottom:0;width:100%}.widget.widget-snippet .about-area .content .right-part::before{clip-path:polygon(0 0,100% 0,18% 100%,0 100%);height:430px;left:0;width:170px}.widget.widget-snippet .about-area{margin:60px auto 70px}.widget.widget-html.tab-products-title h2{margin-bottom:15px}.widget.widget-snippet .wc-snippet-title-style-center .title-wrapper h2{font-size:25px}.widget.widget-snippet .wc-snippet-title-style-center{margin:35px auto 40px;max-width:570px;padding:0 20px}.widget.widget-snippet .wc-snippet-title-style-center .readmore{margin:25px 0 20px}.widget.widget-snippet .wc-snippet-about{padding:45px 0 0}.widget.widget-snippet .wc-snippet-shop-by-category .title-wrapper h2{display:inline-block;font-size:25px}.widget.widget-snippet .wc-lorem-ipsum .title-wrapper{margin:5px 0 0}.widget.widget-snippet .wc-lorem-ipsum .image-wrapper{margin-left:-75px}.widget.widget-snippet .wc-lorem-ipsum .image-wrapper{clip-path:polygon(28% 0,100% 0,100%,2% 100%)}.widget.widget-snippet .wc-lorem-ipsum .bg-wrapper{clip-path:polygon(0 0,100% 0,77% 93%,0 93%);height:320px;width:800px}.widget.widget-snippet .wc-lorem-ipsum .image-wrapper img{object-position:-180px}.widget-navigation.main_menu.right .nav-wrapper.horizontal{background:transparent;border:0;padding:0}.widget-navigation.main_menu.right .nav-wrapper.horizontal .navigation-item{display:inline-block}.widget-navigation.main_menu.right    .nav-wrapper.horizontal    .navigation-item    a{padding:12px 22px 24px}body>.footer .widget-title{padding-bottom:10px}.widget.widget-navigation.footer-nav .nav-wrapper.horizontal{text-align:left}.widget.widget-snippet .cta-footer .cta-main{flex-direction:column}.widget.widget-snippet .cta-footer .cta-main .btn-cta{margin:20px 0 10px}.widget.widget-html.view-all-button .html-widget-element-content p a{margin-left:180px;top:0}.page-home    .category-view.image-view    .category-image-view-width:nth-of-type(2n+1), .page-home    .category-view.image-view    .category-image-view-width:nth-of-type(2n+1)    .image.category-image-view-height{height:150px;width:150px}.page-home    .category-view.image-view    .category-image-view-width:nth-of-type(2n), .page-home    .category-view.image-view    .category-image-view-width:nth-of-type(2n)    .image.category-image-view-height{height:120px;width:120px}.page-home .category-view.image-view .category-image-view-width:first-of-type, .page-home    .category-view.image-view    .category-image-view-width:first-of-type    .image.category-image-view-height, .page-home .category-view.image-view .category-image-view-width:last-of-type, .page-home    .category-view.image-view    .category-image-view-width:last-of-type    .image.category-image-view-height{height:80px;width:80px}section.site-information .main-area .items .item-img{height:150px}.product-view.image-view .product-block{width:calc(100% / 2 - 30px)}.widget-gallery.cat-slider .owl-carousel .owl-item img{height:358px}.widget-gallery.cat-slider .category-content-box{left:28%;max-width:332px;position:absolute;top:58%;transform:translate(-50%,-50%)}.widget-gallery.cat-slider .owl-carousel .owl-stage-outer{margin-left:0}.responsive .contact-us-sidebar{margin-left:44px;margin-right:20px}.responsive .widget-form.contact_form .custom-form{margin-bottom:0;margin-left:5px}.widget-gallery.cat-slider .category-content-box a{margin-top:22px}.responsive .widget.widget-html.tab-products-title h2, .widget.widget-html.category-title h2{font-size:38px}.widget>.widget-title{font-size:38px}.responsive .review-top .rcontent .main-content{margin-left:auto;margin-right:20px;max-width:570px}.responsive .main-content h2{font-size:38px;line-height:40px}.responsive .review-top .rcontent{background:linear-gradient(      -261.51deg,rgba(251,247,240,0) 10.11%,#fbf7f0 46.27%,#f9f4f1 55.66%    )}.responsive .owlCarousel.widget.widget-gallery.customer-reviews{border-radius:0;margin:0 auto;max-width:1400px;padding:74px 90px 60px 90px!important;width:100%}.responsive .review-top .rcontent{padding:102px 0 80px}.responsive .widget.widget-product.outdoor-furnitures.gardening{padding-bottom:80px}.responsive    .owlCarousel.widget.widget-gallery.customer-reviews    .widget-title{font-size:38px;left:0;letter-spacing:1%;line-height:33px;max-width:100%;padding:0 0 40px;position:relative;text-align:center}.widget.widget-category .category-view.image-view .content.category-content{align-items:center;justify-content:center;margin-bottom:88px;margin-top:20px}.category-view.image-view .category-image-view-width a{font-size:15px;line-height:22px}.category-view.image-view .content{gap:13px}.widget-html.Contact-us-page h2{font-size:36px}.widget.widget-snippet .wc-snippet-about .row{display:flex;flex-direction:row-reverse}.widget.widget-snippet .wc-snippet-about .col-md-6.left .sceand{height:150px;left:auto;right:80px;top:430px;width:200px}.widget.widget-snippet .wc-snippet-about .col-md-6.left .third{height:250px;right:10px;top:230px}.widget.widget-snippet .wc-snippet-about .col-md-6.left .first{height:250px;top:45px}.widget.widget-blogPost.blog-top-section    .blog-post-content    .blog-post-item.first{display:flex;flex-direction:row;padding-right:0;width:100%!important}.widget.widget-blogPost.blog-top-section    .blog-post-content    .blog-post-item.first    .post.post-list-view-height{max-height:100%;max-width:100%!important}.responsive .widget.widget-blogPost.blog-top-section .blog-post-content{display:block;margin:0 auto;max-width:100%}.widget.widget-blogPost.blog-top-section    .blog-post-content    .blog-post-item.first{display:flex;width:100%!important}.widget.widget-blogPost.blog-top-section    .blog-post-content    .blog-post-item.first    .post.post-list-view-height{margin-right:20px;max-height:100%;max-width:215px!important}.widget.widget-blogPost.blog-top-section .blog-post-content .blog-post-item{padding:0 0 20px}.widget.widget-blogPost.blog-top-section    .blog-post-content    .blog-post-item.first    .post.post-list-view-height{margin-bottom:0}.widget.widget-blogPost.blog-top-section .post.post-list-view-height{margin-right:20px;max-height:auto;max-width:215px}.responsive .widget.widget-blogPost.blog-top-section .blog-post-content{padding-bottom:65px}.donation-card-item{width:calc(100%/2 - 14px)}.widget-pageHeading .page-heading-wrapper,.widget-html.widget-pageHeading{margin:0 0 70px;padding:40px 0}.widget.widget-donation{margin-bottom:60px}.widget-pageHeading .page-heading-wrapper h1,.widget-html.widget-pageHeading h1{font-size:38px;line-height:52px}.widget-html.widget-pageHeading p{font-size:17px}}@media (max-width: 767px){.footer .widget-navigation{right:auto!important}.widget-article.footer-hello{left:auto!important;right:auto!important;width:100%!important}.responsive .competition-details, .responsive .training-details{margin:0 0 60px}.responsive .competition-details .inner-content, .responsive .training-details .inner-content{padding:0 15px}.responsive .netball-dress-section .netball-container .head-title, .responsive .uniform-section .about-container .head-title, .responsive .competition-details .inner-content .right-content h2, .responsive .training-details .inner-content .right-content h2{font-size:28px;line-height:38px;margin:0 0 15px}.responsive .competition-details .inner-content .right-content .item{padding:0 0 0 40px}.responsive .competition-details .inner-content .right-content ul li{font-size:17px;line-height:27px;margin:0 0 10px;padding:0 0 0 20px}.responsive .competition-details .inner-content .right-content, .responsive .training-details .inner-content .right-content{padding:0 0 20px}.responsive .training-details .inner-content .right-content .item h3{font-size:22px;line-height:28px}.responsive .training-details .inner-content .right-content .item .inner-item h4{width:45%}.responsive .training-details .inner-content .right-content .item .inner-item p{width:55%}.responsive .richmond-team-managers .thumb-image{height:auto;width:100%}.responsive .sponsors-supporters-section .main-heading{margin:0 0 30px}.responsive .our-history h2{font-size:29px;line-height:32px;margin:0 0 10px}.responsive .our-history{margin:50px 0 60px}.responsive .about-testimonials{padding:50px 0 60px}.responsive .about-testimonials .inner-content{padding:0 15px}.responsive .about-testimonials .inner-content .title h2{font-size:28px;line-height:36px;margin:0 0 20px;text-align:left}.responsive .about-testimonials .inner-content .testimonials-item{grid-gap:30px 0;grid-template-columns:repeat(1,minmax(0,1fr))}.responsive .about-testimonials .inner-content .testimonials-item .testimonial-row{gap:30px 0}.responsive .our-history{padding:0 15px}.widget-image.training-img{margin:0 0 60px;padding:0 15px}.responsive .fee-image-sec{grid-template-columns:repeat(1,minmax(0,1fr));margin:0 auto 60px;padding:0 15px}#spltr-90A9A527-C486-4EDE-80FB-D901F9D6D61B, #spltr-F28F9388-DA93-4125-8ADB-B9346474803D{width:100%!important}.widget.widget-image.contact-left-img{margin:0 0 50px;max-width:100%}#spltr-A5D74B1A-9290-4E22-8D99-2F19D482CF0B{padding:0 15px}.responsive .acknowledgement-section .image-content{gap:30px 15px}.widget-image.uniform-inner-img{margin:0 auto 50px}.page-content{padding:0 15px}.widget-snippet.get-unifrom .get-uniforms-section{margin:50px 0 60px}.responsive .container.competition{padding:0 15px 40px}.responsive .competition-title{font-size:28px;margin-bottom:30px}.responsive .container.training{padding:0 15px 45px}.responsive .fees-title{font-size:28px;margin-bottom:20px}.responsive .container.fees{padding:0}.responsive .training-title{font-size:28px;line-height:38px;margin:0 0 20px}.widget.widget-cart{right:66px!important}.widget.widget-account{right:105px!important}.page-home .widget.widget-cart{right:70px!important;top:30px!important}.page-home .widget.widget-account{right:113px!important;top:24px!important}.responsive .contact-form .widget-title{margin-bottom:20px;margin-top:5px}.responsive .contact-form .custom-form .form-row input,.responsive .contact-form .custom-form .form-row textarea{height:40px}.responsive .widget-form .Zebra_DatePicker_Icon_Wrapper:after{top:7px}body>.footer::before{bottom:195px}.footer-copyright .article-item .article-content p{text-align:left}.widget.widget-article.back-to-top p{justify-content:start}.widget-article.back-to-top .goToTop{margin:0 10px 0 0}.responsive .get-in-touch-box{padding-right:0}.donation-card-item{width:100%}.widget-pageHeading .page-heading-wrapper,.widget-html.widget-pageHeading{margin:0 0 50px;padding:35px 0}.widget.widget-donation{margin-bottom:50px}.responsive .blog-post-item .post-description{align-items:flex-start;display:flex;flex-direction:column-reverse;gap:10px;justify-content:flex-end;margin:24px 0 0}.widget-pageHeading .page-heading-wrapper h1,.widget-html.widget-pageHeading h1{font-size:32px;line-height:42px}.widget-html.widget-pageHeading p{font-size:16px}.advance-cart-details.shopping-cart .shopping-cart__top{margin-bottom:0}.contact-form .custom-form .form-row.checkBox{padding-bottom:20px}#spltr-2F4420F5-F157-4436-8EA0-403FC25017F0{padding-left:0}#spltr-E94CC5EE-8CF7-44B0-96C2-8F13CADE1583{min-width:100%}#spltr-2F4420F5-F157-4436-8EA0-403FC25017F0{min-width:100%}.block-content-wrap .price-waper .previous-price.price{padding:0}.block-content-wrap .price-waper .current-price.price{padding:0}.page-product .body{padding:60px 0 0}.skilled-volunteers    .owl-carousel    .owl-item    .article-item    .article-content    figure{margin:0 0 12px}.testimonials-content h4{margin:20px 0 0}.widget-snippet .largest-crowdfunding-area{padding:60px 0 10px}.widget.home-brand-slider-title{margin:0 0 20px}.home-brand-slider-title .html-widget-element-content p{line-height:29px;padding:0 15px}.widget-gallery.cat-slider .category-content-box a{min-width:108px;padding:7px 28px 10px}.responsive .widget-gallery.cat-slider .category-content-box h3{font-size:24px;line-height:26px;margin:12px 0 0}.widget-gallery.cat-slider .category-content-box h6{font-size:15px}.owlCarousel.widget.widget-gallery.cat-slider .owl-controls{margin-top:30px;position:relative}.responsive    .owlCarousel.widget.widget-gallery.cat-slider    .owl-controls    .owl-prev{float:none;margin-left:0}.owlCarousel.widget.widget-gallery.cat-slider .owl-controls .owl-nav{display:flex;gap:0 15px;justify-content:center;margin:0 auto;position:relative}.responsive    .owlCarousel.widget.widget-gallery.cat-slider    .owl-controls    .owl-next{float:none;margin-right:0}.owlCarousel.widget.widget-gallery.cat-slider .owl-controls .owl-nav{display:flex;gap:0 15px;justify-content:center;margin:0 auto;max-width:1200px;position:relative;width:100%}.widget-gallery.cat-slider .owl-carousel .owl-item img{object-fit:cover}.widget-gallery.cat-slider .category-content-box a{margin-top:15px}.widget-gallery.cat-slider .category-content-box{left:30%;max-width:283px;padding-left:40px;position:absolute;top:42%;transform:translate(-50%,-50%)}.widget-gallery.cat-slider{max-width:92%}.responsive .widget-gallery.cat-slider{margin-top:25px}.product-widget.widget-productName .product-name{font-size:26px;line-height:38px}.widget.widget-snippet .wc-snippet-about .row{display:flex;flex-direction:column-reverse}.widget.widget-snippet .wc-snippet-about .row .col-md-6.right, .widget.widget-snippet .wc-snippet-about .row .col-md-6.left{padding:0 15px;width:100%}.widget.widget-snippet .wc-snippet-about .row .col-md-6.left{display:flex;flex-wrap:wrap;justify-content:center;left:unset;padding:0 10px 25px;right:unset}.widget.widget-snippet .wc-snippet-about .col-md-6.left .first, .widget.widget-snippet .wc-snippet-about .col-md-6.left .third, .widget.widget-snippet .wc-snippet-about .col-md-6.left .sceand{height:auto;left:unset;padding:5px;position:relative;right:unset;top:unset;width:50%}.widget.widget-snippet .wc-snippet-about .title-wrapper h2{font-size:22px;margin-top:5px}.widget.widget-snippet .wc-snippet-title-style-center .readmore a, .widget.widget-snippet .wc-snippet-about .readmore a{font-size:15px;letter-spacing:1px;min-width:180px;padding:10px}.widget.widget-snippet .wc-snippet-title-style-center .readmore a:after, .widget.widget-snippet .wc-snippet-about .readmore a::after{width:62px}.widget-productReviewRatting .main-container{display:block}.review-view-panel .main-container h2.review-heading{font-size:30px;line-height:38px}.page-product .widget.widget-tabAccordion.details-faq{padding:0 15px}.responsive .widget-gallery.cat-slider .category-content-box h3{font-size:30px;line-height:35px;margin:20px 0 0;padding:0}.responsive.widget-gallery.cat-slider .owl-carousel .owl-item{max-width:initial;width:inherit}.widget-gallery.cat-slider .owl-carousel .owl-stage-outer{margin:0 auto;max-width:100%}.widget-gallery.cat-slider .category-content-box{left:22%;max-width:283px;padding-left:25px;position:absolute;top:50%;transform:translate(-50%,-50%)}.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls{position:relative;top:35%;width:100%}.responsive .product-widget.widget-productImage{margin-left:15px;margin-right:15px;top:0}.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls .owl-next{float:none;margin-right:0}.responsive    .owlCarousel.widget.widget-gallery.customer-reviews    .owl-controls    .owl-prev{float:none;margin-left:-48px}.responsive .widget-form.contact_form .custom-form{margin-bottom:0;margin-left:0}.responsive .contact-us-sidebar{margin-left:15px;margin-right:15px}.responsive .about-banner-section .main-content{margin-left:0;margin-right:auto;padding:0 15px}.responsive .about-banner-section h1{font-size:35px;line-height:42px;margin:0 0 18px}.responsive .about-banner-section .ab-content{padding:38px 0 37px}.grid-cols-2{grid-template-columns:repeat(1,minmax(0,1fr))}.responsive .our-principals-section h2{font-size:30px;margin:0 0 25px}.responsive .our-principals-section h3{font-size:23px;line-height:32px;margin:0 0 15px}.responsive .about-main-content h2{font-size:30px;line-height:40px;margin:0 0 15px}.responsive .owlCarousel.widget.widget-gallery.customer-reviews{padding:60px 15px 60px 15px!important}.responsive    .owlCarousel.widget.widget-gallery.customer-reviews    .owl-controls    .owl-prev{float:none;margin-left:0}.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls .owl-nav{text-align:left}.responsive    .owlCarousel.widget.widget-gallery.customer-reviews    .widget-title{font-size:30px;line-height:38px;padding:0 0 40px}.responsive .widget-tabAccordion .widget-title{font-size:30px;line-height:40px}.responsive .accordion-panel{padding:5px 0 40px}.responsive .widget.widget-category.details-cat .widget-title{padding:0 0 12px;text-align:center}.responsive .about-main-content .about-list-content li{font-size:16px;line-height:19px;padding:0 0 10px 20px}.responsive .about-review-top{background-position:right}.responsive .about-review-top .about-rcontent{padding:52px 0 60px}.responsive .about-review-top .about-rcontent .about-main-content{margin-right:0;padding:0 15px}.responsive .about-main-content .about-btn-content a{min-width:150px}.responsive .our-principals-section .grid-box{display:flex;flex-wrap:wrap;grid-gap:20px;margin-bottom:40px}.responsive .our-principals-section{padding:50px 15px 32px}.responsive .about-banner-section p{font-size:16px;margin:0 0 20px}.widget-form.contact_form .custom-form{margin-bottom:20px}.widget-html.Contact-us-page h2{font-size:28px;margin:15px 0 20px}.widget-html.Contact-us-page h4{font-size:23px}.widget-form.contact_form .widget-title{font-size:24px;padding:10px 0}.widget-html.Contact-us-page p{line-height:1.5;margin:7px auto 20px}.product-widget.widget-similar .title, .product-widget.widget-related .title{font-size:30px;padding:50px 0 20px}#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list{margin-bottom:20px}#customer-profile-tabs.customer-profile-v2 .wish-list-list{overflow-x:scroll}.page-category .product-view .header .sortable{margin:0;padding:0}.page-category .product-view .footer{padding:0 0 60px}.page-content .category-details{padding:0 15px}.widget.widget-html.sidebar-title h2{font-size:16px;padding:0 0 0 32px}.widget.widget-navigation.categories-list .widget-title{font-size:16px;margin:-17px 0 0;padding:0;right:32px}.widget-navigation.categories-list .menu-title .menu-button.responsive-menu-btn{bottom:12px;width:20px}.widget-snippet .get-in-touch-box h2{font-size:30px}.contact-form{margin:0 0 30px}.page-contact-us .faq-page-accordion{margin:50px auto 20px}.page-contact-us .faq-page-accordion .widget-title-wrapper .widget-title{margin:0}.contact-social{margin:20px 0 50px}#spltr-1DAA688C-DB12-40F8-84F0-998F95A04250{padding:0 15px!important}.product-detail-view img{max-height:430px;max-width:100%}.widget-snippet .page-not-found-content h1{font-size:150px;margin:0 0 77px}.faq-page-accordion .tab-accordion-accordion .label-bar .toggle-icon{top:40%}.faq-page-accordion .tab-accordion-accordion .label-bar{font-size:16px;padding:20px 40px 20px 0}.faq-page-accordion{margin-bottom:20px;padding:0 15px}.blog-post-details .post-description{padding:0 15px 60px}.page-blog .home-blog .blog-post-content .footer{margin:0}.page-blog .home-blog{padding:0 15px 60px}.widget.widget-category .category-view.image-view .content.category-content{margin-bottom:40px}.page-category{margin:0 0 30px}.page-product-category .section-button{margin:0 0 60px}.skilled-volunteers .owl-carousel .owl-controls{margin:30px 0 0}.widget-snippet .together-head h2{margin:0 0 10px}.widget-snippet .donate-box{padding:25px 15px}.widget-snippet .help-us-video-content p{margin:0 0 25px}.widget-snippet .help-us-video-content{margin:0 auto 50px}.programs-and-initiatives-area .widget-title-wrapper{padding:0 15px}.widget-snippet .at-carecrew-info-all{margin:0 0 20px}.widget-snippet .main-mission-all{margin:0 0 20px}.widget-snippet .donate-box .dontate-btn a{min-width:100%}.widget-snippet .hero-area-content .button-wrap a, .widget-snippet .hero-area-content .button-wrap a.secondary{margin:0 auto}.widget-snippet .at-carecrew-content .button-wrap a, .widget-snippet .at-carecrew-content .button-wrap a.secondary{margin:0 auto}.widget-snippet .main-mission-content .button-wrap a, .widget-snippet .main-mission-content .button-wrap a.secondary{margin:0 auto}.widget-snippet .help-us-video-content .button-wrap a, .widget-snippet .help-us-video-content .button-wrap a.secondary{margin:0 auto}.widget-snippet .join-us-buttons .button-wrap a, .widget-snippet .join-us-buttons .button-wrap a.secondary{margin:0 auto}.widget-snippet .page-not-found-content .button-wrap a, .widget-snippet .page-not-found-content .button-wrap a.secondary{margin:0 auto}.section-button .html-widget-element-content p a{min-width:calc(100% - 30px)}.programs-and-initiatives-area    .owl-carousel    .owl-item    .article-item    .article-content    p    a{min-width:100%}.widget-snippet .largest-crowdfunding-item .content{padding:16px 20px}.widget-snippet .largest-crowdfunding-item .content a{font-size:18px;line-height:1.3}.home-blog .blog-post-item .post-description .blog-post-info{margin:0 9px 0 0;min-width:75px;padding:0 10px 0 0}.widget-snippet .at-carecrew-container{padding:0 15px}.widget-snippet .how-help-item{margin-bottom:0}.home-gallery{padding:0 15px 30px}.widget-snippet .testimonials-area{padding:40px 0}.widget-snippet .hero-area-content h1{font-size:32px;margin:0 0 30px}.widget-snippet .how-help-area{padding:5px 0 60px}.widget-snippet .how-help-title{margin:0 auto 20px}.widget-snippet .hero-area{padding:60px 0}.widget-pageHeading .page-heading-wrapper{margin:0 0 50px;padding:50px 0}.widget-pageHeading .page-heading-wrapper h1{font-size:32px}.widget-snippet .dontate-area{padding:60px 0}.home-blog{padding:0 15px}.home-brand-slider{padding:0 15px 60px}.skilled-volunteers{padding:10px 15px 15px}.home-product-button{padding:0 0 60px}.home-product-slide{padding:53px 15px 30px}.widget-snippet .help-us-video-area{padding:60px 0 1px}.widget-snippet .at-carecrew-area{padding:50px 0 55px}.programs-and-initiatives-area{padding:60px 0 143px}.programs-and-initiatives-area .owl-carousel{padding:0 15px}.widget-snippet .together-single, .widget-snippet .together-single.item-1, .widget-snippet .together-single.item-2, .widget-snippet .together-single.item-3{padding:25px}.widget .widget-title{font-size:28px;margin:0 0 20px;padding:0}.contact-social .widget-title{font-size:16px;margin:0}.widget.newsletter-box .widget-title{margin:0 0 10px!important}.responsive .page-404-section{padding:70px 15px}.responsive .page-404-section img{margin:0 auto 30px;width:80px}.responsive .page-404-section .btn-back{margin:28px auto 0}.responsive .page-404-section h1{font-size:36px;margin:0 0 15px}.responsive .popup.image-popup-container{left:0!important;min-width:100%;position:fixed!important;right:0!important}.responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2{margin-bottom:20px}.widget-productReviewRatting .empty-main-container{margin:0}.responsive .product-widget.widget-variation{margin-top:0}.responsive    .product-widget.widget-productReviewRatting.product-review-details-widget{padding:30px 15px 20px}#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57{padding-left:15px!important;padding-right:15px!important}.responsive #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 .product-widget{margin:5px 0 0;padding:0}.product-widget.widget-addCart .stepper{margin:40px 0 0}.product-widget.widget-price .current-price-container .current-price{font-size:28px;line-height:1.3}.product-widget.widget-price .label-for-price{top:-4px}.responsive .widget.widget-tabAccordion.details-faq h2.widget-title, .responsive .widget-tabAccordion .widget-title{font-size:28px;line-height:40px}.responsive .widget.widget-breadcrumb{margin-bottom:20px;padding:0 15px}.blog.widget.widget-navigation.categories-list{margin-bottom:20px;margin-right:0}.responsive .blog-post-details{padding:0 0 20px}.responsive .blog-post-details .title{font-size:26px;line-height:36px;margin:0 0 5px}.blog-post-details .blog-post-info{margin:0 auto 20px}.blog-post-details .blog-details-banner-image-wrapper{margin:0 auto 20px}.widget.widget-navigation.categories-list.blog, .blog-posts-title{max-width:100%}div.widget.blog-posts-title.widget-blogPost{margin:-44px 0 30px auto;max-width:100%;padding:0 0 15px}.page-categories .product-view.image-view .product-block{margin:0 5px 35px;width:calc(100% / 2 - 18px)}#spltr-7C592B63-570E-45E7-93FA-53BCE306646D{gap:30px;padding:0 15px}.product-view.image-view .product-block{margin:0 0 35px;width:calc(100% / 1 - 18px)}.page-shop .widget-product .widget-sub-title{bottom:0;text-align:center}.widget-product .header .sortable{padding:0;position:inherit;text-align:center}.widget-product .header .sortable select#product-sorting, .product-view .sortable select#product-sorting{width:auto}.responsive.page-categories .widget>.widget-title{font-size:28px;line-height:39px;margin-bottom:20px;padding:0}.product-block .btn-add .add-to-cart-button{font-size:13px!important;letter-spacing:0!important}.page-categories .widget.widget-product{margin:28px 0}.page-categories .category-view.image-view .category-image-view-width, .page-categories    .category-view.image-view    .category-image-view-width    .image.category-image-view-height{height:146px;padding:0;width:146px}.page-categories .widget.widget-category .category-view.image-view{margin-bottom:5px;padding:20px 0 5px}.page-categories .category-view.image-view .content{gap:60px 18px}.our-principals-section h3{font-size:25px;line-height:32px;margin:0 0 15px}.responsive .widget-blogPost .blog-post-content{display:flex;gap:30px;margin:0;padding:0}.responsive .blog-post-item{margin:0;min-height:365px;width:calc(100% / 1 - 0)}.responsive .page-content .blog-post-item .post-description .title{font-size:20px;min-height:unset}.page-blog div.widget.blog-posts-title.widget-blogPost{margin:18px 0 40px auto;max-width:100%}.responsive .contact-help-support-section .gridbox{display:flex;flex-wrap:wrap;gap:20px}.responsive div.widget.widget-blogPost .widget-title{margin:-10px 0 25px;padding:0}.grid-box.grid-cols-2.items-center.prin-section-3, .grid-box.grid-cols-2.items-center.prin-section-1{flex-direction:column-reverse}.responsive .main-content h2{font-size:26px;line-height:32px}.responsive .contact-help-support-section .top-contact-content .flex-none{display:none}.responsive .contact-help-support-section .top-contact-content{display:block}.responsive .contact-help-support-section .top-contact-content h2{font-size:26px;line-height:30px;margin:35px 0 15px}.responsive .contact-help-support-section .top-contact-content p{margin:0 0 15px}.responsive .contact-help-support-section{padding:13px 15px 67px}.responsive.page-contact-us .widget-html.widget-pageHeading h1{margin:0 auto 10px}.responsive.page-contact-us .widget-html.widget-pageHeading p{margin:0 auto 15px}.responsive .contact-help-support-section .griditem{gap:25px;width:100%}ul li::after{height:6px;width:6px}div.jssor-slider-container .container, div.jssor-slider-container{height:900px}.widget.widget-snippet .wc-snippet-top-feature{display:flex;justify-content:space-around}.widget.widget-snippet .wc-snippet-top-feature .item .text-box a{font-size:14px;letter-spacing:0.08em;min-height:40px}.home-tabslider .bmui-tab .bmui-tab-header, .home-tabslider .bmui-tab .bmui-tab-header.bmui-tab-active{font-size:15px;letter-spacing:1.5px}.widget.widget-html.tab-products-title{padding-top:30px}.home-tabslider .bmui-tab .bmui-tab-header.bmui-tab-active{margin:0 0 8px;padding:0}.home-tabslider .bmui-tab .bmui-tab-header{margin:0 0 5px;padding:0}.widget.widget-html.tab-products-title h2, .widget.widget-html.category-title h2{font-size:21px;letter-spacing:1px;margin-bottom:20px}.widget.widget-product.recommended-slider{margin-top:-15px}.home-tabslider .bmui-tab .bmui-tab-header-container{padding:0 0 5px}.home-tabslider{margin:0 15px;max-width:100%;padding:0 0 30px}.page-home .product-view.image-view .product-block, .page-home .product-view.scrollable-view .product-block{margin:0;width:100%}.scroll-left, .scroll-right{background-size:25px;height:30px;width:35px}.home-tabslider .bmui-tab .bmui-tab-body-container{padding:0}.home-tabslider .bmui-tab .bmui-tab-header, .home-tabslider .bmui-tab .bmui-tab-header.bmui-tab-active{margin-right:0}.widget.widget-snippet .wc-snippet-top-feature .item{padding:12px 5px}.widget.widget-snippet .about-area .content .left-part h2{font-size:20px;line-height:29px;margin:0;max-width:100%}div.jssor-slider-container .title.jssor-caption-2{display:none}div.jssor-slider-container .description.jssor-caption-1{top:22%}div.jssor-slider-container .container [u="caption"]{left:5%;max-width:100%}div.jssor-slider-container .container .jssor-caption-2, div.jssor-slider-container .container .jssor-caption-3{top:30%}div.jssor-slider-container .description.jssor-caption-1 h1{font-size:65px;line-height:98px}div.jssor-slider-container .container .jssor-caption-2>a{font-size:39px;padding:22px 42px}div.jssor-slider-container .container .jssor-caption-3>a{background:transparent;border:5px solid #fff;color:#fff;font-size:39px;letter-spacing:0.1em;margin-top:0;padding:22px 42px}div.jssor-slider-container .container .jssor-caption-3>a::after{background:#fff;height:9px;right:-102px;top:82px;width:190px}.widget.widget-snippet .wc-snippet-expreance .text-wrapper{margin-bottom:15px}.widget.widget-snippet .wc-snippet-expreance .text-wrapper h2{font-size:20px}.widget.widget-snippet .wc-snippet-expreance .text-box{left:30px}.widget.widget-snippet .wc-snippet-expreance .text-box .title{font-size:20px;letter-spacing:0.1em;margin-bottom:10px}.widget.widget-snippet .wc-snippet-eceryday .title-wrapper h2{display:block;font-size:20px;line-height:27px;max-width:100%}.widget.widget-snippet .wc-snippet-expreance{padding:70px 0 0}.widget.widget-snippet .wc-snippet-title-style-center .title-wrapper h2{font-size:20px}.widget.widget-snippet .about-area .content .right-part{margin-top:25px}.widget.widget-snippet .about-area{margin:30px auto 0}.widget.widget-snippet .about-area .content{margin-bottom:40px}.widget.widget-snippet .about-area .content .right-part::before{display:none}.widget.widget-snippet .about-area .content .right-part .about-image{clip-path:unset;height:200px}.widget.widget-snippet .about-area .content .left-part{padding:0}.widget.widget-html.newsletter-text{max-width:100%}.widget.widget-newsletter{width:100%}.widget-snippet .snippet-copyright-develop .copyright p{padding:0}.widget.widget-image.payment-gateway img{margin:0 auto;max-width:275px}.responsive .footer>.widget-container{margin:0 15px}.main_menu .horizontal .navigation-item a{color:#fff;display:block;margin:0;padding:14px 15px}.main_menu .horizontal>.navigation-item.first a{padding-left:15px}.body .widget-container .page-content{min-height:200px}.header .widget-html>p{font-size:13px}.widget-search .search-menu-button{padding:5px 0}.header .widget.widget-search .search-form{right:-30px;top:45px;width:91vw}.widget-navigation.user-nav .nav-wrapper.vertical.show{top:38px}.widget-navigation .nav-wrapper.show{top:45px}body>.footer{text-align:center}body>.footer .vertical .navigation-item a{display:inline-block}body>.footer .widget-html>p{margin:0 auto;max-width:290px;text-align:center}.newsletter.inplace.valid-verify-form{margin:0 auto;max-width:320px}body>.footer .widget-image img{max-width:320px}div.widget-snippet .snippet-copyright-develop{max-width:320px;text-align:center}.widget-newsletter .newsletter-subscription.submit-button{width:45px}.widget-newsletter input[type="text"]{min-width:100%}.widget.newsletter-box .newsletter .form-row label{min-width:100%}.widget.widget-snippet .wc-lorem-ipsum .image-wrapper{clip-path:unset;margin-left:0}.widget.widget-snippet .wc-lorem-ipsum .bg-wrapper{width:100%}.widget.widget-snippet .wc-lorem-ipsum .image-wrapper img{object-position:0}.widget.widget-tabAccordion.home-tabslider .tab-accordion-tab.bmui-tab{padding:0}.home-tabslider .product-view.scrollable-view .scroll-left, .widget.widget-product.recommended-slider .scroll-left{background-color:#fff;left:-20px}.home-tabslider .product-view.scrollable-view .scroll-right, .widget.widget-product.recommended-slider .scroll-right{background-color:#fff;right:-20px}.page-home .product-view.image-view .product-block .btn-add .add-to-wish-list, .page-home    .product-view.scrollable-view    .product-block    .btn-add    .add-to-wish-list{margin-left:4px}.widget.widget-snippet .wc-snippet-eceryday img{object-fit:cover;width:100%}.widget.widget-snippet .wc-snippet-shop-by-category{padding:40px 0 0}.widget.widget-snippet .wc-snippet-shop-by-category .name{margin-top:5px}.widget-navigation.main_menu .menu-button{left:auto;right:15px;top:-27px}.widget-navigation.footer-nav .horizontal .navigation-item a{font-size:14px;margin:0 10px 0 0}.responsive .footer>.widget-container div{margin-left:0;text-align:left}.widget.widget-snippet .cta-footer .cta-main h2{font-size:20px;line-height:30px}.widget.widget-snippet .cta-footer .cta-main .btn-cta{flex-direction:column}.widget.widget-snippet .cta-footer .cta-main .btn-cta a{margin:0 0 20px;width:fit-content}.widget.widget-snippet .cta-footer{padding:15px}.widget.widget-snippet .cta-footer .cta-main .btn-cta a:last-child{margin-left:0}.responsive .contact-form .custom-form .form-row{padding-bottom:20px}.product-widget.widget-addCart .add-to-cart-button,.product-widget.widget-addCart .buy-now-button.button.et_pdp_buy_now{padding:13px 18px;width:47%}.responsive .inner-content{margin-bottom:60px;padding:0 15px}.responsive .netball-section{flex-direction:column-reverse;gap:10px 0;padding:0 15px 10px}.responsive .container.netball-bottom{padding:25px 15px 28px}#spltr-174688DF-D95A-45D8-A6DF-1C67B0480FEF{margin:0 auto 50px!important}.responsive .widget-gallery.net-fees-gallery .nivoSlider{height:auto}}@media (max-width: 575px){.contact_form .custom-form .form-row textarea{height:150px}.header-button{display:none}.widget.widget-snippet .largest-crowdfunding-item .image{height:250px}}@media (max-width: 360px){.responsive .about-main-content .about-btn-content a{margin:0;min-width:100%}.responsive .about-main-content .about-btn-content a:last-child{margin-top:15px}.responsive .team-managers-section .team-member-card{width:100%}}@media(max-width: 1399px){div.get-uniforms-section,   div.sponsors-supporters-section{margin:100px 0}.page-home .team-managers-section{padding-top:100px}div.acknowledgement-section{padding:76px 20px}div.welcome-richmond .main-heading,   div.richmond-about-us h2,   div.get-uniforms-section .main-heading,   div.team-managers-section .main-heading,   div.sponsors-supporters-section .main-heading{font-size:36px}}@media(max-width: 991px){.contact-form .custom-form .form-row textarea{height:130px}div.get-uniforms-section,div.sponsors-supporters-section{margin:80px 0}.page-home .team-managers-section{padding-top:80px}div.welcome-richmond{padding:80px 20px 60px}div.welcome-richmond .text-content{order:1}div.welcome-richmond .content-wrapper{flex-direction:column-reverse;gap:25px}.responsive .richmond-about-us .about-us-container{flex-direction:column-reverse}div.welcome-richmond .main-heading,   div.richmond-about-us h2,   div.get-uniforms-section .main-heading,   div.team-managers-section .main-heading,   div.sponsors-supporters-section .main-heading{font-size:35px}div.team-managers-section{padding:80px 20px}.get-uniforms-section .btn-wrapper{margin:0 auto;max-width:220px}}@media(max-width: 767px){.responsive .uniform-section{padding:0 0 60px}.responsive .netball-dress-section{margin:0 -15px;padding:58px 15px 25px}.responsive .uniform-section .about-container .bottom-des p{margin:0 0 15px}.responsive .netball-dress-section .image-box-container{display:flex;flex-wrap:wrap;gap:40px 15px}.responsive .widget-image.netball-dress-box{margin:30px auto 60px;padding:25px}.responsive .richmond-about-us .content-column{padding-right:0}div.get-uniforms-section,div.sponsors-supporters-section{margin:40px 0}.page-home .team-managers-section{padding-top:40px}div.acknowledgement-section{padding:40px 20px}div.team-managers-section .team-member-container{padding:20px 0 30px}div.team-managers-section .team-member-container{padding:20px 0 30px}div.richmond-about-us{padding:8px 0 20px}div.welcome-richmond{padding:60px 15px 35px}.responsive .richmond-about-us .images-column{padding:0 15px}.responsive .richmond-about-us .content-column{max-width:unset;padding:0 15px}.responsive .richmond-about-us .thumb-image:first-child,	.responsive .richmond-about-us .thumb-image:last-child{height:160px;width:160px}.responsive .welcome-richmond .cta-button{font-size:15px;min-width:164px;padding:7px 30px}.responsive .sponsors-supporters-section{padding:0 15px}.responsive .sponsors-supporters-section .supporters-img-wrapper{height:100px;margin:0;width:150px}.responsive .sponsors-supporters-section .supporters-container{gap:15px}div.welcome-richmond .main-heading,   div.richmond-about-us h2,   div.get-uniforms-section .main-heading,   div.team-managers-section .main-heading,   div.sponsors-supporters-section .main-heading{font-size:28px}div.team-managers-section{padding:50px 15px 60px}.responsive .team-managers-section .team-memeber-img-wrapper{height:130px;width:130px}.responsive .team-managers-section .team-memeber-name{font-size:17px}.responsive .team-managers-section .team-member-card{width:calc(50% - 20px)}.responsive .recognition-item{padding:26px 0 9px}.responsive .recognition-item:first-child{padding-top:8px}.responsive .sponsors-supporters-v2 .supporters-img-wrapper{height:93px;width:127px}.responsive .sponsors-supporters-v2{padding:0 15px}.responsive .contact-form .custom-form .form-row textarea{height:120px}.responsive .table-row div p:last-child{margin-bottom:0}.responsive .netball-title{font-size:28px;margin-bottom:10px}.widget-snippet a,.widget-snippet .main-mission-content .button-wrap a,.widget-snippet .main-mission-content .button-wrap a.secondary{border-radius:37px!important;height:38px;max-width:220px;width:100%}#spltr-1DAA688C-DB12-40F8-84F0-998F95A04250{flex-wrap:wrap}.responsive .get-in-touch-box .single-wrap.description-content{max-width:100%}.responsive .main-mission-content .main-mission-title{margin:0 0 30px}[data-pushbar-direction="left"][data-pushbar-id],[data-pushbar-direction="right"][data-pushbar-id]{height:100%;max-width:100%;top:0;width:100%}}

#spltr-174688DF-D95A-45D8-A6DF-1C67B0480FEF{margin:0 auto;max-width:1400px;width:auto}.widget-gallery.net-fees-gallery .nivoSlider{background:rgba(249,249,249,1);border-radius:14px;height:511px;width:100%!important}.net-fees-gallery img{border-radius:14px;height:100%!important;object-fit:cover;width:100%!important}.widget-gallery.net-fees-gallery .nivo-controlNav{bottom:7px;-webkit-box-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;left:50%;margin:0 auto;padding:0;position:absolute;text-align:center;transform:translate(-50%,-50%);z-index:22}.widget-gallery.net-fees-gallery .nivo-controlNav .nivo-control{background:rgba(183,183,183,0.31);border:0 solid!important;border-radius:50%;color:#999;display:inline-block;font-size:0!important;font-size:16px;height:8px;line-height:18px;margin:5px;min-width:auto;padding:0;width:8px}.widget-gallery.net-fees-gallery .nivo-controlNav .nivo-control.active,.widget-gallery.net-fees-gallery .nivo-controlNav .nivo-control:hover{background:#ee3e35}

#spltr-87C73A93-3F77-4D77-ABF6-C70F2F196FD8{width:100%}#spltr-E02474AF-04E9-434D-9242-92D5E6338FF9{width:0}#spltr-5D5E1EC2-0E36-4B55-A575-3FEB4013FA33{width:50%}#spltr-66E67690-6478-40DB-B9DA-A51487E398E4{width:50%}#spltr-174688DF-D95A-45D8-A6DF-1C67B0480FEF{width:auto}#spltr-950F9B05-3D12-499E-8A4C-1A43EF3E776E{width:56.7990832696715%}#spltr-47C04B8C-587C-40F6-A91B-342126000DB5{width:43.200916730328494%}@media (min-width: 768px) and (max-width: 991px){.responsive #spltr-950F9B05-3D12-499E-8A4C-1A43EF3E776E{width:100%}.responsive #spltr-47C04B8C-587C-40F6-A91B-342126000DB5{width:100%}}@media (max-width: 767px){.responsive #spltr-950F9B05-3D12-499E-8A4C-1A43EF3E776E{width:100%}.responsive #spltr-47C04B8C-587C-40F6-A91B-342126000DB5{width:100%}}.body>.body-section>.widget-container{width:auto}.body>.widget-container{width:auto}.header>.widget-container{height:80px;width:auto}@media (min-width: 1281px) and (max-width: 1366px){.responsive .header>.widget-container{width:auto}.responsive .footer>.widget-container{width:auto}}@media (min-width: 1367px) and (max-width: 1440px){.responsive .header>.widget-container{width:auto}.responsive .footer>.widget-container{width:auto}}@media (min-width: 1201px) and (max-width: 1280px){.responsive .header>.widget-container{width:auto}.responsive .footer>.widget-container{width:auto}}@media (min-width: 1081px) and (max-width: 1200px){.responsive .header>.widget-container{width:auto}.responsive .footer>.widget-container{width:auto}}@media (min-width: 992px) and (max-width: 1080px){.responsive .header>.widget-container{width:auto}.responsive .footer>.widget-container{width:auto}}@media (min-width: 768px) and (max-width: 991px){.responsive .header>.widget-container{width:auto}.responsive .footer>.widget-container{height:573px;width:auto}}@media (min-width: 1441px) and (max-width: 1600px){.responsive .header>.widget-container{width:auto}.responsive .footer>.widget-container{width:auto}}@media (max-width: 767px){.responsive .header>.widget-container{width:auto}.responsive .footer>.widget-container{height:930px;width:auto}}@media (min-width: 1201px) and (max-width: 1300px){.responsive .footer>.widget-container{height:525px}}.footer>.widget-container{height:525px;width:auto}

#wi-DDD78975-66AD-4FB8-804F-1D95B239143F{width:210px;height:200px;top:85px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-DDD78975-66AD-4FB8-804F-1D95B239143F{left:auto;right:15px;top:85px;bottom:auto;width:210px;height:200px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-DDD78975-66AD-4FB8-804F-1D95B239143F{left:auto;right:15px;top:85px;bottom:auto;width:150px;height:200px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-DDD78975-66AD-4FB8-804F-1D95B239143F{left:auto;right:15px;top:55px;bottom:auto;width:150px;height:200px;}}@media (max-width: 767px){	.responsive #wi-DDD78975-66AD-4FB8-804F-1D95B239143F{left:0px;right:3px;top:1002px;bottom:auto;width:auto;height:180px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-DDD78975-66AD-4FB8-804F-1D95B239143F{left:auto;right:20px;top:85px;bottom:auto;width:210px;height:200px;}}
#wi-7E2D337C-5643-480D-8DBE-B1BC5A7BD25A{width:150px;height:150px;top:260px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-7E2D337C-5643-480D-8DBE-B1BC5A7BD25A{left:auto;right:320px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-7E2D337C-5643-480D-8DBE-B1BC5A7BD25A{left:auto;right:220px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-7E2D337C-5643-480D-8DBE-B1BC5A7BD25A{left:20px;right:auto;top:258px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-7E2D337C-5643-480D-8DBE-B1BC5A7BD25A{left:0px;right:1px;top:830px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-7E2D337C-5643-480D-8DBE-B1BC5A7BD25A{left:auto;right:345px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-7E2D337C-5643-480D-8DBE-B1BC5A7BD25A{left:auto;right:275px;top:285px;bottom:auto;width:140px;height:150px;}}
#wi-C0426778-AE22-4CC4-B5CF-BFBC2986E38B{width:150px;height:150px;top:85px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-C0426778-AE22-4CC4-B5CF-BFBC2986E38B{left:auto;right:320px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-C0426778-AE22-4CC4-B5CF-BFBC2986E38B{left:auto;right:220px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-C0426778-AE22-4CC4-B5CF-BFBC2986E38B{left:auto;right:15px;top:270px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-C0426778-AE22-4CC4-B5CF-BFBC2986E38B{left:0px;right:4px;top:662px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-C0426778-AE22-4CC4-B5CF-BFBC2986E38B{left:auto;right:345px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-C0426778-AE22-4CC4-B5CF-BFBC2986E38B{left:auto;right:285px;top:85px;bottom:auto;width:130px;height:150px;}}
#wi-FCE78D7B-4FB8-4112-9FF6-FF7B327329D4{width:150px;height:380px;top:85px;left:600px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-FCE78D7B-4FB8-4112-9FF6-FF7B327329D4{left:500px;right:auto;top:85px;bottom:auto;width:150px;height:380px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-FCE78D7B-4FB8-4112-9FF6-FF7B327329D4{left:auto;top:85px;right:425px;bottom:auto;width:150px;height:380px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-FCE78D7B-4FB8-4112-9FF6-FF7B327329D4{left:auto;top:55px;right:238px;bottom:auto;width:150px;height:380px;}}@media (max-width: 767px){	.responsive #wi-FCE78D7B-4FB8-4112-9FF6-FF7B327329D4{left:0px;right:2px;top:270px;bottom:auto;width:auto;height:370px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-FCE78D7B-4FB8-4112-9FF6-FF7B327329D4{left:425px;right:auto;top:85px;bottom:auto;width:130px;height:380px;}}
#wi-8B996D29-150C-4423-A02A-95BDB6585FF1{width:auto;height:50px;top:auto;left:0px;right:0px;bottom:40px;}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-8B996D29-150C-4423-A02A-95BDB6585FF1{left:0px;right:0px;top:auto;bottom:40px;width:auto;height:50px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-8B996D29-150C-4423-A02A-95BDB6585FF1{left:0px;right:0px;top:auto;bottom:25px;width:auto;height:50px;}}@media (max-width: 767px){	.responsive #wi-8B996D29-150C-4423-A02A-95BDB6585FF1{left:0px;right:2px;top:1422px;bottom:auto;width:auto;height:50px;}}
#wi-078E8897-0291-490B-B8B7-BD1BAE34CC34{width:365px;height:80px;top:405px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-078E8897-0291-490B-B8B7-BD1BAE34CC34{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-078E8897-0291-490B-B8B7-BD1BAE34CC34{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-078E8897-0291-490B-B8B7-BD1BAE34CC34{left:auto;right:20px;top:470px;bottom:auto;width:370px;height:80px;}}@media (max-width: 767px){	.responsive #wi-078E8897-0291-490B-B8B7-BD1BAE34CC34{left:0px;right:2px;top:1185px;bottom:auto;width:auto;height:80px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-078E8897-0291-490B-B8B7-BD1BAE34CC34{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-078E8897-0291-490B-B8B7-BD1BAE34CC34{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-078E8897-0291-490B-B8B7-BD1BAE34CC34{left:20px;right:auto;top:430px;bottom:auto;width:365px;height:80px;}}
#wi-F19780A5-F813-4AF7-93B6-EFAEF86ECB8E{width:300px;height:70px;top:300px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-F19780A5-F813-4AF7-93B6-EFAEF86ECB8E{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-F19780A5-F813-4AF7-93B6-EFAEF86ECB8E{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-F19780A5-F813-4AF7-93B6-EFAEF86ECB8E{left:20px;right:auto;top:470px;bottom:auto;width:300px;height:70px;}}@media (max-width: 767px){	.responsive #wi-F19780A5-F813-4AF7-93B6-EFAEF86ECB8E{left:0px;right:3px;top:1312px;bottom:auto;width:auto;height:70px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-F19780A5-F813-4AF7-93B6-EFAEF86ECB8E{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-F19780A5-F813-4AF7-93B6-EFAEF86ECB8E{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-F19780A5-F813-4AF7-93B6-EFAEF86ECB8E{left:20px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}
#wi-E6BE8493-79C0-4DF4-9C66-AA83205B175B{width:365px;height:85px;top:205px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-E6BE8493-79C0-4DF4-9C66-AA83205B175B{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-E6BE8493-79C0-4DF4-9C66-AA83205B175B{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-E6BE8493-79C0-4DF4-9C66-AA83205B175B{left:20px;right:auto;top:175px;bottom:auto;width:300px;height:85px;}}@media (max-width: 767px){	.responsive #wi-E6BE8493-79C0-4DF4-9C66-AA83205B175B{left:0px;right:3px;top:170px;bottom:auto;width:auto;height:85px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-E6BE8493-79C0-4DF4-9C66-AA83205B175B{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-E6BE8493-79C0-4DF4-9C66-AA83205B175B{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-E6BE8493-79C0-4DF4-9C66-AA83205B175B{left:20px;right:auto;top:205px;bottom:auto;width:300px;height:85px;}}
#wi-E1CA41C8-E5A7-429C-BD16-0F20DDB6BDB6{width:360px;height:115px;top:85px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-E1CA41C8-E5A7-429C-BD16-0F20DDB6BDB6{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-E1CA41C8-E5A7-429C-BD16-0F20DDB6BDB6{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-E1CA41C8-E5A7-429C-BD16-0F20DDB6BDB6{left:20px;right:auto;top:55px;bottom:auto;width:300px;height:115px;}}@media (max-width: 767px){	.responsive #wi-E1CA41C8-E5A7-429C-BD16-0F20DDB6BDB6{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:115px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-E1CA41C8-E5A7-429C-BD16-0F20DDB6BDB6{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-E1CA41C8-E5A7-429C-BD16-0F20DDB6BDB6{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-E1CA41C8-E5A7-429C-BD16-0F20DDB6BDB6{left:20px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}
#wi-E733B767-4834-4EC0-8D18-EA52AA073E98{width:50px;height:40px;top:83px;left:auto;right:70px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-E733B767-4834-4EC0-8D18-EA52AA073E98{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-E733B767-4834-4EC0-8D18-EA52AA073E98{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-E733B767-4834-4EC0-8D18-EA52AA073E98{left:72px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-E733B767-4834-4EC0-8D18-EA52AA073E98{left:auto;right:85px;top:123px;bottom:auto;width:50px;height:40px;display:none;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-E733B767-4834-4EC0-8D18-EA52AA073E98{left:auto;right:72px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-E733B767-4834-4EC0-8D18-EA52AA073E98{left:auto;right:68px;top:83px;bottom:auto;width:50px;height:40px;}}
#wi-06F3FC65-1883-4CA9-B501-99A1A0A8CBD4{width:50px;height:40px;top:83px;left:auto;right:125px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-06F3FC65-1883-4CA9-B501-99A1A0A8CBD4{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-06F3FC65-1883-4CA9-B501-99A1A0A8CBD4{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-06F3FC65-1883-4CA9-B501-99A1A0A8CBD4{left:20px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-06F3FC65-1883-4CA9-B501-99A1A0A8CBD4{left:15px;right:auto;top:auto;bottom:14px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-06F3FC65-1883-4CA9-B501-99A1A0A8CBD4{left:auto;right:130px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-06F3FC65-1883-4CA9-B501-99A1A0A8CBD4{left:auto;right:125px;top:85px;bottom:auto;width:50px;height:40px;}}
#wi-6840CF44-D697-4D31-87C9-ECCF1F0834EC{width:1095px;height:67px;top:73px;left:150px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-6840CF44-D697-4D31-87C9-ECCF1F0834EC{left:160px;top:73px;right:169px;bottom:auto;width:auto;height:67px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-6840CF44-D697-4D31-87C9-ECCF1F0834EC{left:160px;right:159px;top:73px;bottom:auto;width:auto;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-6840CF44-D697-4D31-87C9-ECCF1F0834EC{left:160px;right:161px;top:75px;bottom:auto;width:auto;height:52px;}}@media (max-width: 767px){	.responsive #wi-6840CF44-D697-4D31-87C9-ECCF1F0834EC{left:0px;right:0px;top:50px;bottom:auto;width:auto;height:45px;}}
#wi-0226E56F-5AB6-4307-A19B-A16434072644{width:50px;height:40px;top:80px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-0226E56F-5AB6-4307-A19B-A16434072644{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-0226E56F-5AB6-4307-A19B-A16434072644{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-0226E56F-5AB6-4307-A19B-A16434072644{left:115px;right:auto;top:85px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-0226E56F-5AB6-4307-A19B-A16434072644{left:55px;right:auto;top:auto;bottom:0px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-0226E56F-5AB6-4307-A19B-A16434072644{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-0226E56F-5AB6-4307-A19B-A16434072644{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-0226E56F-5AB6-4307-A19B-A16434072644{left:auto;right:20px;top:80px;bottom:auto;width:50px;height:40px;}}
#wi-62770D71-EA48-4C84-97A5-C212B6A65598{width:auto;height:55px;top:auto;left:0px;right:0px;bottom:0px;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-62770D71-EA48-4C84-97A5-C212B6A65598{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-62770D71-EA48-4C84-97A5-C212B6A65598{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (max-width: 767px){	.responsive #wi-62770D71-EA48-4C84-97A5-C212B6A65598{left:auto;right:0px;top:auto;bottom:3px;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-62770D71-EA48-4C84-97A5-C212B6A65598{left:auto;right:0px;top:83px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-62770D71-EA48-4C84-97A5-C212B6A65598{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:45px;}}
#wi-DEB98095-FC89-44EE-9564-116402A290C3{width:50px;height:42px;top:80px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-DEB98095-FC89-44EE-9564-116402A290C3{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-DEB98095-FC89-44EE-9564-116402A290C3{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-DEB98095-FC89-44EE-9564-116402A290C3{left:auto;right:50px;top:80px;bottom:auto;width:50px;height:42px;}}@media (max-width: 767px){	.responsive #wi-DEB98095-FC89-44EE-9564-116402A290C3{left:auto;right:48px;top:auto;bottom:0px;width:50px;height:42px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-DEB98095-FC89-44EE-9564-116402A290C3{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-DEB98095-FC89-44EE-9564-116402A290C3{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-DEB98095-FC89-44EE-9564-116402A290C3{left:20px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}
#wi-27AE144D-6CCC-433D-AB65-A0780E13DC2C{width:auto;height:30px;top:0px;left:0px;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-27AE144D-6CCC-433D-AB65-A0780E13DC2C{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-27AE144D-6CCC-433D-AB65-A0780E13DC2C{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-27AE144D-6CCC-433D-AB65-A0780E13DC2C{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}
#wi-6ABA2B52-4143-4FD1-AB69-E2454233B88B{width:210px;height:200px;top:85px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-6ABA2B52-4143-4FD1-AB69-E2454233B88B{left:auto;right:15px;top:85px;bottom:auto;width:210px;height:200px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-6ABA2B52-4143-4FD1-AB69-E2454233B88B{left:auto;right:15px;top:85px;bottom:auto;width:150px;height:200px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-6ABA2B52-4143-4FD1-AB69-E2454233B88B{left:auto;right:15px;top:55px;bottom:auto;width:150px;height:200px;}}@media (max-width: 767px){	.responsive #wi-6ABA2B52-4143-4FD1-AB69-E2454233B88B{left:0px;right:3px;top:1002px;bottom:auto;width:auto;height:180px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-6ABA2B52-4143-4FD1-AB69-E2454233B88B{left:auto;right:20px;top:85px;bottom:auto;width:210px;height:200px;}}
#wi-2D455A96-452E-461C-A3E5-C1A91DE3A878{width:150px;height:150px;top:260px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-2D455A96-452E-461C-A3E5-C1A91DE3A878{left:auto;right:320px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-2D455A96-452E-461C-A3E5-C1A91DE3A878{left:auto;right:220px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-2D455A96-452E-461C-A3E5-C1A91DE3A878{left:20px;right:auto;top:258px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-2D455A96-452E-461C-A3E5-C1A91DE3A878{left:0px;right:1px;top:830px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-2D455A96-452E-461C-A3E5-C1A91DE3A878{left:auto;right:345px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-2D455A96-452E-461C-A3E5-C1A91DE3A878{left:auto;right:275px;top:285px;bottom:auto;width:140px;height:150px;}}
#wi-A57D2371-63E3-498A-97C4-497C64D255CF{width:150px;height:150px;top:85px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-A57D2371-63E3-498A-97C4-497C64D255CF{left:auto;right:320px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-A57D2371-63E3-498A-97C4-497C64D255CF{left:auto;right:220px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-A57D2371-63E3-498A-97C4-497C64D255CF{left:auto;right:15px;top:270px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-A57D2371-63E3-498A-97C4-497C64D255CF{left:0px;right:4px;top:662px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-A57D2371-63E3-498A-97C4-497C64D255CF{left:auto;right:345px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-A57D2371-63E3-498A-97C4-497C64D255CF{left:auto;right:285px;top:85px;bottom:auto;width:130px;height:150px;}}
#wi-E51FAFE0-A509-42CD-A8E8-BD1795054C0F{width:150px;height:380px;top:85px;left:600px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-E51FAFE0-A509-42CD-A8E8-BD1795054C0F{left:500px;right:auto;top:85px;bottom:auto;width:150px;height:380px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-E51FAFE0-A509-42CD-A8E8-BD1795054C0F{left:auto;top:85px;right:425px;bottom:auto;width:150px;height:380px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-E51FAFE0-A509-42CD-A8E8-BD1795054C0F{left:auto;top:55px;right:238px;bottom:auto;width:150px;height:380px;}}@media (max-width: 767px){	.responsive #wi-E51FAFE0-A509-42CD-A8E8-BD1795054C0F{left:0px;right:2px;top:270px;bottom:auto;width:auto;height:370px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-E51FAFE0-A509-42CD-A8E8-BD1795054C0F{left:425px;right:auto;top:85px;bottom:auto;width:130px;height:380px;}}
#wi-D3E0072A-D4EF-48FC-882E-F81CFB6C0FBF{width:auto;height:50px;top:auto;left:0px;right:0px;bottom:40px;}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-D3E0072A-D4EF-48FC-882E-F81CFB6C0FBF{left:0px;right:0px;top:auto;bottom:40px;width:auto;height:50px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-D3E0072A-D4EF-48FC-882E-F81CFB6C0FBF{left:0px;right:0px;top:auto;bottom:25px;width:auto;height:50px;}}@media (max-width: 767px){	.responsive #wi-D3E0072A-D4EF-48FC-882E-F81CFB6C0FBF{left:0px;right:2px;top:1422px;bottom:auto;width:auto;height:50px;}}
#wi-2F7CD1FE-022F-4152-BA87-EAE0F042600A{width:365px;height:80px;top:405px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-2F7CD1FE-022F-4152-BA87-EAE0F042600A{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-2F7CD1FE-022F-4152-BA87-EAE0F042600A{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-2F7CD1FE-022F-4152-BA87-EAE0F042600A{left:auto;right:20px;top:470px;bottom:auto;width:370px;height:80px;}}@media (max-width: 767px){	.responsive #wi-2F7CD1FE-022F-4152-BA87-EAE0F042600A{left:0px;right:2px;top:1185px;bottom:auto;width:auto;height:80px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-2F7CD1FE-022F-4152-BA87-EAE0F042600A{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-2F7CD1FE-022F-4152-BA87-EAE0F042600A{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-2F7CD1FE-022F-4152-BA87-EAE0F042600A{left:20px;right:auto;top:430px;bottom:auto;width:365px;height:80px;}}
#wi-B3714D1E-6318-4876-B3B2-AF875B603BCE{width:300px;height:70px;top:300px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-B3714D1E-6318-4876-B3B2-AF875B603BCE{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-B3714D1E-6318-4876-B3B2-AF875B603BCE{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-B3714D1E-6318-4876-B3B2-AF875B603BCE{left:20px;right:auto;top:470px;bottom:auto;width:300px;height:70px;}}@media (max-width: 767px){	.responsive #wi-B3714D1E-6318-4876-B3B2-AF875B603BCE{left:0px;right:3px;top:1312px;bottom:auto;width:auto;height:70px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-B3714D1E-6318-4876-B3B2-AF875B603BCE{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-B3714D1E-6318-4876-B3B2-AF875B603BCE{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-B3714D1E-6318-4876-B3B2-AF875B603BCE{left:20px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}
#wi-4A1C4C79-3EAF-4585-8EDE-1337A9D024C8{width:365px;height:85px;top:205px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-4A1C4C79-3EAF-4585-8EDE-1337A9D024C8{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-4A1C4C79-3EAF-4585-8EDE-1337A9D024C8{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-4A1C4C79-3EAF-4585-8EDE-1337A9D024C8{left:20px;right:auto;top:175px;bottom:auto;width:300px;height:85px;}}@media (max-width: 767px){	.responsive #wi-4A1C4C79-3EAF-4585-8EDE-1337A9D024C8{left:0px;right:3px;top:170px;bottom:auto;width:auto;height:85px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-4A1C4C79-3EAF-4585-8EDE-1337A9D024C8{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-4A1C4C79-3EAF-4585-8EDE-1337A9D024C8{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-4A1C4C79-3EAF-4585-8EDE-1337A9D024C8{left:20px;right:auto;top:205px;bottom:auto;width:300px;height:85px;}}
#wi-A3BE34E3-5B55-48A4-9474-1BD52795C611{width:360px;height:115px;top:85px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-A3BE34E3-5B55-48A4-9474-1BD52795C611{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-A3BE34E3-5B55-48A4-9474-1BD52795C611{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-A3BE34E3-5B55-48A4-9474-1BD52795C611{left:20px;right:auto;top:55px;bottom:auto;width:300px;height:115px;}}@media (max-width: 767px){	.responsive #wi-A3BE34E3-5B55-48A4-9474-1BD52795C611{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:115px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-A3BE34E3-5B55-48A4-9474-1BD52795C611{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-A3BE34E3-5B55-48A4-9474-1BD52795C611{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-A3BE34E3-5B55-48A4-9474-1BD52795C611{left:20px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}
#wi-DBE4A119-14C7-40CD-AFF8-8015380F99C3{width:50px;height:40px;top:83px;left:auto;right:70px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-DBE4A119-14C7-40CD-AFF8-8015380F99C3{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-DBE4A119-14C7-40CD-AFF8-8015380F99C3{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-DBE4A119-14C7-40CD-AFF8-8015380F99C3{left:72px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-DBE4A119-14C7-40CD-AFF8-8015380F99C3{left:auto;right:85px;top:123px;bottom:auto;width:50px;height:40px;display:none;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-DBE4A119-14C7-40CD-AFF8-8015380F99C3{left:auto;right:72px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-DBE4A119-14C7-40CD-AFF8-8015380F99C3{left:auto;right:68px;top:83px;bottom:auto;width:50px;height:40px;}}
#wi-CBDDDDD5-34DF-44D8-AD86-D2447FC6468F{width:50px;height:40px;top:83px;left:auto;right:125px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-CBDDDDD5-34DF-44D8-AD86-D2447FC6468F{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-CBDDDDD5-34DF-44D8-AD86-D2447FC6468F{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-CBDDDDD5-34DF-44D8-AD86-D2447FC6468F{left:20px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-CBDDDDD5-34DF-44D8-AD86-D2447FC6468F{left:15px;right:auto;top:auto;bottom:14px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-CBDDDDD5-34DF-44D8-AD86-D2447FC6468F{left:auto;right:130px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-CBDDDDD5-34DF-44D8-AD86-D2447FC6468F{left:auto;right:125px;top:85px;bottom:auto;width:50px;height:40px;}}
#wi-88AD0F22-AEEC-4C65-9B63-EADEA56EC109{width:1095px;height:67px;top:73px;left:150px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-88AD0F22-AEEC-4C65-9B63-EADEA56EC109{left:160px;top:73px;right:169px;bottom:auto;width:auto;height:67px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-88AD0F22-AEEC-4C65-9B63-EADEA56EC109{left:160px;right:159px;top:73px;bottom:auto;width:auto;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-88AD0F22-AEEC-4C65-9B63-EADEA56EC109{left:160px;right:161px;top:75px;bottom:auto;width:auto;height:52px;}}@media (max-width: 767px){	.responsive #wi-88AD0F22-AEEC-4C65-9B63-EADEA56EC109{left:0px;right:0px;top:50px;bottom:auto;width:auto;height:45px;}}
#wi-9267C0F1-B88B-4059-BF92-A276963B4DFE{width:50px;height:40px;top:80px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-9267C0F1-B88B-4059-BF92-A276963B4DFE{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-9267C0F1-B88B-4059-BF92-A276963B4DFE{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-9267C0F1-B88B-4059-BF92-A276963B4DFE{left:115px;right:auto;top:85px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-9267C0F1-B88B-4059-BF92-A276963B4DFE{left:55px;right:auto;top:auto;bottom:0px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-9267C0F1-B88B-4059-BF92-A276963B4DFE{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-9267C0F1-B88B-4059-BF92-A276963B4DFE{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-9267C0F1-B88B-4059-BF92-A276963B4DFE{left:auto;right:20px;top:80px;bottom:auto;width:50px;height:40px;}}
#wi-00B6B387-3F4E-42D8-941D-6B09C1673FCD{width:auto;height:55px;top:auto;left:0px;right:0px;bottom:0px;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-00B6B387-3F4E-42D8-941D-6B09C1673FCD{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-00B6B387-3F4E-42D8-941D-6B09C1673FCD{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (max-width: 767px){	.responsive #wi-00B6B387-3F4E-42D8-941D-6B09C1673FCD{left:auto;right:0px;top:auto;bottom:3px;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-00B6B387-3F4E-42D8-941D-6B09C1673FCD{left:auto;right:0px;top:83px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-00B6B387-3F4E-42D8-941D-6B09C1673FCD{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:45px;}}
#wi-53B3F679-65E3-4BC7-8F67-2B3FBBC6EB35{width:50px;height:42px;top:80px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-53B3F679-65E3-4BC7-8F67-2B3FBBC6EB35{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-53B3F679-65E3-4BC7-8F67-2B3FBBC6EB35{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-53B3F679-65E3-4BC7-8F67-2B3FBBC6EB35{left:auto;right:50px;top:80px;bottom:auto;width:50px;height:42px;}}@media (max-width: 767px){	.responsive #wi-53B3F679-65E3-4BC7-8F67-2B3FBBC6EB35{left:auto;right:48px;top:auto;bottom:0px;width:50px;height:42px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-53B3F679-65E3-4BC7-8F67-2B3FBBC6EB35{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-53B3F679-65E3-4BC7-8F67-2B3FBBC6EB35{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-53B3F679-65E3-4BC7-8F67-2B3FBBC6EB35{left:20px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}
#wi-CE0E4361-0ABC-44E1-8343-4D27E1E8C94C{width:auto;height:30px;top:0px;left:0px;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-CE0E4361-0ABC-44E1-8343-4D27E1E8C94C{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-CE0E4361-0ABC-44E1-8343-4D27E1E8C94C{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-CE0E4361-0ABC-44E1-8343-4D27E1E8C94C{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}
#wi-E2883F9C-5BE9-4981-919A-D8F11910AE16{width:210px;height:200px;top:85px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-E2883F9C-5BE9-4981-919A-D8F11910AE16{left:auto;right:15px;top:85px;bottom:auto;width:210px;height:200px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-E2883F9C-5BE9-4981-919A-D8F11910AE16{left:auto;right:15px;top:85px;bottom:auto;width:150px;height:200px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-E2883F9C-5BE9-4981-919A-D8F11910AE16{left:auto;right:15px;top:55px;bottom:auto;width:150px;height:200px;}}@media (max-width: 767px){	.responsive #wi-E2883F9C-5BE9-4981-919A-D8F11910AE16{left:0px;right:3px;top:1002px;bottom:auto;width:auto;height:180px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-E2883F9C-5BE9-4981-919A-D8F11910AE16{left:auto;right:20px;top:85px;bottom:auto;width:210px;height:200px;}}
#wi-DD659C5C-DBAD-4014-B9B7-80D44410759B{width:150px;height:150px;top:260px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-DD659C5C-DBAD-4014-B9B7-80D44410759B{left:auto;right:320px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-DD659C5C-DBAD-4014-B9B7-80D44410759B{left:auto;right:220px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-DD659C5C-DBAD-4014-B9B7-80D44410759B{left:20px;right:auto;top:258px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-DD659C5C-DBAD-4014-B9B7-80D44410759B{left:0px;right:1px;top:830px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-DD659C5C-DBAD-4014-B9B7-80D44410759B{left:auto;right:345px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-DD659C5C-DBAD-4014-B9B7-80D44410759B{left:auto;right:275px;top:285px;bottom:auto;width:140px;height:150px;}}
#wi-B47206D3-71DC-4043-8E1C-697A7D37F71F{width:150px;height:150px;top:85px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-B47206D3-71DC-4043-8E1C-697A7D37F71F{left:auto;right:320px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-B47206D3-71DC-4043-8E1C-697A7D37F71F{left:auto;right:220px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-B47206D3-71DC-4043-8E1C-697A7D37F71F{left:auto;right:15px;top:270px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-B47206D3-71DC-4043-8E1C-697A7D37F71F{left:0px;right:4px;top:662px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-B47206D3-71DC-4043-8E1C-697A7D37F71F{left:auto;right:345px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-B47206D3-71DC-4043-8E1C-697A7D37F71F{left:auto;right:285px;top:85px;bottom:auto;width:130px;height:150px;}}
#wi-50E0242D-9CCC-43BD-B581-118400C002A7{width:150px;height:380px;top:85px;left:600px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-50E0242D-9CCC-43BD-B581-118400C002A7{left:500px;right:auto;top:85px;bottom:auto;width:150px;height:380px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-50E0242D-9CCC-43BD-B581-118400C002A7{left:auto;top:85px;right:425px;bottom:auto;width:150px;height:380px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-50E0242D-9CCC-43BD-B581-118400C002A7{left:auto;top:55px;right:238px;bottom:auto;width:150px;height:380px;}}@media (max-width: 767px){	.responsive #wi-50E0242D-9CCC-43BD-B581-118400C002A7{left:0px;right:2px;top:270px;bottom:auto;width:auto;height:370px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-50E0242D-9CCC-43BD-B581-118400C002A7{left:425px;right:auto;top:85px;bottom:auto;width:130px;height:380px;}}
#wi-3910CC2A-8C1F-4A05-909F-29BF849FFA6C{width:auto;height:50px;top:auto;left:0px;right:0px;bottom:40px;}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-3910CC2A-8C1F-4A05-909F-29BF849FFA6C{left:0px;right:0px;top:auto;bottom:40px;width:auto;height:50px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-3910CC2A-8C1F-4A05-909F-29BF849FFA6C{left:0px;right:0px;top:auto;bottom:25px;width:auto;height:50px;}}@media (max-width: 767px){	.responsive #wi-3910CC2A-8C1F-4A05-909F-29BF849FFA6C{left:0px;right:2px;top:1422px;bottom:auto;width:auto;height:50px;}}
#wi-ED666777-E47F-460D-A0FB-F25F5E5DE28F{width:365px;height:80px;top:405px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-ED666777-E47F-460D-A0FB-F25F5E5DE28F{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-ED666777-E47F-460D-A0FB-F25F5E5DE28F{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-ED666777-E47F-460D-A0FB-F25F5E5DE28F{left:auto;right:20px;top:470px;bottom:auto;width:370px;height:80px;}}@media (max-width: 767px){	.responsive #wi-ED666777-E47F-460D-A0FB-F25F5E5DE28F{left:0px;right:2px;top:1185px;bottom:auto;width:auto;height:80px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-ED666777-E47F-460D-A0FB-F25F5E5DE28F{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-ED666777-E47F-460D-A0FB-F25F5E5DE28F{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-ED666777-E47F-460D-A0FB-F25F5E5DE28F{left:20px;right:auto;top:430px;bottom:auto;width:365px;height:80px;}}
#wi-590D5EC7-B2B5-404F-9F3E-BC976FA8E8D7{width:300px;height:70px;top:300px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-590D5EC7-B2B5-404F-9F3E-BC976FA8E8D7{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-590D5EC7-B2B5-404F-9F3E-BC976FA8E8D7{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-590D5EC7-B2B5-404F-9F3E-BC976FA8E8D7{left:20px;right:auto;top:470px;bottom:auto;width:300px;height:70px;}}@media (max-width: 767px){	.responsive #wi-590D5EC7-B2B5-404F-9F3E-BC976FA8E8D7{left:0px;right:3px;top:1312px;bottom:auto;width:auto;height:70px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-590D5EC7-B2B5-404F-9F3E-BC976FA8E8D7{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-590D5EC7-B2B5-404F-9F3E-BC976FA8E8D7{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-590D5EC7-B2B5-404F-9F3E-BC976FA8E8D7{left:20px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}
#wi-EE149E6B-4DBD-4640-A74B-7232167F0F26{width:365px;height:85px;top:205px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-EE149E6B-4DBD-4640-A74B-7232167F0F26{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-EE149E6B-4DBD-4640-A74B-7232167F0F26{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-EE149E6B-4DBD-4640-A74B-7232167F0F26{left:20px;right:auto;top:175px;bottom:auto;width:300px;height:85px;}}@media (max-width: 767px){	.responsive #wi-EE149E6B-4DBD-4640-A74B-7232167F0F26{left:0px;right:3px;top:170px;bottom:auto;width:auto;height:85px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-EE149E6B-4DBD-4640-A74B-7232167F0F26{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-EE149E6B-4DBD-4640-A74B-7232167F0F26{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-EE149E6B-4DBD-4640-A74B-7232167F0F26{left:20px;right:auto;top:205px;bottom:auto;width:300px;height:85px;}}
#wi-21EFF3F6-E59B-4D7C-A0A7-1C436735D433{width:360px;height:115px;top:85px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-21EFF3F6-E59B-4D7C-A0A7-1C436735D433{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-21EFF3F6-E59B-4D7C-A0A7-1C436735D433{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-21EFF3F6-E59B-4D7C-A0A7-1C436735D433{left:20px;right:auto;top:55px;bottom:auto;width:300px;height:115px;}}@media (max-width: 767px){	.responsive #wi-21EFF3F6-E59B-4D7C-A0A7-1C436735D433{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:115px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-21EFF3F6-E59B-4D7C-A0A7-1C436735D433{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-21EFF3F6-E59B-4D7C-A0A7-1C436735D433{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-21EFF3F6-E59B-4D7C-A0A7-1C436735D433{left:20px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}
#wi-6479727B-ED7A-4087-B79D-BD5DDFE515E6{width:50px;height:40px;top:83px;left:auto;right:70px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-6479727B-ED7A-4087-B79D-BD5DDFE515E6{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-6479727B-ED7A-4087-B79D-BD5DDFE515E6{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-6479727B-ED7A-4087-B79D-BD5DDFE515E6{left:72px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-6479727B-ED7A-4087-B79D-BD5DDFE515E6{left:auto;right:85px;top:123px;bottom:auto;width:50px;height:40px;display:none;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-6479727B-ED7A-4087-B79D-BD5DDFE515E6{left:auto;right:72px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-6479727B-ED7A-4087-B79D-BD5DDFE515E6{left:auto;right:68px;top:83px;bottom:auto;width:50px;height:40px;}}
#wi-7EA75D1A-12EA-4045-8C6A-96BB42029FA0{width:50px;height:40px;top:83px;left:auto;right:125px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-7EA75D1A-12EA-4045-8C6A-96BB42029FA0{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-7EA75D1A-12EA-4045-8C6A-96BB42029FA0{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-7EA75D1A-12EA-4045-8C6A-96BB42029FA0{left:20px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-7EA75D1A-12EA-4045-8C6A-96BB42029FA0{left:15px;right:auto;top:auto;bottom:14px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-7EA75D1A-12EA-4045-8C6A-96BB42029FA0{left:auto;right:130px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-7EA75D1A-12EA-4045-8C6A-96BB42029FA0{left:auto;right:125px;top:85px;bottom:auto;width:50px;height:40px;}}
#wi-367CCFA2-7FB1-41EE-976E-588966A499F5{width:1095px;height:67px;top:73px;left:150px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-367CCFA2-7FB1-41EE-976E-588966A499F5{left:160px;top:73px;right:169px;bottom:auto;width:auto;height:67px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-367CCFA2-7FB1-41EE-976E-588966A499F5{left:160px;right:159px;top:73px;bottom:auto;width:auto;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-367CCFA2-7FB1-41EE-976E-588966A499F5{left:160px;right:161px;top:75px;bottom:auto;width:auto;height:52px;}}@media (max-width: 767px){	.responsive #wi-367CCFA2-7FB1-41EE-976E-588966A499F5{left:0px;right:0px;top:50px;bottom:auto;width:auto;height:45px;}}
#wi-39D0D455-6A3D-4150-812F-068ACB7E9DCD{width:50px;height:40px;top:80px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-39D0D455-6A3D-4150-812F-068ACB7E9DCD{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-39D0D455-6A3D-4150-812F-068ACB7E9DCD{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-39D0D455-6A3D-4150-812F-068ACB7E9DCD{left:115px;right:auto;top:85px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-39D0D455-6A3D-4150-812F-068ACB7E9DCD{left:55px;right:auto;top:auto;bottom:0px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-39D0D455-6A3D-4150-812F-068ACB7E9DCD{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-39D0D455-6A3D-4150-812F-068ACB7E9DCD{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-39D0D455-6A3D-4150-812F-068ACB7E9DCD{left:auto;right:20px;top:80px;bottom:auto;width:50px;height:40px;}}
#wi-31FCF5E2-1ADF-429D-8992-386F172DC002{width:auto;height:55px;top:auto;left:0px;right:0px;bottom:0px;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-31FCF5E2-1ADF-429D-8992-386F172DC002{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-31FCF5E2-1ADF-429D-8992-386F172DC002{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (max-width: 767px){	.responsive #wi-31FCF5E2-1ADF-429D-8992-386F172DC002{left:auto;right:0px;top:auto;bottom:3px;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-31FCF5E2-1ADF-429D-8992-386F172DC002{left:auto;right:0px;top:83px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-31FCF5E2-1ADF-429D-8992-386F172DC002{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:45px;}}
#wi-F4F6E7F3-666C-49FF-93E3-B13C4F429389{width:50px;height:42px;top:80px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-F4F6E7F3-666C-49FF-93E3-B13C4F429389{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-F4F6E7F3-666C-49FF-93E3-B13C4F429389{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-F4F6E7F3-666C-49FF-93E3-B13C4F429389{left:auto;right:50px;top:80px;bottom:auto;width:50px;height:42px;}}@media (max-width: 767px){	.responsive #wi-F4F6E7F3-666C-49FF-93E3-B13C4F429389{left:auto;right:48px;top:auto;bottom:0px;width:50px;height:42px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-F4F6E7F3-666C-49FF-93E3-B13C4F429389{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-F4F6E7F3-666C-49FF-93E3-B13C4F429389{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-F4F6E7F3-666C-49FF-93E3-B13C4F429389{left:20px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}
#wi-82446942-E22A-43FF-A5E2-CB6B739E9886{width:auto;height:30px;top:0px;left:0px;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-82446942-E22A-43FF-A5E2-CB6B739E9886{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-82446942-E22A-43FF-A5E2-CB6B739E9886{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-82446942-E22A-43FF-A5E2-CB6B739E9886{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}
#wi-E31791E3-DC4E-41C5-8663-3EF157C9A7A4{width:210px;height:200px;top:85px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-E31791E3-DC4E-41C5-8663-3EF157C9A7A4{left:auto;right:15px;top:85px;bottom:auto;width:210px;height:200px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-E31791E3-DC4E-41C5-8663-3EF157C9A7A4{left:auto;right:15px;top:85px;bottom:auto;width:150px;height:200px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-E31791E3-DC4E-41C5-8663-3EF157C9A7A4{left:auto;right:15px;top:55px;bottom:auto;width:150px;height:200px;}}@media (max-width: 767px){	.responsive #wi-E31791E3-DC4E-41C5-8663-3EF157C9A7A4{left:0px;right:3px;top:1002px;bottom:auto;width:auto;height:180px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-E31791E3-DC4E-41C5-8663-3EF157C9A7A4{left:auto;right:20px;top:85px;bottom:auto;width:210px;height:200px;}}
#wi-71B92131-2AC1-4588-8DC8-B15851866A72{width:150px;height:150px;top:260px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-71B92131-2AC1-4588-8DC8-B15851866A72{left:auto;right:320px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-71B92131-2AC1-4588-8DC8-B15851866A72{left:auto;right:220px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-71B92131-2AC1-4588-8DC8-B15851866A72{left:20px;right:auto;top:258px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-71B92131-2AC1-4588-8DC8-B15851866A72{left:0px;right:1px;top:830px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-71B92131-2AC1-4588-8DC8-B15851866A72{left:auto;right:345px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-71B92131-2AC1-4588-8DC8-B15851866A72{left:auto;right:275px;top:285px;bottom:auto;width:140px;height:150px;}}
#wi-2A1EE938-B15B-4855-A6D4-80AB321CE914{width:150px;height:150px;top:85px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-2A1EE938-B15B-4855-A6D4-80AB321CE914{left:auto;right:320px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-2A1EE938-B15B-4855-A6D4-80AB321CE914{left:auto;right:220px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-2A1EE938-B15B-4855-A6D4-80AB321CE914{left:auto;right:15px;top:270px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-2A1EE938-B15B-4855-A6D4-80AB321CE914{left:0px;right:4px;top:662px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-2A1EE938-B15B-4855-A6D4-80AB321CE914{left:auto;right:345px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-2A1EE938-B15B-4855-A6D4-80AB321CE914{left:auto;right:285px;top:85px;bottom:auto;width:130px;height:150px;}}
#wi-B0117AD7-2797-406E-A2E4-31117C63796B{width:150px;height:380px;top:85px;left:600px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-B0117AD7-2797-406E-A2E4-31117C63796B{left:500px;right:auto;top:85px;bottom:auto;width:150px;height:380px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-B0117AD7-2797-406E-A2E4-31117C63796B{left:auto;top:85px;right:425px;bottom:auto;width:150px;height:380px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-B0117AD7-2797-406E-A2E4-31117C63796B{left:auto;top:55px;right:238px;bottom:auto;width:150px;height:380px;}}@media (max-width: 767px){	.responsive #wi-B0117AD7-2797-406E-A2E4-31117C63796B{left:0px;right:2px;top:270px;bottom:auto;width:auto;height:370px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-B0117AD7-2797-406E-A2E4-31117C63796B{left:425px;right:auto;top:85px;bottom:auto;width:130px;height:380px;}}
#wi-B130816C-95F9-4CC0-A833-E1C95E20BB4B{width:auto;height:50px;top:auto;left:0px;right:0px;bottom:40px;}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-B130816C-95F9-4CC0-A833-E1C95E20BB4B{left:0px;right:0px;top:auto;bottom:40px;width:auto;height:50px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-B130816C-95F9-4CC0-A833-E1C95E20BB4B{left:0px;right:0px;top:auto;bottom:25px;width:auto;height:50px;}}@media (max-width: 767px){	.responsive #wi-B130816C-95F9-4CC0-A833-E1C95E20BB4B{left:0px;right:2px;top:1422px;bottom:auto;width:auto;height:50px;}}
#wi-19D2C886-9544-4BB8-849A-08FD4AB62C4F{width:365px;height:80px;top:405px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-19D2C886-9544-4BB8-849A-08FD4AB62C4F{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-19D2C886-9544-4BB8-849A-08FD4AB62C4F{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-19D2C886-9544-4BB8-849A-08FD4AB62C4F{left:auto;right:20px;top:470px;bottom:auto;width:370px;height:80px;}}@media (max-width: 767px){	.responsive #wi-19D2C886-9544-4BB8-849A-08FD4AB62C4F{left:0px;right:2px;top:1185px;bottom:auto;width:auto;height:80px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-19D2C886-9544-4BB8-849A-08FD4AB62C4F{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-19D2C886-9544-4BB8-849A-08FD4AB62C4F{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-19D2C886-9544-4BB8-849A-08FD4AB62C4F{left:20px;right:auto;top:430px;bottom:auto;width:365px;height:80px;}}
#wi-F0DAD523-ACE4-4282-8521-1EA9CBD918B4{width:300px;height:70px;top:300px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-F0DAD523-ACE4-4282-8521-1EA9CBD918B4{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-F0DAD523-ACE4-4282-8521-1EA9CBD918B4{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-F0DAD523-ACE4-4282-8521-1EA9CBD918B4{left:20px;right:auto;top:470px;bottom:auto;width:300px;height:70px;}}@media (max-width: 767px){	.responsive #wi-F0DAD523-ACE4-4282-8521-1EA9CBD918B4{left:0px;right:3px;top:1312px;bottom:auto;width:auto;height:70px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-F0DAD523-ACE4-4282-8521-1EA9CBD918B4{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-F0DAD523-ACE4-4282-8521-1EA9CBD918B4{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-F0DAD523-ACE4-4282-8521-1EA9CBD918B4{left:20px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}
#wi-0ECFBF09-E1FB-4667-BD17-A1C042AB5077{width:365px;height:85px;top:205px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-0ECFBF09-E1FB-4667-BD17-A1C042AB5077{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-0ECFBF09-E1FB-4667-BD17-A1C042AB5077{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-0ECFBF09-E1FB-4667-BD17-A1C042AB5077{left:20px;right:auto;top:175px;bottom:auto;width:300px;height:85px;}}@media (max-width: 767px){	.responsive #wi-0ECFBF09-E1FB-4667-BD17-A1C042AB5077{left:0px;right:3px;top:170px;bottom:auto;width:auto;height:85px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-0ECFBF09-E1FB-4667-BD17-A1C042AB5077{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-0ECFBF09-E1FB-4667-BD17-A1C042AB5077{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-0ECFBF09-E1FB-4667-BD17-A1C042AB5077{left:20px;right:auto;top:205px;bottom:auto;width:300px;height:85px;}}
#wi-C1A72AA9-18EF-48A9-8161-B316D8BCB5A4{width:360px;height:115px;top:85px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-C1A72AA9-18EF-48A9-8161-B316D8BCB5A4{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-C1A72AA9-18EF-48A9-8161-B316D8BCB5A4{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-C1A72AA9-18EF-48A9-8161-B316D8BCB5A4{left:20px;right:auto;top:55px;bottom:auto;width:300px;height:115px;}}@media (max-width: 767px){	.responsive #wi-C1A72AA9-18EF-48A9-8161-B316D8BCB5A4{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:115px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-C1A72AA9-18EF-48A9-8161-B316D8BCB5A4{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-C1A72AA9-18EF-48A9-8161-B316D8BCB5A4{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-C1A72AA9-18EF-48A9-8161-B316D8BCB5A4{left:20px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}
#wi-D016F20C-D3F9-428D-9AAE-7C1A79ADE7B1{width:50px;height:40px;top:83px;left:auto;right:70px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-D016F20C-D3F9-428D-9AAE-7C1A79ADE7B1{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-D016F20C-D3F9-428D-9AAE-7C1A79ADE7B1{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-D016F20C-D3F9-428D-9AAE-7C1A79ADE7B1{left:72px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-D016F20C-D3F9-428D-9AAE-7C1A79ADE7B1{left:auto;right:85px;top:123px;bottom:auto;width:50px;height:40px;display:none;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-D016F20C-D3F9-428D-9AAE-7C1A79ADE7B1{left:auto;right:72px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-D016F20C-D3F9-428D-9AAE-7C1A79ADE7B1{left:auto;right:68px;top:83px;bottom:auto;width:50px;height:40px;}}
#wi-ABDB1593-5B8A-49BC-8A24-807A5150232B{width:50px;height:40px;top:83px;left:auto;right:125px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-ABDB1593-5B8A-49BC-8A24-807A5150232B{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-ABDB1593-5B8A-49BC-8A24-807A5150232B{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-ABDB1593-5B8A-49BC-8A24-807A5150232B{left:20px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-ABDB1593-5B8A-49BC-8A24-807A5150232B{left:15px;right:auto;top:auto;bottom:14px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-ABDB1593-5B8A-49BC-8A24-807A5150232B{left:auto;right:130px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-ABDB1593-5B8A-49BC-8A24-807A5150232B{left:auto;right:125px;top:85px;bottom:auto;width:50px;height:40px;}}
#wi-77787943-4A25-45C8-BCBC-2E67E997571F{width:1095px;height:67px;top:73px;left:150px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-77787943-4A25-45C8-BCBC-2E67E997571F{left:160px;top:73px;right:169px;bottom:auto;width:auto;height:67px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-77787943-4A25-45C8-BCBC-2E67E997571F{left:160px;right:159px;top:73px;bottom:auto;width:auto;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-77787943-4A25-45C8-BCBC-2E67E997571F{left:160px;right:161px;top:75px;bottom:auto;width:auto;height:52px;}}@media (max-width: 767px){	.responsive #wi-77787943-4A25-45C8-BCBC-2E67E997571F{left:0px;right:0px;top:50px;bottom:auto;width:auto;height:45px;}}
#wi-33B9E95C-073C-46EF-B559-B3C9C393DF08{width:50px;height:40px;top:80px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-33B9E95C-073C-46EF-B559-B3C9C393DF08{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-33B9E95C-073C-46EF-B559-B3C9C393DF08{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-33B9E95C-073C-46EF-B559-B3C9C393DF08{left:115px;right:auto;top:85px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-33B9E95C-073C-46EF-B559-B3C9C393DF08{left:55px;right:auto;top:auto;bottom:0px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-33B9E95C-073C-46EF-B559-B3C9C393DF08{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-33B9E95C-073C-46EF-B559-B3C9C393DF08{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-33B9E95C-073C-46EF-B559-B3C9C393DF08{left:auto;right:20px;top:80px;bottom:auto;width:50px;height:40px;}}
#wi-2D4924F2-B209-46CD-B481-1C681EC06A23{width:auto;height:55px;top:auto;left:0px;right:0px;bottom:0px;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-2D4924F2-B209-46CD-B481-1C681EC06A23{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-2D4924F2-B209-46CD-B481-1C681EC06A23{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (max-width: 767px){	.responsive #wi-2D4924F2-B209-46CD-B481-1C681EC06A23{left:auto;right:0px;top:auto;bottom:3px;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-2D4924F2-B209-46CD-B481-1C681EC06A23{left:auto;right:0px;top:83px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-2D4924F2-B209-46CD-B481-1C681EC06A23{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:45px;}}
#wi-B0FE5D7B-C274-494E-9A2D-B96BB3066933{width:50px;height:42px;top:80px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-B0FE5D7B-C274-494E-9A2D-B96BB3066933{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-B0FE5D7B-C274-494E-9A2D-B96BB3066933{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-B0FE5D7B-C274-494E-9A2D-B96BB3066933{left:auto;right:50px;top:80px;bottom:auto;width:50px;height:42px;}}@media (max-width: 767px){	.responsive #wi-B0FE5D7B-C274-494E-9A2D-B96BB3066933{left:auto;right:48px;top:auto;bottom:0px;width:50px;height:42px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-B0FE5D7B-C274-494E-9A2D-B96BB3066933{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-B0FE5D7B-C274-494E-9A2D-B96BB3066933{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-B0FE5D7B-C274-494E-9A2D-B96BB3066933{left:20px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}
#wi-3D62C092-74D8-4CC2-AC26-97ACBE6FE786{width:auto;height:30px;top:0px;left:0px;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-3D62C092-74D8-4CC2-AC26-97ACBE6FE786{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-3D62C092-74D8-4CC2-AC26-97ACBE6FE786{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-3D62C092-74D8-4CC2-AC26-97ACBE6FE786{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}
#wi-8C275A18-F966-455D-B805-5C338DFC9C33{width:210px;height:200px;top:85px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-8C275A18-F966-455D-B805-5C338DFC9C33{left:auto;right:15px;top:85px;bottom:auto;width:210px;height:200px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-8C275A18-F966-455D-B805-5C338DFC9C33{left:auto;right:15px;top:85px;bottom:auto;width:150px;height:200px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-8C275A18-F966-455D-B805-5C338DFC9C33{left:auto;right:15px;top:55px;bottom:auto;width:150px;height:200px;}}@media (max-width: 767px){	.responsive #wi-8C275A18-F966-455D-B805-5C338DFC9C33{left:0px;right:3px;top:1002px;bottom:auto;width:auto;height:180px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-8C275A18-F966-455D-B805-5C338DFC9C33{left:auto;right:20px;top:85px;bottom:auto;width:210px;height:200px;}}
#wi-847DB272-6D29-47FF-B77A-7D436B34B627{width:150px;height:150px;top:260px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-847DB272-6D29-47FF-B77A-7D436B34B627{left:auto;right:320px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-847DB272-6D29-47FF-B77A-7D436B34B627{left:auto;right:220px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-847DB272-6D29-47FF-B77A-7D436B34B627{left:20px;right:auto;top:258px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-847DB272-6D29-47FF-B77A-7D436B34B627{left:0px;right:1px;top:830px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-847DB272-6D29-47FF-B77A-7D436B34B627{left:auto;right:345px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-847DB272-6D29-47FF-B77A-7D436B34B627{left:auto;right:275px;top:285px;bottom:auto;width:140px;height:150px;}}
#wi-43D81F52-C0F3-44FD-8C05-4092C2C83C38{width:150px;height:150px;top:85px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-43D81F52-C0F3-44FD-8C05-4092C2C83C38{left:auto;right:320px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-43D81F52-C0F3-44FD-8C05-4092C2C83C38{left:auto;right:220px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-43D81F52-C0F3-44FD-8C05-4092C2C83C38{left:auto;right:15px;top:270px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-43D81F52-C0F3-44FD-8C05-4092C2C83C38{left:0px;right:4px;top:662px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-43D81F52-C0F3-44FD-8C05-4092C2C83C38{left:auto;right:345px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-43D81F52-C0F3-44FD-8C05-4092C2C83C38{left:auto;right:285px;top:85px;bottom:auto;width:130px;height:150px;}}
#wi-3C4888C9-962E-4AD6-AB9F-5F1F95526B9E{width:150px;height:380px;top:85px;left:600px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-3C4888C9-962E-4AD6-AB9F-5F1F95526B9E{left:500px;right:auto;top:85px;bottom:auto;width:150px;height:380px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-3C4888C9-962E-4AD6-AB9F-5F1F95526B9E{left:auto;top:85px;right:425px;bottom:auto;width:150px;height:380px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-3C4888C9-962E-4AD6-AB9F-5F1F95526B9E{left:auto;top:55px;right:238px;bottom:auto;width:150px;height:380px;}}@media (max-width: 767px){	.responsive #wi-3C4888C9-962E-4AD6-AB9F-5F1F95526B9E{left:0px;right:2px;top:270px;bottom:auto;width:auto;height:370px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-3C4888C9-962E-4AD6-AB9F-5F1F95526B9E{left:425px;right:auto;top:85px;bottom:auto;width:130px;height:380px;}}
#wi-8C0DEF19-E5EE-49D7-ABE1-811073370F4D{width:auto;height:50px;top:auto;left:0px;right:0px;bottom:40px;}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-8C0DEF19-E5EE-49D7-ABE1-811073370F4D{left:0px;right:0px;top:auto;bottom:40px;width:auto;height:50px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-8C0DEF19-E5EE-49D7-ABE1-811073370F4D{left:0px;right:0px;top:auto;bottom:25px;width:auto;height:50px;}}@media (max-width: 767px){	.responsive #wi-8C0DEF19-E5EE-49D7-ABE1-811073370F4D{left:0px;right:2px;top:1422px;bottom:auto;width:auto;height:50px;}}
#wi-031C681B-1583-4148-B4CC-34BB6C07EDD5{width:365px;height:80px;top:405px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-031C681B-1583-4148-B4CC-34BB6C07EDD5{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-031C681B-1583-4148-B4CC-34BB6C07EDD5{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-031C681B-1583-4148-B4CC-34BB6C07EDD5{left:auto;right:20px;top:470px;bottom:auto;width:370px;height:80px;}}@media (max-width: 767px){	.responsive #wi-031C681B-1583-4148-B4CC-34BB6C07EDD5{left:0px;right:2px;top:1185px;bottom:auto;width:auto;height:80px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-031C681B-1583-4148-B4CC-34BB6C07EDD5{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-031C681B-1583-4148-B4CC-34BB6C07EDD5{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-031C681B-1583-4148-B4CC-34BB6C07EDD5{left:20px;right:auto;top:430px;bottom:auto;width:365px;height:80px;}}
#wi-DC70EBAD-5CE3-47E3-AE3A-5C1382DB9824{width:300px;height:70px;top:300px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-DC70EBAD-5CE3-47E3-AE3A-5C1382DB9824{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-DC70EBAD-5CE3-47E3-AE3A-5C1382DB9824{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-DC70EBAD-5CE3-47E3-AE3A-5C1382DB9824{left:20px;right:auto;top:470px;bottom:auto;width:300px;height:70px;}}@media (max-width: 767px){	.responsive #wi-DC70EBAD-5CE3-47E3-AE3A-5C1382DB9824{left:0px;right:3px;top:1312px;bottom:auto;width:auto;height:70px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-DC70EBAD-5CE3-47E3-AE3A-5C1382DB9824{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-DC70EBAD-5CE3-47E3-AE3A-5C1382DB9824{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-DC70EBAD-5CE3-47E3-AE3A-5C1382DB9824{left:20px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}
#wi-CB462939-FC7D-44B0-B7E5-5707DFA9B94B{width:365px;height:85px;top:205px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-CB462939-FC7D-44B0-B7E5-5707DFA9B94B{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-CB462939-FC7D-44B0-B7E5-5707DFA9B94B{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-CB462939-FC7D-44B0-B7E5-5707DFA9B94B{left:20px;right:auto;top:175px;bottom:auto;width:300px;height:85px;}}@media (max-width: 767px){	.responsive #wi-CB462939-FC7D-44B0-B7E5-5707DFA9B94B{left:0px;right:3px;top:170px;bottom:auto;width:auto;height:85px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-CB462939-FC7D-44B0-B7E5-5707DFA9B94B{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-CB462939-FC7D-44B0-B7E5-5707DFA9B94B{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-CB462939-FC7D-44B0-B7E5-5707DFA9B94B{left:20px;right:auto;top:205px;bottom:auto;width:300px;height:85px;}}
#wi-9AB04C09-4949-4A86-8C3D-206D122BCFA1{width:360px;height:115px;top:85px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-9AB04C09-4949-4A86-8C3D-206D122BCFA1{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-9AB04C09-4949-4A86-8C3D-206D122BCFA1{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-9AB04C09-4949-4A86-8C3D-206D122BCFA1{left:20px;right:auto;top:55px;bottom:auto;width:300px;height:115px;}}@media (max-width: 767px){	.responsive #wi-9AB04C09-4949-4A86-8C3D-206D122BCFA1{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:115px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-9AB04C09-4949-4A86-8C3D-206D122BCFA1{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-9AB04C09-4949-4A86-8C3D-206D122BCFA1{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-9AB04C09-4949-4A86-8C3D-206D122BCFA1{left:20px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}
#wi-51761E3B-BBD7-49F6-B880-075AA6D10D7F{width:50px;height:40px;top:83px;left:auto;right:70px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-51761E3B-BBD7-49F6-B880-075AA6D10D7F{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-51761E3B-BBD7-49F6-B880-075AA6D10D7F{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-51761E3B-BBD7-49F6-B880-075AA6D10D7F{left:72px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-51761E3B-BBD7-49F6-B880-075AA6D10D7F{left:auto;right:85px;top:123px;bottom:auto;width:50px;height:40px;display:none;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-51761E3B-BBD7-49F6-B880-075AA6D10D7F{left:auto;right:72px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-51761E3B-BBD7-49F6-B880-075AA6D10D7F{left:auto;right:68px;top:83px;bottom:auto;width:50px;height:40px;}}
#wi-D755EAC3-D6B7-48BB-9E99-B49B89403488{width:50px;height:40px;top:83px;left:auto;right:125px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-D755EAC3-D6B7-48BB-9E99-B49B89403488{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-D755EAC3-D6B7-48BB-9E99-B49B89403488{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-D755EAC3-D6B7-48BB-9E99-B49B89403488{left:20px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-D755EAC3-D6B7-48BB-9E99-B49B89403488{left:15px;right:auto;top:auto;bottom:14px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-D755EAC3-D6B7-48BB-9E99-B49B89403488{left:auto;right:130px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-D755EAC3-D6B7-48BB-9E99-B49B89403488{left:auto;right:125px;top:85px;bottom:auto;width:50px;height:40px;}}
#wi-BF2D2813-CDA9-4839-AC11-7D416AE362DB{width:1095px;height:67px;top:73px;left:150px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-BF2D2813-CDA9-4839-AC11-7D416AE362DB{left:160px;top:73px;right:169px;bottom:auto;width:auto;height:67px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-BF2D2813-CDA9-4839-AC11-7D416AE362DB{left:160px;right:159px;top:73px;bottom:auto;width:auto;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-BF2D2813-CDA9-4839-AC11-7D416AE362DB{left:160px;right:161px;top:75px;bottom:auto;width:auto;height:52px;}}@media (max-width: 767px){	.responsive #wi-BF2D2813-CDA9-4839-AC11-7D416AE362DB{left:0px;right:0px;top:50px;bottom:auto;width:auto;height:45px;}}
#wi-41948105-B052-4752-8F2E-BBF045932050{width:50px;height:40px;top:80px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-41948105-B052-4752-8F2E-BBF045932050{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-41948105-B052-4752-8F2E-BBF045932050{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-41948105-B052-4752-8F2E-BBF045932050{left:115px;right:auto;top:85px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-41948105-B052-4752-8F2E-BBF045932050{left:55px;right:auto;top:auto;bottom:0px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-41948105-B052-4752-8F2E-BBF045932050{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-41948105-B052-4752-8F2E-BBF045932050{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-41948105-B052-4752-8F2E-BBF045932050{left:auto;right:20px;top:80px;bottom:auto;width:50px;height:40px;}}
#wi-25CDD54F-21B4-4F82-84A0-931E6DDD5524{width:auto;height:55px;top:auto;left:0px;right:0px;bottom:0px;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-25CDD54F-21B4-4F82-84A0-931E6DDD5524{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-25CDD54F-21B4-4F82-84A0-931E6DDD5524{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (max-width: 767px){	.responsive #wi-25CDD54F-21B4-4F82-84A0-931E6DDD5524{left:auto;right:0px;top:auto;bottom:3px;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-25CDD54F-21B4-4F82-84A0-931E6DDD5524{left:auto;right:0px;top:83px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-25CDD54F-21B4-4F82-84A0-931E6DDD5524{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:45px;}}
#wi-55C1D2DA-60E9-45A4-8230-93E58F1F9590{width:50px;height:42px;top:80px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-55C1D2DA-60E9-45A4-8230-93E58F1F9590{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-55C1D2DA-60E9-45A4-8230-93E58F1F9590{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-55C1D2DA-60E9-45A4-8230-93E58F1F9590{left:auto;right:50px;top:80px;bottom:auto;width:50px;height:42px;}}@media (max-width: 767px){	.responsive #wi-55C1D2DA-60E9-45A4-8230-93E58F1F9590{left:auto;right:48px;top:auto;bottom:0px;width:50px;height:42px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-55C1D2DA-60E9-45A4-8230-93E58F1F9590{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-55C1D2DA-60E9-45A4-8230-93E58F1F9590{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-55C1D2DA-60E9-45A4-8230-93E58F1F9590{left:20px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}
#wi-0AA30E7C-3064-4741-B049-715D27EE7770{width:auto;height:30px;top:0px;left:0px;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-0AA30E7C-3064-4741-B049-715D27EE7770{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-0AA30E7C-3064-4741-B049-715D27EE7770{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-0AA30E7C-3064-4741-B049-715D27EE7770{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}
#wi-55348925-A5FF-488A-8E9D-350CE78E97EC{width:210px;height:200px;top:85px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-55348925-A5FF-488A-8E9D-350CE78E97EC{left:auto;right:15px;top:85px;bottom:auto;width:210px;height:200px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-55348925-A5FF-488A-8E9D-350CE78E97EC{left:auto;right:15px;top:85px;bottom:auto;width:150px;height:200px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-55348925-A5FF-488A-8E9D-350CE78E97EC{left:auto;right:15px;top:55px;bottom:auto;width:150px;height:200px;}}@media (max-width: 767px){	.responsive #wi-55348925-A5FF-488A-8E9D-350CE78E97EC{left:0px;right:3px;top:1002px;bottom:auto;width:auto;height:180px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-55348925-A5FF-488A-8E9D-350CE78E97EC{left:auto;right:20px;top:85px;bottom:auto;width:210px;height:200px;}}
#wi-D6940F52-CFF0-4C21-952E-AF0D0E9A1A8B{width:150px;height:150px;top:260px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-D6940F52-CFF0-4C21-952E-AF0D0E9A1A8B{left:auto;right:320px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-D6940F52-CFF0-4C21-952E-AF0D0E9A1A8B{left:auto;right:220px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-D6940F52-CFF0-4C21-952E-AF0D0E9A1A8B{left:20px;right:auto;top:258px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-D6940F52-CFF0-4C21-952E-AF0D0E9A1A8B{left:0px;right:1px;top:830px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-D6940F52-CFF0-4C21-952E-AF0D0E9A1A8B{left:auto;right:345px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-D6940F52-CFF0-4C21-952E-AF0D0E9A1A8B{left:auto;right:275px;top:285px;bottom:auto;width:140px;height:150px;}}
#wi-B781FFAD-245D-438E-9ACA-7FEE9820F889{width:150px;height:150px;top:85px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-B781FFAD-245D-438E-9ACA-7FEE9820F889{left:auto;right:320px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-B781FFAD-245D-438E-9ACA-7FEE9820F889{left:auto;right:220px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-B781FFAD-245D-438E-9ACA-7FEE9820F889{left:auto;right:15px;top:270px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-B781FFAD-245D-438E-9ACA-7FEE9820F889{left:0px;right:4px;top:662px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-B781FFAD-245D-438E-9ACA-7FEE9820F889{left:auto;right:345px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-B781FFAD-245D-438E-9ACA-7FEE9820F889{left:auto;right:285px;top:85px;bottom:auto;width:130px;height:150px;}}
#wi-0B01A7CF-4E17-4051-80CA-ADA53811AB3C{width:150px;height:380px;top:85px;left:600px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-0B01A7CF-4E17-4051-80CA-ADA53811AB3C{left:500px;right:auto;top:85px;bottom:auto;width:150px;height:380px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-0B01A7CF-4E17-4051-80CA-ADA53811AB3C{left:auto;top:85px;right:425px;bottom:auto;width:150px;height:380px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-0B01A7CF-4E17-4051-80CA-ADA53811AB3C{left:auto;top:55px;right:238px;bottom:auto;width:150px;height:380px;}}@media (max-width: 767px){	.responsive #wi-0B01A7CF-4E17-4051-80CA-ADA53811AB3C{left:0px;right:2px;top:270px;bottom:auto;width:auto;height:370px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-0B01A7CF-4E17-4051-80CA-ADA53811AB3C{left:425px;right:auto;top:85px;bottom:auto;width:130px;height:380px;}}
#wi-C99DF562-E89D-41BA-9262-9E1091B3869F{width:auto;height:50px;top:auto;left:0px;right:0px;bottom:40px;}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-C99DF562-E89D-41BA-9262-9E1091B3869F{left:0px;right:0px;top:auto;bottom:40px;width:auto;height:50px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-C99DF562-E89D-41BA-9262-9E1091B3869F{left:0px;right:0px;top:auto;bottom:25px;width:auto;height:50px;}}@media (max-width: 767px){	.responsive #wi-C99DF562-E89D-41BA-9262-9E1091B3869F{left:0px;right:2px;top:1422px;bottom:auto;width:auto;height:50px;}}
#wi-5B48C6D2-DD32-4F2B-92D1-AB4978F54E9D{width:365px;height:80px;top:405px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-5B48C6D2-DD32-4F2B-92D1-AB4978F54E9D{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-5B48C6D2-DD32-4F2B-92D1-AB4978F54E9D{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-5B48C6D2-DD32-4F2B-92D1-AB4978F54E9D{left:auto;right:20px;top:470px;bottom:auto;width:370px;height:80px;}}@media (max-width: 767px){	.responsive #wi-5B48C6D2-DD32-4F2B-92D1-AB4978F54E9D{left:0px;right:2px;top:1185px;bottom:auto;width:auto;height:80px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-5B48C6D2-DD32-4F2B-92D1-AB4978F54E9D{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-5B48C6D2-DD32-4F2B-92D1-AB4978F54E9D{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-5B48C6D2-DD32-4F2B-92D1-AB4978F54E9D{left:20px;right:auto;top:430px;bottom:auto;width:365px;height:80px;}}
#wi-5C608E7F-6923-477D-972D-EA8DDBDD2F7E{width:300px;height:70px;top:300px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-5C608E7F-6923-477D-972D-EA8DDBDD2F7E{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-5C608E7F-6923-477D-972D-EA8DDBDD2F7E{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-5C608E7F-6923-477D-972D-EA8DDBDD2F7E{left:20px;right:auto;top:470px;bottom:auto;width:300px;height:70px;}}@media (max-width: 767px){	.responsive #wi-5C608E7F-6923-477D-972D-EA8DDBDD2F7E{left:0px;right:3px;top:1312px;bottom:auto;width:auto;height:70px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-5C608E7F-6923-477D-972D-EA8DDBDD2F7E{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-5C608E7F-6923-477D-972D-EA8DDBDD2F7E{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-5C608E7F-6923-477D-972D-EA8DDBDD2F7E{left:20px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}
#wi-485B81B0-0693-4AEC-8881-F7F3BFB2B4D9{width:365px;height:85px;top:205px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-485B81B0-0693-4AEC-8881-F7F3BFB2B4D9{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-485B81B0-0693-4AEC-8881-F7F3BFB2B4D9{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-485B81B0-0693-4AEC-8881-F7F3BFB2B4D9{left:20px;right:auto;top:175px;bottom:auto;width:300px;height:85px;}}@media (max-width: 767px){	.responsive #wi-485B81B0-0693-4AEC-8881-F7F3BFB2B4D9{left:0px;right:3px;top:170px;bottom:auto;width:auto;height:85px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-485B81B0-0693-4AEC-8881-F7F3BFB2B4D9{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-485B81B0-0693-4AEC-8881-F7F3BFB2B4D9{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-485B81B0-0693-4AEC-8881-F7F3BFB2B4D9{left:20px;right:auto;top:205px;bottom:auto;width:300px;height:85px;}}
#wi-1E224C02-530A-4A53-BA0F-5FEC1ED30041{width:360px;height:115px;top:85px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-1E224C02-530A-4A53-BA0F-5FEC1ED30041{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-1E224C02-530A-4A53-BA0F-5FEC1ED30041{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-1E224C02-530A-4A53-BA0F-5FEC1ED30041{left:20px;right:auto;top:55px;bottom:auto;width:300px;height:115px;}}@media (max-width: 767px){	.responsive #wi-1E224C02-530A-4A53-BA0F-5FEC1ED30041{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:115px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-1E224C02-530A-4A53-BA0F-5FEC1ED30041{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-1E224C02-530A-4A53-BA0F-5FEC1ED30041{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-1E224C02-530A-4A53-BA0F-5FEC1ED30041{left:20px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}
#wi-05A44635-B98F-4909-844E-74CD7DF17DFF{width:50px;height:40px;top:83px;left:auto;right:70px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-05A44635-B98F-4909-844E-74CD7DF17DFF{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-05A44635-B98F-4909-844E-74CD7DF17DFF{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-05A44635-B98F-4909-844E-74CD7DF17DFF{left:72px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-05A44635-B98F-4909-844E-74CD7DF17DFF{left:auto;right:85px;top:123px;bottom:auto;width:50px;height:40px;display:none;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-05A44635-B98F-4909-844E-74CD7DF17DFF{left:auto;right:72px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-05A44635-B98F-4909-844E-74CD7DF17DFF{left:auto;right:68px;top:83px;bottom:auto;width:50px;height:40px;}}
#wi-96AF65D1-9AAB-412C-BECA-8944AFFEB501{width:50px;height:40px;top:83px;left:auto;right:125px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-96AF65D1-9AAB-412C-BECA-8944AFFEB501{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-96AF65D1-9AAB-412C-BECA-8944AFFEB501{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-96AF65D1-9AAB-412C-BECA-8944AFFEB501{left:20px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-96AF65D1-9AAB-412C-BECA-8944AFFEB501{left:15px;right:auto;top:auto;bottom:14px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-96AF65D1-9AAB-412C-BECA-8944AFFEB501{left:auto;right:130px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-96AF65D1-9AAB-412C-BECA-8944AFFEB501{left:auto;right:125px;top:85px;bottom:auto;width:50px;height:40px;}}
#wi-49CC4312-7234-40FB-92BB-F6960DEB6759{width:1095px;height:67px;top:73px;left:150px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-49CC4312-7234-40FB-92BB-F6960DEB6759{left:160px;top:73px;right:169px;bottom:auto;width:auto;height:67px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-49CC4312-7234-40FB-92BB-F6960DEB6759{left:160px;right:159px;top:73px;bottom:auto;width:auto;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-49CC4312-7234-40FB-92BB-F6960DEB6759{left:160px;right:161px;top:75px;bottom:auto;width:auto;height:52px;}}@media (max-width: 767px){	.responsive #wi-49CC4312-7234-40FB-92BB-F6960DEB6759{left:0px;right:0px;top:50px;bottom:auto;width:auto;height:45px;}}
#wi-6E276C87-0551-4980-A727-C8862C2E8DD5{width:50px;height:40px;top:80px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-6E276C87-0551-4980-A727-C8862C2E8DD5{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-6E276C87-0551-4980-A727-C8862C2E8DD5{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-6E276C87-0551-4980-A727-C8862C2E8DD5{left:115px;right:auto;top:85px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-6E276C87-0551-4980-A727-C8862C2E8DD5{left:55px;right:auto;top:auto;bottom:0px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-6E276C87-0551-4980-A727-C8862C2E8DD5{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-6E276C87-0551-4980-A727-C8862C2E8DD5{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-6E276C87-0551-4980-A727-C8862C2E8DD5{left:auto;right:20px;top:80px;bottom:auto;width:50px;height:40px;}}
#wi-03096C6E-D9FC-4427-BACC-1EC1D871BA7E{width:auto;height:55px;top:auto;left:0px;right:0px;bottom:0px;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-03096C6E-D9FC-4427-BACC-1EC1D871BA7E{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-03096C6E-D9FC-4427-BACC-1EC1D871BA7E{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (max-width: 767px){	.responsive #wi-03096C6E-D9FC-4427-BACC-1EC1D871BA7E{left:auto;right:0px;top:auto;bottom:3px;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-03096C6E-D9FC-4427-BACC-1EC1D871BA7E{left:auto;right:0px;top:83px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-03096C6E-D9FC-4427-BACC-1EC1D871BA7E{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:45px;}}
#wi-89D0AA2C-515B-4433-89D8-8B9417C06F61{width:50px;height:42px;top:80px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-89D0AA2C-515B-4433-89D8-8B9417C06F61{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-89D0AA2C-515B-4433-89D8-8B9417C06F61{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-89D0AA2C-515B-4433-89D8-8B9417C06F61{left:auto;right:50px;top:80px;bottom:auto;width:50px;height:42px;}}@media (max-width: 767px){	.responsive #wi-89D0AA2C-515B-4433-89D8-8B9417C06F61{left:auto;right:48px;top:auto;bottom:0px;width:50px;height:42px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-89D0AA2C-515B-4433-89D8-8B9417C06F61{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-89D0AA2C-515B-4433-89D8-8B9417C06F61{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-89D0AA2C-515B-4433-89D8-8B9417C06F61{left:20px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}
#wi-7834CBA4-3376-4DB3-A0A7-6AC172A74D42{width:auto;height:30px;top:0px;left:0px;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-7834CBA4-3376-4DB3-A0A7-6AC172A74D42{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-7834CBA4-3376-4DB3-A0A7-6AC172A74D42{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-7834CBA4-3376-4DB3-A0A7-6AC172A74D42{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}
#wi-7C5D49BB-5354-4BC2-8E04-8C6645DFED62{width:210px;height:200px;top:85px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-7C5D49BB-5354-4BC2-8E04-8C6645DFED62{left:auto;right:15px;top:85px;bottom:auto;width:210px;height:200px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-7C5D49BB-5354-4BC2-8E04-8C6645DFED62{left:auto;right:15px;top:85px;bottom:auto;width:150px;height:200px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-7C5D49BB-5354-4BC2-8E04-8C6645DFED62{left:auto;right:15px;top:55px;bottom:auto;width:150px;height:200px;}}@media (max-width: 767px){	.responsive #wi-7C5D49BB-5354-4BC2-8E04-8C6645DFED62{left:0px;right:3px;top:1002px;bottom:auto;width:auto;height:180px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-7C5D49BB-5354-4BC2-8E04-8C6645DFED62{left:auto;right:20px;top:85px;bottom:auto;width:210px;height:200px;}}
#wi-CC5E527F-0982-4485-8053-DB0819327847{width:150px;height:150px;top:260px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-CC5E527F-0982-4485-8053-DB0819327847{left:auto;right:320px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-CC5E527F-0982-4485-8053-DB0819327847{left:auto;right:220px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-CC5E527F-0982-4485-8053-DB0819327847{left:20px;right:auto;top:258px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-CC5E527F-0982-4485-8053-DB0819327847{left:0px;right:1px;top:830px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-CC5E527F-0982-4485-8053-DB0819327847{left:auto;right:345px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-CC5E527F-0982-4485-8053-DB0819327847{left:auto;right:275px;top:285px;bottom:auto;width:140px;height:150px;}}
#wi-C984FDFB-AFD7-4022-A94D-679FFAF28314{width:150px;height:150px;top:85px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-C984FDFB-AFD7-4022-A94D-679FFAF28314{left:auto;right:320px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-C984FDFB-AFD7-4022-A94D-679FFAF28314{left:auto;right:220px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-C984FDFB-AFD7-4022-A94D-679FFAF28314{left:auto;right:15px;top:270px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-C984FDFB-AFD7-4022-A94D-679FFAF28314{left:0px;right:4px;top:662px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-C984FDFB-AFD7-4022-A94D-679FFAF28314{left:auto;right:345px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-C984FDFB-AFD7-4022-A94D-679FFAF28314{left:auto;right:285px;top:85px;bottom:auto;width:130px;height:150px;}}
#wi-06BBF466-3EEB-4086-A7BD-570AAB57A5E2{width:150px;height:380px;top:85px;left:600px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-06BBF466-3EEB-4086-A7BD-570AAB57A5E2{left:500px;right:auto;top:85px;bottom:auto;width:150px;height:380px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-06BBF466-3EEB-4086-A7BD-570AAB57A5E2{left:auto;top:85px;right:425px;bottom:auto;width:150px;height:380px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-06BBF466-3EEB-4086-A7BD-570AAB57A5E2{left:auto;top:55px;right:238px;bottom:auto;width:150px;height:380px;}}@media (max-width: 767px){	.responsive #wi-06BBF466-3EEB-4086-A7BD-570AAB57A5E2{left:0px;right:2px;top:270px;bottom:auto;width:auto;height:370px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-06BBF466-3EEB-4086-A7BD-570AAB57A5E2{left:425px;right:auto;top:85px;bottom:auto;width:130px;height:380px;}}
#wi-4741466F-7959-4DA7-9C2B-D4371C157DAB{width:auto;height:50px;top:auto;left:0px;right:0px;bottom:40px;}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-4741466F-7959-4DA7-9C2B-D4371C157DAB{left:0px;right:0px;top:auto;bottom:40px;width:auto;height:50px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-4741466F-7959-4DA7-9C2B-D4371C157DAB{left:0px;right:0px;top:auto;bottom:25px;width:auto;height:50px;}}@media (max-width: 767px){	.responsive #wi-4741466F-7959-4DA7-9C2B-D4371C157DAB{left:0px;right:2px;top:1422px;bottom:auto;width:auto;height:50px;}}
#wi-382C0450-C613-4020-B491-4EF28D47FFF3{width:365px;height:80px;top:405px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-382C0450-C613-4020-B491-4EF28D47FFF3{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-382C0450-C613-4020-B491-4EF28D47FFF3{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-382C0450-C613-4020-B491-4EF28D47FFF3{left:auto;right:20px;top:470px;bottom:auto;width:370px;height:80px;}}@media (max-width: 767px){	.responsive #wi-382C0450-C613-4020-B491-4EF28D47FFF3{left:0px;right:2px;top:1185px;bottom:auto;width:auto;height:80px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-382C0450-C613-4020-B491-4EF28D47FFF3{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-382C0450-C613-4020-B491-4EF28D47FFF3{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-382C0450-C613-4020-B491-4EF28D47FFF3{left:20px;right:auto;top:430px;bottom:auto;width:365px;height:80px;}}
#wi-988FBF84-1F28-4B39-ADC4-6EB1480873F4{width:300px;height:70px;top:300px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-988FBF84-1F28-4B39-ADC4-6EB1480873F4{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-988FBF84-1F28-4B39-ADC4-6EB1480873F4{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-988FBF84-1F28-4B39-ADC4-6EB1480873F4{left:20px;right:auto;top:470px;bottom:auto;width:300px;height:70px;}}@media (max-width: 767px){	.responsive #wi-988FBF84-1F28-4B39-ADC4-6EB1480873F4{left:0px;right:3px;top:1312px;bottom:auto;width:auto;height:70px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-988FBF84-1F28-4B39-ADC4-6EB1480873F4{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-988FBF84-1F28-4B39-ADC4-6EB1480873F4{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-988FBF84-1F28-4B39-ADC4-6EB1480873F4{left:20px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}
#wi-26DC4506-5DDE-4F05-A119-F4BB21A72D7D{width:365px;height:85px;top:205px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-26DC4506-5DDE-4F05-A119-F4BB21A72D7D{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-26DC4506-5DDE-4F05-A119-F4BB21A72D7D{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-26DC4506-5DDE-4F05-A119-F4BB21A72D7D{left:20px;right:auto;top:175px;bottom:auto;width:300px;height:85px;}}@media (max-width: 767px){	.responsive #wi-26DC4506-5DDE-4F05-A119-F4BB21A72D7D{left:0px;right:3px;top:170px;bottom:auto;width:auto;height:85px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-26DC4506-5DDE-4F05-A119-F4BB21A72D7D{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-26DC4506-5DDE-4F05-A119-F4BB21A72D7D{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-26DC4506-5DDE-4F05-A119-F4BB21A72D7D{left:20px;right:auto;top:205px;bottom:auto;width:300px;height:85px;}}
#wi-4980AD84-ADEB-4056-9BC2-0DC53358322E{width:360px;height:115px;top:85px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-4980AD84-ADEB-4056-9BC2-0DC53358322E{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-4980AD84-ADEB-4056-9BC2-0DC53358322E{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-4980AD84-ADEB-4056-9BC2-0DC53358322E{left:20px;right:auto;top:55px;bottom:auto;width:300px;height:115px;}}@media (max-width: 767px){	.responsive #wi-4980AD84-ADEB-4056-9BC2-0DC53358322E{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:115px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-4980AD84-ADEB-4056-9BC2-0DC53358322E{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-4980AD84-ADEB-4056-9BC2-0DC53358322E{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-4980AD84-ADEB-4056-9BC2-0DC53358322E{left:20px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}
#wi-11907FB2-7647-4ED4-98A3-2F16807076C6{width:50px;height:40px;top:83px;left:auto;right:70px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-11907FB2-7647-4ED4-98A3-2F16807076C6{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-11907FB2-7647-4ED4-98A3-2F16807076C6{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-11907FB2-7647-4ED4-98A3-2F16807076C6{left:72px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-11907FB2-7647-4ED4-98A3-2F16807076C6{left:auto;right:85px;top:123px;bottom:auto;width:50px;height:40px;display:none;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-11907FB2-7647-4ED4-98A3-2F16807076C6{left:auto;right:72px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-11907FB2-7647-4ED4-98A3-2F16807076C6{left:auto;right:68px;top:83px;bottom:auto;width:50px;height:40px;}}
#wi-897B6F0C-5F17-433A-AF3E-136DAC137D84{width:50px;height:40px;top:83px;left:auto;right:125px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-897B6F0C-5F17-433A-AF3E-136DAC137D84{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-897B6F0C-5F17-433A-AF3E-136DAC137D84{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-897B6F0C-5F17-433A-AF3E-136DAC137D84{left:20px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-897B6F0C-5F17-433A-AF3E-136DAC137D84{left:15px;right:auto;top:auto;bottom:14px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-897B6F0C-5F17-433A-AF3E-136DAC137D84{left:auto;right:130px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-897B6F0C-5F17-433A-AF3E-136DAC137D84{left:auto;right:125px;top:85px;bottom:auto;width:50px;height:40px;}}
#wi-592ECC67-9CBE-4CFA-B993-AF40CE0B972E{width:1095px;height:67px;top:73px;left:150px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-592ECC67-9CBE-4CFA-B993-AF40CE0B972E{left:160px;top:73px;right:169px;bottom:auto;width:auto;height:67px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-592ECC67-9CBE-4CFA-B993-AF40CE0B972E{left:160px;right:159px;top:73px;bottom:auto;width:auto;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-592ECC67-9CBE-4CFA-B993-AF40CE0B972E{left:160px;right:161px;top:75px;bottom:auto;width:auto;height:52px;}}@media (max-width: 767px){	.responsive #wi-592ECC67-9CBE-4CFA-B993-AF40CE0B972E{left:0px;right:0px;top:50px;bottom:auto;width:auto;height:45px;}}
#wi-6E4526E4-1CE0-46E4-9B63-8D3B6D1EE806{width:50px;height:40px;top:80px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-6E4526E4-1CE0-46E4-9B63-8D3B6D1EE806{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-6E4526E4-1CE0-46E4-9B63-8D3B6D1EE806{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-6E4526E4-1CE0-46E4-9B63-8D3B6D1EE806{left:115px;right:auto;top:85px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-6E4526E4-1CE0-46E4-9B63-8D3B6D1EE806{left:55px;right:auto;top:auto;bottom:0px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-6E4526E4-1CE0-46E4-9B63-8D3B6D1EE806{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-6E4526E4-1CE0-46E4-9B63-8D3B6D1EE806{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-6E4526E4-1CE0-46E4-9B63-8D3B6D1EE806{left:auto;right:20px;top:80px;bottom:auto;width:50px;height:40px;}}
#wi-597936FF-ED47-4824-B303-9CECE2672046{width:auto;height:55px;top:auto;left:0px;right:0px;bottom:0px;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-597936FF-ED47-4824-B303-9CECE2672046{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-597936FF-ED47-4824-B303-9CECE2672046{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (max-width: 767px){	.responsive #wi-597936FF-ED47-4824-B303-9CECE2672046{left:auto;right:0px;top:auto;bottom:3px;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-597936FF-ED47-4824-B303-9CECE2672046{left:auto;right:0px;top:83px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-597936FF-ED47-4824-B303-9CECE2672046{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:45px;}}
#wi-22BA18B3-79E0-451D-8FCE-F9187F95B73B{width:50px;height:42px;top:80px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-22BA18B3-79E0-451D-8FCE-F9187F95B73B{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-22BA18B3-79E0-451D-8FCE-F9187F95B73B{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-22BA18B3-79E0-451D-8FCE-F9187F95B73B{left:auto;right:50px;top:80px;bottom:auto;width:50px;height:42px;}}@media (max-width: 767px){	.responsive #wi-22BA18B3-79E0-451D-8FCE-F9187F95B73B{left:auto;right:48px;top:auto;bottom:0px;width:50px;height:42px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-22BA18B3-79E0-451D-8FCE-F9187F95B73B{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-22BA18B3-79E0-451D-8FCE-F9187F95B73B{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-22BA18B3-79E0-451D-8FCE-F9187F95B73B{left:20px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}
#wi-AE274C79-B1F1-48FF-9129-EF8D04B80467{width:auto;height:30px;top:0px;left:0px;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-AE274C79-B1F1-48FF-9129-EF8D04B80467{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-AE274C79-B1F1-48FF-9129-EF8D04B80467{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-AE274C79-B1F1-48FF-9129-EF8D04B80467{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}
#wi-EC867E31-1E9F-4EAB-BD6A-19B287D6C8D0{width:210px;height:200px;top:85px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-EC867E31-1E9F-4EAB-BD6A-19B287D6C8D0{left:auto;right:15px;top:85px;bottom:auto;width:210px;height:200px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-EC867E31-1E9F-4EAB-BD6A-19B287D6C8D0{left:auto;right:15px;top:85px;bottom:auto;width:150px;height:200px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-EC867E31-1E9F-4EAB-BD6A-19B287D6C8D0{left:auto;right:15px;top:55px;bottom:auto;width:150px;height:200px;}}@media (max-width: 767px){	.responsive #wi-EC867E31-1E9F-4EAB-BD6A-19B287D6C8D0{left:0px;right:3px;top:1002px;bottom:auto;width:auto;height:180px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-EC867E31-1E9F-4EAB-BD6A-19B287D6C8D0{left:auto;right:20px;top:85px;bottom:auto;width:210px;height:200px;}}
#wi-48C84F6B-EF10-4A0C-BA82-FC3617F7DA31{width:150px;height:150px;top:260px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-48C84F6B-EF10-4A0C-BA82-FC3617F7DA31{left:auto;right:320px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-48C84F6B-EF10-4A0C-BA82-FC3617F7DA31{left:auto;right:220px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-48C84F6B-EF10-4A0C-BA82-FC3617F7DA31{left:20px;right:auto;top:258px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-48C84F6B-EF10-4A0C-BA82-FC3617F7DA31{left:0px;right:1px;top:830px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-48C84F6B-EF10-4A0C-BA82-FC3617F7DA31{left:auto;right:345px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-48C84F6B-EF10-4A0C-BA82-FC3617F7DA31{left:auto;right:275px;top:285px;bottom:auto;width:140px;height:150px;}}
#wi-82FEA375-270C-4B0A-948C-D5E9C200E235{width:150px;height:150px;top:85px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-82FEA375-270C-4B0A-948C-D5E9C200E235{left:auto;right:320px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-82FEA375-270C-4B0A-948C-D5E9C200E235{left:auto;right:220px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-82FEA375-270C-4B0A-948C-D5E9C200E235{left:auto;right:15px;top:270px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-82FEA375-270C-4B0A-948C-D5E9C200E235{left:0px;right:4px;top:662px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-82FEA375-270C-4B0A-948C-D5E9C200E235{left:auto;right:345px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-82FEA375-270C-4B0A-948C-D5E9C200E235{left:auto;right:285px;top:85px;bottom:auto;width:130px;height:150px;}}
#wi-81BBC22A-099C-4CEB-BAB1-E40FEDDFC1E0{width:150px;height:380px;top:85px;left:600px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-81BBC22A-099C-4CEB-BAB1-E40FEDDFC1E0{left:500px;right:auto;top:85px;bottom:auto;width:150px;height:380px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-81BBC22A-099C-4CEB-BAB1-E40FEDDFC1E0{left:auto;top:85px;right:425px;bottom:auto;width:150px;height:380px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-81BBC22A-099C-4CEB-BAB1-E40FEDDFC1E0{left:auto;top:55px;right:238px;bottom:auto;width:150px;height:380px;}}@media (max-width: 767px){	.responsive #wi-81BBC22A-099C-4CEB-BAB1-E40FEDDFC1E0{left:0px;right:2px;top:270px;bottom:auto;width:auto;height:370px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-81BBC22A-099C-4CEB-BAB1-E40FEDDFC1E0{left:425px;right:auto;top:85px;bottom:auto;width:130px;height:380px;}}
#wi-C9472417-216D-4CD8-AC74-72AB9FA46460{width:auto;height:50px;top:auto;left:0px;right:0px;bottom:40px;}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-C9472417-216D-4CD8-AC74-72AB9FA46460{left:0px;right:0px;top:auto;bottom:40px;width:auto;height:50px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-C9472417-216D-4CD8-AC74-72AB9FA46460{left:0px;right:0px;top:auto;bottom:25px;width:auto;height:50px;}}@media (max-width: 767px){	.responsive #wi-C9472417-216D-4CD8-AC74-72AB9FA46460{left:0px;right:2px;top:1422px;bottom:auto;width:auto;height:50px;}}
#wi-9C0BDC9D-15C2-4BF0-95FA-9FF5E999B042{width:365px;height:80px;top:405px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-9C0BDC9D-15C2-4BF0-95FA-9FF5E999B042{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-9C0BDC9D-15C2-4BF0-95FA-9FF5E999B042{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-9C0BDC9D-15C2-4BF0-95FA-9FF5E999B042{left:auto;right:20px;top:470px;bottom:auto;width:370px;height:80px;}}@media (max-width: 767px){	.responsive #wi-9C0BDC9D-15C2-4BF0-95FA-9FF5E999B042{left:0px;right:2px;top:1185px;bottom:auto;width:auto;height:80px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-9C0BDC9D-15C2-4BF0-95FA-9FF5E999B042{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-9C0BDC9D-15C2-4BF0-95FA-9FF5E999B042{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-9C0BDC9D-15C2-4BF0-95FA-9FF5E999B042{left:20px;right:auto;top:430px;bottom:auto;width:365px;height:80px;}}
#wi-BCFF28B2-9140-451E-9514-CF72242897DE{width:300px;height:70px;top:300px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-BCFF28B2-9140-451E-9514-CF72242897DE{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-BCFF28B2-9140-451E-9514-CF72242897DE{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-BCFF28B2-9140-451E-9514-CF72242897DE{left:20px;right:auto;top:470px;bottom:auto;width:300px;height:70px;}}@media (max-width: 767px){	.responsive #wi-BCFF28B2-9140-451E-9514-CF72242897DE{left:0px;right:3px;top:1312px;bottom:auto;width:auto;height:70px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-BCFF28B2-9140-451E-9514-CF72242897DE{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-BCFF28B2-9140-451E-9514-CF72242897DE{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-BCFF28B2-9140-451E-9514-CF72242897DE{left:20px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}
#wi-A68F562B-F8D9-42DF-AE78-DE1D0EED24D9{width:365px;height:85px;top:205px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-A68F562B-F8D9-42DF-AE78-DE1D0EED24D9{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-A68F562B-F8D9-42DF-AE78-DE1D0EED24D9{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-A68F562B-F8D9-42DF-AE78-DE1D0EED24D9{left:20px;right:auto;top:175px;bottom:auto;width:300px;height:85px;}}@media (max-width: 767px){	.responsive #wi-A68F562B-F8D9-42DF-AE78-DE1D0EED24D9{left:0px;right:3px;top:170px;bottom:auto;width:auto;height:85px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-A68F562B-F8D9-42DF-AE78-DE1D0EED24D9{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-A68F562B-F8D9-42DF-AE78-DE1D0EED24D9{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-A68F562B-F8D9-42DF-AE78-DE1D0EED24D9{left:20px;right:auto;top:205px;bottom:auto;width:300px;height:85px;}}
#wi-D5BDB804-A670-4A75-A6D5-0E59592E540E{width:360px;height:115px;top:85px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-D5BDB804-A670-4A75-A6D5-0E59592E540E{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-D5BDB804-A670-4A75-A6D5-0E59592E540E{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-D5BDB804-A670-4A75-A6D5-0E59592E540E{left:20px;right:auto;top:55px;bottom:auto;width:300px;height:115px;}}@media (max-width: 767px){	.responsive #wi-D5BDB804-A670-4A75-A6D5-0E59592E540E{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:115px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-D5BDB804-A670-4A75-A6D5-0E59592E540E{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-D5BDB804-A670-4A75-A6D5-0E59592E540E{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-D5BDB804-A670-4A75-A6D5-0E59592E540E{left:20px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}
#wi-D12507DC-3F6F-4111-B6A4-F2CE813E99B0{width:50px;height:40px;top:83px;left:auto;right:70px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-D12507DC-3F6F-4111-B6A4-F2CE813E99B0{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-D12507DC-3F6F-4111-B6A4-F2CE813E99B0{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-D12507DC-3F6F-4111-B6A4-F2CE813E99B0{left:72px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-D12507DC-3F6F-4111-B6A4-F2CE813E99B0{left:auto;right:85px;top:123px;bottom:auto;width:50px;height:40px;display:none;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-D12507DC-3F6F-4111-B6A4-F2CE813E99B0{left:auto;right:72px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-D12507DC-3F6F-4111-B6A4-F2CE813E99B0{left:auto;right:68px;top:83px;bottom:auto;width:50px;height:40px;}}
#wi-378C8173-51B2-49CF-A635-5A226C4B3556{width:50px;height:40px;top:83px;left:auto;right:125px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-378C8173-51B2-49CF-A635-5A226C4B3556{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-378C8173-51B2-49CF-A635-5A226C4B3556{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-378C8173-51B2-49CF-A635-5A226C4B3556{left:20px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-378C8173-51B2-49CF-A635-5A226C4B3556{left:15px;right:auto;top:auto;bottom:14px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-378C8173-51B2-49CF-A635-5A226C4B3556{left:auto;right:130px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-378C8173-51B2-49CF-A635-5A226C4B3556{left:auto;right:125px;top:85px;bottom:auto;width:50px;height:40px;}}
#wi-860A6DC8-E674-4F88-9890-0CFEFEE19CAF{width:1095px;height:67px;top:73px;left:150px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-860A6DC8-E674-4F88-9890-0CFEFEE19CAF{left:160px;top:73px;right:169px;bottom:auto;width:auto;height:67px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-860A6DC8-E674-4F88-9890-0CFEFEE19CAF{left:160px;right:159px;top:73px;bottom:auto;width:auto;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-860A6DC8-E674-4F88-9890-0CFEFEE19CAF{left:160px;right:161px;top:75px;bottom:auto;width:auto;height:52px;}}@media (max-width: 767px){	.responsive #wi-860A6DC8-E674-4F88-9890-0CFEFEE19CAF{left:0px;right:0px;top:50px;bottom:auto;width:auto;height:45px;}}
#wi-4856E8D4-9E7B-4BB9-B6DE-42E3198FBF62{width:50px;height:40px;top:80px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-4856E8D4-9E7B-4BB9-B6DE-42E3198FBF62{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-4856E8D4-9E7B-4BB9-B6DE-42E3198FBF62{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-4856E8D4-9E7B-4BB9-B6DE-42E3198FBF62{left:115px;right:auto;top:85px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-4856E8D4-9E7B-4BB9-B6DE-42E3198FBF62{left:55px;right:auto;top:auto;bottom:0px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-4856E8D4-9E7B-4BB9-B6DE-42E3198FBF62{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-4856E8D4-9E7B-4BB9-B6DE-42E3198FBF62{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-4856E8D4-9E7B-4BB9-B6DE-42E3198FBF62{left:auto;right:20px;top:80px;bottom:auto;width:50px;height:40px;}}
#wi-3F8AF356-E92A-446A-9837-1314CBE37A30{width:auto;height:55px;top:auto;left:0px;right:0px;bottom:0px;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-3F8AF356-E92A-446A-9837-1314CBE37A30{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-3F8AF356-E92A-446A-9837-1314CBE37A30{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (max-width: 767px){	.responsive #wi-3F8AF356-E92A-446A-9837-1314CBE37A30{left:auto;right:0px;top:auto;bottom:3px;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-3F8AF356-E92A-446A-9837-1314CBE37A30{left:auto;right:0px;top:83px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-3F8AF356-E92A-446A-9837-1314CBE37A30{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:45px;}}
#wi-ED9E4056-D8FB-4A6E-A099-A0448FC3D05C{width:50px;height:42px;top:80px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-ED9E4056-D8FB-4A6E-A099-A0448FC3D05C{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-ED9E4056-D8FB-4A6E-A099-A0448FC3D05C{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-ED9E4056-D8FB-4A6E-A099-A0448FC3D05C{left:auto;right:50px;top:80px;bottom:auto;width:50px;height:42px;}}@media (max-width: 767px){	.responsive #wi-ED9E4056-D8FB-4A6E-A099-A0448FC3D05C{left:auto;right:48px;top:auto;bottom:0px;width:50px;height:42px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-ED9E4056-D8FB-4A6E-A099-A0448FC3D05C{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-ED9E4056-D8FB-4A6E-A099-A0448FC3D05C{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-ED9E4056-D8FB-4A6E-A099-A0448FC3D05C{left:20px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}
#wi-C69421D9-A9EC-459F-89EB-C93772848118{width:auto;height:30px;top:0px;left:0px;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-C69421D9-A9EC-459F-89EB-C93772848118{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-C69421D9-A9EC-459F-89EB-C93772848118{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-C69421D9-A9EC-459F-89EB-C93772848118{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}
#wi-6FBBA83F-5B56-4F58-9AC5-C934F60FDA86{width:210px;height:200px;top:85px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-6FBBA83F-5B56-4F58-9AC5-C934F60FDA86{left:auto;right:15px;top:85px;bottom:auto;width:210px;height:200px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-6FBBA83F-5B56-4F58-9AC5-C934F60FDA86{left:auto;right:15px;top:85px;bottom:auto;width:150px;height:200px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-6FBBA83F-5B56-4F58-9AC5-C934F60FDA86{left:auto;right:15px;top:55px;bottom:auto;width:150px;height:200px;}}@media (max-width: 767px){	.responsive #wi-6FBBA83F-5B56-4F58-9AC5-C934F60FDA86{left:0px;right:3px;top:1002px;bottom:auto;width:auto;height:180px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-6FBBA83F-5B56-4F58-9AC5-C934F60FDA86{left:auto;right:20px;top:85px;bottom:auto;width:210px;height:200px;}}
#wi-1F9D9D04-C974-4B12-99DE-6C3882ED96E8{width:150px;height:150px;top:260px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-1F9D9D04-C974-4B12-99DE-6C3882ED96E8{left:auto;right:320px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-1F9D9D04-C974-4B12-99DE-6C3882ED96E8{left:auto;right:220px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-1F9D9D04-C974-4B12-99DE-6C3882ED96E8{left:20px;right:auto;top:258px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-1F9D9D04-C974-4B12-99DE-6C3882ED96E8{left:0px;right:1px;top:830px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-1F9D9D04-C974-4B12-99DE-6C3882ED96E8{left:auto;right:345px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-1F9D9D04-C974-4B12-99DE-6C3882ED96E8{left:auto;right:275px;top:285px;bottom:auto;width:140px;height:150px;}}
#wi-3DAE89FF-8C4B-45D7-A352-123174568CD9{width:150px;height:150px;top:85px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-3DAE89FF-8C4B-45D7-A352-123174568CD9{left:auto;right:320px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-3DAE89FF-8C4B-45D7-A352-123174568CD9{left:auto;right:220px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-3DAE89FF-8C4B-45D7-A352-123174568CD9{left:auto;right:15px;top:270px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-3DAE89FF-8C4B-45D7-A352-123174568CD9{left:0px;right:4px;top:662px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-3DAE89FF-8C4B-45D7-A352-123174568CD9{left:auto;right:345px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-3DAE89FF-8C4B-45D7-A352-123174568CD9{left:auto;right:285px;top:85px;bottom:auto;width:130px;height:150px;}}
#wi-8DAAE336-6213-42EB-9D71-98A0CB79CCC8{width:150px;height:380px;top:85px;left:600px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-8DAAE336-6213-42EB-9D71-98A0CB79CCC8{left:500px;right:auto;top:85px;bottom:auto;width:150px;height:380px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-8DAAE336-6213-42EB-9D71-98A0CB79CCC8{left:auto;top:85px;right:425px;bottom:auto;width:150px;height:380px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-8DAAE336-6213-42EB-9D71-98A0CB79CCC8{left:auto;top:55px;right:238px;bottom:auto;width:150px;height:380px;}}@media (max-width: 767px){	.responsive #wi-8DAAE336-6213-42EB-9D71-98A0CB79CCC8{left:0px;right:2px;top:270px;bottom:auto;width:auto;height:370px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-8DAAE336-6213-42EB-9D71-98A0CB79CCC8{left:425px;right:auto;top:85px;bottom:auto;width:130px;height:380px;}}
#wi-B92BBE5C-E928-4770-B498-7DF4AB9DF347{width:auto;height:50px;top:auto;left:0px;right:0px;bottom:40px;}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-B92BBE5C-E928-4770-B498-7DF4AB9DF347{left:0px;right:0px;top:auto;bottom:40px;width:auto;height:50px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-B92BBE5C-E928-4770-B498-7DF4AB9DF347{left:0px;right:0px;top:auto;bottom:25px;width:auto;height:50px;}}@media (max-width: 767px){	.responsive #wi-B92BBE5C-E928-4770-B498-7DF4AB9DF347{left:0px;right:2px;top:1422px;bottom:auto;width:auto;height:50px;}}
#wi-FAE1C245-4E7C-4442-9109-ACCDF4E62B3C{width:365px;height:80px;top:405px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-FAE1C245-4E7C-4442-9109-ACCDF4E62B3C{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-FAE1C245-4E7C-4442-9109-ACCDF4E62B3C{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-FAE1C245-4E7C-4442-9109-ACCDF4E62B3C{left:auto;right:20px;top:470px;bottom:auto;width:370px;height:80px;}}@media (max-width: 767px){	.responsive #wi-FAE1C245-4E7C-4442-9109-ACCDF4E62B3C{left:0px;right:2px;top:1185px;bottom:auto;width:auto;height:80px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-FAE1C245-4E7C-4442-9109-ACCDF4E62B3C{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-FAE1C245-4E7C-4442-9109-ACCDF4E62B3C{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-FAE1C245-4E7C-4442-9109-ACCDF4E62B3C{left:20px;right:auto;top:430px;bottom:auto;width:365px;height:80px;}}
#wi-7B83EECC-5727-4261-A094-455E28DA7768{width:300px;height:70px;top:300px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-7B83EECC-5727-4261-A094-455E28DA7768{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-7B83EECC-5727-4261-A094-455E28DA7768{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-7B83EECC-5727-4261-A094-455E28DA7768{left:20px;right:auto;top:470px;bottom:auto;width:300px;height:70px;}}@media (max-width: 767px){	.responsive #wi-7B83EECC-5727-4261-A094-455E28DA7768{left:0px;right:3px;top:1312px;bottom:auto;width:auto;height:70px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-7B83EECC-5727-4261-A094-455E28DA7768{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-7B83EECC-5727-4261-A094-455E28DA7768{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-7B83EECC-5727-4261-A094-455E28DA7768{left:20px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}
#wi-FDC5BE1C-4FAF-4EB6-AC26-774143AC190B{width:365px;height:85px;top:205px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-FDC5BE1C-4FAF-4EB6-AC26-774143AC190B{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-FDC5BE1C-4FAF-4EB6-AC26-774143AC190B{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-FDC5BE1C-4FAF-4EB6-AC26-774143AC190B{left:20px;right:auto;top:175px;bottom:auto;width:300px;height:85px;}}@media (max-width: 767px){	.responsive #wi-FDC5BE1C-4FAF-4EB6-AC26-774143AC190B{left:0px;right:3px;top:170px;bottom:auto;width:auto;height:85px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-FDC5BE1C-4FAF-4EB6-AC26-774143AC190B{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-FDC5BE1C-4FAF-4EB6-AC26-774143AC190B{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-FDC5BE1C-4FAF-4EB6-AC26-774143AC190B{left:20px;right:auto;top:205px;bottom:auto;width:300px;height:85px;}}
#wi-3B21C68D-3A07-4434-B8C3-B63D2577E395{width:360px;height:115px;top:85px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-3B21C68D-3A07-4434-B8C3-B63D2577E395{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-3B21C68D-3A07-4434-B8C3-B63D2577E395{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-3B21C68D-3A07-4434-B8C3-B63D2577E395{left:20px;right:auto;top:55px;bottom:auto;width:300px;height:115px;}}@media (max-width: 767px){	.responsive #wi-3B21C68D-3A07-4434-B8C3-B63D2577E395{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:115px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-3B21C68D-3A07-4434-B8C3-B63D2577E395{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-3B21C68D-3A07-4434-B8C3-B63D2577E395{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-3B21C68D-3A07-4434-B8C3-B63D2577E395{left:20px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}
#wi-E92A5210-13ED-493A-BAC7-EF3CFFF8959F{width:50px;height:40px;top:83px;left:auto;right:70px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-E92A5210-13ED-493A-BAC7-EF3CFFF8959F{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-E92A5210-13ED-493A-BAC7-EF3CFFF8959F{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-E92A5210-13ED-493A-BAC7-EF3CFFF8959F{left:72px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-E92A5210-13ED-493A-BAC7-EF3CFFF8959F{left:auto;right:85px;top:123px;bottom:auto;width:50px;height:40px;display:none;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-E92A5210-13ED-493A-BAC7-EF3CFFF8959F{left:auto;right:72px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-E92A5210-13ED-493A-BAC7-EF3CFFF8959F{left:auto;right:68px;top:83px;bottom:auto;width:50px;height:40px;}}
#wi-AE56FD53-B922-4426-AD21-1B744DBFD10D{width:50px;height:40px;top:83px;left:auto;right:125px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-AE56FD53-B922-4426-AD21-1B744DBFD10D{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-AE56FD53-B922-4426-AD21-1B744DBFD10D{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-AE56FD53-B922-4426-AD21-1B744DBFD10D{left:20px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-AE56FD53-B922-4426-AD21-1B744DBFD10D{left:15px;right:auto;top:auto;bottom:14px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-AE56FD53-B922-4426-AD21-1B744DBFD10D{left:auto;right:130px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-AE56FD53-B922-4426-AD21-1B744DBFD10D{left:auto;right:125px;top:85px;bottom:auto;width:50px;height:40px;}}
#wi-65019564-78BE-4BE1-B09B-9F0FCD40C231{width:1095px;height:67px;top:73px;left:150px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-65019564-78BE-4BE1-B09B-9F0FCD40C231{left:160px;top:73px;right:169px;bottom:auto;width:auto;height:67px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-65019564-78BE-4BE1-B09B-9F0FCD40C231{left:160px;right:159px;top:73px;bottom:auto;width:auto;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-65019564-78BE-4BE1-B09B-9F0FCD40C231{left:160px;right:161px;top:75px;bottom:auto;width:auto;height:52px;}}@media (max-width: 767px){	.responsive #wi-65019564-78BE-4BE1-B09B-9F0FCD40C231{left:0px;right:0px;top:50px;bottom:auto;width:auto;height:45px;}}
#wi-6E5A6581-10D7-444C-BE14-B10D58764153{width:50px;height:40px;top:80px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-6E5A6581-10D7-444C-BE14-B10D58764153{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-6E5A6581-10D7-444C-BE14-B10D58764153{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-6E5A6581-10D7-444C-BE14-B10D58764153{left:115px;right:auto;top:85px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-6E5A6581-10D7-444C-BE14-B10D58764153{left:55px;right:auto;top:auto;bottom:0px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-6E5A6581-10D7-444C-BE14-B10D58764153{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-6E5A6581-10D7-444C-BE14-B10D58764153{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-6E5A6581-10D7-444C-BE14-B10D58764153{left:auto;right:20px;top:80px;bottom:auto;width:50px;height:40px;}}
#wi-A831083C-9529-4245-9B54-3E72205AA2A6{width:auto;height:55px;top:auto;left:0px;right:0px;bottom:0px;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-A831083C-9529-4245-9B54-3E72205AA2A6{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-A831083C-9529-4245-9B54-3E72205AA2A6{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (max-width: 767px){	.responsive #wi-A831083C-9529-4245-9B54-3E72205AA2A6{left:auto;right:0px;top:auto;bottom:3px;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-A831083C-9529-4245-9B54-3E72205AA2A6{left:auto;right:0px;top:83px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-A831083C-9529-4245-9B54-3E72205AA2A6{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:45px;}}
#wi-2B786CE6-C451-4C68-B275-1C8B5B5C1263{width:50px;height:42px;top:80px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-2B786CE6-C451-4C68-B275-1C8B5B5C1263{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-2B786CE6-C451-4C68-B275-1C8B5B5C1263{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-2B786CE6-C451-4C68-B275-1C8B5B5C1263{left:auto;right:50px;top:80px;bottom:auto;width:50px;height:42px;}}@media (max-width: 767px){	.responsive #wi-2B786CE6-C451-4C68-B275-1C8B5B5C1263{left:auto;right:48px;top:auto;bottom:0px;width:50px;height:42px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-2B786CE6-C451-4C68-B275-1C8B5B5C1263{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-2B786CE6-C451-4C68-B275-1C8B5B5C1263{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-2B786CE6-C451-4C68-B275-1C8B5B5C1263{left:20px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}
#wi-84739219-1122-43BC-80FC-19FAE69D3E7B{width:auto;height:30px;top:0px;left:0px;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-84739219-1122-43BC-80FC-19FAE69D3E7B{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-84739219-1122-43BC-80FC-19FAE69D3E7B{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-84739219-1122-43BC-80FC-19FAE69D3E7B{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}
#wi-EADEDA44-4F1A-4769-8BFC-AAD794C09DB3{width:210px;height:200px;top:85px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-EADEDA44-4F1A-4769-8BFC-AAD794C09DB3{left:auto;right:15px;top:85px;bottom:auto;width:210px;height:200px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-EADEDA44-4F1A-4769-8BFC-AAD794C09DB3{left:auto;right:15px;top:85px;bottom:auto;width:150px;height:200px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-EADEDA44-4F1A-4769-8BFC-AAD794C09DB3{left:auto;right:15px;top:55px;bottom:auto;width:150px;height:200px;}}@media (max-width: 767px){	.responsive #wi-EADEDA44-4F1A-4769-8BFC-AAD794C09DB3{left:0px;right:3px;top:1002px;bottom:auto;width:auto;height:180px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-EADEDA44-4F1A-4769-8BFC-AAD794C09DB3{left:auto;right:20px;top:85px;bottom:auto;width:210px;height:200px;}}
#wi-7509048E-F995-4591-9F32-2A40EFDE32D8{width:150px;height:150px;top:260px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-7509048E-F995-4591-9F32-2A40EFDE32D8{left:auto;right:320px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-7509048E-F995-4591-9F32-2A40EFDE32D8{left:auto;right:220px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-7509048E-F995-4591-9F32-2A40EFDE32D8{left:20px;right:auto;top:258px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-7509048E-F995-4591-9F32-2A40EFDE32D8{left:0px;right:1px;top:830px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-7509048E-F995-4591-9F32-2A40EFDE32D8{left:auto;right:345px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-7509048E-F995-4591-9F32-2A40EFDE32D8{left:auto;right:275px;top:285px;bottom:auto;width:140px;height:150px;}}
#wi-985D6CBF-4E12-4D7D-97A1-42A8076F9AE9{width:150px;height:150px;top:85px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-985D6CBF-4E12-4D7D-97A1-42A8076F9AE9{left:auto;right:320px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-985D6CBF-4E12-4D7D-97A1-42A8076F9AE9{left:auto;right:220px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-985D6CBF-4E12-4D7D-97A1-42A8076F9AE9{left:auto;right:15px;top:270px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-985D6CBF-4E12-4D7D-97A1-42A8076F9AE9{left:0px;right:4px;top:662px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-985D6CBF-4E12-4D7D-97A1-42A8076F9AE9{left:auto;right:345px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-985D6CBF-4E12-4D7D-97A1-42A8076F9AE9{left:auto;right:285px;top:85px;bottom:auto;width:130px;height:150px;}}
#wi-12EBDBFB-E9DA-4160-A206-5D5530533AA2{width:150px;height:380px;top:85px;left:600px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-12EBDBFB-E9DA-4160-A206-5D5530533AA2{left:500px;right:auto;top:85px;bottom:auto;width:150px;height:380px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-12EBDBFB-E9DA-4160-A206-5D5530533AA2{left:auto;top:85px;right:425px;bottom:auto;width:150px;height:380px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-12EBDBFB-E9DA-4160-A206-5D5530533AA2{left:auto;top:55px;right:238px;bottom:auto;width:150px;height:380px;}}@media (max-width: 767px){	.responsive #wi-12EBDBFB-E9DA-4160-A206-5D5530533AA2{left:0px;right:2px;top:270px;bottom:auto;width:auto;height:370px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-12EBDBFB-E9DA-4160-A206-5D5530533AA2{left:425px;right:auto;top:85px;bottom:auto;width:130px;height:380px;}}
#wi-08E2AF19-7A78-4BE4-AC66-EE9295D622A4{width:auto;height:50px;top:auto;left:0px;right:0px;bottom:40px;}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-08E2AF19-7A78-4BE4-AC66-EE9295D622A4{left:0px;right:0px;top:auto;bottom:40px;width:auto;height:50px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-08E2AF19-7A78-4BE4-AC66-EE9295D622A4{left:0px;right:0px;top:auto;bottom:25px;width:auto;height:50px;}}@media (max-width: 767px){	.responsive #wi-08E2AF19-7A78-4BE4-AC66-EE9295D622A4{left:0px;right:2px;top:1422px;bottom:auto;width:auto;height:50px;}}
#wi-B1A8ED06-0EED-4BD6-8428-C4F7496248E0{width:365px;height:80px;top:405px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-B1A8ED06-0EED-4BD6-8428-C4F7496248E0{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-B1A8ED06-0EED-4BD6-8428-C4F7496248E0{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-B1A8ED06-0EED-4BD6-8428-C4F7496248E0{left:auto;right:20px;top:470px;bottom:auto;width:370px;height:80px;}}@media (max-width: 767px){	.responsive #wi-B1A8ED06-0EED-4BD6-8428-C4F7496248E0{left:0px;right:2px;top:1185px;bottom:auto;width:auto;height:80px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-B1A8ED06-0EED-4BD6-8428-C4F7496248E0{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-B1A8ED06-0EED-4BD6-8428-C4F7496248E0{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-B1A8ED06-0EED-4BD6-8428-C4F7496248E0{left:20px;right:auto;top:430px;bottom:auto;width:365px;height:80px;}}
#wi-30C38007-4B90-489C-B6E4-5F661A598302{width:300px;height:70px;top:300px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-30C38007-4B90-489C-B6E4-5F661A598302{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-30C38007-4B90-489C-B6E4-5F661A598302{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-30C38007-4B90-489C-B6E4-5F661A598302{left:20px;right:auto;top:470px;bottom:auto;width:300px;height:70px;}}@media (max-width: 767px){	.responsive #wi-30C38007-4B90-489C-B6E4-5F661A598302{left:0px;right:3px;top:1312px;bottom:auto;width:auto;height:70px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-30C38007-4B90-489C-B6E4-5F661A598302{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-30C38007-4B90-489C-B6E4-5F661A598302{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-30C38007-4B90-489C-B6E4-5F661A598302{left:20px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}
#wi-F1020140-E5A3-4A29-8703-1CDFDBAC180A{width:365px;height:85px;top:205px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-F1020140-E5A3-4A29-8703-1CDFDBAC180A{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-F1020140-E5A3-4A29-8703-1CDFDBAC180A{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-F1020140-E5A3-4A29-8703-1CDFDBAC180A{left:20px;right:auto;top:175px;bottom:auto;width:300px;height:85px;}}@media (max-width: 767px){	.responsive #wi-F1020140-E5A3-4A29-8703-1CDFDBAC180A{left:0px;right:3px;top:170px;bottom:auto;width:auto;height:85px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-F1020140-E5A3-4A29-8703-1CDFDBAC180A{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-F1020140-E5A3-4A29-8703-1CDFDBAC180A{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-F1020140-E5A3-4A29-8703-1CDFDBAC180A{left:20px;right:auto;top:205px;bottom:auto;width:300px;height:85px;}}
#wi-17C17829-9C20-4E4C-9D20-C7D18E205FAD{width:360px;height:115px;top:85px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-17C17829-9C20-4E4C-9D20-C7D18E205FAD{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-17C17829-9C20-4E4C-9D20-C7D18E205FAD{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-17C17829-9C20-4E4C-9D20-C7D18E205FAD{left:20px;right:auto;top:55px;bottom:auto;width:300px;height:115px;}}@media (max-width: 767px){	.responsive #wi-17C17829-9C20-4E4C-9D20-C7D18E205FAD{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:115px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-17C17829-9C20-4E4C-9D20-C7D18E205FAD{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-17C17829-9C20-4E4C-9D20-C7D18E205FAD{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-17C17829-9C20-4E4C-9D20-C7D18E205FAD{left:20px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}
#wi-9EA85073-8B0E-49E6-B7A7-3D3CA2FBA737{width:50px;height:40px;top:83px;left:auto;right:70px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-9EA85073-8B0E-49E6-B7A7-3D3CA2FBA737{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-9EA85073-8B0E-49E6-B7A7-3D3CA2FBA737{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-9EA85073-8B0E-49E6-B7A7-3D3CA2FBA737{left:72px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-9EA85073-8B0E-49E6-B7A7-3D3CA2FBA737{left:auto;right:85px;top:123px;bottom:auto;width:50px;height:40px;display:none;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-9EA85073-8B0E-49E6-B7A7-3D3CA2FBA737{left:auto;right:72px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-9EA85073-8B0E-49E6-B7A7-3D3CA2FBA737{left:auto;right:68px;top:83px;bottom:auto;width:50px;height:40px;}}
#wi-7C510589-200D-4B41-8ACB-1B4D6952B3FF{width:50px;height:40px;top:83px;left:auto;right:125px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-7C510589-200D-4B41-8ACB-1B4D6952B3FF{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-7C510589-200D-4B41-8ACB-1B4D6952B3FF{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-7C510589-200D-4B41-8ACB-1B4D6952B3FF{left:20px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-7C510589-200D-4B41-8ACB-1B4D6952B3FF{left:15px;right:auto;top:auto;bottom:14px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-7C510589-200D-4B41-8ACB-1B4D6952B3FF{left:auto;right:130px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-7C510589-200D-4B41-8ACB-1B4D6952B3FF{left:auto;right:125px;top:85px;bottom:auto;width:50px;height:40px;}}
#wi-13B2D513-34C0-4295-A8EB-D1DADE12B19F{width:1095px;height:67px;top:73px;left:150px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-13B2D513-34C0-4295-A8EB-D1DADE12B19F{left:160px;top:73px;right:169px;bottom:auto;width:auto;height:67px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-13B2D513-34C0-4295-A8EB-D1DADE12B19F{left:160px;right:159px;top:73px;bottom:auto;width:auto;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-13B2D513-34C0-4295-A8EB-D1DADE12B19F{left:160px;right:161px;top:75px;bottom:auto;width:auto;height:52px;}}@media (max-width: 767px){	.responsive #wi-13B2D513-34C0-4295-A8EB-D1DADE12B19F{left:0px;right:0px;top:50px;bottom:auto;width:auto;height:45px;}}
#wi-9735FA83-EB15-4BAF-B7EF-D51296CB8145{width:50px;height:40px;top:80px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-9735FA83-EB15-4BAF-B7EF-D51296CB8145{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-9735FA83-EB15-4BAF-B7EF-D51296CB8145{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-9735FA83-EB15-4BAF-B7EF-D51296CB8145{left:115px;right:auto;top:85px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-9735FA83-EB15-4BAF-B7EF-D51296CB8145{left:55px;right:auto;top:auto;bottom:0px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-9735FA83-EB15-4BAF-B7EF-D51296CB8145{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-9735FA83-EB15-4BAF-B7EF-D51296CB8145{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-9735FA83-EB15-4BAF-B7EF-D51296CB8145{left:auto;right:20px;top:80px;bottom:auto;width:50px;height:40px;}}
#wi-B83A20B3-A3B6-4A31-BE59-9C3EEDE0218C{width:auto;height:55px;top:auto;left:0px;right:0px;bottom:0px;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-B83A20B3-A3B6-4A31-BE59-9C3EEDE0218C{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-B83A20B3-A3B6-4A31-BE59-9C3EEDE0218C{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (max-width: 767px){	.responsive #wi-B83A20B3-A3B6-4A31-BE59-9C3EEDE0218C{left:auto;right:0px;top:auto;bottom:3px;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-B83A20B3-A3B6-4A31-BE59-9C3EEDE0218C{left:auto;right:0px;top:83px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-B83A20B3-A3B6-4A31-BE59-9C3EEDE0218C{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:45px;}}
#wi-5CA25461-531A-4986-B6D0-FEFEB5ADA831{width:50px;height:42px;top:80px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-5CA25461-531A-4986-B6D0-FEFEB5ADA831{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-5CA25461-531A-4986-B6D0-FEFEB5ADA831{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-5CA25461-531A-4986-B6D0-FEFEB5ADA831{left:auto;right:50px;top:80px;bottom:auto;width:50px;height:42px;}}@media (max-width: 767px){	.responsive #wi-5CA25461-531A-4986-B6D0-FEFEB5ADA831{left:auto;right:48px;top:auto;bottom:0px;width:50px;height:42px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-5CA25461-531A-4986-B6D0-FEFEB5ADA831{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-5CA25461-531A-4986-B6D0-FEFEB5ADA831{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-5CA25461-531A-4986-B6D0-FEFEB5ADA831{left:20px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}
#wi-8E10DC7D-74C6-4088-A567-F598A7F5E1F3{width:auto;height:30px;top:0px;left:0px;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-8E10DC7D-74C6-4088-A567-F598A7F5E1F3{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-8E10DC7D-74C6-4088-A567-F598A7F5E1F3{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-8E10DC7D-74C6-4088-A567-F598A7F5E1F3{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}
#wi-B456C803-5FA2-4A72-8402-83642479C417{width:210px;height:200px;top:85px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-B456C803-5FA2-4A72-8402-83642479C417{left:auto;right:15px;top:85px;bottom:auto;width:210px;height:200px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-B456C803-5FA2-4A72-8402-83642479C417{left:auto;right:15px;top:85px;bottom:auto;width:150px;height:200px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-B456C803-5FA2-4A72-8402-83642479C417{left:auto;right:15px;top:55px;bottom:auto;width:150px;height:200px;}}@media (max-width: 767px){	.responsive #wi-B456C803-5FA2-4A72-8402-83642479C417{left:0px;right:3px;top:1002px;bottom:auto;width:auto;height:180px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-B456C803-5FA2-4A72-8402-83642479C417{left:auto;right:20px;top:85px;bottom:auto;width:210px;height:200px;}}
#wi-65C25AA1-2D6B-44DC-909A-FA04A2C37686{width:150px;height:150px;top:260px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-65C25AA1-2D6B-44DC-909A-FA04A2C37686{left:auto;right:320px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-65C25AA1-2D6B-44DC-909A-FA04A2C37686{left:auto;right:220px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-65C25AA1-2D6B-44DC-909A-FA04A2C37686{left:20px;right:auto;top:258px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-65C25AA1-2D6B-44DC-909A-FA04A2C37686{left:0px;right:1px;top:830px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-65C25AA1-2D6B-44DC-909A-FA04A2C37686{left:auto;right:345px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-65C25AA1-2D6B-44DC-909A-FA04A2C37686{left:auto;right:275px;top:285px;bottom:auto;width:140px;height:150px;}}
#wi-933CAAAA-3E5E-410F-872E-F46A5B27CCBE{width:150px;height:150px;top:85px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-933CAAAA-3E5E-410F-872E-F46A5B27CCBE{left:auto;right:320px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-933CAAAA-3E5E-410F-872E-F46A5B27CCBE{left:auto;right:220px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-933CAAAA-3E5E-410F-872E-F46A5B27CCBE{left:auto;right:15px;top:270px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-933CAAAA-3E5E-410F-872E-F46A5B27CCBE{left:0px;right:4px;top:662px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-933CAAAA-3E5E-410F-872E-F46A5B27CCBE{left:auto;right:345px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-933CAAAA-3E5E-410F-872E-F46A5B27CCBE{left:auto;right:285px;top:85px;bottom:auto;width:130px;height:150px;}}
#wi-87000D4B-AE95-4548-9AFB-45FB0A666C64{width:150px;height:380px;top:85px;left:600px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-87000D4B-AE95-4548-9AFB-45FB0A666C64{left:500px;right:auto;top:85px;bottom:auto;width:150px;height:380px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-87000D4B-AE95-4548-9AFB-45FB0A666C64{left:auto;top:85px;right:425px;bottom:auto;width:150px;height:380px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-87000D4B-AE95-4548-9AFB-45FB0A666C64{left:auto;top:55px;right:238px;bottom:auto;width:150px;height:380px;}}@media (max-width: 767px){	.responsive #wi-87000D4B-AE95-4548-9AFB-45FB0A666C64{left:0px;right:2px;top:270px;bottom:auto;width:auto;height:370px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-87000D4B-AE95-4548-9AFB-45FB0A666C64{left:425px;right:auto;top:85px;bottom:auto;width:130px;height:380px;}}
#wi-E057C66D-769E-4A1B-92FC-C2BA15C758BE{width:auto;height:50px;top:auto;left:0px;right:0px;bottom:40px;}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-E057C66D-769E-4A1B-92FC-C2BA15C758BE{left:0px;right:0px;top:auto;bottom:40px;width:auto;height:50px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-E057C66D-769E-4A1B-92FC-C2BA15C758BE{left:0px;right:0px;top:auto;bottom:25px;width:auto;height:50px;}}@media (max-width: 767px){	.responsive #wi-E057C66D-769E-4A1B-92FC-C2BA15C758BE{left:0px;right:2px;top:1422px;bottom:auto;width:auto;height:50px;}}
#wi-99326596-9080-4746-A6D8-EED900026D3A{width:365px;height:80px;top:405px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-99326596-9080-4746-A6D8-EED900026D3A{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-99326596-9080-4746-A6D8-EED900026D3A{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-99326596-9080-4746-A6D8-EED900026D3A{left:auto;right:20px;top:470px;bottom:auto;width:370px;height:80px;}}@media (max-width: 767px){	.responsive #wi-99326596-9080-4746-A6D8-EED900026D3A{left:0px;right:2px;top:1185px;bottom:auto;width:auto;height:80px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-99326596-9080-4746-A6D8-EED900026D3A{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-99326596-9080-4746-A6D8-EED900026D3A{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-99326596-9080-4746-A6D8-EED900026D3A{left:20px;right:auto;top:430px;bottom:auto;width:365px;height:80px;}}
#wi-7A899DBC-2599-474A-8F92-ECDB7598688E{width:300px;height:70px;top:300px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-7A899DBC-2599-474A-8F92-ECDB7598688E{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-7A899DBC-2599-474A-8F92-ECDB7598688E{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-7A899DBC-2599-474A-8F92-ECDB7598688E{left:20px;right:auto;top:470px;bottom:auto;width:300px;height:70px;}}@media (max-width: 767px){	.responsive #wi-7A899DBC-2599-474A-8F92-ECDB7598688E{left:0px;right:3px;top:1312px;bottom:auto;width:auto;height:70px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-7A899DBC-2599-474A-8F92-ECDB7598688E{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-7A899DBC-2599-474A-8F92-ECDB7598688E{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-7A899DBC-2599-474A-8F92-ECDB7598688E{left:20px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}
#wi-D5E95647-E037-41F3-86F4-74D741E738AA{width:365px;height:85px;top:205px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-D5E95647-E037-41F3-86F4-74D741E738AA{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-D5E95647-E037-41F3-86F4-74D741E738AA{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-D5E95647-E037-41F3-86F4-74D741E738AA{left:20px;right:auto;top:175px;bottom:auto;width:300px;height:85px;}}@media (max-width: 767px){	.responsive #wi-D5E95647-E037-41F3-86F4-74D741E738AA{left:0px;right:3px;top:170px;bottom:auto;width:auto;height:85px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-D5E95647-E037-41F3-86F4-74D741E738AA{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-D5E95647-E037-41F3-86F4-74D741E738AA{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-D5E95647-E037-41F3-86F4-74D741E738AA{left:20px;right:auto;top:205px;bottom:auto;width:300px;height:85px;}}
#wi-E8B5400B-76C0-4818-89DA-69AAB51A2E7B{width:360px;height:115px;top:85px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-E8B5400B-76C0-4818-89DA-69AAB51A2E7B{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-E8B5400B-76C0-4818-89DA-69AAB51A2E7B{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-E8B5400B-76C0-4818-89DA-69AAB51A2E7B{left:20px;right:auto;top:55px;bottom:auto;width:300px;height:115px;}}@media (max-width: 767px){	.responsive #wi-E8B5400B-76C0-4818-89DA-69AAB51A2E7B{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:115px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-E8B5400B-76C0-4818-89DA-69AAB51A2E7B{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-E8B5400B-76C0-4818-89DA-69AAB51A2E7B{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-E8B5400B-76C0-4818-89DA-69AAB51A2E7B{left:20px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}
#wi-88C00CF3-EFA3-4200-9434-51A7C1BBEC4B{width:50px;height:40px;top:83px;left:auto;right:70px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-88C00CF3-EFA3-4200-9434-51A7C1BBEC4B{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-88C00CF3-EFA3-4200-9434-51A7C1BBEC4B{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-88C00CF3-EFA3-4200-9434-51A7C1BBEC4B{left:72px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-88C00CF3-EFA3-4200-9434-51A7C1BBEC4B{left:auto;right:85px;top:123px;bottom:auto;width:50px;height:40px;display:none;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-88C00CF3-EFA3-4200-9434-51A7C1BBEC4B{left:auto;right:72px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-88C00CF3-EFA3-4200-9434-51A7C1BBEC4B{left:auto;right:68px;top:83px;bottom:auto;width:50px;height:40px;}}
#wi-96601620-2DD7-450E-97EF-BF43D7D3FC7B{width:50px;height:40px;top:83px;left:auto;right:125px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-96601620-2DD7-450E-97EF-BF43D7D3FC7B{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-96601620-2DD7-450E-97EF-BF43D7D3FC7B{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-96601620-2DD7-450E-97EF-BF43D7D3FC7B{left:20px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-96601620-2DD7-450E-97EF-BF43D7D3FC7B{left:15px;right:auto;top:auto;bottom:14px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-96601620-2DD7-450E-97EF-BF43D7D3FC7B{left:auto;right:130px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-96601620-2DD7-450E-97EF-BF43D7D3FC7B{left:auto;right:125px;top:85px;bottom:auto;width:50px;height:40px;}}
#wi-661B6436-7BBB-4FEF-8EFE-FA95FE293DDA{width:1095px;height:67px;top:73px;left:150px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-661B6436-7BBB-4FEF-8EFE-FA95FE293DDA{left:160px;top:73px;right:169px;bottom:auto;width:auto;height:67px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-661B6436-7BBB-4FEF-8EFE-FA95FE293DDA{left:160px;right:159px;top:73px;bottom:auto;width:auto;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-661B6436-7BBB-4FEF-8EFE-FA95FE293DDA{left:160px;right:161px;top:75px;bottom:auto;width:auto;height:52px;}}@media (max-width: 767px){	.responsive #wi-661B6436-7BBB-4FEF-8EFE-FA95FE293DDA{left:0px;right:0px;top:50px;bottom:auto;width:auto;height:45px;}}
#wi-723D1C9E-9F8A-41BB-82EF-DEE5B7245A42{width:50px;height:40px;top:80px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-723D1C9E-9F8A-41BB-82EF-DEE5B7245A42{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-723D1C9E-9F8A-41BB-82EF-DEE5B7245A42{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-723D1C9E-9F8A-41BB-82EF-DEE5B7245A42{left:115px;right:auto;top:85px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-723D1C9E-9F8A-41BB-82EF-DEE5B7245A42{left:55px;right:auto;top:auto;bottom:0px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-723D1C9E-9F8A-41BB-82EF-DEE5B7245A42{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-723D1C9E-9F8A-41BB-82EF-DEE5B7245A42{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-723D1C9E-9F8A-41BB-82EF-DEE5B7245A42{left:auto;right:20px;top:80px;bottom:auto;width:50px;height:40px;}}
#wi-DAEA8943-77D7-4EBD-B400-59F2D00C2B1A{width:auto;height:55px;top:auto;left:0px;right:0px;bottom:0px;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-DAEA8943-77D7-4EBD-B400-59F2D00C2B1A{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-DAEA8943-77D7-4EBD-B400-59F2D00C2B1A{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (max-width: 767px){	.responsive #wi-DAEA8943-77D7-4EBD-B400-59F2D00C2B1A{left:auto;right:0px;top:auto;bottom:3px;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-DAEA8943-77D7-4EBD-B400-59F2D00C2B1A{left:auto;right:0px;top:83px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-DAEA8943-77D7-4EBD-B400-59F2D00C2B1A{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:45px;}}
#wi-60C7E692-8E1C-42DD-9335-DBE281AF368E{width:50px;height:42px;top:80px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-60C7E692-8E1C-42DD-9335-DBE281AF368E{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-60C7E692-8E1C-42DD-9335-DBE281AF368E{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-60C7E692-8E1C-42DD-9335-DBE281AF368E{left:auto;right:50px;top:80px;bottom:auto;width:50px;height:42px;}}@media (max-width: 767px){	.responsive #wi-60C7E692-8E1C-42DD-9335-DBE281AF368E{left:auto;right:48px;top:auto;bottom:0px;width:50px;height:42px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-60C7E692-8E1C-42DD-9335-DBE281AF368E{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-60C7E692-8E1C-42DD-9335-DBE281AF368E{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-60C7E692-8E1C-42DD-9335-DBE281AF368E{left:20px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}
#wi-AEA31960-D333-4805-89C8-ACC884C49741{width:auto;height:30px;top:0px;left:0px;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-AEA31960-D333-4805-89C8-ACC884C49741{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-AEA31960-D333-4805-89C8-ACC884C49741{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-AEA31960-D333-4805-89C8-ACC884C49741{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}
#wi-FC9AA017-AE0A-4811-8967-C99BAEF35767{width:210px;height:200px;top:85px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-FC9AA017-AE0A-4811-8967-C99BAEF35767{left:auto;right:15px;top:85px;bottom:auto;width:210px;height:200px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-FC9AA017-AE0A-4811-8967-C99BAEF35767{left:auto;right:15px;top:85px;bottom:auto;width:150px;height:200px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-FC9AA017-AE0A-4811-8967-C99BAEF35767{left:auto;right:15px;top:55px;bottom:auto;width:150px;height:200px;}}@media (max-width: 767px){	.responsive #wi-FC9AA017-AE0A-4811-8967-C99BAEF35767{left:0px;right:3px;top:1002px;bottom:auto;width:auto;height:180px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-FC9AA017-AE0A-4811-8967-C99BAEF35767{left:auto;right:20px;top:85px;bottom:auto;width:210px;height:200px;}}
#wi-C2441EDB-00B9-4E9C-AE00-2AE701DC5F0C{width:150px;height:150px;top:260px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-C2441EDB-00B9-4E9C-AE00-2AE701DC5F0C{left:auto;right:320px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-C2441EDB-00B9-4E9C-AE00-2AE701DC5F0C{left:auto;right:220px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-C2441EDB-00B9-4E9C-AE00-2AE701DC5F0C{left:20px;right:auto;top:258px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-C2441EDB-00B9-4E9C-AE00-2AE701DC5F0C{left:0px;right:1px;top:830px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-C2441EDB-00B9-4E9C-AE00-2AE701DC5F0C{left:auto;right:345px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-C2441EDB-00B9-4E9C-AE00-2AE701DC5F0C{left:auto;right:275px;top:285px;bottom:auto;width:140px;height:150px;}}
#wi-BA94CCB8-FB0E-4EEC-989C-98B13242F237{width:150px;height:150px;top:85px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-BA94CCB8-FB0E-4EEC-989C-98B13242F237{left:auto;right:320px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-BA94CCB8-FB0E-4EEC-989C-98B13242F237{left:auto;right:220px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-BA94CCB8-FB0E-4EEC-989C-98B13242F237{left:auto;right:15px;top:270px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-BA94CCB8-FB0E-4EEC-989C-98B13242F237{left:0px;right:4px;top:662px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-BA94CCB8-FB0E-4EEC-989C-98B13242F237{left:auto;right:345px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-BA94CCB8-FB0E-4EEC-989C-98B13242F237{left:auto;right:285px;top:85px;bottom:auto;width:130px;height:150px;}}
#wi-0788CE31-BE36-4E2C-838E-762CF302B17B{width:150px;height:380px;top:85px;left:600px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-0788CE31-BE36-4E2C-838E-762CF302B17B{left:500px;right:auto;top:85px;bottom:auto;width:150px;height:380px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-0788CE31-BE36-4E2C-838E-762CF302B17B{left:auto;top:85px;right:425px;bottom:auto;width:150px;height:380px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-0788CE31-BE36-4E2C-838E-762CF302B17B{left:auto;top:55px;right:238px;bottom:auto;width:150px;height:380px;}}@media (max-width: 767px){	.responsive #wi-0788CE31-BE36-4E2C-838E-762CF302B17B{left:0px;right:2px;top:270px;bottom:auto;width:auto;height:370px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-0788CE31-BE36-4E2C-838E-762CF302B17B{left:425px;right:auto;top:85px;bottom:auto;width:130px;height:380px;}}
#wi-D3A81C4B-F7FA-4798-95FC-85F9B0C37534{width:auto;height:50px;top:auto;left:0px;right:0px;bottom:40px;}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-D3A81C4B-F7FA-4798-95FC-85F9B0C37534{left:0px;right:0px;top:auto;bottom:40px;width:auto;height:50px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-D3A81C4B-F7FA-4798-95FC-85F9B0C37534{left:0px;right:0px;top:auto;bottom:25px;width:auto;height:50px;}}@media (max-width: 767px){	.responsive #wi-D3A81C4B-F7FA-4798-95FC-85F9B0C37534{left:0px;right:2px;top:1422px;bottom:auto;width:auto;height:50px;}}
#wi-1DBC8C69-854D-48F2-82F0-ADAA817DFE0C{width:365px;height:80px;top:405px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-1DBC8C69-854D-48F2-82F0-ADAA817DFE0C{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-1DBC8C69-854D-48F2-82F0-ADAA817DFE0C{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-1DBC8C69-854D-48F2-82F0-ADAA817DFE0C{left:auto;right:20px;top:470px;bottom:auto;width:370px;height:80px;}}@media (max-width: 767px){	.responsive #wi-1DBC8C69-854D-48F2-82F0-ADAA817DFE0C{left:0px;right:2px;top:1185px;bottom:auto;width:auto;height:80px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-1DBC8C69-854D-48F2-82F0-ADAA817DFE0C{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-1DBC8C69-854D-48F2-82F0-ADAA817DFE0C{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-1DBC8C69-854D-48F2-82F0-ADAA817DFE0C{left:20px;right:auto;top:430px;bottom:auto;width:365px;height:80px;}}
#wi-2E3F0E90-475C-49D6-86E8-30EF2E70C6FF{width:300px;height:70px;top:300px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-2E3F0E90-475C-49D6-86E8-30EF2E70C6FF{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-2E3F0E90-475C-49D6-86E8-30EF2E70C6FF{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-2E3F0E90-475C-49D6-86E8-30EF2E70C6FF{left:20px;right:auto;top:470px;bottom:auto;width:300px;height:70px;}}@media (max-width: 767px){	.responsive #wi-2E3F0E90-475C-49D6-86E8-30EF2E70C6FF{left:0px;right:3px;top:1312px;bottom:auto;width:auto;height:70px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-2E3F0E90-475C-49D6-86E8-30EF2E70C6FF{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-2E3F0E90-475C-49D6-86E8-30EF2E70C6FF{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-2E3F0E90-475C-49D6-86E8-30EF2E70C6FF{left:20px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}
#wi-209B569C-5D63-47EF-81D9-1DFCBC18254C{width:365px;height:85px;top:205px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-209B569C-5D63-47EF-81D9-1DFCBC18254C{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-209B569C-5D63-47EF-81D9-1DFCBC18254C{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-209B569C-5D63-47EF-81D9-1DFCBC18254C{left:20px;right:auto;top:175px;bottom:auto;width:300px;height:85px;}}@media (max-width: 767px){	.responsive #wi-209B569C-5D63-47EF-81D9-1DFCBC18254C{left:0px;right:3px;top:170px;bottom:auto;width:auto;height:85px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-209B569C-5D63-47EF-81D9-1DFCBC18254C{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-209B569C-5D63-47EF-81D9-1DFCBC18254C{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-209B569C-5D63-47EF-81D9-1DFCBC18254C{left:20px;right:auto;top:205px;bottom:auto;width:300px;height:85px;}}
#wi-EB0DCDD2-A4A1-4149-986D-0ECA966C61A1{width:360px;height:115px;top:85px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-EB0DCDD2-A4A1-4149-986D-0ECA966C61A1{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-EB0DCDD2-A4A1-4149-986D-0ECA966C61A1{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-EB0DCDD2-A4A1-4149-986D-0ECA966C61A1{left:20px;right:auto;top:55px;bottom:auto;width:300px;height:115px;}}@media (max-width: 767px){	.responsive #wi-EB0DCDD2-A4A1-4149-986D-0ECA966C61A1{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:115px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-EB0DCDD2-A4A1-4149-986D-0ECA966C61A1{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-EB0DCDD2-A4A1-4149-986D-0ECA966C61A1{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-EB0DCDD2-A4A1-4149-986D-0ECA966C61A1{left:20px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}
#wi-CF862B9A-2B89-403F-B7E9-241926DE1633{width:50px;height:40px;top:83px;left:auto;right:70px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-CF862B9A-2B89-403F-B7E9-241926DE1633{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-CF862B9A-2B89-403F-B7E9-241926DE1633{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-CF862B9A-2B89-403F-B7E9-241926DE1633{left:72px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-CF862B9A-2B89-403F-B7E9-241926DE1633{left:auto;right:85px;top:123px;bottom:auto;width:50px;height:40px;display:none;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-CF862B9A-2B89-403F-B7E9-241926DE1633{left:auto;right:72px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-CF862B9A-2B89-403F-B7E9-241926DE1633{left:auto;right:68px;top:83px;bottom:auto;width:50px;height:40px;}}
#wi-6C29CA14-2FEE-4F81-B1E4-8BB61F1FC8AD{width:50px;height:40px;top:83px;left:auto;right:125px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-6C29CA14-2FEE-4F81-B1E4-8BB61F1FC8AD{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-6C29CA14-2FEE-4F81-B1E4-8BB61F1FC8AD{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-6C29CA14-2FEE-4F81-B1E4-8BB61F1FC8AD{left:20px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-6C29CA14-2FEE-4F81-B1E4-8BB61F1FC8AD{left:15px;right:auto;top:auto;bottom:14px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-6C29CA14-2FEE-4F81-B1E4-8BB61F1FC8AD{left:auto;right:130px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-6C29CA14-2FEE-4F81-B1E4-8BB61F1FC8AD{left:auto;right:125px;top:85px;bottom:auto;width:50px;height:40px;}}
#wi-DFD12801-9B46-487F-8310-D4F885AD6FE9{width:1095px;height:67px;top:73px;left:150px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-DFD12801-9B46-487F-8310-D4F885AD6FE9{left:160px;top:73px;right:169px;bottom:auto;width:auto;height:67px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-DFD12801-9B46-487F-8310-D4F885AD6FE9{left:160px;right:159px;top:73px;bottom:auto;width:auto;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-DFD12801-9B46-487F-8310-D4F885AD6FE9{left:160px;right:161px;top:75px;bottom:auto;width:auto;height:52px;}}@media (max-width: 767px){	.responsive #wi-DFD12801-9B46-487F-8310-D4F885AD6FE9{left:0px;right:0px;top:50px;bottom:auto;width:auto;height:45px;}}
#wi-1B819F35-1B90-4A18-AF1C-D373C1C60E47{width:50px;height:40px;top:80px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-1B819F35-1B90-4A18-AF1C-D373C1C60E47{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-1B819F35-1B90-4A18-AF1C-D373C1C60E47{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-1B819F35-1B90-4A18-AF1C-D373C1C60E47{left:115px;right:auto;top:85px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-1B819F35-1B90-4A18-AF1C-D373C1C60E47{left:55px;right:auto;top:auto;bottom:0px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-1B819F35-1B90-4A18-AF1C-D373C1C60E47{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-1B819F35-1B90-4A18-AF1C-D373C1C60E47{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-1B819F35-1B90-4A18-AF1C-D373C1C60E47{left:auto;right:20px;top:80px;bottom:auto;width:50px;height:40px;}}
#wi-FDFF532F-125E-44D1-B551-B41923C274C1{width:auto;height:55px;top:auto;left:0px;right:0px;bottom:0px;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-FDFF532F-125E-44D1-B551-B41923C274C1{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-FDFF532F-125E-44D1-B551-B41923C274C1{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (max-width: 767px){	.responsive #wi-FDFF532F-125E-44D1-B551-B41923C274C1{left:auto;right:0px;top:auto;bottom:3px;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-FDFF532F-125E-44D1-B551-B41923C274C1{left:auto;right:0px;top:83px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-FDFF532F-125E-44D1-B551-B41923C274C1{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:45px;}}
#wi-989C8ABE-D3F2-4CA9-A485-E82C17AA5FAE{width:50px;height:42px;top:80px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-989C8ABE-D3F2-4CA9-A485-E82C17AA5FAE{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-989C8ABE-D3F2-4CA9-A485-E82C17AA5FAE{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-989C8ABE-D3F2-4CA9-A485-E82C17AA5FAE{left:auto;right:50px;top:80px;bottom:auto;width:50px;height:42px;}}@media (max-width: 767px){	.responsive #wi-989C8ABE-D3F2-4CA9-A485-E82C17AA5FAE{left:auto;right:48px;top:auto;bottom:0px;width:50px;height:42px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-989C8ABE-D3F2-4CA9-A485-E82C17AA5FAE{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-989C8ABE-D3F2-4CA9-A485-E82C17AA5FAE{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-989C8ABE-D3F2-4CA9-A485-E82C17AA5FAE{left:20px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}
#wi-C708E8D4-748E-43C8-A0C7-DA5D41519578{width:auto;height:30px;top:0px;left:0px;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-C708E8D4-748E-43C8-A0C7-DA5D41519578{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-C708E8D4-748E-43C8-A0C7-DA5D41519578{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-C708E8D4-748E-43C8-A0C7-DA5D41519578{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}
#wi-FEFCBBCF-14EB-4F46-B72B-0D69F1A6FB3A{width:210px;height:200px;top:85px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-FEFCBBCF-14EB-4F46-B72B-0D69F1A6FB3A{left:auto;right:15px;top:85px;bottom:auto;width:210px;height:200px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-FEFCBBCF-14EB-4F46-B72B-0D69F1A6FB3A{left:auto;right:15px;top:85px;bottom:auto;width:150px;height:200px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-FEFCBBCF-14EB-4F46-B72B-0D69F1A6FB3A{left:auto;right:15px;top:55px;bottom:auto;width:150px;height:200px;}}@media (max-width: 767px){	.responsive #wi-FEFCBBCF-14EB-4F46-B72B-0D69F1A6FB3A{left:0px;right:3px;top:1002px;bottom:auto;width:auto;height:180px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-FEFCBBCF-14EB-4F46-B72B-0D69F1A6FB3A{left:auto;right:20px;top:85px;bottom:auto;width:210px;height:200px;}}
#wi-B277DC86-7B80-4627-BD3F-B97F17C69620{width:150px;height:150px;top:260px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-B277DC86-7B80-4627-BD3F-B97F17C69620{left:auto;right:320px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-B277DC86-7B80-4627-BD3F-B97F17C69620{left:auto;right:220px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-B277DC86-7B80-4627-BD3F-B97F17C69620{left:20px;right:auto;top:258px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-B277DC86-7B80-4627-BD3F-B97F17C69620{left:0px;right:1px;top:830px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-B277DC86-7B80-4627-BD3F-B97F17C69620{left:auto;right:345px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-B277DC86-7B80-4627-BD3F-B97F17C69620{left:auto;right:275px;top:285px;bottom:auto;width:140px;height:150px;}}
#wi-250115D7-583C-4BD7-97F4-205DE7E8A784{width:150px;height:150px;top:85px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-250115D7-583C-4BD7-97F4-205DE7E8A784{left:auto;right:320px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-250115D7-583C-4BD7-97F4-205DE7E8A784{left:auto;right:220px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-250115D7-583C-4BD7-97F4-205DE7E8A784{left:auto;right:15px;top:270px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-250115D7-583C-4BD7-97F4-205DE7E8A784{left:0px;right:4px;top:662px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-250115D7-583C-4BD7-97F4-205DE7E8A784{left:auto;right:345px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-250115D7-583C-4BD7-97F4-205DE7E8A784{left:auto;right:285px;top:85px;bottom:auto;width:130px;height:150px;}}
#wi-F9DD2085-F563-4ECF-A3C4-3E97FD75681C{width:150px;height:380px;top:85px;left:600px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-F9DD2085-F563-4ECF-A3C4-3E97FD75681C{left:500px;right:auto;top:85px;bottom:auto;width:150px;height:380px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-F9DD2085-F563-4ECF-A3C4-3E97FD75681C{left:auto;top:85px;right:425px;bottom:auto;width:150px;height:380px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-F9DD2085-F563-4ECF-A3C4-3E97FD75681C{left:auto;top:55px;right:238px;bottom:auto;width:150px;height:380px;}}@media (max-width: 767px){	.responsive #wi-F9DD2085-F563-4ECF-A3C4-3E97FD75681C{left:0px;right:2px;top:270px;bottom:auto;width:auto;height:370px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-F9DD2085-F563-4ECF-A3C4-3E97FD75681C{left:425px;right:auto;top:85px;bottom:auto;width:130px;height:380px;}}
#wi-EE34E1DD-1ED5-4D2E-ACF1-9B5D68D1CEE3{width:auto;height:50px;top:auto;left:0px;right:0px;bottom:40px;}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-EE34E1DD-1ED5-4D2E-ACF1-9B5D68D1CEE3{left:0px;right:0px;top:auto;bottom:40px;width:auto;height:50px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-EE34E1DD-1ED5-4D2E-ACF1-9B5D68D1CEE3{left:0px;right:0px;top:auto;bottom:25px;width:auto;height:50px;}}@media (max-width: 767px){	.responsive #wi-EE34E1DD-1ED5-4D2E-ACF1-9B5D68D1CEE3{left:0px;right:2px;top:1422px;bottom:auto;width:auto;height:50px;}}
#wi-AFB71B90-14DF-401A-9714-77D811F486FE{width:365px;height:80px;top:405px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-AFB71B90-14DF-401A-9714-77D811F486FE{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-AFB71B90-14DF-401A-9714-77D811F486FE{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-AFB71B90-14DF-401A-9714-77D811F486FE{left:auto;right:20px;top:470px;bottom:auto;width:370px;height:80px;}}@media (max-width: 767px){	.responsive #wi-AFB71B90-14DF-401A-9714-77D811F486FE{left:0px;right:2px;top:1185px;bottom:auto;width:auto;height:80px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-AFB71B90-14DF-401A-9714-77D811F486FE{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-AFB71B90-14DF-401A-9714-77D811F486FE{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-AFB71B90-14DF-401A-9714-77D811F486FE{left:20px;right:auto;top:430px;bottom:auto;width:365px;height:80px;}}
#wi-090B2D6B-979B-449A-AA90-D0058DD38B6F{width:300px;height:70px;top:300px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-090B2D6B-979B-449A-AA90-D0058DD38B6F{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-090B2D6B-979B-449A-AA90-D0058DD38B6F{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-090B2D6B-979B-449A-AA90-D0058DD38B6F{left:20px;right:auto;top:470px;bottom:auto;width:300px;height:70px;}}@media (max-width: 767px){	.responsive #wi-090B2D6B-979B-449A-AA90-D0058DD38B6F{left:0px;right:3px;top:1312px;bottom:auto;width:auto;height:70px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-090B2D6B-979B-449A-AA90-D0058DD38B6F{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-090B2D6B-979B-449A-AA90-D0058DD38B6F{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-090B2D6B-979B-449A-AA90-D0058DD38B6F{left:20px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}
#wi-3BAF9B85-70C1-4AB3-81CF-3DBE6ABD0419{width:365px;height:85px;top:205px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-3BAF9B85-70C1-4AB3-81CF-3DBE6ABD0419{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-3BAF9B85-70C1-4AB3-81CF-3DBE6ABD0419{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-3BAF9B85-70C1-4AB3-81CF-3DBE6ABD0419{left:20px;right:auto;top:175px;bottom:auto;width:300px;height:85px;}}@media (max-width: 767px){	.responsive #wi-3BAF9B85-70C1-4AB3-81CF-3DBE6ABD0419{left:0px;right:3px;top:170px;bottom:auto;width:auto;height:85px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-3BAF9B85-70C1-4AB3-81CF-3DBE6ABD0419{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-3BAF9B85-70C1-4AB3-81CF-3DBE6ABD0419{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-3BAF9B85-70C1-4AB3-81CF-3DBE6ABD0419{left:20px;right:auto;top:205px;bottom:auto;width:300px;height:85px;}}
#wi-06D12232-9E8E-42EA-835D-80EC17E0F6A9{width:360px;height:115px;top:85px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-06D12232-9E8E-42EA-835D-80EC17E0F6A9{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-06D12232-9E8E-42EA-835D-80EC17E0F6A9{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-06D12232-9E8E-42EA-835D-80EC17E0F6A9{left:20px;right:auto;top:55px;bottom:auto;width:300px;height:115px;}}@media (max-width: 767px){	.responsive #wi-06D12232-9E8E-42EA-835D-80EC17E0F6A9{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:115px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-06D12232-9E8E-42EA-835D-80EC17E0F6A9{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-06D12232-9E8E-42EA-835D-80EC17E0F6A9{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-06D12232-9E8E-42EA-835D-80EC17E0F6A9{left:20px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}
#wi-6017B527-8DB0-496B-9AD4-15D53C78FA85{width:50px;height:40px;top:83px;left:auto;right:70px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-6017B527-8DB0-496B-9AD4-15D53C78FA85{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-6017B527-8DB0-496B-9AD4-15D53C78FA85{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-6017B527-8DB0-496B-9AD4-15D53C78FA85{left:72px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-6017B527-8DB0-496B-9AD4-15D53C78FA85{left:auto;right:85px;top:123px;bottom:auto;width:50px;height:40px;display:none;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-6017B527-8DB0-496B-9AD4-15D53C78FA85{left:auto;right:72px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-6017B527-8DB0-496B-9AD4-15D53C78FA85{left:auto;right:68px;top:83px;bottom:auto;width:50px;height:40px;}}
#wi-58724AB0-FA4F-4288-B0FC-2A667060F99B{width:50px;height:40px;top:83px;left:auto;right:125px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-58724AB0-FA4F-4288-B0FC-2A667060F99B{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-58724AB0-FA4F-4288-B0FC-2A667060F99B{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-58724AB0-FA4F-4288-B0FC-2A667060F99B{left:20px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-58724AB0-FA4F-4288-B0FC-2A667060F99B{left:15px;right:auto;top:auto;bottom:14px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-58724AB0-FA4F-4288-B0FC-2A667060F99B{left:auto;right:130px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-58724AB0-FA4F-4288-B0FC-2A667060F99B{left:auto;right:125px;top:85px;bottom:auto;width:50px;height:40px;}}
#wi-23A9ED9F-D2C3-4871-9232-7BEF541CE975{width:1095px;height:67px;top:73px;left:150px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-23A9ED9F-D2C3-4871-9232-7BEF541CE975{left:160px;top:73px;right:169px;bottom:auto;width:auto;height:67px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-23A9ED9F-D2C3-4871-9232-7BEF541CE975{left:160px;right:159px;top:73px;bottom:auto;width:auto;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-23A9ED9F-D2C3-4871-9232-7BEF541CE975{left:160px;right:161px;top:75px;bottom:auto;width:auto;height:52px;}}@media (max-width: 767px){	.responsive #wi-23A9ED9F-D2C3-4871-9232-7BEF541CE975{left:0px;right:0px;top:50px;bottom:auto;width:auto;height:45px;}}
#wi-66AAEDFE-0407-4E32-829F-B9F28563FEF6{width:50px;height:40px;top:80px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-66AAEDFE-0407-4E32-829F-B9F28563FEF6{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-66AAEDFE-0407-4E32-829F-B9F28563FEF6{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-66AAEDFE-0407-4E32-829F-B9F28563FEF6{left:115px;right:auto;top:85px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-66AAEDFE-0407-4E32-829F-B9F28563FEF6{left:55px;right:auto;top:auto;bottom:0px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-66AAEDFE-0407-4E32-829F-B9F28563FEF6{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-66AAEDFE-0407-4E32-829F-B9F28563FEF6{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-66AAEDFE-0407-4E32-829F-B9F28563FEF6{left:auto;right:20px;top:80px;bottom:auto;width:50px;height:40px;}}
#wi-E1CF2A7A-3FEF-403F-A9CE-F8C9F95D1C2A{width:auto;height:55px;top:auto;left:0px;right:0px;bottom:0px;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-E1CF2A7A-3FEF-403F-A9CE-F8C9F95D1C2A{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-E1CF2A7A-3FEF-403F-A9CE-F8C9F95D1C2A{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (max-width: 767px){	.responsive #wi-E1CF2A7A-3FEF-403F-A9CE-F8C9F95D1C2A{left:auto;right:0px;top:auto;bottom:3px;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-E1CF2A7A-3FEF-403F-A9CE-F8C9F95D1C2A{left:auto;right:0px;top:83px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-E1CF2A7A-3FEF-403F-A9CE-F8C9F95D1C2A{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:45px;}}
#wi-3C26F70D-85B2-42FE-80DD-00D3414788FA{width:50px;height:42px;top:80px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-3C26F70D-85B2-42FE-80DD-00D3414788FA{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-3C26F70D-85B2-42FE-80DD-00D3414788FA{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-3C26F70D-85B2-42FE-80DD-00D3414788FA{left:auto;right:50px;top:80px;bottom:auto;width:50px;height:42px;}}@media (max-width: 767px){	.responsive #wi-3C26F70D-85B2-42FE-80DD-00D3414788FA{left:auto;right:48px;top:auto;bottom:0px;width:50px;height:42px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-3C26F70D-85B2-42FE-80DD-00D3414788FA{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-3C26F70D-85B2-42FE-80DD-00D3414788FA{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-3C26F70D-85B2-42FE-80DD-00D3414788FA{left:20px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}
#wi-1BFEE041-9015-4BFF-BF1E-95705AF925CD{width:auto;height:30px;top:0px;left:0px;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-1BFEE041-9015-4BFF-BF1E-95705AF925CD{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-1BFEE041-9015-4BFF-BF1E-95705AF925CD{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-1BFEE041-9015-4BFF-BF1E-95705AF925CD{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}
#wi-B22FAA91-D277-41E3-835E-C34430795E48{width:210px;height:200px;top:85px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-B22FAA91-D277-41E3-835E-C34430795E48{left:auto;right:15px;top:85px;bottom:auto;width:210px;height:200px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-B22FAA91-D277-41E3-835E-C34430795E48{left:auto;right:15px;top:85px;bottom:auto;width:150px;height:200px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-B22FAA91-D277-41E3-835E-C34430795E48{left:auto;right:15px;top:55px;bottom:auto;width:150px;height:200px;}}@media (max-width: 767px){	.responsive #wi-B22FAA91-D277-41E3-835E-C34430795E48{left:0px;right:3px;top:1002px;bottom:auto;width:auto;height:180px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-B22FAA91-D277-41E3-835E-C34430795E48{left:auto;right:20px;top:85px;bottom:auto;width:210px;height:200px;}}
#wi-13E373F8-72CC-4483-A60A-5CB0C94C57CA{width:150px;height:150px;top:260px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-13E373F8-72CC-4483-A60A-5CB0C94C57CA{left:auto;right:320px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-13E373F8-72CC-4483-A60A-5CB0C94C57CA{left:auto;right:220px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-13E373F8-72CC-4483-A60A-5CB0C94C57CA{left:20px;right:auto;top:258px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-13E373F8-72CC-4483-A60A-5CB0C94C57CA{left:0px;right:1px;top:830px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-13E373F8-72CC-4483-A60A-5CB0C94C57CA{left:auto;right:345px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-13E373F8-72CC-4483-A60A-5CB0C94C57CA{left:auto;right:275px;top:285px;bottom:auto;width:140px;height:150px;}}
#wi-C77E3B1F-7804-4E05-AD6C-9AD86D841640{width:150px;height:150px;top:85px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-C77E3B1F-7804-4E05-AD6C-9AD86D841640{left:auto;right:320px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-C77E3B1F-7804-4E05-AD6C-9AD86D841640{left:auto;right:220px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-C77E3B1F-7804-4E05-AD6C-9AD86D841640{left:auto;right:15px;top:270px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-C77E3B1F-7804-4E05-AD6C-9AD86D841640{left:0px;right:4px;top:662px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-C77E3B1F-7804-4E05-AD6C-9AD86D841640{left:auto;right:345px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-C77E3B1F-7804-4E05-AD6C-9AD86D841640{left:auto;right:285px;top:85px;bottom:auto;width:130px;height:150px;}}
#wi-E9283624-625C-488A-8502-E2D622BD5FFF{width:150px;height:380px;top:85px;left:600px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-E9283624-625C-488A-8502-E2D622BD5FFF{left:500px;right:auto;top:85px;bottom:auto;width:150px;height:380px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-E9283624-625C-488A-8502-E2D622BD5FFF{left:auto;top:85px;right:425px;bottom:auto;width:150px;height:380px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-E9283624-625C-488A-8502-E2D622BD5FFF{left:auto;top:55px;right:238px;bottom:auto;width:150px;height:380px;}}@media (max-width: 767px){	.responsive #wi-E9283624-625C-488A-8502-E2D622BD5FFF{left:0px;right:2px;top:270px;bottom:auto;width:auto;height:370px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-E9283624-625C-488A-8502-E2D622BD5FFF{left:425px;right:auto;top:85px;bottom:auto;width:130px;height:380px;}}
#wi-939A45BE-0EDC-4E99-9A47-B2343B2DB0D4{width:auto;height:50px;top:auto;left:0px;right:0px;bottom:40px;}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-939A45BE-0EDC-4E99-9A47-B2343B2DB0D4{left:0px;right:0px;top:auto;bottom:40px;width:auto;height:50px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-939A45BE-0EDC-4E99-9A47-B2343B2DB0D4{left:0px;right:0px;top:auto;bottom:25px;width:auto;height:50px;}}@media (max-width: 767px){	.responsive #wi-939A45BE-0EDC-4E99-9A47-B2343B2DB0D4{left:0px;right:2px;top:1422px;bottom:auto;width:auto;height:50px;}}
#wi-C3796C90-09BE-43C4-9CE2-B810678F2D22{width:365px;height:80px;top:405px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-C3796C90-09BE-43C4-9CE2-B810678F2D22{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-C3796C90-09BE-43C4-9CE2-B810678F2D22{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-C3796C90-09BE-43C4-9CE2-B810678F2D22{left:auto;right:20px;top:470px;bottom:auto;width:370px;height:80px;}}@media (max-width: 767px){	.responsive #wi-C3796C90-09BE-43C4-9CE2-B810678F2D22{left:0px;right:2px;top:1185px;bottom:auto;width:auto;height:80px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-C3796C90-09BE-43C4-9CE2-B810678F2D22{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-C3796C90-09BE-43C4-9CE2-B810678F2D22{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-C3796C90-09BE-43C4-9CE2-B810678F2D22{left:20px;right:auto;top:430px;bottom:auto;width:365px;height:80px;}}
#wi-96D94614-8D28-4ECF-A6F8-AB3A86B7D70C{width:300px;height:70px;top:300px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-96D94614-8D28-4ECF-A6F8-AB3A86B7D70C{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-96D94614-8D28-4ECF-A6F8-AB3A86B7D70C{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-96D94614-8D28-4ECF-A6F8-AB3A86B7D70C{left:20px;right:auto;top:470px;bottom:auto;width:300px;height:70px;}}@media (max-width: 767px){	.responsive #wi-96D94614-8D28-4ECF-A6F8-AB3A86B7D70C{left:0px;right:3px;top:1312px;bottom:auto;width:auto;height:70px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-96D94614-8D28-4ECF-A6F8-AB3A86B7D70C{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-96D94614-8D28-4ECF-A6F8-AB3A86B7D70C{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-96D94614-8D28-4ECF-A6F8-AB3A86B7D70C{left:20px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}
#wi-B7B6B678-E9B1-4712-A3D9-3AAEE98467B5{width:365px;height:85px;top:205px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-B7B6B678-E9B1-4712-A3D9-3AAEE98467B5{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-B7B6B678-E9B1-4712-A3D9-3AAEE98467B5{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-B7B6B678-E9B1-4712-A3D9-3AAEE98467B5{left:20px;right:auto;top:175px;bottom:auto;width:300px;height:85px;}}@media (max-width: 767px){	.responsive #wi-B7B6B678-E9B1-4712-A3D9-3AAEE98467B5{left:0px;right:3px;top:170px;bottom:auto;width:auto;height:85px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-B7B6B678-E9B1-4712-A3D9-3AAEE98467B5{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-B7B6B678-E9B1-4712-A3D9-3AAEE98467B5{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-B7B6B678-E9B1-4712-A3D9-3AAEE98467B5{left:20px;right:auto;top:205px;bottom:auto;width:300px;height:85px;}}
#wi-500D1ED7-7A9D-414B-A9FF-39630785F2F2{width:360px;height:115px;top:85px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-500D1ED7-7A9D-414B-A9FF-39630785F2F2{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-500D1ED7-7A9D-414B-A9FF-39630785F2F2{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-500D1ED7-7A9D-414B-A9FF-39630785F2F2{left:20px;right:auto;top:55px;bottom:auto;width:300px;height:115px;}}@media (max-width: 767px){	.responsive #wi-500D1ED7-7A9D-414B-A9FF-39630785F2F2{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:115px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-500D1ED7-7A9D-414B-A9FF-39630785F2F2{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-500D1ED7-7A9D-414B-A9FF-39630785F2F2{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-500D1ED7-7A9D-414B-A9FF-39630785F2F2{left:20px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}
#wi-38DE89C4-B37D-4147-BEB4-60946170AC3D{width:50px;height:40px;top:83px;left:auto;right:70px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-38DE89C4-B37D-4147-BEB4-60946170AC3D{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-38DE89C4-B37D-4147-BEB4-60946170AC3D{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-38DE89C4-B37D-4147-BEB4-60946170AC3D{left:72px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-38DE89C4-B37D-4147-BEB4-60946170AC3D{left:auto;right:85px;top:123px;bottom:auto;width:50px;height:40px;display:none;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-38DE89C4-B37D-4147-BEB4-60946170AC3D{left:auto;right:72px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-38DE89C4-B37D-4147-BEB4-60946170AC3D{left:auto;right:68px;top:83px;bottom:auto;width:50px;height:40px;}}
#wi-5A8F2053-9525-437D-881A-A7F1200D3F84{width:50px;height:40px;top:83px;left:auto;right:125px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-5A8F2053-9525-437D-881A-A7F1200D3F84{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-5A8F2053-9525-437D-881A-A7F1200D3F84{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-5A8F2053-9525-437D-881A-A7F1200D3F84{left:20px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-5A8F2053-9525-437D-881A-A7F1200D3F84{left:15px;right:auto;top:auto;bottom:14px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-5A8F2053-9525-437D-881A-A7F1200D3F84{left:auto;right:130px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-5A8F2053-9525-437D-881A-A7F1200D3F84{left:auto;right:125px;top:85px;bottom:auto;width:50px;height:40px;}}
#wi-CF6B2ADE-4CDB-4117-961D-E72A7B5E8683{width:1095px;height:67px;top:73px;left:150px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-CF6B2ADE-4CDB-4117-961D-E72A7B5E8683{left:160px;top:73px;right:169px;bottom:auto;width:auto;height:67px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-CF6B2ADE-4CDB-4117-961D-E72A7B5E8683{left:160px;right:159px;top:73px;bottom:auto;width:auto;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-CF6B2ADE-4CDB-4117-961D-E72A7B5E8683{left:160px;right:161px;top:75px;bottom:auto;width:auto;height:52px;}}@media (max-width: 767px){	.responsive #wi-CF6B2ADE-4CDB-4117-961D-E72A7B5E8683{left:0px;right:0px;top:50px;bottom:auto;width:auto;height:45px;}}
#wi-D214A3EC-0E1B-4F2C-8564-EC70AB47D89E{width:50px;height:40px;top:80px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-D214A3EC-0E1B-4F2C-8564-EC70AB47D89E{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-D214A3EC-0E1B-4F2C-8564-EC70AB47D89E{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-D214A3EC-0E1B-4F2C-8564-EC70AB47D89E{left:115px;right:auto;top:85px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-D214A3EC-0E1B-4F2C-8564-EC70AB47D89E{left:55px;right:auto;top:auto;bottom:0px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-D214A3EC-0E1B-4F2C-8564-EC70AB47D89E{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-D214A3EC-0E1B-4F2C-8564-EC70AB47D89E{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-D214A3EC-0E1B-4F2C-8564-EC70AB47D89E{left:auto;right:20px;top:80px;bottom:auto;width:50px;height:40px;}}
#wi-B1D5241E-5E78-4E64-B83B-D9315F820EF8{width:auto;height:55px;top:auto;left:0px;right:0px;bottom:0px;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-B1D5241E-5E78-4E64-B83B-D9315F820EF8{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-B1D5241E-5E78-4E64-B83B-D9315F820EF8{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (max-width: 767px){	.responsive #wi-B1D5241E-5E78-4E64-B83B-D9315F820EF8{left:auto;right:0px;top:auto;bottom:3px;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-B1D5241E-5E78-4E64-B83B-D9315F820EF8{left:auto;right:0px;top:83px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-B1D5241E-5E78-4E64-B83B-D9315F820EF8{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:45px;}}
#wi-3F84E28F-29F5-4F09-BE0C-2EE6DD77B067{width:50px;height:42px;top:80px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-3F84E28F-29F5-4F09-BE0C-2EE6DD77B067{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-3F84E28F-29F5-4F09-BE0C-2EE6DD77B067{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-3F84E28F-29F5-4F09-BE0C-2EE6DD77B067{left:auto;right:50px;top:80px;bottom:auto;width:50px;height:42px;}}@media (max-width: 767px){	.responsive #wi-3F84E28F-29F5-4F09-BE0C-2EE6DD77B067{left:auto;right:48px;top:auto;bottom:0px;width:50px;height:42px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-3F84E28F-29F5-4F09-BE0C-2EE6DD77B067{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-3F84E28F-29F5-4F09-BE0C-2EE6DD77B067{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-3F84E28F-29F5-4F09-BE0C-2EE6DD77B067{left:20px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}
#wi-70C2B28E-9D88-491C-B663-AEF1CC0B21BB{width:auto;height:30px;top:0px;left:0px;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-70C2B28E-9D88-491C-B663-AEF1CC0B21BB{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-70C2B28E-9D88-491C-B663-AEF1CC0B21BB{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-70C2B28E-9D88-491C-B663-AEF1CC0B21BB{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}
#wi-1390153E-E7DC-446C-B801-7355A687C3DA{width:210px;height:200px;top:85px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-1390153E-E7DC-446C-B801-7355A687C3DA{left:auto;right:15px;top:85px;bottom:auto;width:210px;height:200px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-1390153E-E7DC-446C-B801-7355A687C3DA{left:auto;right:15px;top:85px;bottom:auto;width:150px;height:200px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-1390153E-E7DC-446C-B801-7355A687C3DA{left:auto;right:15px;top:55px;bottom:auto;width:150px;height:200px;}}@media (max-width: 767px){	.responsive #wi-1390153E-E7DC-446C-B801-7355A687C3DA{left:0px;right:3px;top:1002px;bottom:auto;width:auto;height:180px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-1390153E-E7DC-446C-B801-7355A687C3DA{left:auto;right:20px;top:85px;bottom:auto;width:210px;height:200px;}}
#wi-0FD62DD6-2AB4-4032-9326-22754E150A88{width:150px;height:150px;top:260px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-0FD62DD6-2AB4-4032-9326-22754E150A88{left:auto;right:320px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-0FD62DD6-2AB4-4032-9326-22754E150A88{left:auto;right:220px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-0FD62DD6-2AB4-4032-9326-22754E150A88{left:20px;right:auto;top:258px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-0FD62DD6-2AB4-4032-9326-22754E150A88{left:0px;right:1px;top:830px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-0FD62DD6-2AB4-4032-9326-22754E150A88{left:auto;right:345px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-0FD62DD6-2AB4-4032-9326-22754E150A88{left:auto;right:275px;top:285px;bottom:auto;width:140px;height:150px;}}
#wi-36CEE53A-7AF7-49C2-965E-4EDE13DE3FA7{width:150px;height:150px;top:85px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-36CEE53A-7AF7-49C2-965E-4EDE13DE3FA7{left:auto;right:320px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-36CEE53A-7AF7-49C2-965E-4EDE13DE3FA7{left:auto;right:220px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-36CEE53A-7AF7-49C2-965E-4EDE13DE3FA7{left:auto;right:15px;top:270px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-36CEE53A-7AF7-49C2-965E-4EDE13DE3FA7{left:0px;right:4px;top:662px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-36CEE53A-7AF7-49C2-965E-4EDE13DE3FA7{left:auto;right:345px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-36CEE53A-7AF7-49C2-965E-4EDE13DE3FA7{left:auto;right:285px;top:85px;bottom:auto;width:130px;height:150px;}}
#wi-844DD2CE-D850-4CAE-9C06-06D1634E38E0{width:150px;height:380px;top:85px;left:600px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-844DD2CE-D850-4CAE-9C06-06D1634E38E0{left:500px;right:auto;top:85px;bottom:auto;width:150px;height:380px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-844DD2CE-D850-4CAE-9C06-06D1634E38E0{left:auto;top:85px;right:425px;bottom:auto;width:150px;height:380px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-844DD2CE-D850-4CAE-9C06-06D1634E38E0{left:auto;top:55px;right:238px;bottom:auto;width:150px;height:380px;}}@media (max-width: 767px){	.responsive #wi-844DD2CE-D850-4CAE-9C06-06D1634E38E0{left:0px;right:2px;top:270px;bottom:auto;width:auto;height:370px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-844DD2CE-D850-4CAE-9C06-06D1634E38E0{left:425px;right:auto;top:85px;bottom:auto;width:130px;height:380px;}}
#wi-2702FBBA-52E0-4BCF-BCA3-573999D96A0E{width:auto;height:50px;top:auto;left:0px;right:0px;bottom:40px;}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-2702FBBA-52E0-4BCF-BCA3-573999D96A0E{left:0px;right:0px;top:auto;bottom:40px;width:auto;height:50px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-2702FBBA-52E0-4BCF-BCA3-573999D96A0E{left:0px;right:0px;top:auto;bottom:25px;width:auto;height:50px;}}@media (max-width: 767px){	.responsive #wi-2702FBBA-52E0-4BCF-BCA3-573999D96A0E{left:0px;right:2px;top:1422px;bottom:auto;width:auto;height:50px;}}
#wi-BBD6B7DC-80DC-47C4-A032-6E2807615575{width:365px;height:80px;top:405px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-BBD6B7DC-80DC-47C4-A032-6E2807615575{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-BBD6B7DC-80DC-47C4-A032-6E2807615575{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-BBD6B7DC-80DC-47C4-A032-6E2807615575{left:auto;right:20px;top:470px;bottom:auto;width:370px;height:80px;}}@media (max-width: 767px){	.responsive #wi-BBD6B7DC-80DC-47C4-A032-6E2807615575{left:0px;right:2px;top:1185px;bottom:auto;width:auto;height:80px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-BBD6B7DC-80DC-47C4-A032-6E2807615575{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-BBD6B7DC-80DC-47C4-A032-6E2807615575{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-BBD6B7DC-80DC-47C4-A032-6E2807615575{left:20px;right:auto;top:430px;bottom:auto;width:365px;height:80px;}}
#wi-2D27171C-DBBF-4B4C-AF96-B7C9E25B1172{width:300px;height:70px;top:300px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-2D27171C-DBBF-4B4C-AF96-B7C9E25B1172{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-2D27171C-DBBF-4B4C-AF96-B7C9E25B1172{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-2D27171C-DBBF-4B4C-AF96-B7C9E25B1172{left:20px;right:auto;top:470px;bottom:auto;width:300px;height:70px;}}@media (max-width: 767px){	.responsive #wi-2D27171C-DBBF-4B4C-AF96-B7C9E25B1172{left:0px;right:3px;top:1312px;bottom:auto;width:auto;height:70px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-2D27171C-DBBF-4B4C-AF96-B7C9E25B1172{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-2D27171C-DBBF-4B4C-AF96-B7C9E25B1172{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-2D27171C-DBBF-4B4C-AF96-B7C9E25B1172{left:20px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}
#wi-571E9612-9876-4B58-98C2-07697178F771{width:365px;height:85px;top:205px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-571E9612-9876-4B58-98C2-07697178F771{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-571E9612-9876-4B58-98C2-07697178F771{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-571E9612-9876-4B58-98C2-07697178F771{left:20px;right:auto;top:175px;bottom:auto;width:300px;height:85px;}}@media (max-width: 767px){	.responsive #wi-571E9612-9876-4B58-98C2-07697178F771{left:0px;right:3px;top:170px;bottom:auto;width:auto;height:85px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-571E9612-9876-4B58-98C2-07697178F771{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-571E9612-9876-4B58-98C2-07697178F771{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-571E9612-9876-4B58-98C2-07697178F771{left:20px;right:auto;top:205px;bottom:auto;width:300px;height:85px;}}
#wi-B0FC06C5-0160-4A41-8E93-5F265DB02904{width:360px;height:115px;top:85px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-B0FC06C5-0160-4A41-8E93-5F265DB02904{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-B0FC06C5-0160-4A41-8E93-5F265DB02904{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-B0FC06C5-0160-4A41-8E93-5F265DB02904{left:20px;right:auto;top:55px;bottom:auto;width:300px;height:115px;}}@media (max-width: 767px){	.responsive #wi-B0FC06C5-0160-4A41-8E93-5F265DB02904{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:115px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-B0FC06C5-0160-4A41-8E93-5F265DB02904{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-B0FC06C5-0160-4A41-8E93-5F265DB02904{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-B0FC06C5-0160-4A41-8E93-5F265DB02904{left:20px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}
#wi-3A8AC6FD-9F71-4BF2-B8C1-EC43BEB373BE{width:50px;height:40px;top:83px;left:auto;right:70px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-3A8AC6FD-9F71-4BF2-B8C1-EC43BEB373BE{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-3A8AC6FD-9F71-4BF2-B8C1-EC43BEB373BE{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-3A8AC6FD-9F71-4BF2-B8C1-EC43BEB373BE{left:72px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-3A8AC6FD-9F71-4BF2-B8C1-EC43BEB373BE{left:auto;right:85px;top:123px;bottom:auto;width:50px;height:40px;display:none;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-3A8AC6FD-9F71-4BF2-B8C1-EC43BEB373BE{left:auto;right:72px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-3A8AC6FD-9F71-4BF2-B8C1-EC43BEB373BE{left:auto;right:68px;top:83px;bottom:auto;width:50px;height:40px;}}
#wi-EFBD9188-82CF-43A9-8D11-CFBB427C4B8A{width:50px;height:40px;top:83px;left:auto;right:125px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-EFBD9188-82CF-43A9-8D11-CFBB427C4B8A{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-EFBD9188-82CF-43A9-8D11-CFBB427C4B8A{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-EFBD9188-82CF-43A9-8D11-CFBB427C4B8A{left:20px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-EFBD9188-82CF-43A9-8D11-CFBB427C4B8A{left:15px;right:auto;top:auto;bottom:14px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-EFBD9188-82CF-43A9-8D11-CFBB427C4B8A{left:auto;right:130px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-EFBD9188-82CF-43A9-8D11-CFBB427C4B8A{left:auto;right:125px;top:85px;bottom:auto;width:50px;height:40px;}}
#wi-4936EDD6-548F-4380-A157-28F722FEEB10{width:1095px;height:67px;top:73px;left:150px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-4936EDD6-548F-4380-A157-28F722FEEB10{left:160px;top:73px;right:169px;bottom:auto;width:auto;height:67px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-4936EDD6-548F-4380-A157-28F722FEEB10{left:160px;right:159px;top:73px;bottom:auto;width:auto;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-4936EDD6-548F-4380-A157-28F722FEEB10{left:160px;right:161px;top:75px;bottom:auto;width:auto;height:52px;}}@media (max-width: 767px){	.responsive #wi-4936EDD6-548F-4380-A157-28F722FEEB10{left:0px;right:0px;top:50px;bottom:auto;width:auto;height:45px;}}
#wi-67445768-8A9D-4384-82D0-2EECCCE28D57{width:50px;height:40px;top:80px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-67445768-8A9D-4384-82D0-2EECCCE28D57{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-67445768-8A9D-4384-82D0-2EECCCE28D57{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-67445768-8A9D-4384-82D0-2EECCCE28D57{left:115px;right:auto;top:85px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-67445768-8A9D-4384-82D0-2EECCCE28D57{left:55px;right:auto;top:auto;bottom:0px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-67445768-8A9D-4384-82D0-2EECCCE28D57{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-67445768-8A9D-4384-82D0-2EECCCE28D57{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-67445768-8A9D-4384-82D0-2EECCCE28D57{left:auto;right:20px;top:80px;bottom:auto;width:50px;height:40px;}}
#wi-029F4AFC-F32C-42A7-84A4-938FF07CC9D5{width:auto;height:55px;top:auto;left:0px;right:0px;bottom:0px;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-029F4AFC-F32C-42A7-84A4-938FF07CC9D5{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-029F4AFC-F32C-42A7-84A4-938FF07CC9D5{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (max-width: 767px){	.responsive #wi-029F4AFC-F32C-42A7-84A4-938FF07CC9D5{left:auto;right:0px;top:auto;bottom:3px;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-029F4AFC-F32C-42A7-84A4-938FF07CC9D5{left:auto;right:0px;top:83px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-029F4AFC-F32C-42A7-84A4-938FF07CC9D5{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:45px;}}
#wi-786337AC-BAA5-4AE4-80F5-DDF94F045644{width:50px;height:42px;top:80px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-786337AC-BAA5-4AE4-80F5-DDF94F045644{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-786337AC-BAA5-4AE4-80F5-DDF94F045644{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-786337AC-BAA5-4AE4-80F5-DDF94F045644{left:auto;right:50px;top:80px;bottom:auto;width:50px;height:42px;}}@media (max-width: 767px){	.responsive #wi-786337AC-BAA5-4AE4-80F5-DDF94F045644{left:auto;right:48px;top:auto;bottom:0px;width:50px;height:42px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-786337AC-BAA5-4AE4-80F5-DDF94F045644{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-786337AC-BAA5-4AE4-80F5-DDF94F045644{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-786337AC-BAA5-4AE4-80F5-DDF94F045644{left:20px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}
#wi-C3F6589F-69FC-4511-B5F7-B233391835A0{width:auto;height:30px;top:0px;left:0px;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-C3F6589F-69FC-4511-B5F7-B233391835A0{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-C3F6589F-69FC-4511-B5F7-B233391835A0{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-C3F6589F-69FC-4511-B5F7-B233391835A0{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}
#wi-D062E130-9FEE-4CB9-A98D-3F3E205393D1{width:210px;height:200px;top:85px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-D062E130-9FEE-4CB9-A98D-3F3E205393D1{left:auto;right:15px;top:85px;bottom:auto;width:210px;height:200px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-D062E130-9FEE-4CB9-A98D-3F3E205393D1{left:auto;right:15px;top:85px;bottom:auto;width:150px;height:200px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-D062E130-9FEE-4CB9-A98D-3F3E205393D1{left:auto;right:15px;top:55px;bottom:auto;width:150px;height:200px;}}@media (max-width: 767px){	.responsive #wi-D062E130-9FEE-4CB9-A98D-3F3E205393D1{left:0px;right:3px;top:1002px;bottom:auto;width:auto;height:180px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-D062E130-9FEE-4CB9-A98D-3F3E205393D1{left:auto;right:20px;top:85px;bottom:auto;width:210px;height:200px;}}
#wi-C21421B5-4790-42BC-B015-60674A5EA938{width:150px;height:150px;top:260px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-C21421B5-4790-42BC-B015-60674A5EA938{left:auto;right:320px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-C21421B5-4790-42BC-B015-60674A5EA938{left:auto;right:220px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-C21421B5-4790-42BC-B015-60674A5EA938{left:20px;right:auto;top:258px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-C21421B5-4790-42BC-B015-60674A5EA938{left:0px;right:1px;top:830px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-C21421B5-4790-42BC-B015-60674A5EA938{left:auto;right:345px;top:260px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-C21421B5-4790-42BC-B015-60674A5EA938{left:auto;right:275px;top:285px;bottom:auto;width:140px;height:150px;}}
#wi-31DE7149-2AFC-4F45-BD28-40815E79DC02{width:150px;height:150px;top:85px;left:auto;right:350px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-31DE7149-2AFC-4F45-BD28-40815E79DC02{left:auto;right:320px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-31DE7149-2AFC-4F45-BD28-40815E79DC02{left:auto;right:220px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-31DE7149-2AFC-4F45-BD28-40815E79DC02{left:auto;right:15px;top:270px;bottom:auto;width:150px;height:150px;}}@media (max-width: 767px){	.responsive #wi-31DE7149-2AFC-4F45-BD28-40815E79DC02{left:0px;right:4px;top:662px;bottom:auto;width:auto;height:150px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-31DE7149-2AFC-4F45-BD28-40815E79DC02{left:auto;right:345px;top:85px;bottom:auto;width:150px;height:150px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-31DE7149-2AFC-4F45-BD28-40815E79DC02{left:auto;right:285px;top:85px;bottom:auto;width:130px;height:150px;}}
#wi-24EA97B9-3B9E-415D-AE2A-D3B943B51A4A{width:150px;height:380px;top:85px;left:600px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-24EA97B9-3B9E-415D-AE2A-D3B943B51A4A{left:500px;right:auto;top:85px;bottom:auto;width:150px;height:380px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-24EA97B9-3B9E-415D-AE2A-D3B943B51A4A{left:auto;top:85px;right:425px;bottom:auto;width:150px;height:380px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-24EA97B9-3B9E-415D-AE2A-D3B943B51A4A{left:auto;top:55px;right:238px;bottom:auto;width:150px;height:380px;}}@media (max-width: 767px){	.responsive #wi-24EA97B9-3B9E-415D-AE2A-D3B943B51A4A{left:0px;right:2px;top:270px;bottom:auto;width:auto;height:370px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-24EA97B9-3B9E-415D-AE2A-D3B943B51A4A{left:425px;right:auto;top:85px;bottom:auto;width:130px;height:380px;}}
#wi-47951F78-3B4C-4A5E-88AD-883CEB14DDF4{width:auto;height:50px;top:auto;left:0px;right:0px;bottom:40px;}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-47951F78-3B4C-4A5E-88AD-883CEB14DDF4{left:0px;right:0px;top:auto;bottom:40px;width:auto;height:50px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-47951F78-3B4C-4A5E-88AD-883CEB14DDF4{left:0px;right:0px;top:auto;bottom:25px;width:auto;height:50px;}}@media (max-width: 767px){	.responsive #wi-47951F78-3B4C-4A5E-88AD-883CEB14DDF4{left:0px;right:2px;top:1422px;bottom:auto;width:auto;height:50px;}}
#wi-A8E74BE7-1A97-4FD5-9AAB-E6E26110A068{width:365px;height:80px;top:405px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-A8E74BE7-1A97-4FD5-9AAB-E6E26110A068{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-A8E74BE7-1A97-4FD5-9AAB-E6E26110A068{left:15px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-A8E74BE7-1A97-4FD5-9AAB-E6E26110A068{left:auto;right:20px;top:470px;bottom:auto;width:370px;height:80px;}}@media (max-width: 767px){	.responsive #wi-A8E74BE7-1A97-4FD5-9AAB-E6E26110A068{left:0px;right:2px;top:1185px;bottom:auto;width:auto;height:80px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-A8E74BE7-1A97-4FD5-9AAB-E6E26110A068{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-A8E74BE7-1A97-4FD5-9AAB-E6E26110A068{left:0px;right:auto;top:405px;bottom:auto;width:365px;height:80px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-A8E74BE7-1A97-4FD5-9AAB-E6E26110A068{left:20px;right:auto;top:430px;bottom:auto;width:365px;height:80px;}}
#wi-7A9FA698-DC97-4F82-A077-B020A197D019{width:300px;height:70px;top:300px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-7A9FA698-DC97-4F82-A077-B020A197D019{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-7A9FA698-DC97-4F82-A077-B020A197D019{left:15px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-7A9FA698-DC97-4F82-A077-B020A197D019{left:20px;right:auto;top:470px;bottom:auto;width:300px;height:70px;}}@media (max-width: 767px){	.responsive #wi-7A9FA698-DC97-4F82-A077-B020A197D019{left:0px;right:3px;top:1312px;bottom:auto;width:auto;height:70px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-7A9FA698-DC97-4F82-A077-B020A197D019{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-7A9FA698-DC97-4F82-A077-B020A197D019{left:0px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-7A9FA698-DC97-4F82-A077-B020A197D019{left:20px;right:auto;top:300px;bottom:auto;width:300px;height:70px;}}
#wi-3EF57775-DB08-4E3A-8A40-40DB20195252{width:365px;height:85px;top:205px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-3EF57775-DB08-4E3A-8A40-40DB20195252{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-3EF57775-DB08-4E3A-8A40-40DB20195252{left:15px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-3EF57775-DB08-4E3A-8A40-40DB20195252{left:20px;right:auto;top:175px;bottom:auto;width:300px;height:85px;}}@media (max-width: 767px){	.responsive #wi-3EF57775-DB08-4E3A-8A40-40DB20195252{left:0px;right:3px;top:170px;bottom:auto;width:auto;height:85px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-3EF57775-DB08-4E3A-8A40-40DB20195252{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-3EF57775-DB08-4E3A-8A40-40DB20195252{left:0px;right:auto;top:205px;bottom:auto;width:365px;height:85px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-3EF57775-DB08-4E3A-8A40-40DB20195252{left:20px;right:auto;top:205px;bottom:auto;width:300px;height:85px;}}
#wi-98D4FEB3-AE88-4D39-B0CC-0088431E2881{width:360px;height:115px;top:85px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-98D4FEB3-AE88-4D39-B0CC-0088431E2881{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-98D4FEB3-AE88-4D39-B0CC-0088431E2881{left:15px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-98D4FEB3-AE88-4D39-B0CC-0088431E2881{left:20px;right:auto;top:55px;bottom:auto;width:300px;height:115px;}}@media (max-width: 767px){	.responsive #wi-98D4FEB3-AE88-4D39-B0CC-0088431E2881{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:115px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-98D4FEB3-AE88-4D39-B0CC-0088431E2881{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-98D4FEB3-AE88-4D39-B0CC-0088431E2881{left:0px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-98D4FEB3-AE88-4D39-B0CC-0088431E2881{left:20px;right:auto;top:85px;bottom:auto;width:360px;height:115px;}}
#wi-2332FE6F-519D-44FF-B1C4-A4DD3905F2F6{width:50px;height:40px;top:83px;left:auto;right:70px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-2332FE6F-519D-44FF-B1C4-A4DD3905F2F6{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-2332FE6F-519D-44FF-B1C4-A4DD3905F2F6{left:auto;right:85px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-2332FE6F-519D-44FF-B1C4-A4DD3905F2F6{left:72px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-2332FE6F-519D-44FF-B1C4-A4DD3905F2F6{left:auto;right:85px;top:123px;bottom:auto;width:50px;height:40px;display:none;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-2332FE6F-519D-44FF-B1C4-A4DD3905F2F6{left:auto;right:72px;top:84px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-2332FE6F-519D-44FF-B1C4-A4DD3905F2F6{left:auto;right:68px;top:83px;bottom:auto;width:50px;height:40px;}}
#wi-82F05679-C944-457D-92EE-E56132CEC265{width:50px;height:40px;top:83px;left:auto;right:125px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-82F05679-C944-457D-92EE-E56132CEC265{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-82F05679-C944-457D-92EE-E56132CEC265{left:auto;right:140px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-82F05679-C944-457D-92EE-E56132CEC265{left:20px;right:auto;top:89px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-82F05679-C944-457D-92EE-E56132CEC265{left:15px;right:auto;top:auto;bottom:14px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-82F05679-C944-457D-92EE-E56132CEC265{left:auto;right:130px;top:85px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-82F05679-C944-457D-92EE-E56132CEC265{left:auto;right:125px;top:85px;bottom:auto;width:50px;height:40px;}}
#wi-C33D70DC-2B94-47E8-B331-651330FB56A2{width:1095px;height:67px;top:73px;left:150px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-C33D70DC-2B94-47E8-B331-651330FB56A2{left:160px;top:73px;right:169px;bottom:auto;width:auto;height:67px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-C33D70DC-2B94-47E8-B331-651330FB56A2{left:160px;right:159px;top:73px;bottom:auto;width:auto;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-C33D70DC-2B94-47E8-B331-651330FB56A2{left:160px;right:161px;top:75px;bottom:auto;width:auto;height:52px;}}@media (max-width: 767px){	.responsive #wi-C33D70DC-2B94-47E8-B331-651330FB56A2{left:0px;right:0px;top:50px;bottom:auto;width:auto;height:45px;}}
#wi-21CF9354-6757-49F0-8C69-809627F6A348{width:50px;height:40px;top:80px;left:auto;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-21CF9354-6757-49F0-8C69-809627F6A348{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-21CF9354-6757-49F0-8C69-809627F6A348{left:auto;right:15px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-21CF9354-6757-49F0-8C69-809627F6A348{left:115px;right:auto;top:85px;bottom:auto;width:50px;height:40px;}}@media (max-width: 767px){	.responsive #wi-21CF9354-6757-49F0-8C69-809627F6A348{left:55px;right:auto;top:auto;bottom:0px;width:50px;height:40px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-21CF9354-6757-49F0-8C69-809627F6A348{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-21CF9354-6757-49F0-8C69-809627F6A348{left:auto;right:0px;top:80px;bottom:auto;width:50px;height:40px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-21CF9354-6757-49F0-8C69-809627F6A348{left:auto;right:20px;top:80px;bottom:auto;width:50px;height:40px;}}
#wi-B990C727-14AD-48E0-8F91-8EC571AE9B14{width:auto;height:55px;top:auto;left:0px;right:0px;bottom:0px;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-B990C727-14AD-48E0-8F91-8EC571AE9B14{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-B990C727-14AD-48E0-8F91-8EC571AE9B14{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:55px;}}@media (max-width: 767px){	.responsive #wi-B990C727-14AD-48E0-8F91-8EC571AE9B14{left:auto;right:0px;top:auto;bottom:3px;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-B990C727-14AD-48E0-8F91-8EC571AE9B14{left:auto;right:0px;top:83px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-B990C727-14AD-48E0-8F91-8EC571AE9B14{left:0px;right:0px;top:auto;bottom:0px;width:auto;height:45px;}}
#wi-947940B5-BDE8-4411-A1A5-613E80EDBC7F{width:50px;height:42px;top:80px;left:0px;right:auto;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-947940B5-BDE8-4411-A1A5-613E80EDBC7F{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-947940B5-BDE8-4411-A1A5-613E80EDBC7F{left:15px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-947940B5-BDE8-4411-A1A5-613E80EDBC7F{left:auto;right:50px;top:80px;bottom:auto;width:50px;height:42px;}}@media (max-width: 767px){	.responsive #wi-947940B5-BDE8-4411-A1A5-613E80EDBC7F{left:auto;right:48px;top:auto;bottom:0px;width:50px;height:42px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-947940B5-BDE8-4411-A1A5-613E80EDBC7F{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-947940B5-BDE8-4411-A1A5-613E80EDBC7F{left:0px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-947940B5-BDE8-4411-A1A5-613E80EDBC7F{left:20px;right:auto;top:80px;bottom:auto;width:50px;height:42px;}}
#wi-029B0669-89AF-44BD-B750-F6AE8B9A9E34{width:auto;height:30px;top:0px;left:0px;right:0px;bottom:auto;}@media (min-width: 1200px) and (max-width: 1399px){	.responsive #wi-029B0669-89AF-44BD-B750-F6AE8B9A9E34{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 992px) and (max-width: 1199px){	.responsive #wi-029B0669-89AF-44BD-B750-F6AE8B9A9E34{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-029B0669-89AF-44BD-B750-F6AE8B9A9E34{left:0px;right:0px;top:0px;bottom:auto;width:auto;height:30px;}}
#wi-BD6225D1-1438-4D87-93D8-17F3F75FA429{width:1160px;height:32px;top:31px;left:auto;right:45px;bottom:auto;}@media (min-width: 1367px) and (max-width: 1440px){	.responsive #wi-BD6225D1-1438-4D87-93D8-17F3F75FA429{left:330px;right:auto;top:6px;bottom:auto;width:678px;height:60px;}}@media (min-width: 1281px) and (max-width: 1366px){	.responsive #wi-BD6225D1-1438-4D87-93D8-17F3F75FA429{left:308px;right:auto;top:6px;bottom:auto;width:622px;height:60px;}}@media (min-width: 1201px) and (max-width: 1280px){	.responsive #wi-BD6225D1-1438-4D87-93D8-17F3F75FA429{left:285px;right:auto;top:6px;bottom:auto;width:606px;height:60px;}}@media (min-width: 1081px) and (max-width: 1200px){	.responsive #wi-BD6225D1-1438-4D87-93D8-17F3F75FA429{left:0px;top:45px;right:0px;bottom:auto;width:auto;height:25px;}}@media (min-width: 992px) and (max-width: 1080px){	.responsive #wi-BD6225D1-1438-4D87-93D8-17F3F75FA429{left:0px;right:0px;top:45px;bottom:auto;width:auto;height:25px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-BD6225D1-1438-4D87-93D8-17F3F75FA429{left:0px;right:0px;top:26px;bottom:auto;width:auto;height:25px;}}@media (max-width: 767px){	.responsive #wi-BD6225D1-1438-4D87-93D8-17F3F75FA429{left:0px;right:1px;top:26px;bottom:auto;width:auto;height:25px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-BD6225D1-1438-4D87-93D8-17F3F75FA429{left:auto;right:30px;top:10px;bottom:auto;width:1054px;height:50px;}}@media (min-width: 1401px) and (max-width: 1500px){	.responsive #wi-BD6225D1-1438-4D87-93D8-17F3F75FA429{left:auto;right:45px;top:14px;bottom:auto;width:1160px;height:39px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-BD6225D1-1438-4D87-93D8-17F3F75FA429{left:auto;right:30px;top:10px;bottom:auto;width:1050px;height:50px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-BD6225D1-1438-4D87-93D8-17F3F75FA429{left:auto;right:0px;top:26px;bottom:auto;width:1160px;height:32px;}}
#wi-BEDF8DA1-8FC3-4150-8B07-1D35D11A7069{width:133px;height:67px;top:6px;left:60px;right:auto;bottom:auto;}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-BEDF8DA1-8FC3-4150-8B07-1D35D11A7069{left:30px;right:auto;top:6px;bottom:auto;width:133px;height:67px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-BEDF8DA1-8FC3-4150-8B07-1D35D11A7069{left:30px;right:auto;top:6px;bottom:auto;width:133px;height:67px;}}@media (max-width: 767px){	.responsive #wi-BEDF8DA1-8FC3-4150-8B07-1D35D11A7069{left:15px;right:auto;top:13px;bottom:auto;width:100px;height:67px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-BEDF8DA1-8FC3-4150-8B07-1D35D11A7069{left:20px;right:auto;top:6px;bottom:auto;width:133px;height:67px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-BEDF8DA1-8FC3-4150-8B07-1D35D11A7069{left:20px;right:auto;top:6px;bottom:auto;width:133px;height:67px;}}
       .container.fees {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 0px 80px 30px;
            width: 100%;
        }

        .fees-title {
            margin-bottom: 50px;
            color: #000;
            font-family: Familjen Grotesk;
            font-weight: 700;
            font-size: 46px;
            line-height: 62px;
            letter-spacing: 0%;
            text-align: center;
        }

        .cards-wrapper {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 35px;
            max-width: 1300px;
            margin: 0 auto 50px;
        }

        .fee-card {
            background-color: #fef1f0;
            border-radius: 16px;
            padding: 55px 40px;
            text-align: center;
            border: 1px solid #fce5e3;
            min-height: 510px;
        }

        .card-title {
            color: #000;
            margin-bottom: 30px;
            font-family: Familjen Grotesk;
            font-weight: 700;
            font-size: 24px;
            line-height:35px;
            letter-spacing: 0;
            text-align: center;
            max-width: 238px;
            margin: 0 auto 30px;
        }

        .container.fees .price {
            max-width: 440px;
            margin: 0 auto;
            background: rgba(255,255,255,0.5);
            border-radius: 100px;
            color: #000;
            font-family: Familjen Grotesk;
            font-weight: 700;
            font-size: 60px;
            line-height: 66px;
            letter-spacing: 0%;
            padding: 8px 0px 15px 0px;
        }

        .price-suffix {
            color: #000;
            font-family: Familjen Grotesk;
            font-weight: 700;
            font-size: 60px;
            line-height: 31px;
            letter-spacing: 0%;
            text-align: center;

        }
        .price-suffix.rate {
            font-family: Manrope;
            font-weight: 500;
            font-size: 20.9px;
            line-height: 35.27px;
            letter-spacing: 0%;

        }
         .card-description{
            margin-top: 30px;
         }
        .card-description p {
            color: #2d2d2d;
            margin: 0 0 15px;
            font-family: Manrope;
            font-weight: 500;
            font-size: 16px;
            line-height: 27px;
            letter-spacing: 0%;
            text-align: center;
        }

        .card-description strong {
            font-weight: 700;
            color: #000;
        }

        .note p {
            color: #000;
            max-width: 800px;
            margin: 0 auto;
            font-family: Familjen Grotesk;
            font-weight: 700;
            font-size: 22px;
            line-height: 35px;
            letter-spacing: 0%;
            text-align: center;
        }

        /* Tablet Styles */
        @media screen and (max-width: 1024px) {
            .container.fees {
                padding: 0 30px 100px;
            }

            .fees-title {
                margin-bottom: 40px;
            }

            .cards-wrapper {
                gap: 25px;
                margin-bottom: 40px;
            }

            .fee-card {
                padding: 40px 35px;
            }

            .card-title {
                margin: 0 0 18px;
                line-height: 49px;
            }

            .price {
                font-size: 40px;
                line-height: 56px;
            }

            .price-suffix {
                font-size: 36px;
            }

            .card-description {
                font-size: 0.938rem;
                margin-top: 25px;
            }

            .note {
            }
        }

        /* Mobile Styles */
        @media screen and (max-width: 768px) {
            .container.fees {
                padding: 10px 15px 80px;
            }

            .fees-title {
                font-size: 36px;
                margin-bottom: 45px;
                line-height: 1.3;
                margin: 0 0 35px;
            }

            .cards-wrapper {
                grid-template-columns: 1fr;
                gap: 20px;
                margin-bottom: 25px;
            }

            .fee-card {
                padding: 35px 30px;
            }

            .card-title {
                font-size: 24px;
                margin-bottom: 20px;
            }

            .container.fees .price {
               font-size: 30px;
               padding: 5px 0;
            }

            .price-suffix {
            }

            .card-description {
                font-size: 0.938rem;
                margin-top: 20px;
            }

            .note {
                font-size: 20px;
            }
        }

        /* Small Mobile Styles */
        @media screen and (max-width: 480px) {
            .container.fees {
                padding: 0 15px 50px;
            }

            .fees-title {
                font-size: 32px;
                margin-bottom: 30px;
            }

            .fee-card {
                padding: 20px 20px;
            }

            .card-title {
                font-size: 20px;
                margin-bottom: 10px;
                line-height: 49px;
            }

            .container.fees .price {
                font-size: 2.5rem;
            }

            .price-suffix {
                font-size: 30px;
            }

            .card-description {
                font-size: 0.875rem;
            }

            .note {
                font-size: 18px;
                line-height: 28px;
            }
        }
#wi-2A853C5F-6625-4394-82C4-EAB00377812A{width:231px;height:110px;top:75px;left:auto;right:110px;bottom:auto;}@media (min-width: 1281px) and (max-width: 1366px){	.responsive #wi-2A853C5F-6625-4394-82C4-EAB00377812A{left:769px;right:auto;top:72px;bottom:auto;width:231px;height:117px;}}@media (min-width: 1201px) and (max-width: 1280px){	.responsive #wi-2A853C5F-6625-4394-82C4-EAB00377812A{left:660px;right:auto;top:70px;bottom:auto;width:231px;height:123px;}}@media (min-width: 1081px) and (max-width: 1200px){	.responsive #wi-2A853C5F-6625-4394-82C4-EAB00377812A{left:561px;right:auto;top:55px;bottom:auto;width:231px;height:120px;}}@media (min-width: 992px) and (max-width: 1080px){	.responsive #wi-2A853C5F-6625-4394-82C4-EAB00377812A{left:546px;right:auto;top:60px;bottom:auto;width:231px;height:134px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-2A853C5F-6625-4394-82C4-EAB00377812A{left:auto;right:20px;top:52px;bottom:auto;width:230px;height:126px;}}@media (max-width: 767px){	.responsive #wi-2A853C5F-6625-4394-82C4-EAB00377812A{left:0px;right:0px;top:554px;bottom:auto;width:auto;height:111px;}}@media (min-width: 1367px) and (max-width: 1440px){	.responsive #wi-2A853C5F-6625-4394-82C4-EAB00377812A{left:769px;right:auto;top:75px;bottom:auto;width:231px;height:112px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-2A853C5F-6625-4394-82C4-EAB00377812A{left:auto;right:20px;top:52px;bottom:auto;width:231px;height:110px;}}@media (min-width: 1401px) and (max-width: 1500px){	.responsive #wi-2A853C5F-6625-4394-82C4-EAB00377812A{left:auto;right:60px;top:75px;bottom:auto;width:231px;height:110px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-2A853C5F-6625-4394-82C4-EAB00377812A{left:auto;right:40px;top:75px;bottom:auto;width:231px;height:110px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-2A853C5F-6625-4394-82C4-EAB00377812A{left:auto;right:30px;top:75px;bottom:auto;width:231px;height:110px;}}
#wi-D5BEDEAF-C90D-4CDA-B7D1-1415EAAA39C3{width:232px;height:94px;top:188px;left:auto;right:110px;bottom:auto;}@media (min-width: 1281px) and (max-width: 1366px){	.responsive #wi-D5BEDEAF-C90D-4CDA-B7D1-1415EAAA39C3{left:770px;right:auto;top:188px;bottom:auto;width:236px;height:109px;}}@media (min-width: 1201px) and (max-width: 1280px){	.responsive #wi-D5BEDEAF-C90D-4CDA-B7D1-1415EAAA39C3{left:659px;right:auto;top:205px;bottom:auto;width:263px;height:109px;}}@media (min-width: 1081px) and (max-width: 1200px){	.responsive #wi-D5BEDEAF-C90D-4CDA-B7D1-1415EAAA39C3{left:561px;right:auto;top:172px;bottom:auto;width:247px;height:77px;}}@media (min-width: 992px) and (max-width: 1080px){	.responsive #wi-D5BEDEAF-C90D-4CDA-B7D1-1415EAAA39C3{left:547px;right:auto;top:188px;bottom:auto;width:243px;height:87px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-D5BEDEAF-C90D-4CDA-B7D1-1415EAAA39C3{left:auto;right:20px;top:180px;bottom:auto;width:230px;height:76px;}}@media (max-width: 767px){	.responsive #wi-D5BEDEAF-C90D-4CDA-B7D1-1415EAAA39C3{left:0px;right:0px;top:663px;bottom:auto;width:auto;height:109px;}}@media (min-width: 1367px) and (max-width: 1440px){	.responsive #wi-D5BEDEAF-C90D-4CDA-B7D1-1415EAAA39C3{left:769px;right:auto;top:192px;bottom:auto;width:249px;height:109px;}}@media (min-width: 1441px) and (max-width: 1600px){	.responsive #wi-D5BEDEAF-C90D-4CDA-B7D1-1415EAAA39C3{left:827px;right:auto;top:188px;bottom:auto;width:284px;height:94px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-D5BEDEAF-C90D-4CDA-B7D1-1415EAAA39C3{left:488px;right:auto;top:170px;bottom:auto;width:284px;height:94px;}}@media (min-width: 1401px) and (max-width: 1500px){	.responsive #wi-D5BEDEAF-C90D-4CDA-B7D1-1415EAAA39C3{left:auto;right:60px;top:188px;bottom:auto;width:232px;height:94px;}}
#wi-3204DC9F-822D-4589-BE31-65B711823928{width:150px;height:336px;top:75px;left:auto;right:610px;bottom:auto;}@media (min-width: 1281px) and (max-width: 1366px){	.responsive #wi-3204DC9F-822D-4589-BE31-65B711823928{left:493px;right:auto;top:70px;bottom:auto;width:150px;height:336px;}}@media (min-width: 1201px) and (max-width: 1280px){	.responsive #wi-3204DC9F-822D-4589-BE31-65B711823928{left:353px;right:auto;top:70px;bottom:auto;width:150px;height:336px;}}@media (min-width: 1081px) and (max-width: 1200px){	.responsive #wi-3204DC9F-822D-4589-BE31-65B711823928{left:auto;top:52px;right:758px;bottom:auto;width:150px;height:336px;}}@media (min-width: 992px) and (max-width: 1080px){	.responsive #wi-3204DC9F-822D-4589-BE31-65B711823928{left:auto;top:61px;right:634px;bottom:auto;width:150px;height:336px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-3204DC9F-822D-4589-BE31-65B711823928{left:284px;top:52px;right:auto;bottom:auto;width:150px;height:336px;}}@media (max-width: 767px){	.responsive #wi-3204DC9F-822D-4589-BE31-65B711823928{left:0px;right:0px;top:228px;bottom:auto;width:auto;height:296px;}}@media (min-width: 1367px) and (max-width: 1440px){	.responsive #wi-3204DC9F-822D-4589-BE31-65B711823928{left:441px;right:auto;top:75px;bottom:auto;width:150px;height:336px;}}@media (min-width: 1401px) and (max-width: 1500px){	.responsive #wi-3204DC9F-822D-4589-BE31-65B711823928{left:auto;top:75px;right:610px;bottom:auto;width:150px;height:336px;}}@media (min-width: 1301px) and (max-width: 1400px){	.responsive #wi-3204DC9F-822D-4589-BE31-65B711823928{left:auto;top:75px;right:500px;bottom:auto;width:150px;height:336px;}}@media (min-width: 1201px) and (max-width: 1300px){	.responsive #wi-3204DC9F-822D-4589-BE31-65B711823928{left:auto;top:70px;right:500px;bottom:auto;width:150px;height:336px;}}
#wi-313C117B-F6BD-4585-9854-0EC83BED58E8{width:730px;height:25px;top:auto;left:60px;right:auto;bottom:32px;}@media (min-width: 1281px) and (max-width: 1366px){	.responsive #wi-313C117B-F6BD-4585-9854-0EC83BED58E8{left:40px;right:auto;top:auto;bottom:32px;width:588px;height:25px;}}@media (min-width: 1201px) and (max-width: 1280px){	.responsive #wi-313C117B-F6BD-4585-9854-0EC83BED58E8{left:30px;right:auto;top:auto;bottom:32px;width:588px;height:25px;}}@media (min-width: 1081px) and (max-width: 1200px){	.responsive #wi-313C117B-F6BD-4585-9854-0EC83BED58E8{left:30px;right:auto;top:auto;bottom:32px;width:588px;height:25px;}}@media (min-width: 992px) and (max-width: 1080px){	.responsive #wi-313C117B-F6BD-4585-9854-0EC83BED58E8{left:30px;right:auto;top:auto;bottom:32px;width:588px;height:25px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-313C117B-F6BD-4585-9854-0EC83BED58E8{left:0px;right:0px;top:auto;bottom:85px;width:auto;height:25px;}}@media (max-width: 767px){	.responsive #wi-313C117B-F6BD-4585-9854-0EC83BED58E8{left:0px;top:auto;right:0px;bottom:88px;width:auto;height:66px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-313C117B-F6BD-4585-9854-0EC83BED58E8{left:20px;right:auto;top:auto;bottom:32px;width:730px;height:25px;}}
#wi-72024429-AC38-4336-8930-5EDE8ED15580{width:243px;height:222px;top:62px;left:60px;right:auto;bottom:auto;}@media (min-width: 1201px) and (max-width: 1280px){	.responsive #wi-72024429-AC38-4336-8930-5EDE8ED15580{left:30px;right:auto;top:68.333px;bottom:auto;width:243px;height:222px;}}@media (min-width: 1281px) and (max-width: 1366px){	.responsive #wi-72024429-AC38-4336-8930-5EDE8ED15580{left:41px;right:auto;top:69.333px;bottom:auto;width:243px;height:222px;}}@media (min-width: 1367px) and (max-width: 1440px){	.responsive #wi-72024429-AC38-4336-8930-5EDE8ED15580{left:60px;right:auto;top:62px;bottom:auto;width:243px;height:222px;}}@media (min-width: 1081px) and (max-width: 1200px){	.responsive #wi-72024429-AC38-4336-8930-5EDE8ED15580{left:31px;right:auto;top:54px;bottom:auto;width:154px;height:157px;}}@media (min-width: 992px) and (max-width: 1080px){	.responsive #wi-72024429-AC38-4336-8930-5EDE8ED15580{left:30px;right:auto;top:62px;bottom:auto;width:152px;height:137px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-72024429-AC38-4336-8930-5EDE8ED15580{left:20px;right:auto;top:62px;bottom:auto;width:190px;height:152px;}}@media (max-width: 767px){	.responsive #wi-72024429-AC38-4336-8930-5EDE8ED15580{left:4px;right:auto;top:57px;bottom:auto;width:235px;height:126px;}}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-72024429-AC38-4336-8930-5EDE8ED15580{left:20px;right:auto;top:62px;bottom:auto;width:243px;height:152px;}}
#wi-69617B3C-BD99-407F-8C76-CF3500772CFF{width:150px;height:38px;top:467px;left:auto;right:60px;bottom:auto;}@media (min-width: 992px) and (max-width: 1200px){	.responsive #wi-69617B3C-BD99-407F-8C76-CF3500772CFF{left:auto;right:20px;top:467px;bottom:auto;width:150px;height:38px;}}@media (min-width: 768px) and (max-width: 991px){	.responsive #wi-69617B3C-BD99-407F-8C76-CF3500772CFF{left:0px;right:1px;top:514px;bottom:auto;width:auto;height:38px;}}@media (max-width: 767px){	.responsive #wi-69617B3C-BD99-407F-8C76-CF3500772CFF{left:0px;top:855px;right:0px;bottom:auto;width:auto;height:38px;}}