/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";

@font-face {
  font-family: "Peyda";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Peyda-Light.woff") format("woff");
}

@font-face {
  font-family: "Peyda";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Peyda-Bold.woff") format("woff");
}

:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

::selection {
  background: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}

a {
  color: rgb(42, 51, 80);
  text-decoration: none !important;
}

a:hover {
  color: rgb(80, 140, 155);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Peyda", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}

html {
  background: rgb(80, 140, 155);
}

html,
body {
  min-height: 100%;
  min-height: 100vh;
}

body {
  font-family: "Peyda", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  direction: rtl;
  background: rgb(255, 255, 255);
  color: rgb(29, 29, 27);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.overlay-link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.body-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  z-index: 1001;
  cursor: pointer;
}

.body-overflow {
  overflow: hidden;
}

.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}

.btn,
label,
th,
.control-label {
  font-weight: normal;
  font-family: "Peyda", sans-serif;
  font-weight: Bold;
  font-size: 14px;
}

a>i:only-child,
button>i:only-child {
  line-height: inherit;
}

ol {
  list-style-type: persian;
}

.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}

.row.v-gutters>div {
  padding: 15px;
}

.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}

.sm-gutters>.col,
.sm-gutters>[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}

.row.sm-gutters.v-gutters>div {
  padding: 5px;
}

.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}

.lg-gutters>.col,
.lg-gutters>[class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}

.row.lg-gutters.v-gutters>div {
  padding: 30px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.pagination {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination>li {
  padding: 0 10px;
}

.pagination>li>a,
.pagination>li>.page-link.current {
  padding: 0 6px;
  min-width: 36px;
  height: 36px;
  background: rgb(42, 51, 80);
  color: rgb(255, 255, 255);
  line-height: 1;
  text-align: center;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none !important;
}

.pagination>li>a.page-link:hover,
.pagination>li>.page-link.current {
  background: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}

/* Custom */
.container-fluid {
  max-width: 1600px;
}

.section-cover {
  position: relative;
}

.section-cover>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-title {
  font-family: "Peyda";
  font-size: 44px;
  margin: 0;
}

.section-subtitle {
  font-size: 32px;
}

.section {
  position: relative;
}

.section-wrapper {
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.section-header {
  text-align: center;
}

.section-title {
  color: rgb(80, 140, 155);
}

.section-header+.section-body,
.section-body+.section-footer,
.section-header+.section-footer {
  margin-top: 40px;
}

.section-intro .section-wrapper {
  padding: 0;
}

#header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

#header.sticky {
  background: rgb(255, 255, 255);
  padding: 10px 0;
}

.logo {
  margin-left: auto;
}

.logo>img {
  height: 60px;
}

#header:not(.sticky) .logo>img {
  filter: brightness(0) invert(1);
}

.lang-nav {
  margin: 0 40px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.lang-nav>li>a {
  color: rgb(255, 255, 255);
}

.lang-nav>li+li:before {
  color: rgb(255, 255, 255);
  content: "\\";
  margin: 0 5px;
}

#header.sticky .lang-nav>li>a,
#header.sticky .lang-nav>li+li:before {
  color: rgb(42, 51, 80);
}

.lang-nav>li.active>a {
  color: rgb(80, 140, 155);
  font-weight: bold;
  cursor: default;
  pointer-events: none;
}

.section-intro {
  padding: 100px 0 50px;
  background: rgb(42, 51, 80);
}

.section-intro .section-cover:before {
  padding-top: 120%;
  display: block;
  content: "";
}

.section-intro .section-cover>img {
  position: absolute;
  top: 0;
  left: 0;
}

.section-intro .section-body {
  color: rgb(255, 255, 255);
}

.section-intro .section-title {
  font-size: 50px;
  color: rgb(255, 255, 255);
}

.section-intro .section-subtitle {
  font-size: 20px;
  color: rgb(80, 140, 155);
}

.brand-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-item>img {
  max-width: 100%;
  max-height: 60px;
}

.section-category {
  background: rgb(246, 245, 245);
}

.pcat-item {
  padding: 20px;
  background: rgb(255, 255, 255);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pcat-item-title {
  font-family: "Peyda";
  font-size: 26px;
  color: rgb(42, 51, 80);
  margin: 0 0 20px;
}

.pcat-item-desc {
  margin: auto 0 20px;
}

.pcat-item-btn {
  background: rgb(42, 51, 80);
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
}

.card-blog {
  padding: 20px;
  background: rgb(246, 245, 245);
  height: 100%;
}

.card-blog-header {
  position: relative;
}

.card-blog-header:before {
  padding-top: 66.66%;
  display: block;
  content: "";
}

.card-blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.card-blog-body {
  padding-top: 20px;
}

.card-blog-title {
  color: rgb(42, 51, 80);
  font-size: 20px;
  margin: 0;
}

.card-blog-title>a {
  color: inherit;
}

.card-blog-title>a:hover {
  color: rgb(29, 29, 27);
}

.card-blog-desc {
  margin: 10px 0 0;
}

.card-product {
  padding: 10px;
  background: rgb(246, 245, 245);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-product-header {
  position: relative;
}

.card-product-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}

.card-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.card-product-body {
  padding-top: 20px;
  text-align: center;
}

.card-product-footer {
  margin-top: auto;
  padding-top: 10px;
  text-align: center;
}

.card-product-title {
  color: rgb(42, 51, 80);
  font-size: 17px;
  margin: 0;
}

.card-product-title>a {
  color: inherit;
}

.card-product-title>a:hover {
  color: rgb(29, 29, 27);
}

.card-product-price {
  margin: 5px 0;
}

#footer {
  margin-top: auto;
  background: rgb(246, 245, 245);
}

.footer-top {
  padding: 40px 0 0;
}

.footer-bottom {
  background: rgb(42, 51, 80);
  color: rgb(246, 245, 245);
  font-weight: bold;
  margin: 30px 0 0;
  text-align: center;
  padding: 15px 0;
}

.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-info>li+li {
  margin-top: 10px;
}

.social-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  gap: 15px;
}

