.custom_style .wrapper2 {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
.custom_style .tabs2 {
  position: relative;
  margin: 3rem 0;
  height: auto;
}
.custom_style .tabs2::before,
.custom_style .tabs2::after {
  content: "";
  display: table;
}
.custom_style .tabs2::after {
  clear: both;
}
.custom_style .tab {
  float: left;
}
.custom_style .tab-switch {
  display: none;
}
.custom_style .tab-label {
  display: inline-block;
  line-height: 2.75em;
  height: 3em;
  color: black;
  cursor: pointer;
  transition: all 0.25s;
}
.custom_style .tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.custom_style .tab-content {
  height: auto;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s;
}
.custom_style .tab-switch:checked + .tab-label {
  background: var(--main_color);
  color: #fff;
  transition: all 0 0.35s;
  z-index: 1;
}
.custom_style .tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}
.custom_style .tabs2 {
  display: -webkit-box;
} /* end tabs2 */

.custom_style .main_en ol.gradient-list > li,
.custom_style .main_en ol.gradient-list > li::before {
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05),
    0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}
.custom_style .main_en {
  display: block;
  margin: 0 auto;
  padding: 1rem;
}
.custom_style .main_en ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
}
.custom_style .main_en ol.gradient-list > li {
  background: #fff;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
.custom_style .main_en ol.gradient-list > li::after,
.custom_style .main_en ol.gradient-list > li::before {
  background: linear-gradient(135deg, var(--main_color) 0, var(--h_color) 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}
.custom_style .main_en ol.gradient-list > li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: #303030;
  display: flex;
  font: 900 1.5em/1 Montserrat;
  justify-content: center;
  padding: 0.125em 0.25em;
  z-index: 1;
}
.custom_style .main_en ol.gradient-list > li + li {
  margin-top: 2rem;
}

.custom_style .main ol.gradient-list > li,
.custom_style .main ol.gradient-list > li::before {
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05),
    0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}
.custom_style .main {
  display: block;
  margin: 0 auto;
  padding: 1rem;
}
.custom_style .main ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
}
.custom_style .main ol.gradient-list > li {
  background: #fff;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
.custom_style .main ol.gradient-list > li::after,
.custom_style .main ol.gradient-list > li::before {
  background: linear-gradient(135deg, var(--main_color) 0, var(--h_color) 100%);
  border-radius: 1rem 1rem 1rem 0;
  content: "";
  height: 3rem;
  right: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}
.custom_style .main ol.gradient-list > li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: #303030;
  display: flex;
  font: 900 1.5em/1 Montserrat;
  justify-content: center;
  padding: 0.125em 0.25em;
  z-index: 1;
}
.custom_style .main ol.gradient-list > li + li {
  margin-top: 2rem;
}

.custom_style .m_list_en {
  list-style: none;
  counter-reset: list;
  padding: 0 1rem;
}
.custom_style .m_list_en li {
  --stop: calc(250% / var(--length) * var(--i));
  --l: 55%;
  --l2: 88%;
  --h: calc((var(--i) - 1) * (180 / var(--length)));
  --c1: hsl(var(--h), 71%, var(--l));
  --c2: hsl(var(--h), 71%, var(--l2));
  position: relative;
  counter-increment: list;
  max-width: 45rem;
  margin: 2rem auto;
  padding: 2rem 1rem 1rem;
  box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: #fff;
}
.custom_style .m_list_en li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to right,
    var(--c1) var(--stop),
    var(--c2) var(--stop)
  );
}
.custom_style .m_list_en h3 {
  display: flex;
  align-items: baseline;
  margin: 0 0 1rem;
  color: rgb(70 70 70);
}
.custom_style .m_list_en h3::before {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  content: counter(list);
  padding: 1rem;
  border-radius: 50%;
  background-color: var(--c1);
  color: #fff;
}
@media (min-width: 40em) {
  .custom_style .m_list_en li {
    margin: 3rem auto;
    padding: 3rem 2rem 2rem;
  }
  .custom_style .m_list_en h3 {
    font-size: 2.25rem;
    margin: 0 0 2rem;
  }
  .custom_style .m_list_en h3::before {
    margin-right: 1.5rem;
  }
}

.custom_style .m_list {
  list-style: none;
  counter-reset: list;
  padding: 0 1rem;
}
.custom_style .m_list li {
  --stop: calc(250% / var(--length) * var(--i));
  --l: 55%;
  --l2: 88%;
  --h: calc((var(--i) - 1) * (180 / var(--length)));
  --c1: hsl(var(--h), 71%, var(--l));
  --c2: hsl(var(--h), 71%, var(--l2));
  position: relative;
  counter-increment: list;
  max-width: 45rem;
  margin: 2rem auto;
  padding: 2rem 1rem 1rem;
  box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: #fff;
}
.custom_style .m_list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to right,
    var(--c1) var(--stop),
    var(--c2) var(--stop)
  );
}
.custom_style .m_list h3 {
  display: flex;
  align-items: baseline;
  margin: 0 0 1rem;
  color: rgb(70 70 70);
}
.custom_style .m_list h3::before {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 10px;
  width: 3rem;
  height: 3rem;
  content: counter(list);
  padding: 1rem;
  border-radius: 50%;
  background-color: var(--c1);
  color: #fff;
}
@media (min-width: 40em) {
  .custom_style .m_list li {
    margin: 3rem auto;
    padding: 3rem 2rem 2rem;
  }
  .custom_style .m_list h3 {
    font-size: 2.25rem;
    margin: 0 0 2rem;
  }
  .custom_style .m_list h3::before {
    margin-right: 1.5rem;
  }
}

