/*
Theme Name: Unsen The4
Author: The4
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: "Nunito", sans-serif;
  font-size: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

html {
  overflow-x: hidden;
  box-sizing: border-box;
  /* line-height: 1; */
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Nunito", sans-serif;

  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  background-color: #ffffff;
  color: #878787;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
  font-family: "Nunito", sans-serif;

  scroll-behavior: smooth;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 35px;
  width: 100%;
  line-height: 1.4;
}
table,
td,
th {
  border: 1px solid var(--border-color);
  vertical-align: middle;
}
caption,
th,
td {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 600;
}

td {
  border-width: 0 1px 1px 0;
}

td,
th {
  padding: 10px;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a,
button,
input {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button,
input,
optgroup,
select,
textarea {
  border: 1px solid;
  box-shadow: none;
  outline: 0;
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
html input[type="button"]:not(.t4s-btn),
input[type="reset"],
input[type="submit"]:not(.t4s-btn) {
  padding: 11px 15px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  text-shadow: none;
  text-transform: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
/* input:not([type=submit]):not([type=checkbox]), select, textarea */
input,
select,
textarea {
  font-size: 13px;
  outline: 0;
  padding: 10px 15px;
  transition: border-color 0.5s;
}
input:-webkit-autofill {
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #777;
}

input:focus:-webkit-autofill {
  border-color: #d9d9d9;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.button:focus {
  outline: 0px;
}

p {
  margin-bottom: 20px;
}

a {
  color: #333333;
  text-decoration: none;
  transition: all 0.25s ease;
}
/* a:hover, a:focus, a:active { */
a:hover,
a:active {
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #242424;
}

/*   h1 a:not(:hover), h2 a:not(:hover), h3 a:not(:hover), h4 a:not(:hover), h5 a:not(:hover), h6 a:not(:hover), .t4s_title a:not(:hover) {
      color: inherit; 
  } */

big {
  font-size: larger;
}

abbr {
  border-bottom: 1px dotted;
  color: #d62432;
  text-decoration: none;
}

acronym {
  border-bottom: 1px dotted;
  text-decoration: none;
}

.required {
  border: none;
  color: var(--t4s-error-color);
  font-size: 16px;
  margin-left: 3px;
  line-height: 1;
}

abbr[title] {
  border: none;
}

strong,
b {
  font-weight: 600;
}

mark {
  display: inline-block;
  padding: 5px 8px;
  background-color: #f7f7f7;
  color: #333333;
  font-weight: 600;
  line-height: 1;
}

code,
kbd {
  padding: 2px 5px;
}

code,
kbd,
pre,
samp {
  -webkit-hyphens: none;
  hyphens: none;
}

ins {
  text-decoration: none;
}

pre {
  overflow: auto;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f7f7f7;
  text-align: left;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

i,
dfn,
em,
cite,
var {
  font-style: italic;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 1;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: 80%;
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100px;
  border: none;
  border-bottom: 1px solid var(--border-color);
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

.t4s-clearfix:after,
.t4s-clearfix:before {
  content: " ";
  display: table;
}

.t4s-clearfix:after {
  clear: both;
}

iframe,
embed {
  max-width: 100%;
}

blockquote {
  margin-bottom: 20px;
  padding-left: 30px;
  border-left: 2px solid;
  font-style: italic;
  font-size: 110%;
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  margin-top: 10px;
  color: #333333;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
blockquote cite:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 1px;
  background-color: currentColor;
  vertical-align: middle;
}

address {
  margin-bottom: 20px;
  font-style: italic;
  line-height: 1.8;
}

fieldset {
  margin-bottom: 20px;
  padding: 20px 40px;
  border: 1px solid rgba(119, 119, 119, 0.2);
}
fieldset legend {
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
  width: auto;
}

legend {
  color: #242424;
}
.t4s-xts-scheme-light legend {
  color: #ffffff;
}
.t4s-xts-scheme-dark legend {
  color: #242424;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

ol,
ul {
  list-style: none;
  margin-bottom: var(--list-mb);
  padding-left: var(--li-pl);
  --list-mb: 20px;
  --li-mb: 10px;
  --li-pl: 17px;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}
.skip-to-content-link {
  background: var(--t4s-dark-color);
  color: var(--t4s-light-color);
  padding: 10px 15px;
}
*:focus-visible,
a:focus:focus-visible {
  /* outline: 0.2rem solid rgba(var(--text-color-rgb),.5);
    outline-offset: 0.3rem; */
  outline: 0;
  outline-offset: unset;
  box-shadow: none;
  /* box-shadow: 0 0 0 0.3rem rgb(var(--text-color-rgb)),0 0 0.5rem 0.4rem rgba(var(--text-color-rgb),.3); */
}

.t4s_field__input:focus-visible,
input:not([type="submit"]):not([type="checkbox"]):focus-visible,
select:focus-visible,
textarea:focus-visible {
  box-shadow: none;
  outline: 0;
}
.t4s_frm_input:focus,
input:not([type="submit"]):not([type="checkbox"]):focus,
select:focus,
textarea:focus {
  border: none;
  outline: none;
}
select {
  padding: 0 30px 0 15px;
  max-width: 100%;
  width: 100%;
  height: 40px;
  vertical-align: middle;
  font-size: 14px;
  transition: border-color 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
  background-position: right 10px top 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
  display: inline-block;
  background-color: transparent;
  box-shadow: none;
  border-radius: 30px;
}
blockquote,
q {
  position: relative;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 14px;
  display: block;
  border: 0;
  padding: 30px 25px 30px 60px;
  background-color: rgba(var(--text-color-rgb), 0.1);
  quotes: "\201c""\201d";
}
blockquote:before,
q:before {
  content: open-quote;
  left: 25px;
  top: 0px;
  font-size: 50px;
  position: absolute;
}
blockquote:after,
q:after {
  content: no-close-quote;
}
/*
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.t4s-container,
.t4s-container-fluid,
.t4s-container-xxl,
.t4s-container-xl,
.t4s-container-lg,
.t4s-container-md,
.t4s-container-sm {
  width: 100%;
  padding-right: calc(0.5 * var(--ts-gutter-x, 3rem));
  padding-left: calc(0.5 * var(--ts-gutter-x, 3rem));
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1250px) {
  .t4s-container.is--t4s-stretch {
    max-width: calc(
      100vw - (calc(100vw - var(--width-nt-stretch)) / 2) -
        var(--padding-nt-stretch)
    ) !important;
    margin-right: 0 !important;
    margin-left: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl_true .t4s-container.is--t4s-stretch {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
}

/* @media (min-width: 576px) {
  .t4s-container-sm, .t4s-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .t4s-container-md, .t4s-container-sm, .t4s-container {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .t4s-container-lg, .t4s-container-md, .t4s-container-sm, .t4s-container {
    max-width: 960px;
  }
} */
@media (min-width: 1200px) {
  .t4s-container-xl,
  .t4s-container-lg,
  .t4s-container-md,
  .t4s-container-sm,
  .t4s-container {
    max-width: 1170px;
  }
}
@media (min-width: 1230px) {
  .t4s-container-xl,
  .t4s-container-lg,
  .t4s-container-md,
  .t4s-container-sm,
  .t4s-container {
    max-width: 1200px;
  }
}
/* @media (min-width: 1400px) {
  .t4s-container-xxl, .t4s-container-xl, .t4s-container-lg, .t4s-container-md, .t4s-container-sm, .t4s-container {
    max-width: 1320px;
  }
} */
.t4s-row {
  /* --ts-gutter-x: 3rem;
  --ts-gutter-y: 0px; */
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--ts-gutter-y));
  margin-right: calc(-0.5 * var(--ts-gutter-x));
  margin-left: calc(-0.5 * var(--ts-gutter-x));
}
.t4s-row.t4s-row-mt {
  margin-top: 0;
}
/* .t4s-row > .t4s-row-item,
.t4s-row > .t4s-col-item {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
} */
.t4s-col-item,
.t4s-col,
.t4s-col-1,
.t4s-col-10,
.t4s-col-11,
.t4s-col-12,
.t4s-col-15,
.t4s-col-2,
.t4s-col-3,
.t4s-col-4,
.t4s-col-5,
.t4s-col-6,
.t4s-col-7,
.t4s-col-8,
.t4s-col-9,
.t4s-col-auto,
.t4s-col-lg,
.t4s-col-lg-1,
.t4s-col-lg-10,
.t4s-col-lg-11,
.t4s-col-lg-12,
.t4s-col-lg-15,
.t4s-col-lg-2,
.t4s-col-lg-3,
.t4s-col-lg-4,
.t4s-col-lg-5,
.t4s-col-lg-6,
.t4s-col-lg-7,
.t4s-col-lg-8,
.t4s-col-lg-9,
.t4s-col-lg-auto,
.t4s-col-md,
.t4s-col-md-1,
.t4s-col-md-10,
.t4s-col-md-11,
.t4s-col-md-12,
.t4s-col-md-15,
.t4s-col-md-2,
.t4s-col-md-3,
.t4s-col-md-4,
.t4s-col-md-5,
.t4s-col-md-6,
.t4s-col-md-7,
.t4s-col-md-8,
.t4s-col-md-9,
.t4s-col-md-auto,
.t4s-col-nt-auto,
.t4s-col-sm,
.t4s-col-sm-1,
.t4s-col-sm-10,
.t4s-col-sm-11,
.t4s-col-sm-12,
.t4s-col-sm-2,
.t4s-col-sm-3,
.t4s-col-sm-4,
.t4s-col-sm-5,
.t4s-col-sm-6,
.t4s-col-sm-7,
.t4s-col-sm-8,
.t4s-col-sm-9,
.t4s-col-sm-auto,
.t4s-col-xl,
.t4s-col-xl-1,
.t4s-col-xl-10,
.t4s-col-xl-11,
.t4s-col-xl-12,
.t4s-col-xl-2,
.t4s-col-xl-3,
.t4s-col-xl-4,
.t4s-col-xl-5,
.t4s-col-xl-6,
.t4s-col-xl-7,
.t4s-col-xl-8,
.t4s-col-xl-9,
.t4s-col-xl-auto .t4s-col-item {
  padding-right: calc(var(--ts-gutter-x) * 0.5);
  padding-left: calc(var(--ts-gutter-x) * 0.5);
  margin-top: var(--ts-gutter-y);
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
/* .t4s-row > .t4s-row-item,
.t4s-row > .t4s-col-item,.t4s-row .flickityt4s-slider> .t4s-col-item {
  padding-right: calc(var(--ts-gutter-x) * 0.5);
  padding-left: calc(var(--ts-gutter-x) * 0.5);
  margin-top: var(--ts-gutter-y);
} */
.t4s-row-slider:not(.flickityt4s-enabled) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
  /* margin-right: calc(var(--ts-gutter-x) *-1); */
}
.t4s-col-slide {
  width: calc(100% / var(--ts-w-slide, 1));
  min-width: calc(100% / var(--ts-cols-slide, 1));
  margin-right: var(--ts-gutter-x);
}
/* .rtl_true .t4s-row-slider:not(.flickityt4s-enabled) { 
  margin-left: calc(var(--ts-gutter-x) *-1);
  margin-right: 0;
} */
.rtl_true .t4s-row-slider:not(.flickityt4s-enabled) {
  margin-left: calc(var(--ts-gutter-x) * -1);
  margin-right: 0;
}
.t4s-row-slider.t4s-slider-cols-2 .t4s-col-slide {
  --ts-cols-slide: 2;
}
.t4s-row-slider.t4s-slider-cols-3 .t4s-col-slide {
  --ts-cols-slide: 3;
}
.t4s-row-slider.t4s-slider-cols-4 .t4s-col-slide {
  --ts-cols-slide: 4;
}
.t4s-row-slider.t4s-slider-cols-5 .t4s-col-slide {
  --ts-cols-slide: 5;
}
.t4s-row-slider.t4s-slider-cols-6 .t4s-col-slide {
  --ts-cols-slide: 6;
}

.t4s-col {
  flex: 1 0 0%;
}

.t4s-col-slide .t4s-row-cols-auto > .t4s-col-item,
.t4s-row-cols-auto .flickityt4s-slider > .t4s-col-item {
  flex: 0 0 auto;
  width: auto;
}
.t4s-row-cols-1 > .t4s-col-item,
.t4s-row-cols-1 .flickityt4s-slider > .t4s-col-item,
.t4s-row-cols-list_t4s > .t4s-col-item {
  width: 100%;
}
.t4s-row-cols-2 > .t4s-col-item,
.t4s-row-cols-2 .flickityt4s-slider > .t4s-col-item {
  width: 50%;
}
.t4s-row-cols-3 > .t4s-col-item,
.t4s-row-cols-3 .flickityt4s-slider > .t4s-col-item {
  width: 33.3333333333%;
}
.t4s-row-cols-4 > .t4s-col-item,
.t4s-row-cols-4 .flickityt4s-slider > .t4s-col-item {
  width: 25%;
}
.t4s-row-cols-5 > .t4s-col-item,
.t4s-row-cols-5 .flickityt4s-slider > .t4s-col-item,
.t4s-col-15 {
  flex: 0 0 auto;
  width: 20%;
}
.t4s-row-slider.t4s-slider-cols-6 .t4s-col-slide,
.t4s-row-cols-6 > .t4s-col-item,
.t4s-row-cols-6 .flickityt4s-slider > .t4s-col-item {
  width: 16.6666666667%;
}

.t4s-col-auto {
  flex: 0 0 auto;
  width: auto;
}

.t4s-col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.t4s-col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.t4s-col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.t4s-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.t4s-col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.t4s-col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.t4s-col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.t4s-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.t4s-col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.t4s-col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.t4s-col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.t4s-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.t4s-offset-1 {
  margin-left: 8.33333333%;
}

.t4s-offset-2 {
  margin-left: 16.66666667%;
}

.t4s-offset-3 {
  margin-left: 25%;
}

.t4s-offset-4 {
  margin-left: 33.33333333%;
}

.t4s-offset-5 {
  margin-left: 41.66666667%;
}

.t4s-offset-6 {
  margin-left: 50%;
}

.t4s-offset-7 {
  margin-left: 58.33333333%;
}

.t4s-offset-8 {
  margin-left: 66.66666667%;
}

.t4s-offset-9 {
  margin-left: 75%;
}

.t4s-offset-10 {
  margin-left: 83.33333333%;
}

.t4s-offset-11 {
  margin-left: 91.66666667%;
}

.t4s-g-0,
.t4s-gx-0,
.t4s-px-0 {
  --ts-gutter-x: 0px;
}

.t4s-g-0,
.t4s-gy-0 {
  --ts-gutter-y: 0px;
}

.t4s-g-2,
.t4s-gx-2,
.t4s-px-2 {
  --ts-gutter-x: 2px;
}

.t4s-g-2,
.t4s-gy-2 {
  --ts-gutter-y: 2px;
}

.t4s-g-3,
.t4s-gx-3,
.t4s-px-3 {
  --ts-gutter-x: 3px;
}

.t4s-g-3,
.t4s-gy-3 {
  --ts-gutter-y: 3px;
}

.t4s-g-4,
.t4s-gx-4,
.t4s-px-4 {
  --ts-gutter-x: 4px;
}

.t4s-g-4,
.t4s-gy-4 {
  --ts-gutter-y: 4px;
}

.t4s-g-5,
.t4s-gx-5,
.t4s-px-5 {
  --ts-gutter-x: 5px;
}

.t4s-g-5,
.t4s-gy-5 {
  --ts-gutter-y: 5px;
}

.t4s-g-6,
.t4s-gx-6,
.t4s-px-6 {
  --ts-gutter-x: 6px;
}

.t4s-g-6,
.t4s-gy-6 {
  --ts-gutter-y: 6px;
}

.t4s-g-8,
.t4s-gx-8,
.t4s-px-8 {
  --ts-gutter-x: 8px;
}

.t4s-g-8,
.t4s-gy-8 {
  --ts-gutter-y: 8px;
}

.t4s-g-10,
.t4s-gx-10,
.t4s-px-10 {
  --ts-gutter-x: 10px;
}

.t4s-g-10,
.t4s-gy-10 {
  --ts-gutter-y: 10px;
}

.t4s-g-15,
.t4s-gx-15,
.t4s-px-15 {
  --ts-gutter-x: 15px;
}

.t4s-g-15,
.t4s-gy-15 {
  --ts-gutter-y: 15px;
}

.t4s-g-20,
.t4s-gx-20,
.t4s-px-20 {
  --ts-gutter-x: 20px;
}

.t4s-g-20,
.t4s-gy-20 {
  --ts-gutter-y: 20px;
}

.t4s-g-25,
.t4s-gx-25,
.t4s-px-25 {
  --ts-gutter-x: 25px;
}

.t4s-g-25,
.t4s-gy-25 {
  --ts-gutter-y: 25px;
}

.t4s-g-30,
.t4s-gx-30,
.t4s-px-30 {
  --ts-gutter-x: 30px;
}

.t4s-g-30,
.t4s-gy-30 {
  --ts-gutter-y: 30px;
}

.t4s-g-40,
.t4s-gx-40,
.t4s-px-40 {
  --ts-gutter-x: 40px;
}

.t4s-g-40,
.t4s-gy-40 {
  --ts-gutter-y: 40px;
}

@media (min-width: 576px) {
  .t4s-col-sm {
    flex: 1 0 0%;
  }

  .t4s-row-cols-sm-auto > .t4s-col-item,
  .t4s-row-cols-sm-auto .flickityt4s-slider > .t4s-col-item {
    flex: 0 0 auto;
    width: auto;
  }

  .t4s-row-cols-sm-1 > .t4s-col-item,
  .t4s-row-cols-sm-1 .flickityt4s-slider > .t4s-col-item {
    width: 100%;
  }

  .t4s-row-cols-sm-2 > .t4s-col-item,
  .t4s-row-cols-sm-2 .flickityt4s-slider > .t4s-col-item {
    width: 50%;
  }

  .t4s-row-cols-sm-3 > .t4s-col-item,
  .t4s-row-cols-sm-3 .flickityt4s-slider > .t4s-col-item {
    width: 33.3333333333%;
  }

  .t4s-row-cols-sm-4 > .t4s-col-item,
  .t4s-row-cols-sm-4 .flickityt4s-slider > .t4s-col-item {
    width: 25%;
  }

  .t4s-row-cols-sm-5 > .t4s-col-item,
  .t4s-row-cols-sm-5 .flickityt4s-slider > .t4s-col-item,
  .t4s-col-sm-15 {
    width: 20%;
  }

  .t4s-row-cols-sm-6 > .t4s-col-item,
  .t4s-row-cols-sm-6 .flickityt4s-slider > .t4s-col-item {
    width: 16.6666666667%;
  }

  .t4s-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .t4s-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .t4s-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .t4s-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .t4s-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .t4s-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .t4s-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .t4s-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .t4s-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .t4s-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .t4s-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .t4s-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .t4s-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .t4s-offset-sm-0 {
    margin-left: 0;
  }

  .t4s-offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .t4s-offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .t4s-offset-sm-3 {
    margin-left: 25%;
  }

  .t4s-offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .t4s-offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .t4s-offset-sm-6 {
    margin-left: 50%;
  }

  .t4s-offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .t4s-offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .t4s-offset-sm-9 {
    margin-left: 75%;
  }

  .t4s-offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .t4s-offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .t4s-g-sm-0,
  .t4s-gx-sm-0,
  .t4s-px-sm-0 {
    --ts-gutter-x: 0px;
  }

  .t4s-g-sm-0,
  .t4s-gy-sm-0 {
    --ts-gutter-y: 0px;
  }

  .t4s-g-sm-2,
  .t4s-gx-sm-2,
  .t4s-px-sm-2 {
    --ts-gutter-x: 2px;
  }

  .t4s-g-sm-2,
  .t4s-gy-sm-2 {
    --ts-gutter-y: 2px;
  }

  .t4s-g-sm-3,
  .t4s-gx-sm-3,
  .t4s-px-sm-3 {
    --ts-gutter-x: 3px;
  }

  .t4s-g-sm-3,
  .t4s-gy-sm-3 {
    --ts-gutter-y: 3px;
  }

  .t4s-g-sm-4,
  .t4s-gx-sm-4,
  .t4s-px-sm-4 {
    --ts-gutter-x: 4px;
  }

  .t4s-g-sm-4,
  .t4s-gy-sm-4 {
    --ts-gutter-y: 4px;
  }

  .t4s-g-sm-5,
  .t4s-gx-sm-5,
  .t4s-px-sm-5 {
    --ts-gutter-x: 5px;
  }

  .t4s-g-sm-5,
  .t4s-gy-sm-5 {
    --ts-gutter-y: 5px;
  }

  .t4s-g-sm-6,
  .t4s-gx-sm-6,
  .t4s-px-sm-6 {
    --ts-gutter-x: 6px;
  }

  .t4s-g-sm-6,
  .t4s-gy-sm-6 {
    --ts-gutter-y: 6px;
  }

  .t4s-g-sm-8,
  .t4s-gx-sm-8,
  .t4s-px-sm-8 {
    --ts-gutter-x: 8px;
  }

  .t4s-g-sm-8,
  .t4s-gy-sm-8 {
    --ts-gutter-y: 8px;
  }

  .t4s-g-sm-10,
  .t4s-gx-sm-10,
  .t4s-px-sm-10 {
    --ts-gutter-x: 10px;
  }

  .t4s-g-sm-10,
  .t4s-gy-sm-10 {
    --ts-gutter-y: 10px;
  }

  .t4s-g-sm-15,
  .t4s-gx-sm-15,
  .t4s-px-sm-15 {
    --ts-gutter-x: 15px;
  }

  .t4s-g-sm-15,
  .t4s-gy-sm-15 {
    --ts-gutter-y: 15px;
  }

  .t4s-g-sm-20,
  .t4s-gx-sm-20,
  .t4s-px-sm-20 {
    --ts-gutter-x: 20px;
  }

  .t4s-g-sm-20,
  .t4s-gy-sm-20 {
    --ts-gutter-y: 20px;
  }

  .t4s-g-sm-25,
  .t4s-gx-sm-25,
  .t4s-px-sm-25 {
    --ts-gutter-x: 25px;
  }

  .t4s-g-sm-25,
  .t4s-gy-sm-25 {
    --ts-gutter-y: 25px;
  }

  .t4s-g-sm-30,
  .t4s-gx-sm-30,
  .t4s-px-sm-30 {
    --ts-gutter-x: 30px;
  }

  .t4s-g-sm-30,
  .t4s-gy-sm-30 {
    --ts-gutter-y: 30px;
  }
  .t4s-g-sm-35,
  .t4s-gx-sm-35,
  .t4s-px-sm-35 {
    --ts-gutter-x: 35px;
  }

  .t4s-g-sm-35,
  .t4s-gy-sm-35 {
    --ts-gutter-y: 35px;
  }

  .t4s-g-sm-40,
  .t4s-gx-sm-40,
  .t4s-px-sm-40 {
    --ts-gutter-x: 40px;
  }

  .t4s-g-sm-40,
  .t4s-gy-sm-40 {
    --ts-gutter-y: 40px;
  }
}
@media (min-width: 768px) {
  .t4s-col-md {
    flex: 1 0 0%;
  }

  .t4s-row-cols-md-auto > .t4s-col-item,
  .t4s-row-cols-md-auto .flickityt4s-slider > .t4s-col-item {
    flex: 0 0 auto;
    width: auto;
  }

  .t4s-row-cols-md-1 > .t4s-col-item,
  .t4s-row-cols-md-1 .flickityt4s-slider > .t4s-col-item,
  .t4s-row-cols-md-list_t4s > .t4s-col-item {
    width: 100%;
  }

  .t4s-row-cols-md-2 > .t4s-col-item,
  .t4s-row-cols-md-2 .flickityt4s-slider > .t4s-col-item {
    width: 50%;
  }

  .t4s-row-cols-md-3 > .t4s-col-item,
  .t4s-row-cols-md-3 .flickityt4s-slider > .t4s-col-item {
    width: 33.3333333333%;
  }

  .t4s-row-cols-md-4 > .t4s-col-item,
  .t4s-row-cols-md-4 .flickityt4s-slider > .t4s-col-item {
    width: 25%;
  }

  .t4s-row-cols-md-5 > .t4s-col-item,
  .t4s-row-cols-md-5 .flickityt4s-slider > .t4s-col-item,
  .t4s-col-md-15 {
    width: 20%;
  }

  .t4s-row-cols-md-6 > .t4s-col-item,
  .t4s-row-cols-md-6 .flickityt4s-slider > .t4s-col-item {
    width: 16.6666666667%;
  }

  .t4s-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .t4s-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .t4s-col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .t4s-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .t4s-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .t4s-col-md-41 {
    flex: 0 0 auto;
    width: 39.0625%;
  }

  .t4s-col-md-42 {
    flex: 0 0 auto;
    width: 30.46875%;
  }

  .t4s-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  /*   .t4s-col-md-6,.t4s-col-item.t4s-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  } */

  .t4s-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .t4s-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .t4s-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .t4s-col-md-81 {
    flex: 0 0 auto;
    width: 69.53125%;
  }

  .t4s-col-md-82 {
    flex: 0 0 auto;
    width: 60.9375%;
  }

  .t4s-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .t4s-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .t4s-col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .t4s-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .t4s-offset-md-0 {
    margin-left: 0;
  }

  .t4s-offset-md-1 {
    margin-left: 8.33333333%;
  }

  .t4s-offset-md-2 {
    margin-left: 16.66666667%;
  }

  .t4s-offset-md-3 {
    margin-left: 25%;
  }

  .t4s-offset-md-4 {
    margin-left: 33.33333333%;
  }

  .t4s-offset-md-5 {
    margin-left: 41.66666667%;
  }

  .t4s-offset-md-6 {
    margin-left: 50%;
  }

  .t4s-offset-md-7 {
    margin-left: 58.33333333%;
  }

  .t4s-offset-md-8 {
    margin-left: 66.66666667%;
  }

  .t4s-offset-md-9 {
    margin-left: 75%;
  }

  .t4s-offset-md-10 {
    margin-left: 83.33333333%;
  }

  .t4s-offset-md-11 {
    margin-left: 91.66666667%;
  }

  .t4s-g-md-0,
  .t4s-gx-md-0,
  .t4s-px-md-0 {
    --ts-gutter-x: 0px;
  }

  .t4s-g-md-0,
  .t4s-gy-md-0 {
    --ts-gutter-y: 0px;
  }

  .t4s-g-md-2,
  .t4s-gx-md-2,
  .t4s-px-md-2 {
    --ts-gutter-x: 2px;
  }

  .t4s-g-md-2,
  .t4s-gy-md-2 {
    --ts-gutter-y: 2px;
  }

  .t4s-g-md-3,
  .t4s-gx-md-3,
  .t4s-px-md-3 {
    --ts-gutter-x: 3px;
  }

  .t4s-g-md-3,
  .t4s-gy-md-3 {
    --ts-gutter-y: 3px;
  }

  .t4s-g-md-4,
  .t4s-gx-md-4,
  .t4s-px-md-4 {
    --ts-gutter-x: 4px;
  }

  .t4s-g-md-4,
  .t4s-gy-md-4 {
    --ts-gutter-y: 4px;
  }

  .t4s-g-md-5,
  .t4s-gx-md-5,
  .t4s-px-md-5 {
    --ts-gutter-x: 5px;
  }

  .t4s-g-md-5,
  .t4s-gy-md-5 {
    --ts-gutter-y: 5px;
  }

  .t4s-g-md-6,
  .t4s-gx-md-6,
  .t4s-px-md-6 {
    --ts-gutter-x: 6px;
  }

  .t4s-g-md-6,
  .t4s-gy-md-6 {
    --ts-gutter-y: 6px;
  }

  .t4s-g-md-8,
  .t4s-gx-md-8,
  .t4s-px-md-8 {
    --ts-gutter-x: 8px;
  }

  .t4s-g-md-8,
  .t4s-gy-md-8 {
    --ts-gutter-y: 8px;
  }

  .t4s-g-md-10,
  .t4s-gx-md-10,
  .t4s-px-md-10 {
    --ts-gutter-x: 10px;
  }

  .t4s-g-md-10,
  .t4s-gy-md-10 {
    --ts-gutter-y: 10px;
  }

  .t4s-g-md-15,
  .t4s-gx-md-15,
  .t4s-px-md-15 {
    --ts-gutter-x: 15px;
  }

  .t4s-g-md-15,
  .t4s-gy-md-15 {
    --ts-gutter-y: 15px;
  }

  .t4s-g-md-20,
  .t4s-gx-md-20,
  .t4s-px-md-20 {
    --ts-gutter-x: 20px;
  }

  .t4s-g-md-20,
  .t4s-gy-md-20 {
    --ts-gutter-y: 20px;
  }

  .t4s-g-md-25,
  .t4s-gx-md-25,
  .t4s-px-md-25 {
    --ts-gutter-x: 25px;
  }

  .t4s-g-md-25,
  .t4s-gy-md-25 {
    --ts-gutter-y: 25px;
  }

  .t4s-g-md-30,
  .t4s-gx-md-30,
  .t4s-px-md-30 {
    --ts-gutter-x: 30px;
  }

  .t4s-g-md-30,
  .t4s-gy-md-30 {
    --ts-gutter-y: 30px;
  }

  .t4s-g-md-35,
  .t4s-gx-md-35,
  .t4s-px-md-35 {
    --ts-gutter-x: 35px;
  }

  .t4s-g-md-35,
  .t4s-gy-md-35 {
    --ts-gutter-y: 35px;
  }

  .t4s-g-md-40,
  .t4s-gx-md-40,
  .t4s-px-md-40 {
    --ts-gutter-x: 40px;
  }

  .t4s-g-md-40,
  .t4s-gy-md-40 {
    --ts-gutter-y: 40px;
  }
  .t4s-g-md-50,
  .t4s-gx-md-50,
  .t4s-px-md-50 {
    --ts-gutter-x: 50px;
  }

  .t4s-g-md-50,
  .t4s-gy-md-50 {
    --ts-gutter-y: 50px;
  }
}
@media (min-width: 1025px) {
  .t4s-col-lg-custom {
    width: var(--t4s-cus-col-lg, 25%);
    flex: 0 0 auto;
  }

  .t4s-col-lg {
    flex: 1 0 0%;
  }

  .t4s-row-cols-lg-auto > .t4s-col-item,
  .t4s-row-cols-lg-auto .flickityt4s-slider > .t4s-col-item {
    flex: 0 0 auto;
    width: auto;
  }

  .t4s-row-cols-lg-1 > .t4s-col-item,
  .t4s-row-cols-lg-1 .flickityt4s-slider > .t4s-col-item,
  .t4s-row-cols-lg-list_t4s > .t4s-col-item {
    width: 100%;
  }

  .t4s-row-cols-lg-2 > .t4s-col-item,
  .t4s-row-cols-lg-2 .flickityt4s-slider > .t4s-col-item {
    width: 50%;
  }

  .t4s-row-cols-lg-3 > .t4s-col-item,
  .t4s-row-cols-lg-3 .flickityt4s-slider > .t4s-col-item {
    width: 33.3333333333%;
  }

  .t4s-row-cols-lg-4 > .t4s-col-item,
  .t4s-row-cols-lg-4 .flickityt4s-slider > .t4s-col-item {
    width: 25%;
  }

  .t4s-row-cols-lg-5 > .t4s-col-item,
  .t4s-row-cols-lg-5 .flickityt4s-slider > .t4s-col-item,
  .t4s-col-lg-15 {
    width: 20%;
  }

  .t4s-row-cols-lg-6 > .t4s-col-item,
  .t4s-row-cols-lg-6 .flickityt4s-slider > .t4s-col-item {
    width: 16.6666666667%;
  }

  .t4s-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .t4s-col-lg-71 {
    flex: 0 0 auto;
    width: 64%;
  }
  .t4s-col-lg-36 {
    flex: 0 0 auto;
    width: 36%;
  }
  .t4s-col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .t4s-col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .t4s-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .t4s-col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .t4s-col-lg-41 {
    flex: 0 0 auto;
    width: 39.0625%;
  }
  .t4s-col-lg-w36 {
    flex: 0 0 auto;
    width: 36.7185%;
  }
  .t4s-col-lg-42 {
    flex: 0 0 auto;
    width: 30.46875%;
  }

  .t4s-col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .t4s-col-lg-6,
  .t4s-col-item.t4s-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .t4s-col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .t4s-col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .t4s-col-lg-81 {
    flex: 0 0 auto;
    width: 69.53125%;
  }

  .t4s-col-lg-82 {
    flex: 0 0 auto;
    width: 60.9375%;
  }

  .t4s-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .t4s-col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .t4s-col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .t4s-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .t4s-offset-lg-0 {
    margin-inline-start: 0;
  }

  .t4s-offset-lg-1 {
    margin-inline-start: 8.33333333%;
  }

  .t4s-offset-lg-2 {
    margin-inline-start: 16.66666667%;
  }

  .t4s-offset-lg-3 {
    margin-inline-start: 25%;
  }

  .t4s-offset-lg-4 {
    margin-inline-start: 33.33333333%;
  }

  .t4s-offset-lg-5 {
    margin-inline-start: 41.66666667%;
  }

  .t4s-offset-lg-6 {
    margin-inline-start: 50%;
  }

  .t4s-offset-lg-7 {
    margin-inline-start: 58.33333333%;
  }

  .t4s-offset-lg-8 {
    margin-inline-start: 66.66666667%;
  }

  .t4s-offset-lg-9 {
    margin-inline-start: 75%;
  }

  .t4s-offset-lg-10 {
    margin-inline-start: 83.33333333%;
  }

  .t4s-offset-lg-11 {
    margin-inline-start: 91.66666667%;
  }

  .t4s-g-lg-0,
  .t4s-gx-lg-0,
  .t4s-px-lg-0 {
    --ts-gutter-x: 0px;
  }

  .t4s-g-lg-0,
  .t4s-gy-lg-0 {
    --ts-gutter-y: 0px;
  }

  .t4s-g-lg-2,
  .t4s-gx-lg-2,
  .t4s-px-lg-2 {
    --ts-gutter-x: 2px;
  }

  .t4s-g-lg-2,
  .t4s-gy-lg-2 {
    --ts-gutter-y: 2px;
  }

  .t4s-g-lg-3,
  .t4s-gx-lg-3,
  .t4s-px-lg-3 {
    --ts-gutter-x: 3px;
  }

  .t4s-g-lg-3,
  .t4s-gy-lg-3 {
    --ts-gutter-y: 3px;
  }

  .t4s-g-lg-4,
  .t4s-gx-lg-4,
  .t4s-px-lg-4 {
    --ts-gutter-x: 4px;
  }

  .t4s-g-lg-4,
  .t4s-gy-lg-4 {
    --ts-gutter-y: 4px;
  }

  .t4s-g-lg-5,
  .t4s-gx-lg-5,
  .t4s-px-lg-5 {
    --ts-gutter-x: 5px;
  }

  .t4s-g-lg-5,
  .t4s-gy-lg-5 {
    --ts-gutter-y: 5px;
  }

  .t4s-g-lg-6,
  .t4s-gx-lg-6,
  .t4s-px-lg-6 {
    --ts-gutter-x: 6px;
  }

  .t4s-g-lg-6,
  .t4s-gy-lg-6 {
    --ts-gutter-y: 6px;
  }

  .t4s-g-lg-8,
  .t4s-gx-lg-8,
  .t4s-px-lg-8 {
    --ts-gutter-x: 8px;
  }

  .t4s-g-lg-8,
  .t4s-gy-lg-8 {
    --ts-gutter-y: 8px;
  }

  .t4s-g-lg-10,
  .t4s-gx-lg-10,
  .t4s-px-lg-10 {
    --ts-gutter-x: 10px;
  }

  .t4s-g-lg-10,
  .t4s-gy-lg-10 {
    --ts-gutter-y: 10px;
  }

  .t4s-g-lg-15,
  .t4s-gx-lg-15,
  .t4s-px-lg-15 {
    --ts-gutter-x: 15px;
  }

  .t4s-g-lg-15,
  .t4s-gy-lg-15 {
    --ts-gutter-y: 15px;
  }

  .t4s-g-lg-20,
  .t4s-gx-lg-20,
  .t4s-px-lg-20 {
    --ts-gutter-x: 20px;
  }

  .t4s-g-lg-20,
  .t4s-gy-lg-20 {
    --ts-gutter-y: 20px;
  }

  .t4s-g-lg-25,
  .t4s-gx-lg-25,
  .t4s-px-lg-25 {
    --ts-gutter-x: 25px;
  }

  .t4s-g-lg-25,
  .t4s-gy-lg-25 {
    --ts-gutter-y: 25px;
  }

  .t4s-g-lg-30,
  .t4s-gx-lg-30,
  .t4s-px-lg-30 {
    --ts-gutter-x: 30px;
  }

  .t4s-g-lg-30,
  .t4s-gy-lg-30 {
    --ts-gutter-y: 30px;
  }

  .t4s-g-lg-35,
  .t4s-gx-lg-35,
  .t4s-px-lg-35 {
    --ts-gutter-x: 35px;
  }

  .t4s-g-lg-35,
  .t4s-gy-lg-35 {
    --ts-gutter-y: 35px;
  }

  .t4s-g-lg-40,
  .t4s-gx-lg-40,
  .t4s-px-lg-40 {
    --ts-gutter-x: 40px;
  }

  .t4s-g-lg-40,
  .t4s-gy-lg-40 {
    --ts-gutter-y: 40px;
  }

  .t4s-g-lg-45,
  .t4s-gx-lg-45,
  .t4s-px-lg-45 {
    --ts-gutter-x: 45px;
  }

  .t4s-g-lg-45,
  .t4s-gy-lg-45 {
    --ts-gutter-y: 45px;
  }

  .t4s-g-lg-50,
  .t4s-gx-lg-50,
  .t4s-px-lg-50 {
    --ts-gutter-x: 50px;
  }

  .t4s-g-lg-50,
  .t4s-gy-lg-50 {
    --ts-gutter-y: 50px;
  }
}
@media (min-width: 1200px) {
  .t4s-col-xl {
    flex: 1 0 0%;
  }

  .t4s-row-cols-xl-auto > .t4s-col-item,
  .t4s-row-cols-xl-auto .flickityt4s-slider > .t4s-col-item {
    flex: 0 0 auto;
    width: auto;
  }

  .t4s-row-cols-xl-1 > .t4s-col-item,
  .t4s-row-cols-xl-1 .flickityt4s-slider > .t4s-col-item {
    width: 100%;
  }

  .t4s-row-cols-xl-2 > .t4s-col-item,
  .t4s-row-cols-xl-2 .flickityt4s-slider > .t4s-col-item {
    width: 50%;
  }

  .t4s-row-cols-xl-3 > .t4s-col-item,
  .t4s-row-cols-xl-3 .flickityt4s-slider > .t4s-col-item {
    width: 33.3333333333%;
  }

  .t4s-row-cols-xl-4 > .t4s-col-item,
  .t4s-row-cols-xl-4 .flickityt4s-slider > .t4s-col-item {
    width: 25%;
  }

  .t4s-row-cols-xl-5 > .t4s-col-item,
  .t4s-row-cols-xl-5 .flickityt4s-slider > .t4s-col-item,
  .t4s-col-xl-15 {
    width: 20%;
  }

  .t4s-row-cols-xl-6 > .t4s-col-item,
  .t4s-row-cols-xl-6 .flickityt4s-slider > .t4s-col-item {
    width: 16.6666666667%;
  }

  .t4s-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .t4s-col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .t4s-col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .t4s-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .t4s-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .t4s-col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .t4s-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .t4s-col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .t4s-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .t4s-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .t4s-col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .t4s-col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .t4s-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .t4s-offset-xl-0 {
    margin-left: 0;
  }

  .t4s-offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .t4s-offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .t4s-offset-xl-3 {
    margin-left: 25%;
  }

  .t4s-offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .t4s-offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .t4s-offset-xl-6 {
    margin-left: 50%;
  }

  .t4s-offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .t4s-offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .t4s-offset-xl-9 {
    margin-left: 75%;
  }

  .t4s-offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .t4s-offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .t4s-g-xl-0,
  .t4s-gx-xl-0,
  .t4s-px-xl-0 {
    --ts-gutter-x: 0px;
  }

  .t4s-g-xl-0,
  .t4s-gy-xl-0 {
    --ts-gutter-y: 0px;
  }

  .t4s-g-xl-2,
  .t4s-gx-xl-2,
  .t4s-px-xl-2 {
    --ts-gutter-x: 2px;
  }

  .t4s-g-xl-2,
  .t4s-gy-xl-2 {
    --ts-gutter-y: 2px;
  }

  .t4s-g-xl-4,
  .t4s-gx-xl-4,
  .t4s-px-xl-4 {
    --ts-gutter-x: 4px;
  }

  .t4s-g-xl-4,
  .t4s-gy-xl-4 {
    --ts-gutter-y: 4px;
  }

  .t4s-g-xl-5,
  .t4s-gx-xl-5,
  .t4s-px-xl-5 {
    --ts-gutter-x: 5px;
  }

  .t4s-g-xl-5,
  .t4s-gy-xl-5 {
    --ts-gutter-y: 5px;
  }

  .t4s-g-xl-6,
  .t4s-gx-xl-6,
  .t4s-px-xl-6 {
    --ts-gutter-x: 6px;
  }

  .t4s-g-xl-6,
  .t4s-gy-xl-6 {
    --ts-gutter-y: 6px;
  }

  .t4s-g-xl-8,
  .t4s-gx-xl-8,
  .t4s-px-xl-8 {
    --ts-gutter-x: 8px;
  }

  .t4s-g-xl-8,
  .t4s-gy-xl-8 {
    --ts-gutter-y: 8px;
  }

  .t4s-g-xl-10,
  .t4s-gx-xl-10,
  .t4s-px-xl-10 {
    --ts-gutter-x: 10px;
  }

  .t4s-g-xl-10,
  .t4s-gy-xl-10 {
    --ts-gutter-y: 10px;
  }

  .t4s-g-xl-20,
  .t4s-gx-xl-20,
  .t4s-px-xl-20 {
    --ts-gutter-x: 20px;
  }

  .t4s-g-xl-20,
  .t4s-gy-xl-20 {
    --ts-gutter-y: 20px;
  }

  .t4s-g-xl-30,
  .t4s-gx-xl-30,
  .t4s-px-xl-30 {
    --ts-gutter-x: 30px;
  }

  .t4s-g-xl-30,
  .t4s-gy-xl-30 {
    --ts-gutter-y: 30px;
  }
}
@media (min-width: 1400px) {
  .t4s-col-xxl {
    flex: 1 0 0%;
  }

  .t4s-row-cols-xxl-auto > .t4s-col-item,
  .t4s-row-cols-xxl-auto .flickityt4s-slider > .t4s-col-item {
    flex: 0 0 auto;
    width: auto;
  }

  .t4s-row-cols-xxl-1 > .t4s-col-item,
  .t4s-row-cols-xxl-1 .flickityt4s-slider > .t4s-col-item {
    flex: 0 0 auto;
    width: 100%;
  }

  .t4s-row-cols-xxl-2 > .t4s-col-item,
  .t4s-row-cols-xxl-2 .flickityt4s-slider > .t4s-col-item {
    flex: 0 0 auto;
    width: 50%;
  }

  .t4s-row-cols-xxl-3 > .t4s-col-item,
  .t4s-row-cols-xxl-3 .flickityt4s-slider > .t4s-col-item {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .t4s-row-cols-xxl-4 > .t4s-col-item,
  .t4s-row-cols-xxl-4 .flickityt4s-slider > .t4s-col-item {
    flex: 0 0 auto;
    width: 25%;
  }

  .t4s-row-cols-xxl-5 > .t4s-col-item,
  .t4s-row-cols-xxl-5 .flickityt4s-slider > .t4s-col-item,
  .t4s-col-xxl-15 {
    flex: 0 0 auto;
    width: 20%;
  }

  .t4s-row-cols-xxl-6 > .t4s-col-item,
  .t4s-row-cols-xxl-6 .flickityt4s-slider > .t4s-col-item {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .t4s-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .t4s-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .t4s-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .t4s-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .t4s-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .t4s-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .t4s-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .t4s-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .t4s-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .t4s-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .t4s-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .t4s-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .t4s-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .t4s-offset-xxl-0 {
    margin-left: 0;
  }

  .t4s-offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .t4s-offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .t4s-offset-xxl-3 {
    margin-left: 25%;
  }

  .t4s-offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .t4s-offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .t4s-offset-xxl-6 {
    margin-left: 50%;
  }

  .t4s-offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .t4s-offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .t4s-offset-xxl-9 {
    margin-left: 75%;
  }

  .t4s-offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .t4s-offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .t4s-g-xxl-0,
  .t4s-gx-xxl-0,
  .t4s-px-xxl-0 {
    --ts-gutter-x: 0px;
  }

  .t4s-g-xxl-0,
  .t4s-gy-xxl-0 {
    --ts-gutter-y: 0px;
  }

  .t4s-g-xxl-2,
  .t4s-gx-xxl-2,
  .t4s-px-xxl-2 {
    --ts-gutter-x: 2px;
  }

  .t4s-g-xxl-2,
  .t4s-gy-xxl-2 {
    --ts-gutter-y: 2px;
  }

  .t4s-g-xxl-4,
  .t4s-gx-xxl-4,
  .t4s-px-xxl-4 {
    --ts-gutter-x: 4px;
  }

  .t4s-g-xxl-4,
  .t4s-gy-xxl-4 {
    --ts-gutter-y: 4px;
  }

  .t4s-g-xxl-5,
  .t4s-gx-xxl-5,
  .t4s-px-xxl-5 {
    --ts-gutter-x: 5px;
  }

  .t4s-g-xxl-5,
  .t4s-gy-xxl-5 {
    --ts-gutter-y: 5px;
  }

  .t4s-g-xxl-6,
  .t4s-gx-xxl-6,
  .t4s-px-xxl-6 {
    --ts-gutter-x: 6px;
  }

  .t4s-g-xxl-6,
  .t4s-gy-xxl-6 {
    --ts-gutter-y: 6px;
  }

  .t4s-g-xxl-8,
  .t4s-gx-xxl-8,
  .t4s-px-xxl-8 {
    --ts-gutter-x: 8px;
  }

  .t4s-g-xxl-8,
  .t4s-gy-xxl-8 {
    --ts-gutter-y: 8px;
  }

  .t4s-g-xxl-10,
  .t4s-gx-xxl-10,
  .t4s-px-xxl-10 {
    --ts-gutter-x: 10px;
  }

  .t4s-g-xxl-10,
  .t4s-gy-xxl-10 {
    --ts-gutter-y: 10px;
  }

  .t4s-g-xxl-20,
  .t4s-gx-xxl-20,
  .t4s-px-xxl-20 {
    --ts-gutter-x: 20px;
  }

  .t4s-g-xxl-20,
  .t4s-gy-xxl-20 {
    --ts-gutter-y: 20px;
  }

  .t4s-g-xxl-30,
  .t4s-gx-xxl-30,
  .t4s-px-xxl-30 {
    --ts-gutter-x: 30px;
  }

  .t4s-g-xxl-30,
  .t4s-gy-xxl-30 {
    --ts-gutter-y: 30px;
  }
}
.t4s-d-inline {
  display: inline !important;
}

.t4s-d-inline-block {
  display: inline-block !important;
}

.t4s-d-block {
  display: block !important;
}

.t4s-d-grid {
  display: grid !important;
}

.t4s-d-table {
  display: table !important;
}

.t4s-d-table-row {
  display: table-row !important;
}

.t4s-d-table-cell {
  display: table-cell !important;
}

.t4s-d-flex {
  display: flex !important;
}

.t4s-d-inline-flex {
  display: inline-flex !important;
}

.t4s-d-none {
  display: none !important;
}

.t4s-flex-fill {
  flex: 1 1 auto !important;
}

.t4s-flex-row {
  flex-direction: row !important;
}

.t4s-flex-column {
  flex-direction: column !important;
}

.t4s-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.t4s-flex-column-reverse {
  flex-direction: column-reverse !important;
}

.t4s-flex-grow-0 {
  flex-grow: 0 !important;
}

.t4s-flex-grow-1 {
  flex-grow: 1 !important;
}

.t4s-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.t4s-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.t4s-flex-wrap {
  flex-wrap: wrap !important;
}

.t4s-flex-nowrap {
  flex-wrap: nowrap !important;
}

.t4s-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.t4s-justify-content-start {
  justify-content: flex-start !important;
}

.t4s-justify-content-end {
  justify-content: flex-end !important;
}

.t4s-justify-content-center {
  justify-content: center !important;
}

.t4s-justify-content-between {
  justify-content: space-between !important;
}

.t4s-justify-content-around {
  justify-content: space-around !important;
}

.t4s-justify-content-evenly {
  justify-content: space-evenly !important;
}

.t4s-align-items-start {
  align-items: flex-start !important;
}

.t4s-align-items-end {
  align-items: flex-end !important;
}

.t4s-align-items-center {
  align-items: center !important;
}

.t4s-align-items-baseline {
  align-items: baseline !important;
}

.t4s-align-items-stretch {
  align-items: stretch !important;
}

.t4s-align-content-start {
  align-content: flex-start !important;
}

.t4s-align-content-end {
  align-content: flex-end !important;
}

.t4s-align-content-center {
  align-content: center !important;
}

.t4s-align-content-between {
  align-content: space-between !important;
}

.t4s-align-content-around {
  align-content: space-around !important;
}

.t4s-align-content-stretch {
  align-content: stretch !important;
}

.t4s-align-self-auto {
  align-self: auto !important;
}

.t4s-align-self-start {
  align-self: flex-start !important;
}

.t4s-align-self-end {
  align-self: flex-end !important;
}

.t4s-align-self-center {
  align-self: center !important;
}

.t4s-align-self-baseline {
  align-self: baseline !important;
}

.t4s-align-self-stretch {
  align-self: stretch !important;
}

.t4s-order-first {
  order: -1 !important;
}

.t4s-order-0 {
  order: 0 !important;
}

.t4s-order-1 {
  order: 1 !important;
}

.t4s-order-2 {
  order: 2 !important;
}

.t4s-order-3 {
  order: 3 !important;
}

.t4s-order-4 {
  order: 4 !important;
}

.t4s-order-5 {
  order: 5 !important;
}

.t4s-order-6 {
  order: 6 !important;
}

.t4s-order-7 {
  order: 7 !important;
}

.t4s-order-8 {
  order: 8 !important;
}

.t4s-order-9 {
  order: 9 !important;
}

.t4s-order-10 {
  order: 10 !important;
}

.t4s-order-last {
  order: 19 !important;
}

@media (min-width: 576px) {
  .t4s-d-sm-inline {
    display: inline !important;
  }

  .t4s-d-sm-inline-block {
    display: inline-block !important;
  }

  .t4s-d-sm-block {
    display: block !important;
  }

  .t4s-d-sm-grid {
    display: grid !important;
  }

  .t4s-d-sm-table {
    display: table !important;
  }

  .t4s-d-sm-table-row {
    display: table-row !important;
  }

  .t4s-d-sm-table-cell {
    display: table-cell !important;
  }

  .t4s-d-sm-flex {
    display: flex !important;
  }

  .t4s-d-sm-inline-flex {
    display: inline-flex !important;
  }

  .t4s-d-sm-none {
    display: none !important;
  }

  .t4s-flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .t4s-flex-sm-row {
    flex-direction: row !important;
  }

  .t4s-flex-sm-column {
    flex-direction: column !important;
  }

  .t4s-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .t4s-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .t4s-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .t4s-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .t4s-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .t4s-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .t4s-flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .t4s-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .t4s-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .t4s-justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .t4s-justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .t4s-justify-content-sm-center {
    justify-content: center !important;
  }

  .t4s-justify-content-sm-between {
    justify-content: space-between !important;
  }

  .t4s-justify-content-sm-around {
    justify-content: space-around !important;
  }

  .t4s-justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .t4s-align-items-sm-start {
    align-items: flex-start !important;
  }

  .t4s-align-items-sm-end {
    align-items: flex-end !important;
  }

  .t4s-align-items-sm-center {
    align-items: center !important;
  }

  .t4s-align-items-sm-baseline {
    align-items: baseline !important;
  }

  .t4s-align-items-sm-stretch {
    align-items: stretch !important;
  }

  .t4s-align-content-sm-start {
    align-content: flex-start !important;
  }

  .t4s-align-content-sm-end {
    align-content: flex-end !important;
  }

  .t4s-align-content-sm-center {
    align-content: center !important;
  }

  .t4s-align-content-sm-between {
    align-content: space-between !important;
  }

  .t4s-align-content-sm-around {
    align-content: space-around !important;
  }

  .t4s-align-content-sm-stretch {
    align-content: stretch !important;
  }

  .t4s-align-self-sm-auto {
    align-self: auto !important;
  }

  .t4s-align-self-sm-start {
    align-self: flex-start !important;
  }

  .t4s-align-self-sm-end {
    align-self: flex-end !important;
  }

  .t4s-align-self-sm-center {
    align-self: center !important;
  }

  .t4s-align-self-sm-baseline {
    align-self: baseline !important;
  }

  .t4s-align-self-sm-stretch {
    align-self: stretch !important;
  }

  .t4s-order-sm-first {
    order: -1 !important;
  }

  .t4s-order-sm-0 {
    order: 0 !important;
  }

  .t4s-order-sm-1 {
    order: 1 !important;
  }

  .t4s-order-sm-2 {
    order: 2 !important;
  }

  .t4s-order-sm-3 {
    order: 3 !important;
  }

  .t4s-order-sm-4 {
    order: 4 !important;
  }

  .t4s-order-sm-5 {
    order: 5 !important;
  }

  .t4s-order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .t4s-d-md-inline {
    display: inline !important;
  }

  .t4s-d-md-inline-block {
    display: inline-block !important;
  }

  .t4s-d-md-block {
    display: block !important;
  }

  .t4s-d-md-grid {
    display: grid !important;
  }

  .t4s-d-md-table {
    display: table !important;
  }

  .t4s-d-md-table-row {
    display: table-row !important;
  }

  .t4s-d-md-table-cell {
    display: table-cell !important;
  }

  .t4s-d-md-flex {
    display: flex !important;
  }

  .t4s-d-md-inline-flex {
    display: inline-flex !important;
  }

  .t4s-d-md-none {
    display: none !important;
  }

  .t4s-flex-md-fill {
    flex: 1 1 auto !important;
  }

  .t4s-flex-md-row {
    flex-direction: row !important;
  }

  .t4s-flex-md-column {
    flex-direction: column !important;
  }

  .t4s-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .t4s-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .t4s-flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .t4s-flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .t4s-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .t4s-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .t4s-flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .t4s-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .t4s-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .t4s-justify-content-md-start {
    justify-content: flex-start !important;
  }

  .t4s-justify-content-md-end {
    justify-content: flex-end !important;
  }

  .t4s-justify-content-md-center {
    justify-content: center !important;
  }

  .t4s-justify-content-md-between {
    justify-content: space-between !important;
  }

  .t4s-justify-content-md-around {
    justify-content: space-around !important;
  }

  .t4s-justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .t4s-align-items-md-start {
    align-items: flex-start !important;
  }

  .t4s-align-items-md-end {
    align-items: flex-end !important;
  }

  .t4s-align-items-md-center {
    align-items: center !important;
  }

  .t4s-align-items-md-baseline {
    align-items: baseline !important;
  }

  .t4s-align-items-md-stretch {
    align-items: stretch !important;
  }

  .t4s-align-content-md-start {
    align-content: flex-start !important;
  }

  .t4s-align-content-md-end {
    align-content: flex-end !important;
  }

  .t4s-align-content-md-center {
    align-content: center !important;
  }

  .t4s-align-content-md-between {
    align-content: space-between !important;
  }

  .t4s-align-content-md-around {
    align-content: space-around !important;
  }

  .t4s-align-content-md-stretch {
    align-content: stretch !important;
  }

  .t4s-align-self-md-auto {
    align-self: auto !important;
  }

  .t4s-align-self-md-start {
    align-self: flex-start !important;
  }

  .t4s-align-self-md-end {
    align-self: flex-end !important;
  }

  .t4s-align-self-md-center {
    align-self: center !important;
  }

  .t4s-align-self-md-baseline {
    align-self: baseline !important;
  }

  .t4s-align-self-md-stretch {
    align-self: stretch !important;
  }

  .t4s-order-md-first {
    order: -1 !important;
  }

  .t4s-order-md-0 {
    order: 0 !important;
  }

  .t4s-order-md-1 {
    order: 1 !important;
  }

  .t4s-order-md-2 {
    order: 2 !important;
  }

  .t4s-order-md-3 {
    order: 3 !important;
  }

  .t4s-order-md-4 {
    order: 4 !important;
  }

  .t4s-order-md-5 {
    order: 5 !important;
  }

  .t4s-order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 1025px) {
  .t4s-d-lg-inline {
    display: inline !important;
  }

  .t4s-d-lg-inline-block {
    display: inline-block !important;
  }

  .t4s-d-lg-block {
    display: block !important;
  }

  .t4s-d-lg-grid {
    display: grid !important;
  }

  .t4s-d-lg-table {
    display: table !important;
  }

  .t4s-d-lg-table-row {
    display: table-row !important;
  }

  .t4s-d-lg-table-cell {
    display: table-cell !important;
  }

  .t4s-d-lg-flex {
    display: flex !important;
  }

  .t4s-d-lg-inline-flex {
    display: inline-flex !important;
  }

  .t4s-d-lg-none {
    display: none !important;
  }

  .t4s-flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .t4s-flex-lg-row {
    flex-direction: row !important;
  }

  .t4s-flex-lg-column {
    flex-direction: column !important;
  }

  .t4s-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .t4s-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .t4s-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .t4s-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .t4s-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .t4s-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .t4s-flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .t4s-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .t4s-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .t4s-justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .t4s-justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .t4s-justify-content-lg-center {
    justify-content: center !important;
  }

  .t4s-justify-content-lg-between {
    justify-content: space-between !important;
  }

  .t4s-justify-content-lg-around {
    justify-content: space-around !important;
  }

  .t4s-justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .t4s-align-items-lg-start {
    align-items: flex-start !important;
  }

  .t4s-align-items-lg-end {
    align-items: flex-end !important;
  }

  .t4s-align-items-lg-center {
    align-items: center !important;
  }

  .t4s-align-items-lg-baseline {
    align-items: baseline !important;
  }

  .t4s-align-items-lg-stretch {
    align-items: stretch !important;
  }

  .t4s-align-content-lg-start {
    align-content: flex-start !important;
  }

  .t4s-align-content-lg-end {
    align-content: flex-end !important;
  }

  .t4s-align-content-lg-center {
    align-content: center !important;
  }

  .t4s-align-content-lg-between {
    align-content: space-between !important;
  }

  .t4s-align-content-lg-around {
    align-content: space-around !important;
  }

  .t4s-align-content-lg-stretch {
    align-content: stretch !important;
  }

  .t4s-align-self-lg-auto {
    align-self: auto !important;
  }

  .t4s-align-self-lg-start {
    align-self: flex-start !important;
  }

  .t4s-align-self-lg-end {
    align-self: flex-end !important;
  }

  .t4s-align-self-lg-center {
    align-self: center !important;
  }

  .t4s-align-self-lg-baseline {
    align-self: baseline !important;
  }

  .t4s-align-self-lg-stretch {
    align-self: stretch !important;
  }

  .t4s-order-lg-first {
    order: -1 !important;
  }

  .t4s-order-lg-0 {
    order: 0 !important;
  }

  .t4s-order-lg-1 {
    order: 1 !important;
  }

  .t4s-order-lg-2 {
    order: 2 !important;
  }

  .t4s-order-lg-3 {
    order: 3 !important;
  }

  .t4s-order-lg-4 {
    order: 4 !important;
  }

  .t4s-order-lg-5 {
    order: 5 !important;
  }

  .t4s-order-lg-last {
    order: 6 !important;
  }
}
/* @media (min-width: 1200px) {
  .t4s-d-xl-inline {
    display: inline !important;
  }

  .t4s-d-xl-inline-block {
    display: inline-block !important;
  }

  .t4s-d-xl-block {
    display: block !important;
  }

  .t4s-d-xl-grid {
    display: grid !important;
  }

  .t4s-d-xl-table {
    display: table !important;
  }

  .t4s-d-xl-table-row {
    display: table-row !important;
  }

  .t4s-d-xl-table-cell {
    display: table-cell !important;
  }

  .t4s-d-xl-flex {
    display: flex !important;
  }

  .t4s-d-xl-inline-flex {
    display: inline-flex !important;
  }

  .t4s-d-xl-none {
    display: none !important;
  }

  .t4s-flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .t4s-flex-xl-row {
    flex-direction: row !important;
  }

  .t4s-flex-xl-column {
    flex-direction: column !important;
  }

  .t4s-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .t4s-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .t4s-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .t4s-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .t4s-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .t4s-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .t4s-flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .t4s-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .t4s-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .t4s-justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .t4s-justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .t4s-justify-content-xl-center {
    justify-content: center !important;
  }

  .t4s-justify-content-xl-between {
    justify-content: space-between !important;
  }

  .t4s-justify-content-xl-around {
    justify-content: space-around !important;
  }

  .t4s-justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .t4s-align-items-xl-start {
    align-items: flex-start !important;
  }

  .t4s-align-items-xl-end {
    align-items: flex-end !important;
  }

  .t4s-align-items-xl-center {
    align-items: center !important;
  }

  .t4s-align-items-xl-baseline {
    align-items: baseline !important;
  }

  .t4s-align-items-xl-stretch {
    align-items: stretch !important;
  }

  .t4s-align-content-xl-start {
    align-content: flex-start !important;
  }

  .t4s-align-content-xl-end {
    align-content: flex-end !important;
  }

  .t4s-align-content-xl-center {
    align-content: center !important;
  }

  .t4s-align-content-xl-between {
    align-content: space-between !important;
  }

  .t4s-align-content-xl-around {
    align-content: space-around !important;
  }

  .t4s-align-content-xl-stretch {
    align-content: stretch !important;
  }

  .t4s-align-self-xl-auto {
    align-self: auto !important;
  }

  .t4s-align-self-xl-start {
    align-self: flex-start !important;
  }

  .t4s-align-self-xl-end {
    align-self: flex-end !important;
  }

  .t4s-align-self-xl-center {
    align-self: center !important;
  }

  .t4s-align-self-xl-baseline {
    align-self: baseline !important;
  }

  .t4s-align-self-xl-stretch {
    align-self: stretch !important;
  }

  .t4s-order-xl-first {
    order: -1 !important;
  }

  .t4s-order-xl-0 {
    order: 0 !important;
  }

  .t4s-order-xl-1 {
    order: 1 !important;
  }

  .t4s-order-xl-2 {
    order: 2 !important;
  }

  .t4s-order-xl-3 {
    order: 3 !important;
  }

  .t4s-order-xl-4 {
    order: 4 !important;
  }

  .t4s-order-xl-5 {
    order: 5 !important;
  }

  .t4s-order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .t4s-d-xxl-inline {
    display: inline !important;
  }

  .t4s-d-xxl-inline-block {
    display: inline-block !important;
  }

  .t4s-d-xxl-block {
    display: block !important;
  }

  .t4s-d-xxl-grid {
    display: grid !important;
  }

  .t4s-d-xxl-table {
    display: table !important;
  }

  .t4s-d-xxl-table-row {
    display: table-row !important;
  }

  .t4s-d-xxl-table-cell {
    display: table-cell !important;
  }

  .t4s-d-xxl-flex {
    display: flex !important;
  }

  .t4s-d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .t4s-d-xxl-none {
    display: none !important;
  }

  .t4s-flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .t4s-flex-xxl-row {
    flex-direction: row !important;
  }

  .t4s-flex-xxl-column {
    flex-direction: column !important;
  }

  .t4s-flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .t4s-flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .t4s-flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .t4s-flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .t4s-flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .t4s-flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .t4s-flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .t4s-flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .t4s-flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .t4s-justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .t4s-justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .t4s-justify-content-xxl-center {
    justify-content: center !important;
  }

  .t4s-justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .t4s-justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .t4s-justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .t4s-align-items-xxl-start {
    align-items: flex-start !important;
  }

  .t4s-align-items-xxl-end {
    align-items: flex-end !important;
  }

  .t4s-align-items-xxl-center {
    align-items: center !important;
  }

  .t4s-align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .t4s-align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .t4s-align-content-xxl-start {
    align-content: flex-start !important;
  }

  .t4s-align-content-xxl-end {
    align-content: flex-end !important;
  }

  .t4s-align-content-xxl-center {
    align-content: center !important;
  }

  .t4s-align-content-xxl-between {
    align-content: space-between !important;
  }

  .t4s-align-content-xxl-around {
    align-content: space-around !important;
  }

  .t4s-align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .t4s-align-self-xxl-auto {
    align-self: auto !important;
  }

  .t4s-align-self-xxl-start {
    align-self: flex-start !important;
  }

  .t4s-align-self-xxl-end {
    align-self: flex-end !important;
  }

  .t4s-align-self-xxl-center {
    align-self: center !important;
  }

  .t4s-align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .t4s-align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .t4s-order-xxl-first {
    order: -1 !important;
  }

  .t4s-order-xxl-0 {
    order: 0 !important;
  }

  .t4s-order-xxl-1 {
    order: 1 !important;
  }

  .t4s-order-xxl-2 {
    order: 2 !important;
  }

  .t4s-order-xxl-3 {
    order: 3 !important;
  }

  .t4s-order-xxl-4 {
    order: 4 !important;
  }

  .t4s-order-xxl-5 {
    order: 5 !important;
  }

  .t4s-order-xxl-last {
    order: 6 !important;
  }
} */
@media print {
  .t4s-d-print-inline {
    display: inline !important;
  }

  .t4s-d-print-inline-block {
    display: inline-block !important;
  }

  .t4s-d-print-block {
    display: block !important;
  }

  .t4s-d-print-grid {
    display: grid !important;
  }

  .t4s-d-print-table {
    display: table !important;
  }

  .t4s-d-print-table-row {
    display: table-row !important;
  }

  .t4s-d-print-table-cell {
    display: table-cell !important;
  }

  .t4s-d-print-flex {
    display: flex !important;
  }

  .t4s-d-print-inline-flex {
    display: inline-flex !important;
  }

  .t4s-d-print-none {
    display: none !important;
  }
}

/* text algin boootrap */
.t4s-text-start {
  text-align: left !important;
}

.t4s-text-end {
  text-align: right !important;
}

.t4s-text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .t4s-text-sm-start {
    text-align: left !important;
  }

  .t4s-text-sm-end {
    text-align: right !important;
  }

  .t4s-text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .t4s-text-md-start {
    text-align: left !important;
  }

  .t4s-text-md-end {
    text-align: right !important;
  }

  .t4s-text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1025px) {
  .t4s-text-lg-start {
    text-align: left !important;
  }

  .t4s-text-lg-end {
    text-align: right !important;
  }

  .t4s-text-lg-center {
    text-align: center !important;
  }
}

/* @media (min-width: 1200px) {

  .t4s-text-xl-start {
    text-align: left !important;
  }

  .t4s-text-xl-end {
    text-align: right !important;
  }

  .t4s-text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {

  .t4s-text-xxl-start {
    text-align: left !important;
  }

  .t4s-text-xxl-end {
    text-align: right !important;
  }

  .t4s-text-xxl-center {
    text-align: center !important;
  }
} */

/* Nathan custom css */
.t4s-table-res-df {
  min-height: 0.01%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media screen and (max-width: 767px) {
  .t4s-responsive-table {
    border: 0;
    border-bottom: 1px solid var(--border-color);
  }
  .t4s-responsive-table thead,
  .t4s-responsive-table th,
  .t4s-responsive-table tfoot td:first-of-type {
    display: none;
  }

  .t4s-responsive-table td {
    display: flex;
    text-align: right;
    border: 0;
  }

  .t4s-responsive-table td::before {
    color: var(--text-color);
    content: attr(data-label);
    font-size: 1.4rem;
    padding-right: 2rem;
    flex-grow: 1;
    text-align: left;
  }

  .t4s-responsive-table td:first-of-type {
    display: flex;
    align-items: center;
    padding-top: 4rem;
  }
  .t4s-responsive-table tbody td:last-of-type {
    padding-bottom: 4rem;
  }

  .t4s-responsive-table tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
  .t4s-responsive-table tbody tr {
    border-top: 1px solid var(--border-color);
  }
}
.t4s_ratio {
  position: relative;
  width: 100%;
}
.t4s_ratio::before {
  display: block;
  padding-top: 100%;
  /* padding-top: var(--t4s-aspect-ratio); */
  content: "";
}
.t4s_ratio:not(.t4s_bg) > *:not(.t4s-not-style),
.no-js .t4s_ratio:not(.t4s_bg) > noscript > *:not(.t4s-not-style) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* mix-blend-mode: multiply; */
}

.t4s_ratio21_9 {
  --t4s-aspect-ratio: 42.8571428571%;
}

.t4s_ratio2_1 {
  --t4s-aspect-ratio: 50%;
}

.t4s_ratio16_9 {
  --t4s-aspect-ratio: 56.25%;
}

.t4s_ratio8_5 {
  --t4s-aspect-ratio: 62.5%;
}

.t4s_ratio3_2 {
  --t4s-aspect-ratio: 66.66%;
}

.t4s_ratio4_3 {
  --t4s-aspect-ratio: 75%;
}

.t4s_ratio4_5 {
  --t4s-aspect-ratio: 80%;
}

.t4s_ratio1_1 {
  /* --t4s-aspect-ratio: 100%; */
  --t4s-aspect-ratio: 130%;
}

.t4s_ratio5_4 {
  --t4s-aspect-ratio: 125%;
}

.t4s_rationt {
  --t4s-aspect-ratio: 127.7777778%;
}

.t4s_ratio2_3 {
  --t4s-aspect-ratio: 150%;
}

.t4s_ratio1_2 {
  --t4s-aspect-ratio: 200%;
}
.t4s_ratio_fh {
  --t4s-aspect-ratio: 100vh;
}

.t4s_ratiocus1 {
  --t4s-aspect-ratio: calc(100% / (var(--aspect-ratiocus1)));
}
.t4s_ratiocus2 {
  --t4s-aspect-ratio: calc(100% / (var(--aspect-ratiocus2)));
}
.t4s_ratiocus3 {
  --t4s-aspect-ratio: calc(100% / (var(--aspect-ratiocus3)));
}
.t4s_ratiocus4 {
  --t4s-aspect-ratio: calc(100% / (var(--aspect-ratiocus4)));
}
/* .t4s_ratioadapt .t4s_ratio::before,
.t4s_ratioadapt_f .t4s_ratio::before { --t4s-aspect-ratio: calc(100% / (var(--aspect-ratioapt))) } */
@media (max-width: 767px) {
  .t4s_ratioadapt .t4s_ratio_hasmb::before,
  .t4s_ratioadapt_f .t4s_ratio_hasmb::before {
    --t4s-aspect-ratio: calc(100% / (var(--aspect-ratioaptmb)));
  }
  .t4s_ratio_cuspx.t4scuspx1_true {
    --t4s-aspect-ratio: var(--aspect-ratio-cusmb);
  }
  .t4s_ratio_cuspx.t4scuspx1_false .t4s_ratio {
    --t4s-aspect-ratio: calc(100% / (var(--aspect-ratioapt)));
  }
}
/* css custom height px */

@media (min-width: 768px) and (max-width: 1024px) {
  .t4s_ratio_cuspx.t4scuspx2_true {
    --t4s-aspect-ratio: var(--aspect-ratio-custb);
  }
  .t4s_ratio_cuspx.t4scuspx2_false .t4s_ratio {
    --t4s-aspect-ratio: calc(100% / (var(--aspect-ratioapt)));
  }
}
@media (min-width: 1025px) {
  .t4s_ratio_cuspx.t4scuspx3_true {
    --t4s-aspect-ratio: var(--aspect-ratio-cusdt);
  }
  .t4s_ratio_cuspx.t4scuspx3_false .t4s_ratio {
    --t4s-aspect-ratio: calc(100% / (var(--aspect-ratioapt)));
  }
}
/* css enc custom height px */

.t4s_ratio img {
  object-fit: cover;
  object-position: center center;
}
/* .t4s_ratioadapt .t4s_ratio img, */
/* .t4s_contain .t4s_ratio img { object-fit: contain } */
.t4s_contain .t4s_ratio img {
  object-fit: cover;
  object-position: center center;
}

.t4s_position_1 .t4s_ratio img {
  object-position: left top;
}
.t4s_position_2 .t4s_ratio img {
  object-position: left center;
}
.t4s_position_3 .t4s_ratio img {
  object-position: left bottom;
}
.t4s_position_4 .t4s_ratio img {
  object-position: right top;
}
.t4s_position_5 .t4s_ratio img {
  object-position: right center;
}
.t4s_position_6 .t4s_ratio img {
  object-position: right bottom;
}
.t4s_position_7 .t4s_ratio img {
  object-position: center top;
}
.t4s_position_9 .t4s_ratio img {
  object-position: center bottom;
}

.t4s_position_default,
.t4s_position_0 .t4s_bg {
  background-position: center center;
}
.t4s_cover .t4s_bg {
  background-size: cover;
}
.t4s_contain .t4s_bg {
  background-size: contain;
}
.t4s_position_1 .t4s_bg {
  background-position: left top;
}
.t4s_position_2 .t4s_bg {
  background-position: left center;
}
.t4s_position_3 .t4s_bg {
  background-position: left bottom;
}
.t4s_position_4 .t4s_bg {
  background-position: right top;
}
.t4s_position_5 .t4s_bg {
  background-position: right center;
}
.t4s_position_6 .t4s_bg {
  background-position: right bottom;
}
.t4s_position_7 .t4s_bg {
  background-position: center top;
}
.t4s_position_9 .t4s_bg {
  background-position: center bottom;
}

.t4s_ratio_mix.t4s_ratio_fh {
  --t4s-aspect-ratio-fh: 100vh;
}
.t4s-section:first-child .t4s_ratio_mix.t4s_ratio_fh {
  --t4s-aspect-ratio-fh: calc(
    100vh - var(--header-height2, 0px) - var(--topbar-height2, 0px) -
      var(--announcement-height2, 0px)
  );
}
.t4s_ratio_mix .t4s_ratio {
  --aspect-ratioapt: calc(100% / (var(--ratioapt)));
  --ratioapttb: var(--ratioapt);
  --aspect-ratioapttb: calc(100% / (var(--ratioapttb)));
  --aspect-ratioaptmb: calc(100% / (var(--ratioaptmb)));
}
.t4s_ratio_mix.t4s_ratio_fh .t4s_ratio {
  --aspect-ratioapt: var(--t4s-aspect-ratio-fh);
  --aspect-ratioaptmb: var(--t4s-aspect-ratio-fh);
  --aspect-ratioapttb: var(--t4s-aspect-ratio-fh);
}

.t4s_ratio_mix.t4s_ratioadapt_mix16_9 .t4s_ratio {
  --aspect-ratioapt: 56.25%;
  --aspect-ratioaptmb: 56.25%;
  --aspect-ratioapttb: 56.25%;
}
.t4s_ratio_mix.t4s_ratioadapt_mix4_3 .t4s_ratio {
  --aspect-ratioapt: 75%;
  --aspect-ratioaptmb: 75%;
  --aspect-ratioapttb: 75%;
}

@media (max-width: 767px) {
  .t4s_ratio_mix .t4s_ratio {
    --t4s-aspect-ratio: var(--aspect-ratioaptmb);
  }
  .t4s_ratio_mix.t4s_ratio_cuspx_mb_true .t4s_ratio {
    --aspect-ratioaptmb: var(--aspect-ratio-cusmb);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .t4s_ratio_mix .t4s_ratio {
    --t4s-aspect-ratio: var(--aspect-ratioapttb);
  }
  .t4s_ratio_mix.t4s_ratio_cuspx_tb_true .t4s_ratio {
    --aspect-ratioapttb: var(--aspect-ratio-custb);
  }
}
@media (min-width: 1025px) {
  .t4s_ratio_mix .t4s_ratio {
    --t4s-aspect-ratio: var(--aspect-ratioapt);
  }
  .t4s_ratio_mix.t4s_ratio_cuspx_true .t4s_ratio {
    --aspect-ratioapt: var(--aspect-ratio-cus);
  }
}

/* Heper Class The4 */
.t4s-db {
  display: block;
}
.t4s-dn,
[data-countdown-t4s]:not(.t4s-countdown-enabled),
.t4s-countdown-enabled.expired_cdt4 {
  display: none;
}
.t4s-pr {
  position: relative;
}
.t4s-pa {
  position: absolute;
}
.t4s-pf {
  position: fixed;
}
.t4s-op-0 {
  opacity: 0;
}
.t4s-t-0 {
  top: 0;
}
.t4s-l-0 {
  left: 0;
}
.t4s-r-0 {
  right: 0;
}
.t4s-b-0 {
  bottom: 0;
}
.t4s-full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.t4s-oh {
  overflow: hidden;
}
.t4s-z-100 {
  z-index: 100;
}
.t4s-cursor-pointer {
  cursor: pointer;
}
.t4s-pe-auto {
  pointer-events: auto;
}
.t4s-pe-none {
  pointer-events: none;
}
.t4s-w-100 {
  width: 100%;
}
.t4s-h-100 {
  height: 100%;
}
.t4s-lh-1 {
  line-height: 1;
}
.t4s-truncate,
.t4s-pr-ellipsis-true .t4s-product .t4s-product-title,
.t4s-pr-ellipsis-true .t4s-widget__pr .t4s-widget__pr-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t4s-pr-ellipsis-true .t4s-widget__pr .t4s-widget_if_pr {
  position: relative;
  overflow: hidden;
}
.mfp-hide,
template,
.loading-overlay__spinner[hidden] {
  display: none !important;
}
.t4s-ts-op {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@-webkit-keyframes t4s-ani-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes t4s-ani-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.t4s-tabs-ul {
  list-style: none;
  --list-mb: 30px;
  --li-mb: 0;
  --li-pl: 0;
}
.t4s-tab-content,
.t4s-type-tabs .t4s-tab-wrapper [data-t4s-tab-item],
.t4s-type-accordion .t4s-tabs-ul {
  display: none;
  -webkit-animation: 1s t4s-ani-fadeIn;
  animation: 1s t4s-ani-fadeIn;
}
.t4s-tabs-ul + .t4s-tab-wrapper .t4s-tab-content:not([style]),
.t4s-tabs-ul + .t4s-tab-content:not([style]),
.t4s-tab-wrapper:first-child .t4s-tab-content:not([style]) {
  display: block;
  -webkit-animation: none;
  animation: none;
}
@media (max-width: 1024px) {
  .t4s-accordion-mb-true
    .t4s-tabs-ul
    + .t4s-tab-wrapper
    .t4s-tab-content:not([style]),
  .t4s-accordion-mb-true
    .t4s-tab-wrapper:first-child
    .t4s-tab-content:not([style]),
  .t4s-accordion-mb-true .t4s-tabs-ul {
    display: none;
  }
  .t4s-accordion-mb-true .t4s-tab-wrapper [data-t4s-tab-item] {
    display: block;
  }
}
.t4s-tab-content2 {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.t4s-tab-content2.t4s-active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: 0.2s ease-in-out 0.2s;
  transition: 0.2s ease-in-out 0.2s;
}
.t4s-placeholder-svg {
  display: block;
  fill: #222;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #ddd;
}
.t4s-placeholder-svg.t4s-svg-bg1 {
  background-color: #a9a9a9;
  border-color: #a9a9a9;
  fill: #696969;
}
.lazyloadt4s-loader {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 90;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--lz-background);
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.lazyloadt4s-loader.is-bg-img {
  transition: none;
  background-repeat: repeat;
  background-size: cover;
  opacity: 1;
  visibility: visible;
  z-index: -1;
}
.lazyloadt4s + .lazyloadt4s-loader,
.lazyloadt4sing + .lazyloadt4s-loader .lazyloadt4s + .lazyloadt4s-loader,
.lazyloadt4sing + .lazyloadt4s-loader,
.lazyloadt4sNative:not(.lazyloadt4sed) + .lazyloadt4s-loader,
.t4s-product-main-img.lazyloadt4s ~ .lazyloadt4s-loader,
.t4s-product-main-img.lazyloadt4sing ~ .lazyloadt4s-loader {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.t4s-product-img:not(:hover)
  .t4s-product-main-img.lazyloadt4sed
  ~ .lazyloadt4s-loader,
.lazyloadt4sed ~ .lazyloadt4s-loader.is-bg-img {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.lazyloadt4sed.lazyloadt4sNative ~ .lazyloadt4s-loader.is-bg-img {
  opacity: 1;
  visibility: visible;
}
.t4s-product-main-img.lazyloadt4sing ~ .lazyloadt4s-loader,
.lazyloadt4sing + .lazyloadt4s-loader:not(.is-bg-img):not(.is-load-css) {
  background-image: var(--lz-img);
}
.t4s-lz--fadeIn {
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lazyloadt4sed.t4s-lz--fadeIn {
  opacity: 1;
}
.t4s-loading--bg {
  width: 50px;
  height: 50px;
  background-image: var(--lz-img);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 20px auto;
}
.t4s-lzcus-true .t4s-product-main-img.lazyloadt4sing ~ .lazyloadt4s-loader,
.t4s-lzcus-true
  .lazyloadt4sing
  + .lazyloadt4s-loader:not(.is-bg-img):not(.is-load-css),
.t4s-lzcus-true .t4s-loading--bg {
  background-image: var(--lz-img-cus);
  -webkit-animation: 0.35s linear infinite alternate skeletonAnimation;
  animation: 0.35s linear infinite alternate skeletonAnimation;
  will-change: opacity;
}
.t4s-wait--data {
  position: relative;
  overflow: hidden;
  background-color: var(--lz-background);
  -webkit-animation: 0.45s linear infinite alternate skeletonAnimation;
  animation: 0.45s linear infinite alternate skeletonAnimation;
  will-change: opacity;
}
@-webkit-keyframes skeletonAnimation {
  0% {
    opacity: 0.45;
  }

  100% {
    opacity: 0.9;
  }
}

@keyframes skeletonAnimation {
  0% {
    opacity: 0.45;
  }

  100% {
    opacity: 0.9;
  }
}

.no-js img.lazyloadt4s,
.no-js .lazyloadt4s-loader:not(.is-bg-img),
.t4s-product-colors:not(.is-t4s--limit) .is--colors-more,
.t4s-pr-color__item.is-color--limit
  ~ .t4s-pr-color__item:not(.is--colors-more) {
  display: none !important;
}

.t4s-rte ol,
.t4s-rte ul {
  margin: 0 0 17.5px 25px;
  padding-left: 0;
}

.t4s-rte ol.list--inline,
.t4s-rte ul.list--inline {
  margin-left: 0;
}

.t4s-rte ul {
  list-style: disc;
}

.t4s-rte ol {
  list-style: decimal;
}

.t4s-rte ul ul {
  list-style: circle;
}

.t4s-rte ul ul ul {
  list-style: square;
}

.t4s-rte a:not(.btn):not(.cd):not(.db):not(.cb):not(.chp) {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

#MainContent {
  min-height: 50vh;
}

#MainContent .shopify-challenge__container,
.t4s-empty__page {
  margin: 140px auto;
  min-height: 50vh;
}

#MainContent .shopify-challenge__container {
  min-height: 20vh;
}
.shopify-challenge__container .shopify-challenge__button {
  margin-top: 20px;
}
@media (min-width: 641px) {
  #MainContent .shopify-challenge__container,
  .t4s-empty__page {
    margin: 200px auto;
  }
}
.t4s-drawer {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(-104%, 0, 0);
  transform: translate3d(-104%, 0, 0);
}
button[data-btn-as-a] {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  color: var(--text-color);
}

button[data-btn-as-a]:hover {
  color: var(--accent-color);
}
.t4s-input__currentcolor::-webkit-input-placeholder {
  color: currentcolor;
}

.t4s-input__currentcolor:-ms-input-placeholder {
  color: currentcolor;
}

.t4s-input__currentcolor::placeholder {
  color: currentcolor;
}
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

body,
.t4s-website-wrapper {
  /*   background-color: var(--t4s-body-background ); */
}
/* wrapper custom width */
@media (min-width: 1025px) {
  .t4s-wrapper__boxed .t4s-website-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    -webkit-box-shadow: 0 1px 9px rgb(0 0 0 / 8%);
    box-shadow: 0 1px 9px rgb(0 0 0 / 8%);
  }
  .t4s-wrapper__contentFull .t4s-container {
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .t4s-wrapper__wide .t4s-container {
    max-width: 1600px;
  }
  .t4s-wrapper__custom .t4s-container {
    max-width: var(--wrapper-mw);
  }
}
input.t4s-quantity-input[type="number"]::-webkit-inner-spin-button,
input.t4s-quantity-input[type="number"]::-webkit-outer-spin-button,
input.t4s-quantity-input[type="number"] {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.t4s-browser-Firefox input.t4s-quantity-input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.t4s-fwm {
  font-weight: 500;
}
/* CSS page
shopify policy
 */
.shopify-policy__container {
  margin: 60px auto;
}
.t4s-product__media-item.is--media-hide,
.t4s-carousel__nav-item.is--media-hide {
  display: none;
}
.t4s-carousel__nav-inner.t4s-child-lazyloaded {
  background-image: none !important;
}
@media (min-width: 1025px) {
  .is--layout_wide {
    max-width: 1600px;
  }
  .is--layout_full {
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.t4s-child-lazyloaded.t4s-bg-11 {
  background-image: none !important;
}
.t4s-pr-item-sw-limit .t4s-product-colors:not(.is-t4s--calced) {
  white-space: nowrap;
  overflow: hidden;
}
.shopify-payment-terms {
  margin-bottom: 15px;
  display: block;
}
blockquote.t4s-blockquote {
  quotes: none;
}
blockquote.t4s-blockquote::before,
blockquote.t4s-blockquote::after {
  content: none;
}
blockquote svg {
  display: none;
}
blockquote.t4s-blockquote svg {
  display: inline-block;
  width: 30px;
  height: 22px;
  color: var(--text-color);
  margin-bottom: 10px;
}
blockquote {
  position: relative;
  margin-bottom: 20px;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
  display: block;
  border: 0;
  padding: 40px 15px 30px;
  background-color: transparent;
  border-top: 4px solid var(--border-color);
  border-bottom: 4px solid var(--border-color);
  text-align: center;
  quotes: "\201c""\201d";
}
blockquote small {
  font-size: 12px;
  color: var(--text-color);
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}
.isotopet4s:not(.isotopet4s-later):not([style]) {
  display: block;
}

.isotopet4s:not(.isotopet4s-later):not([style]):after {
  content: "";
  display: block;
  clear: both;
}
.isotopet4s:not(.isotopet4s-later):not([style]) .t4s-isotopet4s-item,
.isotopet4s:not(.isotopet4s-later):not([style]) > .t4s-col-item {
  float: left;
}
.is--hidden-previewbar {
  padding-bottom: 0 !important;
}
.is--hidden-previewbar iframe#preview-bar-iframe {
  display: none !important;
}

.main-content-top {
  /* margin-top: 100px; */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-content-top {
    /* margin-top: 68px; */
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-content-top {
    /* margin-top: 73px; */
  }
}
@media (max-width: 767px) {
  .main-content-top {
    /* margin-top: 64px; */
  }
}
@media (max-width: 480px) {
  .main-content-top {
    /* margin-top: 20px; */
  }
}
.t4s-coll-prd {
  order: 1;
}
.t4s-product-categories {
  padding: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  .t4s-carousel__nav-scroller:not(.is__position-bottom) {
    top: unset !important;
    bottom: 4% !important;
  }
}
.carousel__nav-hover1 .t4s-carousel__nav-item:not(.is-nav-selected) {
  opacity: 1 !important;
}

.demo-content {
  display: flex;
  justify-content: space-between;
}
.link_wrapper1 {
  width: 10%;
  border-right: 2px solid #58a4be;
  padding-left: 30px;
}
.prd_wrapper1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* padding:0 0 0 30px; */
}
.tab-new-wrap {
  width: 100%;
  /* display: none; */
}
.tab-new-wrap.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.link-wrap a {
  font-size: 13px;
  padding: 9px 0;
  display: block;
  line-height: 1.5;
  position: relative;
  color: #000;
}
.link-wrap a .title_wrap {
  padding-left: 0;
}
.link-wrap-last a {
  font-size: 13px;
  padding: 9px 0;
  display: block;
  line-height: 1.5;
  position: relative;
  color: #000;
}
.link-wrap-last a .title_wrap {
  padding-left: 0;
}
.link_wrapper1 .title_name,
.link_wrapper .title_name {
  text-align: left;
}
.title_name {
  display: inline-block;
  font-size: 14px;
  text-align: left;
  color: #000;
}
.link-wrap-last .title_name {
  color: #f9a952;
}
.link-wrpa-title-1 {
  display: none;
}
.link-wrpa-title-2 {
  display: none;
}
.link-wrpa-title-3 {
  display: none;
}
.link-wrap-last:last-child {
  margin-top: 30px;
}
.prd_wrapper1 .item-wrap-main-coll {
  width: 10%;
  min-width: 115px;
  /* margin-right: 10px; */
  /* width: 12%;
    margin-right: 25px; */
  /* width: 10%; */
  /* margin-right: 0px; */
  /* margin-left: 50px; */
  /* width: 7%; */
  /* margin-right: 0px; */
  margin-right: 25px;
}
.item-wrap-main-coll-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.item-wrap-main-coll-title a {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.prd_wrapper1 .item-wrap-search {
  width: max-content;
}
.item-wrap-search a {
  display: block;
  padding: 4px 0;
  /* font-size: 20px; */
  line-height: 17px;
  text-transform: uppercase;
}
.item-wrap-search a span {
  font-size: 16px;
  font-weight: 300;
}

.thumbnail {
  display: block;
  padding-bottom: 125%;
  overflow: hidden;
  position: relative;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  object-fit: contain;
  max-width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.item-wrap-mega {
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  height: max-content;
  /* justify-content:space-between; */
}

.menu-mega-img {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}
.menu-mega-img-inner {
  width: 40%;
  margin: 0 15px;
}
.menu-mega-img-inner-tab {
  display: none;
}
.menu-mega-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t4s-slideshow-inner {
  background: #fff;
}
.t4s-slideshow-inner:before {
  padding-top: 33%;
}
@media (max-width: 767px) {
  .t4s-slideshow-inner:before {
    padding-top: 75%;
  }
}
.title_name {
  font-weight: 600;
  font-size: 20px;
  color: #58a4be;
}
.col_inner-prd-title {
  font-size: 16px;
  color: #888888;
}
.menu-inner-list {
  width: 100%;
}
.menu-inner-list .item-wrap-mega {
  width: 80%;
  padding: 0 20px;
}
.menu-inner-list .item-wrap-search {
  width: calc(100% / 4 - 10px);
}
.menu-inner-list .menu-mega-img {
  width: 20%;
  padding-right: 20px;
}
.menu-inner-list .menu-mega-img-inner {
  width: 100%;
  margin: 0;
}
.t4s-banner-wrap {
  margin: 0;
}

body,
.t4s-website-wrapper {
  /* position: relative;
width: 1728px;
height: 6736px;
left: 0px;
top: 0px; */
  /* color:#888888; */
  /* background: linear-gradient(180deg, #54A5BF 0%, #92C2ED 9.38%, #F490B1 28.65%, #92C2ED 42.71%, #F1E25C 55.73%, #FBAA52 64.58%, #F490B1 100%);
 */
  /* background:#FCEFDD; */
}
.t4s-header__wrapper {
  position: relative !important;
}

.t4s-main-area {
  width: 100% !important;
}
.t4s-drawer .t4s-newsletter-wrap {
  display: block;
  text-align: center;
}
.t4s-drawer .t4s-newsletter-wrap .t4s-top-heading {
  width: 100%;
}
.t4s-drawer .t4s-newsletter-wrap .t4s-newsletter__inner {
  flex-direction: column;
  gap: 10px;
}
.collection--main {
  margin-top: 50px !important;
}

.t4s-menu-item a.t4s-lh-1 {
  /* padding:12px 25px !important; */
  padding: 12px 15px !important;
}

.t4s-menu-item .menu-main-title {
  border-radius: 20px 20px 0px 0px;
  position: relative;
}
.t4s-menu-item.is-action__hover .menu-main-title {
  /* color:#fff !important;
      background: #f390af; */
}
.t4s-menu-item .menu-main-title b.left-curve {
  position: absolute;
  bottom: 0px;
  left: -20px;
  height: 100%;
  width: 20px;
  background: #f390af;
  display: none;
}

.t4s-menu-item .menu-main-title b.left-curve::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 20px;
  background: #fcefdd;
}
/* .t4s-menu-item .menu-main-title b.right-curve {
            position: absolute;
            right: -20px;
            top: 0px;
            height: 100%;
            width: 20px;
            background: #f390af;
            display: none;
        }
 
       .t4s-menu-item .menu-main-title b.right-curve::before {
            content: "";
            right: 0;
            position: absolute;
            width: 100%;
            top: 0;
            height: 100%;
            border-bottom-left-radius: 20px;
            background: #FCEFDD;
        }
 
         .t4s-menu-item.is-action__hover .menu-main-title b.left-curve,
         .t4s-menu-item.is-action__hover .menu-main-title b.right-curve {
            display: block;
        } */
/* .t4s-newsletter-wrap .t4s-top-content{
        font-family: 'FONTSPRINGDEMO-GibsonLightRegular';
} */
@media (max-width: 767px) {
  .collection--main {
    margin-top: 0 !important;
  }
}
/* .t4s-product-img{
  opacity:0;
} */
.hulk_form_JJ8ZOtWj8n2lZrfuh0UOLQ .form_container .form-control {
  display: block;
  width: 100%;
  height: 53px !important;
  padding: 14px 11px !important;
}
/* .track123_two_form_wrapper{
      width: 41% !important;
    margin: auto !important;
} */
.track123_two_form_wrapper .track123_form_button {
  width: 100% !important;
}

.yotpo-sr-bottom-line-text {
  font-weight: 200 !important;
  font-family: "Nunito" !important;
}
.form_generater_form_div,
.form_generater_form_div .block_label,
.form_generater_form_div .infoMessage {
  font-weight: 600 !important;
  font-family: "Nunito" !important;
}
@media (max-width: 390px) {
  width: unset !important;
}

.collection-list-new .tab-menu {
  background: #fbd8e1;
  /* overflow: hidden; */
}
.collection-list-new .tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.collection-list-new .tab-menu ul li {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  cursor: pointer;
  padding: 9px 26px;
}
.collection-list-new .tab-menu ul li.active {
  background: rgba(244, 145, 176, 0.6);
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}
.collection-list-new .tab-menu ul li a {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-family: "nunito-bold";
  letter-spacing: -0.05em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .collection-list-new .tab-menu ul li a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .collection-list-new .tab-menu ul li a {
    font-size: 20px;
  }
}
.collection-list-new .tab-box {
  display: none;
}
.collection-list-new .tab-main-box {
  /* margin-top:50px; */
}
.quick-prd {
  flex-direction: row-reverse;
}
.t4s-product-quick-view .quick-prd .t4s-carousel__nav-inner {
  width: 68px;
  height: 68px;
  margin-bottom: 10px;
}
.t4s-product-quick-view .t4s-row-cols-4 > .t4s-carousel__nav-item {
  width: 68px;
  margin: 0;
}
.t4s-product-quick-view .prd-subscription-box-text,
.t4s-product-quick-view .prd-sub-inner-info {
  width: 100%;
}
.t4s-product-quick-view .t4s-product__title {
  font-size: 40px;
  color: #000;
}
.t4s-product-quick-view .t4s-product__info-container .t4s-product-price {
  font-size: 20px;
}

.t4s-product-form__buttons .t4s-pr__notify-stock,
.t4s-product-form__buttons .shopify-payment-button__button--unbranded {
  border-radius: 0 !important;
}

.t4s-swatch {
  display: block !important;
}
.yotpo-sr-star-empty {
  stroke-width: 2px !important;
}
.t4s-product__price {
  padding: 15px 0;
}
#t4s-search-hidden-desk .t4s-mini-search__inner .t4s-mini-search__cat {
  display: none;
}
.hero-banner-inner {
  padding-top: 0 !important;
}
.hero-banner-inner img {
  position: unset !important;
}
.text-with-img-se2 .text-with-img-info-deatil h2 {
  font-size: 60px;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-with-img-se2 .text-with-img-info-deatil h2 {
    font-size: 32px;
  }
}

/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .text-with-img-se2 .text-with-img-info-deatil h2 {
    font-size: 30px;
  }
}
.t4s-btn-base.t4s-btn-style-default {
  margin: 10px 0 0;
  text-transform: uppercase;
}
.text-with-img-se2 .text-with-img-info-deatil p {
  font-size: 20px;
  line-height: 1.4;
}
.prd-view-all-btn {
  display: none !important;
}

.badge_reverse_color_true .t4s-badge-item {
  text-transform: uppercase;
  font-weight: bold;
}
.static---img img {
  width: 100%;
}
.text-with-img-se2 .text-img-row {
  align-items: center;
}
.t4s-header__logo img {
  max-height: 100px !important;
}

.static---img img {
  margin-top: -4px;
}
.shopify-section.page_section_heading #t4s-heading-page {
  padding: 50px 0;
  background: #fff !important;
}
.shopify-section.page_section_heading #t4s-heading-page h1 {
  font-family: "Nunito-ExtraBold";
  color: #3a497c;
}
#shopify-section-template--22189637042483__939cd95b-b746-4a01-9577-afa220431745
  .button--list-prd {
  display: none !important;
}
.text-with-img-se2 .text-with-img-info-deatil h2 {
  text-transform: uppercase;
}
.t4s-swatch__item.is-sw__color {
  width: 42px !important;
  height: 42px !important;
}
#shopify-section-template--22189637042483__72476858-bd4f-4fe2-9e3e-ea88c41ccef7
  .t4s-col-12 {
  width: 48%;
}
#shopify-section-template--22189637042483__72476858-bd4f-4fe2-9e3e-ea88c41ccef7
  .t4s-row {
  justify-content: space-between;
}

@media (max-width: 767px) {
  .text-with-img-se2 .text-with-img-info-deatil {
    margin: 20px 0 0 !important;
  }
  .t4s-push-menu-btn,
  #myHeader .t4s-container {
    padding: 0 !important;
  }
  #myHeader
    .t4s-col-lg-5.t4s-col-md-4.t4s-col-3.t4s-text-end.t4s-col-group_btns.t4s-col-item.t4s-lh-1 {
    padding-right: 0;
  }
  .t4s-site-nav__icons {
    right: 7px !important;
  }
  .t4s-main-product__content .t4s-main-product__content-row,
  .image_main_wapper {
    padding: 0 !important;
  }
  .image_main_wapper {
    min-width: calc(100% + 30px) !important;
    margin-right: -15px !important;
  }

  .t4s-product__price,
  .t4s-product__title {
    font-size: 25px !important;
  }
  .text-with-img-se2 .text-with-img-info-deatil h2 {
    font-size: 24px;
  }
  .text-with-img-se2 .text-with-img-info-deatil p {
    font-size: 16px;
  }
  .t4s-product__info-container .t4s-product-price {
    justify-content: center !important;
    color: #000 !important;
    font-weight: bold !important;
  }
  #shopify-section-template--22189637042483__72476858-bd4f-4fe2-9e3e-ea88c41ccef7,
  #shopify-section-template--22189637042483__c89ab72b-bebc-4955-ab6b-20d5875df13a {
    display: none !important;
  }
  .tracker_img_div img,
  .new-footer .img--bg img {
    min-height: 80px;
    object-fit: cover;
  }
  #myHeader .t4s-header__logo img {
    width: 100% !important;
    padding: 0 !important;
  }
}

.megamenu_product_grid .t4s-product .t4s-product-inner {
  min-height: 200px;
}
.wpb_wrapper {
  text-transform: none;
}
.wpb_wrapper ul {
  text-align: start;
  padding: 0 0 0 50px;
  list-style: unset;
}

#t4s-form-5e1dc5ff-bc1f-4eb2-af46-78ed94db0e36 {
  display: none !important;
}

@media (min-width: 1024px) {
  .megamenu_product_grid .t4s-product .t4s-product-inner {
    min-height: 154px;
  }
}

.social_div ul li a {
  color: #f491b0 !important;
}

.t4s_se_mb_nav .t4s-newsletter-wrap .klaviyo-form-WVJpbf {
  display: none;
}
.w-90 {
  width: 100%;
  text-align: center;
}
.w-90 input {
  width: 90%;
  margin: auto;
}
.t4s-psroduct-notify-stock__submit {
  padding-bottom: 15px;
}

.t4s-newsletter-wrap .klaviyo-form.klaviyo-form.klaviyo-form {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}
.t4s-product-img img {
  transition: 0.7s all ease-in-out;
  -webkit-transition: 0.7s all ease-in-out;
  -o-transition: 0.7s all ease-in-out;
  -moz-transition: 0.7s all ease-in-out;
  -ms-transition: 0.7s all ease-in-out;
}
.t4s_contain .t4s_ratio img:hover {
  transform: scale(1.1);
}
/* .t4s-product .t4s-product-img img{height:90% !important;width:90% !important;margin:auto !important;}  */
.t4s-newsletter-wrap .kl-private-reset-css-Xuajs1 {
  flex-direction: inherit !important;
}
.t4s-newsletter-wrap
  form.kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1
  * {
  display: block !important;
}
.t4s-newsletter-wrap
  form.kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1:nth-child(1) {
  width: calc(100% - 110px);
}
.t4s-newsletter-wrap
  form.kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1:nth-child(2) {
  width: 110px;
}
.t4s-newsletter-wrap
  form.kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1:nth-child(1)
  input,
.t4s-newsletter-wrap
  form.kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1:nth-child(2)
  * {
  width: 100% !important;
}
.t4s-newsletter-wrap
  form.kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1:nth-child(1)
  * {
  width: 100% !important;
  font-family: "Nunito" !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
}
.t4s-newsletter-wrap
  form.kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1
  button {
  height: 50px !important;
}
.t4s-newsletter-wrap
  form.kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1:nth-child(1)
  .kl-private-reset-css-Xuajs1
  input {
  line-height: normal !important ;
  margin-right: 15px;
  width: calc(100% - 0px) !important;
  padding: 0 15px !important;
  font-weight: 600 !important;
  font-family: "Nunito" !important;
  border-width: 3px !important;
  text-transform: uppercase;
}
.t4s-newsletter-wrap
  form.kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1:nth-child(1)
  .kl-private-reset-css-Xuajs1
  input::placeholder {
  font-weight: 600 !important;
  font-family: "Nunito" !important;
  line-height: 50px !important ;
}

.t4s-newsletter-wrap form.kl-private-reset-css-Xuajs1,
.t4s-newsletter-wrap form.kl-private-reset-css-Xuajs1 * {
  padding: 0 !important;
}
.newsletter-new .klaviyo-form button {
  padding: 0px 30px !important;
  height: 50px !important;
}
@media (max-width: 480px) {
  .klaviyo-form-WVJpbf form[aria-live="polite"] .kl-private-reset-css-Xuajs1,
  .klaviyo-form-WVJpbf form[aria-live="polite"] * {
    display: block !important;
    width: 100% !important;
  }

  form[aria-live="polite"] input[type="button"]:not(.t4s-btn),
  form[aria-live="polite"] input[type="reset"],
  form[aria-live="polite"] input[type="submit"]:not(.t4s-btn) {
    display: none !important;
  }
}
.sear_main_inner_content {
  min-width: 500px;
}

@media (max-width: 767px) {
  .t4s-newsletter-wrap
    form.kl-private-reset-css-Xuajs1
    .kl-private-reset-css-Xuajs1:nth-child(1)
    .kl-private-reset-css-Xuajs1
    input {
    /* margin-right: 15px !important; */
    width: calc(100% - 0px) !important;
  }
}

.t4s-newsletter-wrap button.kl-private-reset-css-Xuajs1 {
  color: #fff !important;
}

.t4s-nav__hover_sideup {
  margin-left: 159px;
}
.t4s-site-nav__icons.t4s-h-cart__design1 {
  padding-right: 187px;
}

.megamenu_product_grid {
  padding-left: 12px;
}

@media (min-width: 767px) {
  .t4s-nav__hover_sideup {
    margin: 0 !important;
  }
  .t4s-site-nav__icons.t4s-h-cart__design1 {
    padding: 0 !important;
  }
  .t4s-type__mega > .t4s-sub-menu,
  .t4s-type__lv0_mega > .t4s-sub-menu {
    padding: 10px 30px !important;
  }
}

.video-desktop {
  display: flex;
  /*   flex-wrap:wrap; */
  padding: 20px 10px 20px 0;
}
.index-product-video-sec {
  width: 100%;
}
.index-prd-video-slide {
  display: flex;
}
.video-prd-divv {
  padding: 10px;
}
.index-product-video-img {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  pointer-events: all;
  display: block;
  z-index: 2;
}
.index-product-video-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
div.index-product-video-overlayer:empty {
  display: none;
}
.index-product-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #eee;
  text-align: center;
}

.video-popup-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999999;
  visibility: hidden;
  display: none;
}
.video-popup-section-active {
  visibility: visible;
  display: block;
}

.video-popup-modal {
  background: #fff;
  position: fixed;
  top: 3%;
  left: 10%;
  bottom: 3%;
  right: 10%;
  overflow-x: hidden;
  padding: 0 20px 30px;
}
.video-popup-close {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0;
}
.video-close-button {
  padding: 0;
  padding-right: 20px;
  background: none;
  border: 0;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  font-weight: 600;
}
.video-close-button:hover {
  background: #fff;
  border: 0px;
}
.video-close-button__icon {
  width: 35px;
  padding-left: 10px;
  margin-bottom: 2px;
}
.video-modal-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.prd-video-inner-div {
  width: 100%;
  /*    width: calc(100% / 4 - 20px);
  margin: 10px; */
  width: auto;
}
.prd-video-inner-div #vid-popup {
  height: 80vh;
  width: auto;
  max-width: 100%;
}
.index-prd-video-slide .slick-next:before,
.index-prd-video-slide .slick-prev:before {
  font-family: FontAwesome;
  font-size: 25px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
}
.index-prd-video-slide .slick-next,
.index-prd-video-slide .slick-prev {
  height: 35px;
  width: 35px;
  /*     top: 50%; */
  background: #fff;
  border-radius: 50%;
}
.index-prd-video-slide .slick-prev {
  top: 50%%;
}
.index-prd-video-slide .slick-next {
  top: 50%;
}

.index-prd-video-slide .slick-prev:before {
  content: "\f104";
}
.index-prd-video-slide .slick-next:before {
  content: "\f105";
}
.index-prd-video-slide .slick-prev {
  left: 5px;
  z-index: 9;
}
.index-prd-video-slide .slick-next {
  right: 5px;
  z-index: 9;
}

.index-prd-video-slide .slick-track {
  margin-left: unset !important;
  margin-right: unset !important;
}

.video-mobile {
  margin-bottom: 15px;
}
.collection-grid-new {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 100%;
}
.collection-grid-new .cat_grid_item {
  width: calc(100% / 4 - 10px);
}
.currency_title {
  display: none !important;
}
#currency-switcher,
.currency-arrow-icon {
  display: none !important;
}
.ciwi_container {
  left: 20px !important;
}
.ciwi_switcher_confirm_button {
  background: #f491b0 !important;
}

.ciwi_switcher_cancel_button {
  color: #f491b0 !important;
}
@media (max-width: 560px) {
  .title_div .t4s-product__title {
    font-size: 20px !important;
  }
  .yotpo-widget-instance .yotpo-reviews-star-ratings-widget {
    justify-content: center !important;
  }
}
.purchase-options {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 2vw, 18px);
  margin-bottom: 18px;
}

.option-card {
  border: 1px solid #c3d4e8;
  border-radius: 12px;
  padding: 20px;
  background: #f4d5e3;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.option-card.active {
  border: 1px solid #212754;
}

.option-card:hover {
  background: #f4d5e3;
}
.option-content {
  width: 100%;
  position: relative;
}
.option-title {
  font-weight: bold;
  font-size: 16px;
  color: #212754;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.option-price,
.discount-price {
  font-size: 1rem;
  font-weight: bold;
  color: #2a3455;
}

.original-price {
  text-decoration: line-through;
  display: none;
  color: #999;
  font-size: 0.9rem;
  margin-left: 0.25rem;
}

.delivery-dropdown {
  display: block;
  margin-top: 12px;
  padding: 10px 25px;
  border-radius: 50px;
  border: 1.5px solid #c3d4e8;
  background-color: white;
  width: 100%;
  font-size: 14px;
  height: auto;
  pointer-events: none;
}
.option-card {
  position: relative;
}
.option-card.subscribe.active .delivery-dropdown {
  pointer-events: all;
}
.variant-form .t4s-product-form__submit {
  width: 100%;
  /* background: #212754; */
  /* color: #fff; */
}
.price-wrap span {
  font-size: 18px;
}
.option-card input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-height: 100%;
  z-index: 1;
  opacity: 0;
}
.option-card.subscribe .option-content {
  position: relative;
  z-index: 3;
}

.option-card.subscribe:not(.active) input {
  z-index: 4;
}
.option-card.subscribe.active input {
  z-index: 1;
}
.grid--item .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid--item .t4s-product-form__buttons .t4s-product-form__submit {
    width: 100%;
    min-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid--item .t4s-product-form__buttons .t4s-product-form__submit {
    width: 100%;
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .grid--item .t4s-product-form__buttons .t4s-product-form__submit {
    width: 100%;
    min-height: 50px;
  }
  div[data-testid="animated-teaser"] {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  #shopify-section-template--24672853655859__new_main_collection_YbithA
    .product-title {
    font-size: 16px;
  }
}
#shopify-section-template--24672853655859__new_main_collection_YbithA
  .product-title {
  font-family: "Nunito-ExtraBold";
  /* color: #353a68; */
  /* font-size: 22px; */
}
#shopify-section-template--24672853655859__new_main_collection_YbithA
  .option-title {
  font-family: "Nunito-Regular";
}
#shopify-section-template--24672853655859__new_main_collection_YbithA
  .original-price {
  font-family: "Nunito-Regular";
  text-decoration: line-through;
  display: none;
  /* color: #353a68; */
}
#shopify-section-template--24672853655859__new_main_collection_YbithA
  .discount-price {
  font-family: "Nunito-Medium";
  /* color: #2a3455; */
}
#shopify-section-template--24672853655859__new_main_collection_YbithA
  .grid--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shop-btn-widget:hover {
  background-color: #f490b1 !important;
  color: #fff;
}
#insta-feed h2 a {
  font-size: 40px;
  color: #212754 !important;
  font-family: "Nunito-Bold" !important;
}
.swatch-grid {
  display: flex;
  gap: 10px;
  overflow-x: scroll;
  flex-direction: row;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-bottom: 20px;
}
.swatch-grid button {
  border: 1px solid #000000;
  padding: 10px 15px;
  font-size: 14px;
  text-align: center;
  background: #fff;
  color: #000000;
  border-radius: 30px;
  width: auto;
  flex: 0 0 auto;
}
.swatch-grid button:hover {
  border: 1px solid #e1e1e1;
  background: #f491b1;
  color: #fff;
}
.swatch-grid button.active {
  border: 1px solid #e1e1e1;
  background: #f491b1;
  color: #fff;
}
.is-action__hover .overlay-mega {
  display: block;
}
.overlay-mega {
  position: absolute;
  left: 0;
  top: 100%;
  bottom: 0;
  display: none;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 560px) {
  div[aria-modal="true"] .klaviyo-form {
    background-size: 100% !important;
  }
  div[aria-modal="true"] .klaviyo-form > div {
    min-height: 600px !important;
  }
  div[aria-modal="true"] .klaviyo-form > div div:last-child {
    flex-direction: column !important;
  }
  div[aria-modal="true"]
    .klaviyo-form
    > div:first-of-type
    > div:last-of-type
    div {
    flex-basis: auto !important;
  }
  div[aria-modal="true"]
    .klaviyo-form
    > div:first-of-type
    > div:last-of-type
    div {
    margin: 0px !important;
  }
  div[aria-modal="true"]
    .klaviyo-form
    > div:first-of-type
    > div:last-of-type
    div
    button {
    align-self: unset !important;
  }
  #fc_frame,
  #fc_frame.fc-widget-normal {
    bottom: 60px !important;
  }
  #insta-feed h2 a {
    font-size: 25px !important;
  }
  body #insta-feed {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

@media (min-width: 768px) {
  div[aria-modal="true"] .needsclick.klaviyo-form > div {
    min-height: 300px !important;
    padding-bottom: 100px !important;
  }
  div[aria-modal="true"] .needsclick.klaviyo-form > div:nth-child(2) {
    justify-content: flex-start !important;
    margin-top: 30px !important;
    min-height: unset !important;
  }
}

.collection-swathces .swatch-inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  position: relative;
}
.collection-swathces .swatch-inner .c-item {
  width: 42px;
  height: 42px;
  display: block;
  margin-right: 8px;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  overflow: hidden;
  position: relative;
}
.collection-swathces {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
  max-height: 48px;
  overflow: hidden;
  position: relative;
}
.collection-swathces .swatch-inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 50px);
  margin-top: 2px;
  margin-left: 3px;
}