.social-nav>li>a>i {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  border-radius: 50%;
}

.social-nav>li>a:hover>i {
  background: #2d2d2d !important;
}

.social-nav>li>a>i[class$="instagram"] {
  background: #e4405f;
}

.social-nav>li>a>i[class$="telegram"] {
  background: #26a5e4;
}

.social-nav>li>a>i[class$="whatsapp"] {
  background: #25d366;
}

.social-nav>li>a>i[class$="x"] {
  background: #1da1f2;
}

.social-nav>li>a>i[class$="facebook"] {
  background: #1877f2;
}

.social-nav>li>a>i[class$="linkedin"] {
  background: #0a66c2;
}

.social-nav>li>a>i[class$="youtube"] {
  background: #ff0000;
}

.social-nav>li>a>i[class$="aparat"] {
  background: #df0f50;
}

.social-nav>li>a>i[class$="threads"] {
  background: #000;
}

.social-nav>li>a>i[class$="phone"] {
  background: #0b556a;
}

.social-nav>li>a>i[class$="sms"] {
  background: #7e4dd2;
}

.social-sticky {
  position: fixed;
  bottom: 10px;
  left: 10px;
  flex-direction: column;
  z-index: 100;
  gap: 10px;
  /*padding-bottom: 70px;*/
}

.social-sticky>li>a>i {
  width: 60px;
  height: 60px;
  font-size: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-nav {
  list-style-position: inside;
  list-style-type: square;
  margin: 0;
  padding: 0;
}

#page-header {
  background: rgb(42, 51, 80);
  color: rgb(255, 255, 255);
  padding: 130px 0 40px;
  text-align: center;
}

.page-title {
  font-family: "Peyda";
  font-size: 30px;
  margin: 0;
}

#page-body {
  padding: 40px 0 60px;
}

#page-banner {
  padding-top: 40px;
}

.item-product-cover img {
  width: 100%;
}

.user-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
}

.user-nav>li+li {
  margin-right: 15px;
}

.user-nav>li>a,
.user-nav>li>button {
  color: rgb(250, 250, 250);
  font-size: 26px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.user-nav>li>a:hover,
.user-nav>li>button:hover {
  color: rgb(80, 140, 155);
}

#header.sticky .user-nav>li>a,
#header.sticky .user-nav>li>button {
  filter: invert(16%) sepia(23%) saturate(1239%) hue-rotate(188deg) brightness(94%) contrast(88%);
}

.user-nav>li>a:hover,
.user-nav>li>button:hover {
  filter: brightness(0);
}