.custom_style .treee_ar,
.custom_style .treee_ar li,
.custom_style .treee_ar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.custom_style .treee_ar {
  margin: 0 0 1em;
  text-align: center;
}
.custom_style .treee_ar,
.custom_style .treee_ar ul {
  display: table;
}
.custom_style .treee_ar ul {
  width: 100%;
}
.custom_style .treee_ar li {
  display: table-cell;
  padding: 0.5em 0;
  vertical-align: top;
}
.custom_style .treee_ar li:before {
  outline: solid 1px #666;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.custom_style .treee_ar li:first-child:before {
  left: 50%;
}
.custom_style .treee_ar li:last-child:before {
  right: 50%;
}
.custom_style .treee_ar .sp,
.custom_style .treee_ar code,
.custom_style .treee_ar span {
  border-radius: 0.2em;
  display: inline-block;
  margin: 0 0.2em 0.5em;
  position: relative;
}
.custom_style .treee_ar code:before,
.custom_style .treee_ar span:before,
.custom_style .treee_ar ul:before {
  outline: solid 1px #666;
  content: "";
  height: 0.5em;
  left: 50%;
  position: absolute;
}
.custom_style .treee_ar ul:before {
  top: -0.5em;
}
.custom_style .treee_ar code:before,
.custom_style .treee_ar span:before {
  top: -0.55em;
}
.custom_style .treee_ar > li {
  margin-top: 0;
}
.custom_style .treee_ar > li:after,
.custom_style .treee_ar > li:before,
.custom_style .treee_ar > li > code:before,
.custom_style .treee_ar > li > span:before {
  outline: 0;
}

.custom_style .tree_en,
.custom_style .tree_en li,
.custom_style .tree_en ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.custom_style .tree_en {
  margin: 0 0 1em;
  text-align: center;
}
.custom_style .tree_en,
.custom_style .tree_en ul {
  display: table;
}
.custom_style .tree_en ul {
  width: 100%;
}
.custom_style .tree_en li {
  display: table-cell;
  padding: 0.5em 0;
  vertical-align: top;
}
.custom_style .tree_en li:before {
  outline: solid 1px #666;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.custom_style .tree_en li:first-child:before {
  left: 50%;
}
.custom_style .tree_en li:last-child:before {
  right: 50%;
}
.custom_style .tree_en .sp,
.custom_style .tree_en code,
.custom_style .tree_en span {
  border-radius: 0.2em;
  display: inline-block;
  margin: 0 0.2em 0.5em;
  position: relative;
}
.custom_style .tree_en code:before,
.custom_style .tree_en span:before,
.custom_style .tree_en ul:before {
  outline: solid 1px #666;
  content: "";
  height: 0.5em;
  left: 50%;
  position: absolute;
}
.custom_style .tree_en ul:before {
  top: -0.5em;
}
.custom_style .tree_en code:before,
.custom_style .tree_en span:before {
  top: -0.55em;
}
.custom_style .tree_en > li {
  margin-top: 0;
}
.custom_style .tree_en > li:after,
.custom_style .tree_en > li:before,
.custom_style .tree_en > li > code:before,
.custom_style .tree_en > li > span:before {
  outline: 0;
}

.custom_style .tree__en_2,
.custom_style .tree__en_2 li,
.custom_style .tree__en_2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.custom_style .tree__en_2 {
  margin: 0 0 1em;
  text-align: center;
}
.custom_style .tree__en_2,
.custom_style .tree__en_2 ul {
  display: table;
}
.custom_style .tree__en_2 ul {
  width: 100%;
}
.custom_style .tree__en_2 li {
  display: table-cell;
  padding: 0.5em 0;
  vertical-align: top;
}
.custom_style .tree__en_2 li:before {
  outline: solid 1px #666;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -2px;
}
.custom_style .tree__en_2 li:first-child:before {
  left: 50%;
}
.custom_style .tree__en_2 li:last-child:before {
  right: 50.2%;
}
.custom_style .tree__en_2 .sp,
.custom_style .tree__en_2 code,
.custom_style .tree__en_2 span {
  display: inline-block;
  margin: 0 0.2em 0.5em;
  position: relative;
}
.custom_style .tree__en_2 code:before,
.custom_style .tree__en_2 span:before,
.custom_style .tree__en_2 ul:before {
  outline: solid 1px #666;
  content: "";
  height: 0.5em;
  left: 50%;
  position: absolute;
}
.custom_style .tree__en_2 ul:before {
  top: -10px;
}
.custom_style .tree__en_2 code:before,
.custom_style .tree__en_2 span:before {
  top: -0.55em;
}
.custom_style .tree__en_2 > li {
  margin-top: 0;
}
.custom_style .tree__en_2 > li:after,
.custom_style .tree__en_2 > li:before,
.custom_style .tree__en_2 > li > code:before,
.custom_style .tree__en_2 > li > span:before {
  outline: 0;
}