.c-item img {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  object-fit: contain;
}
.collection-swathces .swatch-inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 50px);
  margin-top: 2px;
  margin-left: 3px;
}
.swatch-inner .full {
  width: 100%;
}

.more-color {
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
.more-color.plus .pl {
  display: block !important;
}
.more-color.minus .mi {
  display: block !important;
}
.more-color span {
  display: none;
}
.collection-swathces.more-view {
  max-height: 100%;
  transition: height 4s;
}
.v-img {
  opacity: 0;
  visibility: hidden;
}
.c-item img.active {
  /* box-shadow: 0px 0px 0px 4px #61616161; */
  box-shadow: 0 0 0 1.5px #fff, 0 0 0 3px #818181;
}
.v-img.show {
  opacity: 1 !important;
  visibility: visible;
  background: #fff;
}
.swatch-tooltip {
  font-size: 14px;
  font-weight: bold;
  border: 0px;
  background: #fff !important;
  color: #000 !important;
}
.collection-swathces .swatch-inner .c-item.disabled-item:before {
  position: absolute;
  top: 0;
  right: 2px;
  display: block;
  width: 32px;
  height: 40px;
  content: "";
  opacity: 0.5;

  background: linear-gradient(
    to top right,
    transparent calc(50% - 1px),
    #000,
    transparent calc(50% + 1px)
  );
  z-index: 2;
}
.swatch-inner.full {
  width: 100%;
}

.collection-swathces.more-view {
  max-height: 100%;
  transition: height 4s;
}
/* #t4s-menu-drawer,
.menu-overlay {
  display: none !important;
} */

.newsletter-new .klaviyo-form button {
  padding: 0px 30px !important;
  height: 50px !important;
  color: #dc90a4 !important;
  background: white !important;
  font-weight: 800 !important;
  font-family: "Nunito" !important;
  letter-spacing: 1.5px !important;
}
input#email_01JXFQFSTY1K4XJHW9BH9YT0CG::placeholder {
  text-align: center;
}