.rating {
  unicode-bidi: bidi-override;
  direction: ltr;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.rating input {
  position: absolute;
  left: -999999px;
}

.rating label {
  display: inline-block;
  font-size: 0;
}

.rating>label:before {
  position: relative;
  font: 24px/1 "Font Awesome 5 Pro";
  font-weight: bold;
  display: block;
  content: "\f005";
  color: #ccc;
  background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.rating>label:hover:before,
.rating>label:hover~label:before,
.rating>label.selected:before,
.rating>label.selected~label:before {
  color: #f0ad4e;
  background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.search-wrapper {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
}

.search-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.search-form {
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: flex-end;
}

.search-input,
.search-btn,
.search-close {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
}

.search-input {
  border-bottom: 1px dotted rgb(0, 0, 0);
  margin: 0 15px;
  width: 100%;
  text-align: center;
}

.section-cta {
  padding: 60px 0;
  background: rgb(42, 51, 80);
  color: rgb(255, 255, 255);
  text-align: center;
  position: relative;
}

.section-cta>div {
  position: relative;
  z-index: 2;
}

.taxonomy-desc {
  margin: 50px 0 0;
}

.taxonomy-desc img {
  max-width: 100%;
}

.contact-box {
  padding: 30px;
  background: rgb(246, 245, 245);
}

body.page-template-page-contact #footer {
  margin-top: 0;
}

body.page-template-page-contact #page-footer {
  margin-top: auto;
}

div.contact-map>iframe,
iframe.contact-map {
  width: 100% !important;
  height: 400px !important;
  border: none !important;
}

.product-table {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-table>li {
  padding: 10px 0;
}

.product-table>li+li {
  border-top: 1px dashed rgb(120, 120, 120);
}

.product-table>li {
  display: flex;
}

.product-table>li>strong {
  width: 40%;
  text-wrap: balance;
}

.product-table>li>div {
  width: 100%;
  padding-right: 15px;
}

.product-table>li>div>ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-table>li>div>ul>li:not(:last-child)::after {
  content: "،";
  display: inline;
  margin-left: 5px;
}

.fblock-header {
  margin: 0 0 15px;
}

.fblock-title {
  font-size: 18px;
  margin: 0;
}

.breadcrumb {
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  margin-top: 20px;
}

.breadcrumb>li+li::before {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(1);
  transform: scaleX(-1);
  display: inline-flex;
  margin: 0 4px;
  content: "";
}

.breadcrumb li.active:last-child {
  font-weight: bold;
}

.breadcrumb li>a {
  color: rgb(255, 255, 255);
}

.breadcrumb li>a:hover {
  color: rgb(0, 0, 0);
}

#respond,
#comments {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px dashed rgb(0, 0, 0);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  display: block;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  border-color: rgb(0, 123, 255);
}

.comment-form textarea {
  height: auto;
}

.comment-form input[type="submit"] {
  color: #515151;
  background-color: #ebe9eb;
  height: 45px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
}

.comment-form input[type="submit"]:hover {
  background-color: #dfdcde;
  color: #515151;
}

.cmstr-out {
  display: inline-flex !important;
}

.entry-footer {
  background-color: #ebe9eb;
  padding: 20px;
  margin: 30px 0 0;
}

.entry-footer>div {
  display: flex;
  flex-wrap: wrap;
}

.entry-footer>div>strong {
  margin-left: 15px;
}

.entry-footer div>ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-footer div>ul>li:not(:last-child)::after {
  content: "،";
  display: inline;
  margin-left: 5px;
}

.item-product-action {
  padding: 40px 0 0;
}

.item-product-excerpt {
  padding: 15px 0;
  border-top: 1px dashed rgb(120, 120, 120);
  border-bottom: 1px dashed rgb(120, 120, 120);
}

.item-product-excerpt>ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.product-gallery {
  background: rgb(246, 245, 245);
  padding: 10px;
  line-height: 0;
}

.product-gallery img {
  background: #fff;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1/1;
  display: block !important;
}

.product-thumb-gallery {
  margin: 10px 0 0;
}

.gallery-thumb-item {
  margin-left: 10px;
}

.product-thumb-gallery .slick-slide {
  border: 1px solid transparent;
  cursor: pointer;
}

.product-thumb-gallery .slick-current {
  border-color: #ccc;
}

.product-thumb-gallery .slick-slide:not(:last-child) {
  margin-left: 10px;
}

.product-thumb-gallery .slick-arrow {
  width: 30px;
  height: 30px;
  background: rgb(42, 51, 80);
  border: none;
  font-size: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.product-thumb-gallery .slick-arrow::before {
  width: 65%;
  height: 65%;
  border: 1px solid #fff;
  content: "";
}

.product-thumb-gallery .slick-arrow.slick-prev {
  right: 0;
  transform: translate(50%, -50%) rotate(45deg);
}

.product-thumb-gallery .slick-arrow.slick-prev::before {
  border-left: none;
  border-bottom: none;
}

.product-thumb-gallery .slick-arrow.slick-next {
  left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.product-thumb-gallery .slick-arrow.slick-next::before {
  border-right: none;
  border-top: none;
}

.panel {
  border: 1px solid rgb(170, 170, 170);
  border-radius: 4px;
  overflow: hidden;
}

.panel+.panel {
  margin-top: 20px;
}

.panel-header {
  background: linear-gradient(to bottom, #eee 0%, #ccc 100%);
  cursor: pointer;
  position: relative;
}

.panel-header::after {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(0);
  display: inline-flex;
  font-size: 18px;
  color: rgb(20, 20, 20);
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(90deg);
  content: "";
}

.panel.active .panel-header::after {
  transform: translateY(-50%) rotate(-90deg);
}

.panel-title {
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 17px;
  margin: 0;
  padding: 10px 15px 10px 30px;
}

.panel-body {
  background: #ccc;
  padding: 10px 15px;
  display: none;
}

.panel-body>p:last-child {
  margin-bottom: 0;
}

i[class^="icon-"] {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

i[class^="icon-"]::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

i.icon-circle-notch::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M222.7 32.1c5 16.9-4.6 34.8-21.5 39.8C121.8 95.6 64 169.1 64 256c0 106 86 192 192 192s192-86 192-192c0-86.9-57.8-160.4-137.1-184.1c-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6 39.8-21.5C434.9 42.1 512 140 512 256c0 141.4-114.6 256-256 256S0 397.4 0 256C0 140 77.1 42.1 182.9 10.6c16.9-5 34.8 4.6 39.8 21.5z'/%3E%3C/svg%3E");
  filter: brightness(0) invert(1);
}

i.icon-search::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
}

i.icon-bars::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
}

i.icon-times::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
}

i.icon-map-marker-alt::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z'/%3E%3C/svg%3E");
}