.custom_style .tree_2,
.custom_style .tree_2 li,
.custom_style .tree_2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.custom_style .tree_2 {
  margin: 0 0 1em;
  text-align: center;
}
.custom_style .tree_2,
.custom_style .tree_2 ul {
  display: table;
}
.custom_style .tree_2 ul {
  width: 100%;
}
.custom_style .tree_2 li {
  display: table-cell;
  padding: 0.5em 0;
  vertical-align: top;
}
.custom_style .tree_2 li:before {
  outline: solid 1px #666;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -2px;
}
.custom_style .tree_2 li:first-child:before {
  left: 50%;
}
.custom_style .tree_2 li:last-child:before {
  right: 50.2%;
}
.custom_style .tree_2 .sp,
.custom_style .tree_2 code,
.custom_style .tree_2 span {
  display: inline-block;
  margin: 0 0.2em 0.5em;
  position: relative;
}
.custom_style .tree_2 code:before,
.custom_style .tree_2 span:before,
.custom_style .tree_2 ul:before {
  outline: solid 1px #666;
  content: "";
  height: 0.5em;
  left: 50%;
  position: absolute;
}
.custom_style .tree_2 ul:before {
  top: -10px;
}
.custom_style .tree_2 code:before,
.custom_style .tree_2 span:before {
  top: -0.55em;
}
.custom_style .tree_2 > li {
  margin-top: 0;
}
.custom_style .tree_2 > li:after,
.custom_style .tree_2 > li:before,
.custom_style .tree_2 > li > code:before,
.custom_style .tree_2 > li > span:before {
  outline: 0;
}

.custom_style .treee_ar {
  left: 50%;
  bottom: -100px;
  position: relative;
  transform: translate(-50%, -50%);
}

.custom_style .custom_tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.custom_style .custom_tabs label {
  order: 1;
  display: block;
  margin-right: 0.5rem;
  margin-top: 0.4rem;
  cursor: pointer;
  font-weight: bold;
  transition: background ease 0.2s;
}

.custom_style .custom_tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
}

.custom_style .custom_tabs input[type="radio"] {
  display: none;
}

.custom_style .custom_tabs input[type="radio"]:checked + label {
  background: var(--main_color);
}

.custom_style .custom_tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

@media (max-width: 767px) {
  .custom_style .res_image {
    height: auto !important;
    width: 100% !important;
  }
}

.custom_style hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}

.custom_style abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.custom_style h1,
.custom_style h2,
.custom_style h3,
.custom_style h4,
.custom_style h5,
.custom_style h6 {
  font-size: inherit;
  font-weight: inherit;
}

.custom_style a {
  color: inherit;
  text-decoration: inherit;
}

.custom_style b,
.custom_style strong {
  font-weight: bolder;
}

.custom_style code,
.custom_style kbd,
.custom_style pre,
.custom_style samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

.custom_style small {
  font-size: 80%;
}

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

.custom_style sub {
  bottom: -0.25em;
}

.custom_style sup {
  top: -0.5em;
}

.custom_style table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

.custom_style button,
.custom_style input,
.custom_style optgroup,
.custom_style select,
.custom_style textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.custom_style button,
.custom_style select {
  text-transform: none;
}

.custom_style [type="button"],
.custom_style [type="reset"],
.custom_style [type="submit"],
.custom_style button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

.custom_style :-moz-focusring {
  outline: auto;
}

.custom_style :-moz-ui-invalid {
  box-shadow: none;
}

.custom_style progress {
  vertical-align: baseline;
}

.custom_style ::-webkit-inner-spin-button,
.custom_style ::-webkit-outer-spin-button {
  height: auto;
}

.custom_style [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.custom_style ::-webkit-search-decoration {
  -webkit-appearance: none;
}

.custom_style ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.custom_style summary {
  display: list-item;
}

.custom_style blockquote,
.custom_style dd,
.custom_style dl,
.custom_style figure,
.custom_style h1,
.custom_style h2,
.custom_style h3,
.custom_style h4,
.custom_style h5,
.custom_style h6,
.custom_style hr,
.custom_style p,
.custom_style pre {
  margin: 0;
}

.custom_style fieldset {
  margin: 0;
}

.custom_style fieldset,
.custom_style legend {
  padding: 0;
}

.custom_style menu,
.custom_style ol,
.custom_style ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom_style textarea {
  resize: vertical;
}

.custom_style input::-moz-placeholder,
.custom_style textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}

.custom_style input::placeholder,
.custom_style textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}

.custom_style [role="button"],
.custom_style button {
  cursor: pointer;
}

.custom_style :disabled {
  cursor: default;
}

.custom_style audio,
.custom_style canvas,
.custom_style embed,
.custom_style iframe,
.custom_style img,
.custom_style object,
.custom_style svg,
.custom_style video {
  display: block;
  vertical-align: middle;
}

.custom_style img,
.custom_style video {
  height: auto;
  max-width: 100%;
}

.custom_style [hidden] {
  display: none;
}