i.icon-phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E");
}

i.icon-envelope::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z'/%3E%3C/svg%3E");
}

i.icon-clock::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/%3E%3C/svg%3E");
}

i.icon-instagram::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
}

i.icon-telegram::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath d='M248 8C111 8 0 119 0 256S111 504 248 504 496 393 496 256 385 8 248 8zM363 176.7c-3.7 39.2-19.9 134.4-28.1 178.3-3.5 18.6-10.3 24.8-16.9 25.4-14.4 1.3-25.3-9.5-39.3-18.7-21.8-14.3-34.2-23.2-55.3-37.2-24.5-16.1-8.6-25 5.3-39.5 3.7-3.8 67.1-61.5 68.3-66.7 .2-.7 .3-3.1-1.2-4.4s-3.6-.8-5.1-.5q-3.3 .7-104.6 69.1-14.8 10.2-26.9 9.9c-8.9-.2-25.9-5-38.6-9.1-15.5-5-27.9-7.7-26.8-16.3q.8-6.7 18.5-13.7 108.4-47.2 144.6-62.3c68.9-28.6 83.2-33.6 92.5-33.8 2.1 0 6.6 .5 9.6 2.9a10.5 10.5 0 0 1 3.5 6.7A43.8 43.8 0 0 1 363 176.7z'/%3E%3C/svg%3E");
}

i.icon-whatsapp::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7 .9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E");
}

i.icon-linkedin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M100.3 448H7.4V148.9h92.9zM53.8 108.1C24.1 108.1 0 83.5 0 53.8a53.8 53.8 0 0 1 107.6 0c0 29.7-24.1 54.3-53.8 54.3zM447.9 448h-92.7V302.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.8V148.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V448z'/%3E%3C/svg%3E");
}

i.icon-threads::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.186 24h-.007c-3.581-.024-6.334-1.205-8.184-3.509C2.35 18.44 1.5 15.586 1.472 12.01v-.017c.03-3.579.879-6.43 2.525-8.482C5.845 1.205 8.6.024 12.18 0h.014c2.746.02 5.043.725 6.826 2.098 1.677 1.29 2.858 3.13 3.509 5.467l-2.04.569c-1.104-3.96-3.898-5.984-8.304-6.015-2.91.022-5.11.936-6.54 2.717C4.307 6.504 3.616 8.914 3.589 12c.027 3.086.718 5.496 2.057 7.164 1.43 1.783 3.631 2.698 6.54 2.717 2.623-.02 4.358-.631 5.8-2.045 1.647-1.613 1.618-3.593 1.09-4.798-.31-.71-.873-1.3-1.634-1.75-.192 1.352-.622 2.446-1.284 3.272-.886 1.102-2.14 1.704-3.73 1.79-1.202.065-2.361-.218-3.259-.801-1.063-.689-1.685-1.74-1.752-2.964-.065-1.19.408-2.285 1.33-3.082.88-.76 2.119-1.207 3.583-1.291a13.853 13.853 0 0 1 3.02.142c-.126-.742-.375-1.332-.75-1.757-.513-.586-1.308-.883-2.359-.89h-.029c-.844 0-1.992.232-2.721 1.32l-1.757-1.18c.98-1.454 2.568-2.256 4.478-2.256h.044c3.194.02 5.097 1.975 5.287 5.388.108.046.216.094.321.142 1.49.7 2.58 1.761 3.154 3.07.797 1.82.871 4.79-1.548 7.158-1.85 1.81-4.094 2.628-7.277 2.65Zm1.003-11.69c-.242 0-.487.007-.739.021-1.836.103-2.98.946-2.916 2.143.067 1.256 1.452 1.839 2.784 1.767 1.224-.065 2.818-.543 3.086-3.71a10.5 10.5 0 0 0-2.215-.221z'/%3E%3C/svg%3E%0A");
}