.custom_style *,
.custom_style :after,
.custom_style :before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.custom_style ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.custom_style .sr-only {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.custom_style .visible {
  visibility: visible;
}

.custom_style .fixed {
  position: fixed;
}

.custom_style .absolute {
  position: absolute;
}

.custom_style .relative {
  position: relative;
}

.custom_style .sticky {
  position: sticky;
}

.custom_style .bottom-0 {
  bottom: 0;
}

.custom_style .left-0 {
  left: 0;
}

.custom_style .top-0 {
  top: 0;
}

.custom_style .right-0 {
  right: 0;
}

.custom_style .left-1\/2 {
  left: 50%;
}

.custom_style .top-1\/2 {
  top: 50%;
}

.custom_style .right-\[60px\] {
  right: 60px;
}

.custom_style .top-4 {
  top: 1rem;
}

.custom_style .right-\[85px\] {
  right: 85px;
}

.custom_style .left-\[26\%\] {
  left: 26%;
}

.custom_style .top-5 {
  top: 1.25rem;
}

.custom_style .left-\[107px\] {
  left: 107px;
}

.custom_style .top-20 {
  top: 5rem;
}

.custom_style .z-50 {
  z-index: 50;
}

.custom_style .z-10 {
  z-index: 10;
}

.custom_style .m-0 {
  margin: 0;
}

.custom_style .my-6 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.custom_style .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.custom_style .my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.custom_style .my-auto {
  margin-bottom: auto;
  margin-top: auto;
}

.custom_style .my-20 {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.custom_style .mb-2 {
  margin-bottom: 0.5rem;
}

.custom_style .mb-3 {
  margin-bottom: 0.75rem;
}

.custom_style .ml-1 {
  margin-left: 0.25rem;
}

.custom_style .mt-2 {
  margin-top: 0.5rem;
}

.custom_style .mt-5 {
  margin-top: 1.25rem;
}

.custom_style .mb-6 {
  margin-bottom: 1.5rem;
}

.custom_style .mr-\[10px\] {
  margin-right: 10px;
}

.custom_style .mb-\[9px\] {
  margin-bottom: 9px;
}

.custom_style .mr-3 {
  margin-right: 0.75rem;
}

.custom_style .mb-0 {
  margin-bottom: 0;
}

.custom_style .ml-\[-66px\] {
  margin-left: -66px;
}

.custom_style .mr-2 {
  margin-right: 0.5rem;
}

.custom_style .ml-\[10px\] {
  margin-left: 10px;
}

.custom_style .mr-4 {
  margin-right: 1rem;
}

.custom_style .mt-4 {
  margin-top: 1rem;
}

.custom_style .ml-auto {
  margin-left: auto;
}

.custom_style .\!mt-4 {
  margin-top: 1rem !important;
}

.custom_style .\!mr-8 {
  margin-right: 2rem !important;
}

.custom_style .mt-3 {
  margin-top: 0.75rem;
}

.custom_style .\!ml-8 {
  margin-left: 2rem !important;
}

.custom_style .mt-20 {
  margin-top: 5rem;
}

.custom_style .mr-8 {
  margin-right: 2rem;
}

.custom_style .\!mr-\[13px\] {
  margin-right: 13px !important;
}

.custom_style .\!mt-2 {
  margin-top: 0.5rem !important;
}

.custom_style .\!mt-3 {
  margin-top: 0.75rem !important;
}

.custom_style .\!mt-6 {
  margin-top: 1.5rem !important;
}

.custom_style .mt-6 {
  margin-top: 1.5rem;
}

.custom_style .\!mt-5 {
  margin-top: 1.25rem !important;
}

.custom_style .-mt-16 {
  margin-top: -4rem;
}

.custom_style .\!mt-\[3px\] {
  margin-top: 3px !important;
}

.custom_style .mt-9 {
  margin-top: 2.25rem;
}

.custom_style .\!mt-1 {
  margin-top: 0.25rem !important;
}

.custom_style .mt-1 {
  margin-top: 0.25rem;
}

.custom_style .ml-5 {
  margin-left: 1.25rem;
}

.custom_style .mr-5 {
  margin-right: 1.25rem;
}

.custom_style .mr-6 {
  margin-right: 1.5rem;
}

.custom_style .ml-3 {
  margin-left: 0.75rem;
}

.custom_style .mb-4 {
  margin-bottom: 1rem;
}

.custom_style .mt-10 {
  margin-top: 2.5rem;
}

.custom_style .mt-0 {
  margin-top: 0;
}

.custom_style .block {
  display: block;
}

.custom_style .inline-block {
  display: inline-block;
}

.custom_style .inline {
  display: inline;
}

.custom_style .flex {
  display: flex;
}

.custom_style .\!flex {
  display: flex !important;
}

.custom_style .inline-flex {
  display: inline-flex;
}

.custom_style .grid {
  display: grid;
}

.custom_style .hidden {
  display: none;
}

.custom_style .\!hidden {
  display: none !important;
}

.custom_style .h-20 {
  height: 5rem;
}

.custom_style .h-6 {
  height: 1.5rem;
}

.custom_style .h-\[42px\] {
  height: 42px;
}

.custom_style .h-5 {
  height: 1.25rem;
}

.custom_style .h-auto {
  height: auto;
}

.custom_style .h-full {
  height: 100%;
}

.custom_style .h-28 {
  height: 7rem;
}

.custom_style .\!h-full {
  height: 100% !important;
}

.custom_style .h-\[40px\] {
  height: 40px;
}

.custom_style .\!h-\[45px\] {
  height: 45px !important;
}

.custom_style .h-10 {
  height: 2.5rem;
}

.custom_style .h-2 {
  height: 0.5rem;
}

.custom_style .w-20 {
  width: 5rem;
}

.custom_style .w-full {
  width: 100%;
}

.custom_style .w-\[42px\] {
  width: 42px;
}

.custom_style .w-32 {
  width: 8rem;
}

.custom_style .w-6 {
  width: 1.5rem;
}

.custom_style .w-5 {
  width: 1.25rem;
}

.custom_style .w-44 {
  width: 11rem;
}

.custom_style .w-16 {
  width: 4rem;
}

.custom_style .w-28 {
  width: 7rem;
}

.custom_style .w-8 {
  width: 2rem;
}

.custom_style .w-1\/2 {
  width: 50%;
}

.custom_style .w-\[40px\] {
  width: 40px;
}

.custom_style .\!w-\[45px\] {
  width: 45px !important;
}

.custom_style .w-10 {
  width: 2.5rem;
}

.custom_style .w-\[70px\] {
  width: 70px;
}

.custom_style .max-w-sm {
  max-width: 24rem;
}

.custom_style .max-w-2xl {
  max-width: 42rem;
}

.custom_style .max-w-md {
  max-width: 28rem;
}

.custom_style .max-w-screen-xl {
  max-width: 1280px;
}

.custom_style .max-w-\[50rem\] {
  max-width: 50rem;
}

.custom_style .-translate-x-2\/4 {
  --tw-translate-x: -50%;
}

.custom_style .-translate-x-2\/4,
.custom_style .-translate-y-2\/4 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.custom_style .-translate-y-2\/4 {
  --tw-translate-y: -50%;
}

.custom_style .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.custom_style .animate-spin {
  animation: spin 1s linear infinite;
}

.custom_style .cursor-pointer {
  cursor: pointer;
}

.custom_style .list-none {
  list-style-type: none;
}

.custom_style .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.custom_style .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.custom_style .flex-col {
  flex-direction: column;
}

.custom_style .\!flex-col {
  flex-direction: column !important;
}

.custom_style .flex-col-reverse {
  flex-direction: column-reverse;
}

.custom_style .flex-wrap {
  flex-wrap: wrap;
}

.custom_style .items-start {
  align-items: flex-start;
}

.custom_style .items-end {
  align-items: flex-end;
}

.custom_style .items-center {
  align-items: center;
}

.custom_style .justify-center {
  justify-content: center;
}

.custom_style .justify-between {
  justify-content: space-between;
}

.custom_style .gap-8 {
  gap: 2rem;
}

.custom_style .gap-10 {
  gap: 2.5rem;
}

.custom_style .gap-3 {
  gap: 0.75rem;
}

.custom_style .gap-2 {
  gap: 0.5rem;
}

.custom_style .gap-5 {
  gap: 1.25rem;
}

.custom_style .gap-\[30px\] {
  gap: 30px;
}

.custom_style .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
}

.custom_style .divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
}

.custom_style .divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}

.custom_style .overflow-auto {
  overflow: auto;
}

.custom_style .overflow-hidden {
  overflow: hidden;
}

.custom_style .overflow-y-auto {
  overflow-y: auto;
}

.custom_style .overflow-x-hidden {
  overflow-x: hidden;
}

.custom_style .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom_style .\!whitespace-normal {
  white-space: normal !important;
}

.custom_style .rounded-md {
  border-radius: 0.375rem;
}

.custom_style .rounded-2xl {
  border-radius: 1rem;
}

.custom_style .rounded-lg {
  border-radius: 0.5rem;
}

.custom_style .rounded-full {
  border-radius: 9999px;
}

.custom_style .rounded-xl {
  border-radius: 0.75rem;
}

.custom_style .rounded {
  border-radius: 0.25rem;
}

.custom_style .\!rounded-lg {
  border-radius: 0.5rem !important;
}

.custom_style .rounded-sm {
  border-radius: 0.125rem;
}

.custom_style .rounded-\[50\%\] {
  border-radius: 50%;
}

.custom_style .rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.custom_style .rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.custom_style .rounded-b-\[5px\] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.custom_style .rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.custom_style .rounded-b-md {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.custom_style .rounded-r-lg {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.custom_style .rounded-l-lg {
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.custom_style .\!rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.custom_style .rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.custom_style .rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.custom_style .border {
  border-width: 1px;
}

.custom_style .border-2 {
  border-width: 2px;
}

.custom_style .border-\[1px\] {
  border-width: 1px;
}

.custom_style .border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}

.custom_style .border-t {
  border-top-width: 1px;
}

.custom_style .border-b {
  border-bottom-width: 1px;
}

.custom_style .border-l-4 {
  border-left-width: 4px;
}

.custom_style .border-r-4 {
  border-right-width: 4px;
}

.custom_style .border-r-\[6px\] {
  border-right-width: 6px;
}

.custom_style .border-l-\[6px\] {
  border-left-width: 6px;
}

.custom_style .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.custom_style .\!border-main-color {
  border-color: var(--main_color) !important;
}

.custom_style .border-main-color {
  border-color: var(--main_color);
}

.custom_style .border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.custom_style .border-h-color {
  border-color: var(--h_color);
}

.custom_style .border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.custom_style .border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.custom_style .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.custom_style .bg-main-color {
  background-color: var(--main_color);
}

.custom_style .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.custom_style .bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.custom_style .bg-transparent {
  background-color: transparent;
}

.custom_style .\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.custom_style .bg-h-color {
  background-color: var(--h_color);
}

.custom_style .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.custom_style .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.custom_style .\!bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
}

.custom_style .\!bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.custom_style .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.custom_style .bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.custom_style .bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.custom_style .from-green-400 {
  --tw-gradient-from: #4ade80;
  --tw-gradient-to: rgba(74, 222, 128, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.custom_style .from-main-color {
  --tw-gradient-from: var(--main_color);
  --tw-gradient-to: hsla(0, 0%, 100%, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.custom_style .from-\[\#29bcb8\] {
  --tw-gradient-from: #29bcb8;
  --tw-gradient-to: rgba(41, 188, 184, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.custom_style .via-h-color {
  --tw-gradient-to: hsla(0, 0%, 100%, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--h_color),
    var(--tw-gradient-to);
}

.custom_style .to-blue-500 {
  --tw-gradient-to: #3b82f6;
}

.custom_style .to-h-color {
  --tw-gradient-to: var(--h_color);
}

.custom_style .to-\[\#c6f3f2\] {
  --tw-gradient-to: #c6f3f2;
}

.custom_style .to-main-color {
  --tw-gradient-to: var(--main_color);
}

.custom_style .\!bg-cover {
  background-size: cover !important;
}

.custom_style .bg-fixed {
  background-attachment: fixed;
}

.custom_style .\!bg-center {
  background-position: 50% !important;
}

.custom_style .fill-main-color {
  fill: var(--main_color);
}

.custom_style .object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.custom_style .p-3 {
  padding: 0.75rem;
}

.custom_style .p-5 {
  padding: 1.25rem;
}

.custom_style .p-2 {
  padding: 0.5rem;
}

.custom_style .p-16 {
  padding: 4rem;
}

.custom_style .p-8 {
  padding: 2rem;
}

.custom_style .p-1 {
  padding: 0.25rem;
}

.custom_style .p-4 {
  padding: 1rem;
}

.custom_style .p-1\.5 {
  padding: 0.375rem;
}

.custom_style .p-6 {
  padding: 1.5rem;
}

.custom_style .\!p-\[2rem\] {
  padding: 2rem !important;
}

.custom_style .p-\[6px\] {
  padding: 6px;
}

.custom_style .p-\[1rem\] {
  padding: 1rem;
}

.custom_style .p-0 {
  padding: 0;
}

.custom_style .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.custom_style .py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.custom_style .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.custom_style .py-2\.5 {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}

.custom_style .py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.custom_style .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.custom_style .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.custom_style .py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.custom_style .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.custom_style .py-16 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.custom_style .pl-1 {
  padding-left: 0.25rem;
}

.custom_style .pl-3 {
  padding-left: 0.75rem;
}

.custom_style .pr-4 {
  padding-right: 1rem;
}

.custom_style .text-left {
  text-align: left;
}

.custom_style .text-center {
  text-align: center;
}

.custom_style .text-right {
  text-align: right;
}

.custom_style .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.custom_style .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.custom_style .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.custom_style .text-lg {
  font-size: 1.125rem;
}

.custom_style .text-lg,
.custom_style .text-xl {
  line-height: 1.75rem;
}

.custom_style .text-xl {
  font-size: 1.25rem;
}

.custom_style .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.custom_style .\!text-\[17px\] {
  font-size: 17px !important;
}

.custom_style .\!text-\[20px\] {
  font-size: 20px !important;
}

.custom_style .\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.custom_style .font-bold {
  font-weight: 700;
}

.custom_style .font-normal {
  font-weight: 400;
}

.custom_style .font-medium {
  font-weight: 500;
}

.custom_style .font-semibold {
  font-weight: 600;
}

.custom_style .\!font-medium {
  font-weight: 500 !important;
}

.custom_style .\!font-bold {
  font-weight: 700 !important;
}

.custom_style .font-extrabold {
  font-weight: 800;
}

.custom_style .uppercase {
  text-transform: uppercase;
}

.custom_style .capitalize {
  text-transform: capitalize;
}

.custom_style .leading-8 {
  line-height: 2rem;
}

.custom_style .leading-10 {
  line-height: 2.5rem;
}

.custom_style .\!leading-8 {
  line-height: 2rem !important;
}

.custom_style .leading-normal {
  line-height: 1.5;
}

.custom_style .leading-tight {
  line-height: 1.25;
}

.custom_style .\!leading-\[50px\] {
  line-height: 50px !important;
}

.custom_style .tracking-tight {
  letter-spacing: -0.025em;
}

.custom_style .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.custom_style .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.custom_style .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.custom_style .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom_style .text-h-color {
  color: var(--h_color);
}

.custom_style .text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.custom_style .text-main-color {
  color: var(--main_color);
}

.custom_style .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.custom_style .text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.custom_style .text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.custom_style .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.custom_style .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.custom_style .\!text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}

.custom_style .\!text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

.custom_style .text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}

.custom_style .text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}

.custom_style .\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.custom_style .\!text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity)) !important;
}

.custom_style .text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.custom_style .opacity-0 {
  opacity: 0;
}

.custom_style .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
}