i.icon-aparat::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.02 22.02'%3E%3Cpath d='M11 1.75A9.27 9.27 0 1 0 20.28 11 9.28 9.28 0 0 0 11 1.75M8.68 4.62A2.34 2.34 0 1 1 6.36 7a2.33 2.33 0 0 1 2.32-2.38M6.91 15.67a2.34 2.34 0 1 1 2.37-2.3 2.32 2.32 0 0 1-2.37 2.3M9.84 11A1.17 1.17 0 1 1 11 12.19 1.16 1.16 0 0 1 9.84 11m3.46 6.39a2.34 2.34 0 1 1 2.36-2.32 2.33 2.33 0 0 1-2.36 2.32M15.08 11a2.34 2.34 0 1 1 2.32-2.33A2.32 2.32 0 0 1 15.08 11'/%3E%3Cpath d='M9.62.65 9.48.59C8.71.42 7.94.23 7.16.07A3.72 3.72 0 0 0 2.9 2.51c-.3.9-.46 1.84-.69 2.77A10.85 10.85 0 0 1 9.62.65m9.75 2.19c-.28-.08-.56-.14-.85-.21l-1.78-.4a10.78 10.78 0 0 1 4.63 7.4 1.56 1.56 0 0 0 .07-.17c.17-.76.35-1.52.51-2.28a3.78 3.78 0 0 0-2.58-4.34M.61 12.44c-.17.78-.35 1.56-.52 2.34a3.73 3.73 0 0 0 2.6 4.41c.65.19 1.32.31 2 .46l.63.14a10.92 10.92 0 0 1-4.71-7.35m11.83 8.97 2.34.53a3.78 3.78 0 0 0 4.46-2.75c.15-.61.27-1.22.41-1.84.05-.19.09-.38.13-.57a11 11 0 0 1-7.34 4.63'/%3E%3C/svg%3E%0A");
}

i.icon-twitter::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14.234 10.162 22.977 0h-2.072l-7.591 8.824L7.251 0H.258l9.168 13.343L.258 24H2.33l8.016-9.318L16.749 24h6.993zm-2.837 3.299-.929-1.329L3.076 1.56h3.182l5.965 8.532.929 1.329 7.754 11.09h-3.182z'/%3E%3C/svg%3E%0A");
}

i.icon-youtube::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'/%3E%3C/svg%3E%0A");

}

i.icon-facebook::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z'/%3E%3C/svg%3E%0A");
}

.btn-toggle i[class^="icon-"] {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.social-nav i[class^="icon-"]::before {
  width: 50%;
  height: 50%;
  filter: brightness(0) invert(1);
}

.contact-info i[class^="icon-"] {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(0);
}

.fa-spin {
  animation: fa-spin 2s linear infinite;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.form-label {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: capitalize;
  margin: 0 0 2px;
  display: inline-flex;
  align-items: start;
}

.form-label.required::after {
  content: "*";
  color: #dc3545;
  line-height: 1;
  margin-right: 2px;
}

#otp-alert>strong {
  letter-spacing: 2px;
}

#otp-field {
  direction: ltr;
}

#otp-field input {
  text-align: center;
}

#otp-timer {
  margin-top: 10px;
}

.cta-price {
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  height: 36px;
  border-radius: 36px;
  padding: 0 5px 0 15px;
}

.cta-price-whatsapp {
  background: #25d366;
  color: #fff;
}

.cta-price-phone {
  background: rgb(42, 51, 80);
  color: #fff;
}

.cta-price:hover {
  background: #1d1d1d;
  color: #fff;
}