.custom_style .shadow-lg,
.custom_style .shadow-md {
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.custom_style .shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
}

.custom_style .shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}

.custom_style .shadow,
.custom_style .shadow-2xl {
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.custom_style .shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
}

.custom_style .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.custom_style .\!shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.custom_style .shadow-gray-800 {
  --tw-shadow-color: #1f2937;
  --tw-shadow: var(--tw-shadow-colored);
}

.custom_style .drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1))
    drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.custom_style .drop-shadow,
.custom_style .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.custom_style .\!backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
}

.custom_style .transition-all {
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.custom_style .custom_style .transition {
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, outline-width, outline-offset;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, outline-width, outline-offset;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter, outline-width, outline-offset;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.custom_style .duration-500 {
  transition-duration: 0.5s;
}

.custom_style .duration-300 {
  transition-duration: 0.3s;
}

.custom_style .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.custom_style .custom-blur {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #0000003d;
}

.custom_style .hover\:\!ml-5:hover {
  margin-left: 1.25rem !important;
}

.custom_style .hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.custom_style .hover\:border-main-color:hover {
  border-color: var(--main_color);
}

.custom_style .hover\:\!border-main-color:hover {
  border-color: var(--main_color) !important;
}

.custom_style .hover\:bg-h-color:hover {
  background-color: var(--h_color);
}

.custom_style .hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.custom_style .hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.custom_style .hover\:\!bg-opacity-20:hover {
  --tw-bg-opacity: 0.2 !important;
}

.custom_style .hover\:bg-gradient-to-bl:hover {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.custom_style .hover\:from-main-color:hover {
  --tw-gradient-from: var(--main_color);
  --tw-gradient-to: hsla(0, 0%, 100%, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.custom_style .hover\:to-h-color:hover {
  --tw-gradient-to: var(--h_color);
}

.custom_style .hover\:text-main-color:hover {
  color: var(--main_color);
}

.custom_style .hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.custom_style .hover\:underline:hover {
  text-decoration-line: underline;
}

.custom_style .hover\:opacity-100:hover {
  opacity: 1;
}

.custom_style .hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.custom_style .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.custom_style .focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.custom_style .focus\:ring-1:focus,
.custom_style .focus\:ring-4:focus {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.custom_style .focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.custom_style .focus\:ring-h-color:focus {
  --tw-ring-color: var(--h_color);
}

.custom_style .focus\:ring-main-color:focus {
  --tw-ring-color: var(--main_color);
}

.custom_style [dir="rtl"] .rtl\:mr-0 {
  margin-right: 0;
}

.custom_style [dir="rtl"] .rtl\:ml-0 {
  margin-left: 0;
}

.custom_style [dir="rtl"] .rtl\:mr-\[10px\] {
  margin-right: 10px;
}

.custom_style [dir="rtl"] .rtl\:ml-2 {
  margin-left: 0.5rem;
}

.custom_style [dir="rtl"] .rtl\:\!ml-0 {
  margin-left: 0 !important;
}

.custom_style [dir="rtl"] .rtl\:mr-3 {
  margin-right: 0.75rem;
}

.custom_style [dir="rtl"] .rtl\:hover\:\!mr-5:hover {
  margin-right: 1.25rem !important;
}

.custom_style .dark .dark\:inline-block {
  display: inline-block;
}

.custom_style .dark .dark\:hidden {
  display: none;
}

.custom_style .dark .dark\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity));
}

.custom_style .dark .dark\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.custom_style .dark .dark\:border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.custom_style .dark .dark\:bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.custom_style .dark .dark\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.custom_style .dark .dark\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.custom_style .dark .dark\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.custom_style .dark .dark\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.custom_style .dark .dark\:\!bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
}

.custom_style .dark .dark\:\!bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
}

.custom_style .dark .dark\:\!bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}