.cta-price>i {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.cta-price>i::before {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}

.entry-content a {
  color: #007bff !important;
  text-decoration: none !important;
}

.entry-content a:hover {
  color: rgb(80, 140, 155) !important;
}

.elementor-toc__body .elementor-toc__list-item-text,
.elementor-widget-text-editor {
  font-weight: inherit !important;
  font-family: inherit !important;
  color: inherit !important;
}

iframe[src^='https://www.aparat.com/'],
.h_iframe-aparat_embed_frame {
  width: 100% !important;
  height: auto !important;
  max-width: 800px;
  margin: 30px auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}

/*Plugins*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  min-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.063rem solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.toaster {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
  z-index: 999999999;
  position: fixed;
  padding: 5px;
}

.toaster.bottom-right {
  bottom: 20px;
  right: 20px;
}

.toaster.bottom-left {
  bottom: 20px;
  left: 20px;
}

.toaster.top-right {
  top: 20px;
  right: 20px;
}

.toaster.top-left {
  top: 20px;
  left: 20px;
}

.toaster.bottom-center {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.toaster.top-center {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.toaster.top-center ol.rack {
  flex-direction: column-reverse;
}

.toaster.top-left ol.rack {
  flex-direction: column-reverse;
}

.toaster.top-right ol.rack {
  flex-direction: column-reverse;
}

.toaster.bottom-center ol.rack {
  flex-direction: column;
}

.toaster.bottom-left ol.rack {
  flex-direction: column;
}

.toaster.bottom-right ol.rack {
  flex-direction: column;
}

ol.rack {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

ol.rack li {
  margin-bottom: 16px;
}

ol.rack.upperstack li {
  margin-bottom: -35px;
  transition: all 0.3s ease-in-out;
}

ol.rack.upperstack li:hover {
  margin-bottom: 16px;
  scale: 1.03;
  transition: all 0.3s ease-in-out;
}

ol.rack.lowerstack li {
  margin-top: -35px;
}

ol.rack.lowerstack {
  margin-bottom: 0px;
}

.butteruptoast {
  border-radius: 8px;
  box-shadow: 0 4px 12px #0000001a;
  font-size: 13px;
  display: flex;
  padding: 16px;
  border: 1px solid hsl(0, 0%, 93%);
  background-color: white;
  gap: 6px;
  color: #282828;
  width: 325px;
}

.butteruptoast.dismissable {
  cursor: pointer;
}

.butteruptoast .icon {
  display: flex;
  align-items: start;
  flex-direction: column;
}

.butteruptoast .icon svg {
  width: 20px;
  height: 20px;
  fill: #282828;
}

.notif .desc {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.notif .desc .title {
  font-weight: 600;
  line-height: 1.5;
}

.notif .desc .message {
  font-weight: 400;
  line-height: 1.4;
}

.butteruptoast.success {
  background-color: #ebfef2;
  color: hsl(140, 100%, 27%);
  border: solid 1px hsl(145, 92%, 91%);
}

.butteruptoast.success .icon svg {
  fill: hsl(140, 100%, 27%);
}

.butteruptoast.error .icon svg {
  fill: hsl(0, 100%, 27%);
}

.butteruptoast.warning .icon svg {
  fill: hsl(50, 100%, 27%);
}

.butteruptoast.info .icon svg {
  fill: hsl(210, 100%, 27%);
}

.butteruptoast.error {
  background-color: #fef0f0;
  color: hsl(0, 100%, 27%);
  border: solid 1px hsl(0, 92%, 91%);
}

.butteruptoast.warning {
  background-color: #fffdf0;
  color: hsl(50, 100%, 27%);
  border: solid 1px hsl(50, 92%, 91%);
}

.butteruptoast.info {
  background-color: #f0f8ff;
  color: hsl(210, 100%, 27%);
  border: solid 1px hsl(210, 92%, 91%);
}

.toast-buttons {
  display: flex;
  gap: 8px;
  width: 100%;
  align-items: center;
  flex-direction: row;
  margin-top: 16px;
}

.toast-buttons .toast-button.primary {
  background-color: #282828;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  width: 100%;
}

.toast-buttons .toast-button.secondary {
  background-color: #f0f8ff;
  color: hsl(210, 100%, 27%);
  border: solid 1px hsl(210, 92%, 91%);
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

.butteruptoast.success .toast-button.primary {
  background-color: hsl(145, 63%, 42%);
  color: white;
}

.butteruptoast.success .toast-button.secondary {
  background-color: hsl(145, 45%, 90%);
  color: hsl(145, 63%, 32%);
  border: solid 1px hsl(145, 63%, 72%);
}

.butteruptoast.error .toast-button.primary {
  background-color: hsl(354, 70%, 54%);
  color: white;
}

.butteruptoast.error .toast-button.secondary {
  background-color: hsl(354, 30%, 90%);
  color: hsl(354, 70%, 44%);
  border: solid 1px hsl(354, 70%, 74%);
}

.butteruptoast.warning .toast-button.primary {
  background-color: hsl(45, 100%, 51%);
  color: hsl(45, 100%, 15%);
}

.butteruptoast.warning .toast-button.secondary {
  background-color: hsl(45, 100%, 96%);
  color: hsl(45, 100%, 31%);
  border: solid 1px hsl(45, 100%, 76%);
}

.butteruptoast.info .toast-button.primary {
  background-color: hsl(207, 90%, 54%);
  color: white;
}

.butteruptoast.info .toast-button.secondary {
  background-color: hsl(207, 90%, 94%);
  color: hsl(207, 90%, 34%);
  border: solid 1px hsl(207, 90%, 74%);
}

.toastUp {
  animation: slideUp 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

.toastDown {
  animation: slideDown 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeOutToast {
  animation: fadeOut 0.3s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.butteruptoast.glass {
  background-color: rgba(255, 255, 255, 0.42) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
  box-shadow: 0 4px 12px #0000001a;
  color: #282828;
}

.butteruptoast.glass.success {
  background-color: rgba(235, 254, 242, 0.42) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
  box-shadow: 0 4px 12px #0000001a;
  color: hsl(140, 100%, 27%);
}

.butteruptoast.glass.error {
  background-color: rgba(254, 240, 240, 0.42) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
  box-shadow: 0 4px 12px #0000001a;
  color: hsl(0, 100%, 27%);
}

.butteruptoast.glass.warning {
  background-color: rgba(255, 253, 240, 0.42) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
  box-shadow: 0 4px 12px #0000001a;
  color: hsl(50, 100%, 27%);
}

.butteruptoast.glass.info {
  background-color: rgba(240, 248, 255, 0.42) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
  box-shadow: 0 4px 12px #0000001a;
  color: hsl(210, 100%, 27%);
}

.butteruptoast.brutalist {
  border-radius: 0px;
  box-shadow: 0 4px 12px #0000001a;
  border: solid 2px #282828;
  font-size: 13px;
  align-items: center;
  display: flex;
  padding: 16px;
  background-color: white;
  gap: 6px;
  color: #282828;
  width: 325px;
}

.butteruptoast.brutalist.success {
  background-color: #ebfef2;
  color: hsl(140, 100%, 27%);
  border: solid 2px hsl(140, 100%, 27%);
}

.butteruptoast.brutalist.error {
  background-color: #fef0f0;
  color: hsl(0, 100%, 27%);
  border: solid 2px hsl(0, 100%, 27%);
}

.butteruptoast.brutalist.warning {
  background-color: #fffdf0;
  color: hsl(50, 100%, 27%);
  border: solid 2px hsl(50, 100%, 27%);
}

.butteruptoast.brutalist.info {
  background-color: #f0f8ff;
  color: hsl(210, 100%, 27%);
  border: solid 2px hsl(210, 100%, 27%);
}

/*CMS*/
.entry-content strong>a {
  background: #007bff !important;
  color: #fff !important;
}

.entry-content strong>a:hover {
  background: #000 !important;
  color: #fff !important;
}

.entry-content table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border: 1px solid #dee2e6;
}