.custom_style .dark .dark\:from-\[\#29bcb8\] {
  --tw-gradient-from: #29bcb8;
  --tw-gradient-to: rgba(41, 188, 184, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.custom_style .dark .dark\:to-\[\#29bcb8\] {
  --tw-gradient-to: #29bcb8;
}

.custom_style .dark .dark\:to-\[\#8db3b1\] {
  --tw-gradient-to: #8db3b1;
}

.custom_style .dark .dark\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom_style .dark .dark\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.custom_style .dark .dark\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.custom_style .dark .dark\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.custom_style .dark .dark\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.custom_style .dark .dark\:\!text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity)) !important;
}

.custom_style .dark .dark\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.custom_style .dark .dark\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.custom_style .dark .dark\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.custom_style .dark .dark\:text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}

.custom_style .dark .dark\:shadow-gray-800 {
  --tw-shadow-color: #1f2937;
  --tw-shadow: var(--tw-shadow-colored);
}

.custom_style .dark .dark\:hover\:border-main-color:hover {
  border-color: var(--main_color);
}

.custom_style .dark .dark\:hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.custom_style .dark .dark\:hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.custom_style .dark .dark\:focus\:text-white:focus,
.custom_style .dark .dark\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom_style .dark .dark\:focus\:ring-h-color:focus {
  --tw-ring-color: var(--h_color);
}

@media (min-width: 640px) {
  .custom_style .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .custom_style .sm\:mt-0 {
    margin-top: 0;
  }

  .custom_style .sm\:h-9 {
    height: 2.25rem;
  }

  .custom_style .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .custom_style .sm\:gap-6 {
    gap: 1.5rem;
  }

  .custom_style .sm\:p-6 {
    padding: 1.5rem;
  }

  .custom_style .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .custom_style .md\:inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }

  .custom_style .md\:order-2 {
    order: 2;
  }

  .custom_style .md\:order-1 {
    order: 1;
  }

  .custom_style .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .custom_style .md\:mb-0 {
    margin-bottom: 0;
  }

  .custom_style .md\:mt-0 {
    margin-top: 0;
  }

  .custom_style .md\:flex {
    display: flex;
  }

  .custom_style .md\:hidden {
    display: none;
  }

  .custom_style .md\:h-full {
    height: 100%;
  }

  .custom_style .md\:h-auto {
    height: auto;
  }

  .custom_style .md\:w-auto {
    width: auto;
  }

  .custom_style .md\:\!w-1\/2 {
    width: 50% !important;
  }

  .custom_style .md\:w-1\/3 {
    width: 33.333333%;
  }

  .custom_style .md\:w-\[65\%\] {
    width: 65%;
  }

  .custom_style .md\:w-full {
    width: 100%;
  }

  .custom_style .md\:\!max-w-xl {
    max-width: 36rem !important;
  }

  .custom_style .md\:max-w-xl {
    max-width: 36rem;
  }

  .custom_style .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .custom_style .md\:flex-row {
    flex-direction: row;
  }

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

  .custom_style .md\:justify-end {
    justify-content: flex-end;
  }

  .custom_style .md\:justify-between {
    justify-content: space-between;
  }

  .custom_style .md\:gap-2 {
    gap: 0.5rem;
  }

  .custom_style .md\:rounded-none {
    border-radius: 0;
  }

  .custom_style .md\:rounded-l-lg {
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
  }

  .custom_style .md\:rounded-r-lg {
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .custom_style .md\:border-0 {
    border-width: 0;
  }

  .custom_style .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .custom_style .md\:p-0 {
    padding: 0;
  }

  .custom_style .md\:py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }

  .custom_style .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .custom_style .md\:font-medium {
    font-weight: 500;
  }

  .custom_style .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .custom_style .dark .md\:dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .custom_style .dark .md\:dark\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .custom_style .dark .md\:dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {
  .custom_style .lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .custom_style .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .custom_style .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .custom_style .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .custom_style .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .custom_style .lg\:container {
      max-width: 1536px;
    }
  }

  .custom_style .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .custom_style .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .custom_style .lg\:my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .custom_style .lg\:mb-0 {
    margin-bottom: 0;
  }

  .custom_style .lg\:ml-0 {
    margin-left: 0;
  }

  .custom_style .lg\:mt-0 {
    margin-top: 0;
  }

  .custom_style .lg\:ml-4 {
    margin-left: 1rem;
  }

  .custom_style .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .custom_style .lg\:flex {
    display: flex;
  }

  .custom_style .lg\:\!flex {
    display: flex !important;
  }

  .custom_style .lg\:\!h-\[192px\] {
    height: 192px !important;
  }

  .custom_style .lg\:w-1\/2 {
    width: 50%;
  }

  .custom_style .lg\:w-\[30\%\] {
    width: 30%;
  }

  .custom_style .lg\:w-\[60\%\] {
    width: 60%;
  }

  .custom_style .lg\:w-\[80\%\] {
    width: 80%;
  }

  .custom_style .lg\:w-\[48\%\] {
    width: 48%;
  }

  .custom_style .lg\:\!w-\[300px\] {
    width: 300px !important;
  }

  .custom_style .lg\:w-\[66\%\] {
    width: 66%;
  }

  .custom_style .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .custom_style .lg\:w-full {
    width: 100%;
  }

  .custom_style .lg\:max-w-full {
    max-width: 100%;
  }

  .custom_style .lg\:flex-row {
    flex-direction: row;
  }

  .custom_style .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .custom_style .lg\:justify-center {
    justify-content: center;
  }

  .custom_style .lg\:justify-between {
    justify-content: space-between;
  }

  .custom_style .lg\:gap-2 {
    gap: 0.5rem;
  }

  .custom_style .lg\:p-2 {
    padding: 0.5rem;
  }

  .custom_style .lg\:\!p-\[2rem\] {
    padding: 2rem !important;
  }

  .custom_style .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .custom_style .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .custom_style [dir="rtl"] .rtl\:lg\:\!mr-4 {
    margin-right: 1rem !important;
  }
}


.custom_style :global(.test .test2) {
  background-color: blue;
}