.entry-content table th,
.entry-content table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

.entry-content table thead th,
.entry-content table thead td {
  vertical-align: bottom;
  border-bottom-width: 2px;
}

.entry-content table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

ol.comment-list {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

ol.comment-list>li {
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
}

ol.comment-list li.alt {}

ol.comment-list li.bypostauthor {}

ol.comment-list li.byuser {}

ol.comment-list li.comment-author-admin {}

ol.comment-list li.comment {
  border-bottom: 1px dotted #666;
  padding: 1em;
}

ol.comment-list li.comment div.comment-author {
  display: inline-flex;
}

ol.comment-list li.comment div.vcard {}

ol.comment-list li.comment div.vcard cite.fn {
  font-style: normal;
}

ol.comment-list li.comment div.vcard cite.fn a.url {}

ol.comment-list li.comment div.vcard img.avatar {
  border: 3px solid #ccc;
  margin: 0 0 0 1em;
}

ol.comment-list li.comment div.vcard img.avatar-32 {}

ol.comment-list li.comment div.vcard img.photo {}

ol.comment-list li.comment div.vcard span.says {}

ol.comment-list li.comment div.commentmetadata {}

ol.comment-list li.comment div.comment-meta {
  font-size: 9px;
  display: inline-flex;
}

ol.comment-list li.comment div.comment-meta a {
  color: #ccc;
}

ol.comment-list li.comment p {
  font-size: 14px;
  margin: 0 0 1em;
}

ol.comment-list li.comment ul {
  font-size: 11px;
  list-style: square;
  margin: 0 2em 1em 0;
}

ol.comment-list li.comment div.reply {
  font-size: 11px;
}

ol.comment-list li.comment div.reply a {
  font-weight: bold;
}

ol.comment-list li.comment ol.children {
  list-style: none;
  margin: 1em 0 0;
  text-indent: 0;
}

ol.comment-list li.comment ol.children li {}

ol.comment-list li.comment ol.children li.alt {}

ol.comment-list li.comment ol.children li.bypostauthor {}

ol.comment-list li.comment ol.children li.byuser {}

ol.comment-list li.comment ol.children li.comment {}

ol.comment-list li.comment ol.children li.comment-author-admin {}

ol.comment-list li.comment ol.children li.depth-2 {
  border-right: 5px solid #555;
  margin: 0 0.25em 0.25em 0;
}

ol.comment-list li.comment ol.children li.depth-3 {
  border-right: 5px solid #999;
  margin: 0 0.25em 0.25em 0;
}

ol.comment-list li.comment ol.children li.depth-4 {
  border-right: 5px solid #bbb;
  margin: 0 0.25em 0.25em 0;
}

ol.comment-list li.comment ol.children li.depth-5 {}

ol.comment-list li.comment ol.children li.odd {}

ol.comment-list li.even {
  background: #fff;
}

ol.comment-list li.odd {
  background: #f6f6f6;
}

ol.comment-list li.parent {
  border-right: 5px solid #111;
}

ol.comment-list li.thread-alt {}

ol.comment-list li.thread-even {}

ol.comment-list li.thread-odd {}

.comment-meta {
  margin: 0 0 1em;
}

.comment-metadata {
  font-size: 0.7em;
}

.entry-content h6 {
  font-size: 16px;
}

.entry-content h5 {
  font-size: 18px;
}

.entry-content h4 {
  font-size: 20px;
}

.entry-content h3 {
  font-size: 22px;
}

.entry-content h2 {
  font-size: 28px;
}

.entry-content h1 {
  font-size: 32px;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.entry-content iframe {
  border: none;
}

.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}

.alignleft,
img.alignleft {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.alignright,
img.alignright {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.aligncenter,
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  max-width: 100%;
  height: auto;
}

.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

blockquote.right {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

.gallery {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}

.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 10px 0 0;
  text-align: center;
  list-style: none;
}

.gallery-caption {
  font-size: 11px;
}

.gallery-columns-0 .gallery-item {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

.gallery-columns-10 .gallery-item {
  width: 10%;
}

.gallery-columns-11 .gallery-item {
  width: 9.09%;
}

.gallery-columns-12 .gallery-item {
  width: 8.33%;
}

.gallery-columns-13 .gallery-item {
  width: 7.69%;
}

.gallery-columns-14 .gallery-item {
  width: 7.14%;
}

.gallery-columns-15 .gallery-item {
  width: 6.66%;
}

.gallery-columns-16 .gallery-item {
  width: 6.25%;
}

.gallery-columns-17 .gallery-item {
  width: 5.88%;
}

.gallery-columns-18 .gallery-item {
  width: 5.55%;
}

.gallery-columns-19 .gallery-item {
  width: 5.26%;
}

.gallery-columns-20 .gallery-item {
  width: 5%;
}

.gallery-columns-21 .gallery-item {
  width: 4.76%;
}

.gallery-columns-22 .gallery-item {
  width: 4.54%;
}

.gallery-columns-23 .gallery-item {
  width: 4.34%;
}

.gallery-columns-24 .gallery-item {
  width: 4.16%;
}

.gallery-columns-25 .gallery-item {
  width: 4%;
}

.gallery-columns-26 .gallery-item {
  width: 3.84%;
}

.gallery-columns-27 .gallery-item {
  width: 3.7%;
}

.gallery-columns-28 .gallery-item {
  width: 3.57%;
}

.gallery-columns-29 .gallery-item {
  width: 3.44%;
}

.gallery-columns-30 .gallery-item {
  width: 3.33%;
}

/*Responsive*/

@media (max-width: 767.98px) {
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    height: 100vh;
    padding: 15px 0;
    background: rgb(42, 51, 80);
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }

  #navigation.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }

  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #navigation li>a {
    white-space: nowrap;
    height: 40px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    color: rgb(250, 250, 250);
    position: relative;
    display: flex;
    align-items: center;
  }

  #navigation>ul>li>a {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  #navigation>ul>li a:hover,
  #navigation>ul>li a:focus {
    background: rgba(255, 255, 255, 0.1);
  }

  #navigation>ul>li a:before,
  #navigation li.submenu>a:after {
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) invert(1);
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) rotate(90deg);
    content: "";
  }

  #navigation>ul>li a:before {
    transform: translateY(-50%) rotate(180deg);
    left: auto;
    right: 4px;
  }

  #navigation li.submenu.active>a:after {
    transform: translateY(-50%) rotate(-90deg);
  }

  #navigation ul ul>li>a {
    padding-right: 32px;
  }

  #navigation ul ul>li a:before {
    right: 16px;
  }
}

@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }

  #navigation {
    margin-right: 30px;
  }

  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #navigation ul>li {
    position: relative;
  }

  #navigation>ul>li+li {
    margin-right: 30px;
  }

  #navigation li>a {
    color: rgb(12, 27, 59);
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    position: relative;
  }

  #navigation li:hover>a,
  #navigation li.current-menu-item>a {
    color: rgb(80, 140, 155);
  }

  #navigation li>ul>li+li {
    border-top: 1px solid rgb(245, 245, 245);
  }

  #navigation li>ul>li>a {
    color: rgb(37, 37, 37);
  }

  #navigation li>ul>li:hover>a,
  #navigation li>ul>li.current-menu-item>a {
    background-color: rgb(245, 245, 245);
    color: rgb(80, 140, 155);
  }

  #navigation>ul>li>a {
    color: rgb(37, 37, 37);
    padding: 20px 0;
  }

  #header:not(.sticky) #navigation>ul>li>a {
    color: rgb(255, 255, 255);
  }

  #header:not(.sticky) #navigation>ul>li:hover>a {
    color: rgb(80, 140, 155);
  }

  #navigation>ul>li.current-menu-item>a,
  #navigation>ul>li:hover>a {
    color: rgb(80, 140, 155);
  }

  #navigation ul ul>li.current-menu-item>a,
  #navigation ul ul>li:hover>a {
    color: rgb(42, 51, 80);
  }

  #navigation li>ul {
    border-top: 3px solid rgb(80, 140, 155);
    background-color: rgb(255, 255, 255);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    right: 0;
    min-width: 230px;
    flex-direction: column;
    align-items: unset;
  }

  #navigation>ul>li>ul ul {
    top: 0;
    right: 100%;
  }

  #navigation li>ul>li>a {
    padding: 15px 10px;
  }

  #navigation li:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  #navigation li>ul>li.menu-item-has-children>a {
    padding-left: 45px;
  }

  #navigation>ul>li.menu-item-has-children>a {
    padding-left: 20px;
  }

  #navigation li.menu-item-has-children>a:after {
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) invert(1);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    content: "";
  }

  #navigation>ul>li.menu-item-has-children>a:after {
    transform: translateY(-50%) rotate(90deg);
  }

  #navigation>ul>li.menu-item-has-children:hover>a:after {
    transform: translateY(-50%) rotate(-90deg);
  }

  .intro-col-light:before {
    top: -100px;
    bottom: 100px;
    box-shadow: 0 150px 0 0 rgb(255, 255, 255);
  }

  .comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media (max-width: 575.98px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: start !important;
  }

}