﻿/*************** THEME STYLES ***************/
:root {
  --fs-primary-color: #1f2d40;
  --fs-secondary-color: #f28700;
  --fs-success-color: #34c759;
  --fs-info-color: #00aaef;
  --fs-warning-color: #ff9f38;
  --fs-danger-color: #ff453a;
  --fs-card-color: #dbdbdb;
  --fs-border-color: #dee2e6;
  --fs-white-color: #fff;
  --fs-black-color: #000;
  --fs-background-color: #ebedef;
  --fs-text-color: #212529;
  --fs-heading-color: #212529;
  --fs-menu-item-color: #909398;
}

/*************** COMMON COMPONENETS ***************/
.tp-fs-secondary-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px 25px;
  background-color: var(--fs-secondary-color);
  color: var(--fs-primary-color);
  text-decoration: none;
  border-radius: 16px;
}
.tp-fs-secondary-link-btn i {
  font-family: "Font Awesome 6 Pro";
}

.tp-fs-primary-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px 25px;
  background-color: var(--fs-primary-color);
  color: var(--fs-white-color);
  text-decoration: none;
  border-radius: 16px;
}
.tp-fs-primary-link-btn i {
  font-family: "Font Awesome 6 Pro";
}

#tp_header {
  margin-bottom: 30px;
}

/* FS HEADING 1 */
.tp-fs-heading1-container {
  width: 100%;
}
.tp-fs-heading1-container .center-heading {
  text-align: center;
}
.tp-fs-heading1-container .right-heading {
  text-align: right;
}
.tp-fs-heading1-container .left-heading {
  text-align: left;
}

/* FS HEADING 2 */
.tp-fs-heading2-container {
  width: 100%;
}
.tp-fs-heading2-container .tp-fs-header-divider {
  height: 100px;
  width: 100%;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-fs-heading2-container .tp-fs-header-divider .tp-fs-header-divider-title {
  position: relative;
  z-index: 2;
  color: #4E6889;
  font-weight: bold;
}
.tp-fs-heading2-container .tp-fs-header-divider:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -35px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  z-index: 1;
}
.tp-fs-heading2-container .tp-fs-arrow {
  background-color: var(--fs-white-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 2px solid #4E6889;
  z-index: 2;
}
.tp-fs-heading2-container .tp-fs-arrow i {
  font-family: "Font Awesome 6 Pro";
  font-size: 33px;
  color: #4E6889;
}

/* FS HEADING 3 */
.tp-fs-heading3-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-heading3-container {
    gap: 25px !important;
    white-space: nowrap !important;
  }
}
.tp-fs-heading3-container h1, .tp-fs-heading3-container h2, .tp-fs-heading3-container h3, .tp-fs-heading3-container h4, .tp-fs-heading3-container h5, .tp-fs-heading3-container h6 {
  margin-bottom: 0;
  color: var(--fs-secondary-color);
  width: 100%;
  max-width: max-content;
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-heading3-container h1 {
    font-size: 25px !important;
  }
}
.tp-fs-heading3-container .tp-fs-heading3-line {
  width: 100%;
  height: 2px;
}

/* FS HEADING 4*/
.tp-fs-heading4-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-fs-heading4-container .heading4-right {
  width: 30%;
  height: 3px;
}
.tp-fs-heading4-container .heading4-center {
  width: 20%;
  text-align: center;
}
.tp-fs-heading4-container .heading4-center h4 {
  margin-bottom: 0;
}
.tp-fs-heading4-container .heading4-left {
  width: 30%;
  height: 3px;
}

/* FS BANNER 1 */
.tp-fs-banner1-container .tp-fs-banner1-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  min-height: 250px;
  height: max-content;
}
.tp-fs-banner1-container .tp-fs-banner1-bg .tp-fs-banner1-content {
  display: flex;
  width: 50%;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
  gap: 5px;
}
@media (max-width: 480px) {
  .tp-fs-banner1-container .tp-fs-banner1-bg .tp-fs-banner1-content {
    width: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-banner1-container .tp-fs-banner1-bg .tp-fs-banner1-content {
    width: 100% !important;
  }
}
.tp-fs-banner1-container .tp-fs-banner1-bg .tp-fs-banner1-content p {
  font-size: 16px;
}

/* FS BANNER 2 */
.tp-fs-banner2-container {
  width: 100%;
  position: relative;
  min-height: 200px;
  height: max-content;
  margin-top: 70px;
  margin-bottom: 70px;
}
.tp-fs-banner2-container .tp-fs-banner2-content {
  width: 100%;
  min-height: 200px;
  height: max-content;
  border-radius: 32px;
  background-color: #ebedef;
  color: var(--fs-primary-color);
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .tp-fs-banner2-container .tp-fs-banner2-content {
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-banner2-container .tp-fs-banner2-content {
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
}
.tp-fs-banner2-container .tp-fs-banner2-content .tp-fs-banner2-text {
  max-width: 40%;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 480px) {
  .tp-fs-banner2-container .tp-fs-banner2-content .tp-fs-banner2-text {
    padding-right: 0 !important;
    max-width: none !important;
    white-space: nowrap !important;
    padding-top: 30px !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-banner2-container .tp-fs-banner2-content .tp-fs-banner2-text {
    padding-right: 0 !important;
    max-width: none !important;
    white-space: nowrap !important;
    padding-top: 30px;
  }
}
.tp-fs-banner2-container .tp-fs-banner2-content .tp-fs-banner2-text h3 {
  font-size: 34px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .tp-fs-banner2-container .tp-fs-banner2-content .tp-fs-banner2-text h3 {
    font-size: 20px !important;
  }
}
.tp-fs-banner2-container .tp-fs-banner2-content .tp-fs-banner2-text h5 {
  font-size: 25px;
}
@media (max-width: 480px) {
  .tp-fs-banner2-container .tp-fs-banner2-content .tp-fs-banner2-text h5 {
    font-size: 14px !important;
  }
}
.tp-fs-banner2-container .tp-fs-banner2-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .tp-fs-banner2-container .tp-fs-banner2-image {
    right: 25% !important;
    top: 20% !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-banner2-container .tp-fs-banner2-image {
    right: 25% !important;
    top: 55% !important;
  }
}
.tp-fs-banner2-container .tp-fs-banner2-image img {
  max-width: 100%;
  width: auto;
  max-height: 340px;
  height: auto;
}

/* FS INFOBOX 1 */
.tp-fs-infobox1-container .tp-fs-infobox1-items-grid {
  display: grid;
  gap: 25px 50px;
  width: 100%;
}
@media (max-width: 480px) {
  .tp-fs-infobox1-container .tp-fs-infobox1-items-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    width: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-infobox1-container .tp-fs-infobox1-items-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.tp-fs-infobox1-container .tp-fs-infobox1-items-grid .tp-fs-infobox1-item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  border: 1px dashed transparent;
  border-radius: 8px;
}
.tp-fs-infobox1-container .tp-fs-infobox1-items-grid .tp-fs-infobox1-item .tp-fs-infobox1-item-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
}
.tp-fs-infobox1-container .tp-fs-infobox1-items-grid .tp-fs-infobox1-item .tp-fs-infobox1-item-icon i {
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
}
.tp-fs-infobox1-container .tp-fs-infobox1-items-grid .tp-fs-infobox1-item .tp-fs-infobox1-item-content {
  display: flex;
  flex-direction: column;
  color: #4C6688;
}
.tp-fs-infobox1-container .tp-fs-infobox1-items-grid .tp-fs-infobox1-item .tp-fs-infobox1-item-content h5 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.tp-fs-infobox1-container .tp-fs-infobox1-items-grid .tp-fs-infobox1-item .tp-fs-infobox1-item-content span {
  font-size: 13px;
}

/* FS INFOBOX 2 */
.tp-fs-infobox2-container .tp-fs-infobox2-items-grid {
  width: 70%;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}
@media (max-width: 480px) {
  .tp-fs-infobox2-container .tp-fs-infobox2-items-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-infobox2-container .tp-fs-infobox2-items-grid {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.tp-fs-infobox2-container .tp-fs-infobox2-items-grid .tp-fs-infobox2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border: 1px dashed transparent;
  border-radius: 8px;
}
.tp-fs-infobox2-container .tp-fs-infobox2-items-grid .tp-fs-infobox2-item .tp-fs-infobox2-item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tp-fs-infobox2-container .tp-fs-infobox2-items-grid .tp-fs-infobox2-item .tp-fs-infobox2-item-top .tp-fs-infobox2-item-top-cirlce {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid var(--fs-secondary-color);
  background-color: #eceeef;
}
.tp-fs-infobox2-container .tp-fs-infobox2-items-grid .tp-fs-infobox2-item .tp-fs-infobox2-item-top .tp-fs-infobox2-item-top-line {
  width: 1px;
  height: 35px;
  background: var(--fs-secondary-color);
}
.tp-fs-infobox2-container .tp-fs-infobox2-items-grid .tp-fs-infobox2-item .tp-fs-infobox2-item-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.tp-fs-infobox2-container .tp-fs-infobox2-items-grid .tp-fs-infobox2-item .tp-fs-infobox2-item-icon i {
  font-family: "Font Awesome 6 Pro";
  font-size: 25px;
}
.tp-fs-infobox2-container .tp-fs-infobox2-items-grid .tp-fs-infobox2-item .tp-fs-infobox2-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tp-fs-infobox2-container .tp-fs-infobox2-items-grid .tp-fs-infobox2-item .tp-fs-infobox2-item-content h5 {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .tp-fs-infobox2-container .tp-fs-infobox2-items-grid .tp-fs-infobox2-item .tp-fs-infobox2-item-content h5 {
    font-size: 12px !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-infobox2-container .tp-fs-infobox2-items-grid .tp-fs-infobox2-item .tp-fs-infobox2-item-content h5 {
    font-size: 15px !important;
  }
}
.tp-fs-infobox2-container .tp-fs-infobox2-items-grid .tp-fs-infobox2-item .tp-fs-infobox2-item-content span.tp-fs-infobox2-item-subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .tp-fs-infobox2-container .tp-fs-infobox2-items-grid .tp-fs-infobox2-item .tp-fs-infobox2-item-content span.tp-fs-infobox2-item-subtitle {
    font-size: 12px !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-infobox2-container .tp-fs-infobox2-items-grid .tp-fs-infobox2-item .tp-fs-infobox2-item-content span.tp-fs-infobox2-item-subtitle {
    font-size: 15px !important;
  }
}
@media (max-width: 480px) {
  .tp-fs-infobox2-container .tp-fs-infobox2-items-grid .tp-fs-infobox2-item .tp-fs-infobox2-item-content .tp-fs-infobox2-item-small {
    font-size: 12px !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-infobox2-container .tp-fs-infobox2-items-grid .tp-fs-infobox2-item .tp-fs-infobox2-item-content .tp-fs-infobox2-item-small {
    font-size: 15px !important;
  }
}

/* FS INFOBOX 3 */
.tp-fs-infobox3-container .tp-fs-infobox3-items-grid {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (max-width: 480px) {
  .tp-fs-infobox3-container .tp-fs-infobox3-items-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-infobox3-container .tp-fs-infobox3-items-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-right: 10% !important;
  }
}
.tp-fs-infobox3-container .tp-fs-infobox3-items-grid a {
  text-decoration: none;
}
.tp-fs-infobox3-container .tp-fs-infobox3-items-grid .tp-fs-infobox3-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border: 1px dashed transparent;
  border-radius: 8px;
}
.tp-fs-infobox3-container .tp-fs-infobox3-items-grid .tp-fs-infobox3-item .tp-fs-infobox3-item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tp-fs-infobox3-container .tp-fs-infobox3-items-grid .tp-fs-infobox3-item .tp-fs-infobox3-item-top .tp-fs-infobox3-item-top-cirlce {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ffd54f;
  background-color: #eceeef;
}
.tp-fs-infobox3-container .tp-fs-infobox3-items-grid .tp-fs-infobox3-item .tp-fs-infobox3-item-top .tp-fs-infobox3-item-top-line {
  width: 1px;
  height: 35px;
  background: #ffd54f;
}
.tp-fs-infobox3-container .tp-fs-infobox3-items-grid .tp-fs-infobox3-item .tp-fs-card1-item-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  height: 70px;
  width: 70px;
}
.tp-fs-infobox3-container .tp-fs-infobox3-items-grid .tp-fs-infobox3-item .tp-fs-card1-item-img img {
  height: 100%;
  width: 100%;
}
.tp-fs-infobox3-container .tp-fs-infobox3-items-grid .tp-fs-infobox3-item .tp-fs-infobox3-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tp-fs-infobox3-container .tp-fs-infobox3-items-grid .tp-fs-infobox3-item .tp-fs-infobox3-item-content h5 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}
.tp-fs-infobox3-container .tp-fs-infobox3-items-grid .tp-fs-infobox3-item .dragged-item-options {
  right: 100%;
}

/* FS CARD 1 */
.tp-fs-card1-container .tp-fs-card1-items-grid {
  display: grid;
  gap: 30px;
  margin-top: 60px;
}
@media (max-width: 480px) {
  .tp-fs-card1-container .tp-fs-card1-items-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.tp-fs-card1-container .tp-fs-card1-items-grid .tp-fs-card1-item {
  position: relative;
  width: 100%;
  height: 300px;
  border: 1px solid var(--fs-card-color);
  display: flex;
  border-radius: 32px;
  z-index: 2;
  background-color: var(--fs-white-color);
  margin-bottom: 50px;
}
.tp-fs-card1-container .tp-fs-card1-items-grid .tp-fs-card1-item:after {
  content: "";
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 120px;
  border-radius: 0 0 120px 120px;
  background-color: var(--fs-white-color);
  border: 1px solid var(--fs-card-color);
  border-top: none;
}
.tp-fs-card1-container .tp-fs-card1-items-grid .tp-fs-card1-item .tp-fs-card1-item-img {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 115px;
  width: 115px;
  border-radius: 50%;
  background-color: var(--fs-primary-color);
  border: 1px solid var(--fs-card-color);
  z-index: 2;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
.tp-fs-card1-container .tp-fs-card1-items-grid .tp-fs-card1-item .tp-fs-card1-item-img img {
  width: 70%;
  max-width: 100%;
  height: auto;
}
.tp-fs-card1-container .tp-fs-card1-items-grid .tp-fs-card1-item .tp-fs-card1-item-wrapper {
  width: 100%;
  padding: 80px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 15px;
}
.tp-fs-card1-container .tp-fs-card1-items-grid .tp-fs-card1-item .tp-fs-card1-item-wrapper h4 {
  margin-bottom: 0;
}
.tp-fs-card1-container .tp-fs-card1-items-grid .tp-fs-card1-item .tp-fs-card1-item-wrapper .tp-fs-card1-item-button a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 16px;
  text-decoration: none;
}
.tp-fs-card1-container .tp-fs-card1-items-grid .tp-fs-card1-item .dragged-item-options {
  top: 16px;
  left: 10px;
}

/* FS CARD 2 */
.tp-fs-card2-container .tp-fs-card2-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 40px;
  border-radius: 16px;
  position: relative;
}
.tp-fs-card2-container .tp-fs-card2-bg:before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background-color: var(--fs-white-color);
  position: absolute;
  top: 0;
  border-radius: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-arrow {
  background-color: var(--fs-white-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 2px solid #4E6889;
  z-index: 2;
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-arrow i {
  font-family: "Font Awesome 6 Pro";
  font-size: 33px;
  color: #4E6889;
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid {
  display: grid;
  gap: 30px;
}
@media (max-width: 480px) {
  .tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item {
  width: 100%;
  background: var(--fs-white-color);
  border: 1px solid var(--fs-primary-color);
  border-radius: 16px;
  position: relative;
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .tp-fs-card2-item-top {
  background-color: var(--fs-white-color) 2C8;
  border-radius: 16px 16px 0 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .tp-fs-card2-item-top:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-color: var(--fs-white-color) 2C8;
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 50%);
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .tp-fs-card2-item-top .tp-fs-arrow {
  background-color: var(--fs-white-color);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 280%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--fs-secondary-color);
  z-index: 2;
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .tp-fs-card2-item-top .tp-fs-arrow i {
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  color: var(--fs-secondary-color);
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .tp-fs-card2-item-top .tp-fs-card2-item-title {
  font-size: 18px;
  font-weight: 600;
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .tp-fs-card2-item-top .tp-fs-card2-item-meta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .tp-fs-card2-item-top .tp-fs-card2-item-meta .tp-fs-card2-item-price {
  background-color: var(--fs-secondary-color);
  color: var(--fs-white-color);
  padding: 5px 20px;
  border-radius: 30px;
  z-index: 2;
  width: max-content;
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .tp-fs-card2-item-wrapper {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .tp-fs-card2-item-wrapper .tp-fs-card2-item-row {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  border-bottom: 1px solid var(--fs-border-color);
  padding-bottom: 10px;
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .tp-fs-card2-item-wrapper .tp-fs-card2-item-row:last-child {
  border-bottom: none;
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .tp-fs-card2-item-wrapper .tp-fs-card2-item-row i {
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 500;
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .tp-fs-card2-item-wrapper .tp-fs-card2-item-row i.secondary-color {
  color: var(--fs-secondary-color);
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .tp-fs-card2-item-wrapper .tp-fs-card2-item-row span {
  font-size: 15px;
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .tp-fs-card2-item-wrapper .tp-fs-card2-item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .tp-fs-card2-item-wrapper .tp-fs-card2-item-btn a {
  width: 100%;
  padding: 8px 20px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .tp-fs-card2-item-wrapper .tp-fs-card2-item-period {
  border: 1px solid var(--fs-secondary-color);
  border-top: 5px solid var(--fs-secondary-color);
  padding: 7px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-fs-card2-container .tp-fs-card2-bg .tp-fs-card2-grid .tp-fs-card2-item .dragged-item-options {
  top: 5px;
  left: 5px;
  z-index: 2;
}

/* FS CARD 3 */
.tp-fs-card3-container .tp-fs-card3-items-grid {
  display: grid;
  gap: 30px;
  margin-top: 60px;
}
@media (max-width: 480px) {
  .tp-fs-card3-container .tp-fs-card3-items-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    width: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-card3-container .tp-fs-card3-items-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    margin-right: 3% !important;
  }
}
.tp-fs-card3-container .tp-fs-card3-items-grid .tp-fs-card3-item {
  position: relative;
  width: 90%;
  border: 1px solid var(--fs-border-color);
  display: flex;
  border-radius: 130px;
  z-index: 2;
  margin-bottom: 50px;
}
.tp-fs-card3-container .tp-fs-card3-items-grid .tp-fs-card3-item:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 120px;
  border-radius: 0 0;
  border-top: none;
}
.tp-fs-card3-container .tp-fs-card3-items-grid .tp-fs-card3-item .tp-fs-card3-item-img {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 115px;
  width: 115px;
  border-radius: 50%;
  border: 1px solid var(--fs-border-color);
  z-index: 2;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .tp-fs-card3-container .tp-fs-card3-items-grid .tp-fs-card3-item .tp-fs-card3-item-img {
    top: 75px !important;
  }
}
.tp-fs-card3-container .tp-fs-card3-items-grid .tp-fs-card3-item .tp-fs-card3-item-img img {
  border-radius: 50px;
}
.tp-fs-card3-container .tp-fs-card3-items-grid .tp-fs-card3-item .tp-fs-card3-item-wrapper {
  width: 100%;
  padding: 160px 44px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 15px;
}
.tp-fs-card3-container .tp-fs-card3-items-grid .tp-fs-card3-item .tp-fs-card3-item-wrapper .tp-fs-card3-item-title h4 {
  margin-bottom: 0;
}
.tp-fs-card3-container .tp-fs-card3-items-grid .tp-fs-card3-item .tp-fs-card3-item-wrapper .tp-fs-card3-item-text {
  height: 100%;
  text-align: center;
}
.tp-fs-card3-container .tp-fs-card3-items-grid .tp-fs-card3-item .dragged-item-options {
  top: 16px;
  left: 10px;
}
.tp-fs-card3-container .tp-fs-card3-items-grid .tp-fs-card3-item .dragged-item-options .k-svg-i-more-vertical {
  border: none !important;
}

/* FS CARD 4 */
.tp-fs-card4-container .tp-fs-card4-items-grid {
  display: grid;
  gap: 30px;
  margin-top: 60px;
}
@media (max-width: 480px) {
  .tp-fs-card4-container .tp-fs-card4-items-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.tp-fs-card4-container .tp-fs-card4-items-grid .tp-fs-card4-item {
  position: relative;
  width: 100%;
  height: 300px;
  border: 1px solid var(--fs-card-color);
  display: flex;
  border-radius: 32px;
  z-index: 2;
  background-color: var(--fs-white-color);
  margin-bottom: 50px;
  border: 1px solid;
}
.tp-fs-card4-container .tp-fs-card4-items-grid .tp-fs-card4-item:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 81%;
  transform: translate(-50%, -50%);
  height: 62px;
  width: 121px;
  background-color: var(--fs-white-color);
  border-top: none;
}
.tp-fs-card4-container .tp-fs-card4-items-grid .tp-fs-card4-item .tp-fs-card4-item-img {
  position: absolute;
  top: -31px;
  left: 70%;
  transform: rotate(45deg);
  height: 90px;
  width: 90px;
  border-radius: 20px;
  background-color: var(--fs-primary-color);
  border: 1px solid var(--fs-card-color);
  z-index: 2;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
.tp-fs-card4-container .tp-fs-card4-items-grid .tp-fs-card4-item .tp-fs-card4-item-img img {
  width: 70%;
  max-width: 100%;
  height: auto;
  transform: rotate(-45deg);
}
.tp-fs-card4-container .tp-fs-card4-items-grid .tp-fs-card4-item .tp-fs-card4-item-wrapper {
  width: 100%;
  padding: 80px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 15px;
}
.tp-fs-card4-container .tp-fs-card4-items-grid .tp-fs-card4-item .tp-fs-card4-item-wrapper h4 {
  margin-bottom: 0;
}
.tp-fs-card4-container .tp-fs-card4-items-grid .tp-fs-card4-item .tp-fs-card4-item-wrapper .tp-fs-card4-item-text {
  text-align: center;
  overflow: hidden;
}
.tp-fs-card4-container .tp-fs-card4-items-grid .tp-fs-card4-item .tp-fs-card4-item-wrapper .tp-fs-card4-item-button a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 16px;
  text-decoration: none;
}
.tp-fs-card4-container .tp-fs-card4-items-grid .tp-fs-card4-item .dragged-item-options {
  top: 16px;
  left: 10px;
}

/* FS FAQ 1 */
.tp-fs-faq1-container .k-panelbar-item .k-link {
  position: relative !important;
  padding-right: 60px !important;
}
.tp-fs-faq1-container .k-panelbar-item .faq-item-options {
  position: absolute;
  right: 5px;
}
.tp-fs-faq1-container .k-panelbar-item .faq-item-options .k-button {
  padding: 5px;
}
.tp-fs-faq1-container .k-panelbar-item.k-level-0 > .k-link {
  font-size: 17px;
}

/* FS BLOG 1 */
.tp-fs-blog1-container {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .tp-fs-blog1-container {
    flex-direction: column !important;
    gap: 20px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-blog1-container {
    flex-direction: column !important;
  }
}
.tp-fs-blog1-container a {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.tp-fs-blog1-container .tp-fs-primary-link-btn {
  color: var(--fs-white-color);
}
.tp-fs-blog1-container .tp-fs-blog1-main-wrapper {
  width: 65%;
  height: 530px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: var(--fs-background-color);
  border-radius: 30px;
  padding: 30px;
}
@media (max-width: 480px) {
  .tp-fs-blog1-container .tp-fs-blog1-main-wrapper {
    width: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-blog1-container .tp-fs-blog1-main-wrapper {
    width: 100% !important;
  }
}
.tp-fs-blog1-container .tp-fs-blog1-main-wrapper .tp-fs-blog1-main-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .tp-fs-blog1-container .tp-fs-blog1-main-wrapper .tp-fs-blog1-main-top {
    flex-direction: row !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-blog1-container .tp-fs-blog1-main-wrapper .tp-fs-blog1-main-top {
    flex-direction: row !important;
  }
}
@media (max-width: 480px) {
  .tp-fs-blog1-container .tp-fs-blog1-main-wrapper .tp-fs-blog1-main-top h2 {
    font-size: larger !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-blog1-container .tp-fs-blog1-main-wrapper .tp-fs-blog1-main-top h2 {
    font-size: larger !important;
  }
}
.tp-fs-blog1-container .tp-fs-blog1-main-wrapper .tp-fs-blog1-main-top a {
  width: auto;
}
.tp-fs-blog1-container .tp-fs-blog1-main-wrapper .tp-fs-blog1-main-top button {
  padding: 10px 30px;
  border-radius: 30px;
}
@media (max-width: 480px) {
  .tp-fs-blog1-container .tp-fs-blog1-main-wrapper .tp-fs-blog1-main-top button {
    padding: 4px 20px !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-blog1-container .tp-fs-blog1-main-wrapper .tp-fs-blog1-main-top button {
    padding: 4px 20px !important;
  }
}
.tp-fs-blog1-container .tp-fs-blog1-main-wrapper .tp-fs-blog1-main-post {
  position: relative;
  border: 1px solid #b3c6e6;
  border-radius: 16px;
  height: 400px;
  display: flex;
  align-items: flex-end;
}
.tp-fs-blog1-container .tp-fs-blog1-main-wrapper .tp-fs-blog1-main-post a {
  position: relative;
}
.tp-fs-blog1-container .tp-fs-blog1-main-wrapper .tp-fs-blog1-main-post img {
  width: 100%;
  max-width: 100%;
  height: 398px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center center;
}
.tp-fs-blog1-container .tp-fs-blog1-main-wrapper .tp-fs-blog1-main-post .tp-fs-blog1-main-post-text {
  display: flex;
  margin: 0 auto 20px;
  flex-direction: column;
  background-color: #FCFCFC;
  position: absolute;
  right: 2%;
  left: 2%;
  bottom: 2%;
  padding: 20px;
  border-radius: 8px;
}
.tp-fs-blog1-container .tp-fs-blog1-main-wrapper .tp-fs-blog1-main-post .tp-fs-blog1-main-post-text h5 {
  font-size: 20px;
  font-weight: bold;
}
.tp-fs-blog1-container .tp-fs-blog1-main-wrapper .tp-fs-blog1-main-post .tp-fs-blog1-main-post-text p {
  font-size: 16px;
  margin-bottom: 0;
}
.tp-fs-blog1-container .tp-fs-blog1-side-wrapper {
  width: 32%;
  margin-right: 3%;
  background-color: var(--fs-background-color);
  border-radius: 30px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 480px) {
  .tp-fs-blog1-container .tp-fs-blog1-side-wrapper {
    width: 100% !important;
    margin-right: 0 !important;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    height: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-blog1-container .tp-fs-blog1-side-wrapper {
    width: 100% !important;
    margin-right: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    height: 100% !important;
  }
}
.tp-fs-blog1-container .tp-fs-blog1-side-wrapper .tp-fs-blog1-side-post {
  display: flex;
  width: 100% !important;
  gap: 10px;
  align-items: flex-start;
  background-color: #FCFCFC;
  padding: 15px;
  border-radius: 16px;
  position: relative;
  border: 1px solid #b3c6e6;
}
.tp-fs-blog1-container .tp-fs-blog1-side-wrapper .tp-fs-blog1-side-post a {
  gap: 10px;
}
.tp-fs-blog1-container .tp-fs-blog1-side-wrapper .tp-fs-blog1-side-post .tp-fs-blog1-side-post-img {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
}
.tp-fs-blog1-container .tp-fs-blog1-side-wrapper .tp-fs-blog1-side-post .tp-fs-blog1-side-post-img img {
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  border-radius: 7px;
  object-fit: cover;
  object-position: center center;
}
.tp-fs-blog1-container .tp-fs-blog1-side-wrapper .tp-fs-blog1-side-post .tp-fs-blog1-side-post-text {
  display: flex;
  flex-direction: column;
}
.tp-fs-blog1-container .tp-fs-blog1-side-wrapper .tp-fs-blog1-side-post .tp-fs-blog1-side-post-text h5 {
  margin-bottom: 7px;
  font-size: 16px;
}
.tp-fs-blog1-container .tp-fs-blog1-side-wrapper .tp-fs-blog1-side-post .tp-fs-blog1-side-post-text h5 a {
  text-decoration: none;
  color: inherit;
  font-size: 15px;
}
.tp-fs-blog1-container .tp-fs-blog1-side-wrapper .tp-fs-blog1-side-post .tp-fs-blog1-side-post-text p {
  font-size: 12px;
  margin-bottom: 0;
}
.tp-fs-blog1-container .tp-fs-blog1-side-wrapper .tp-fs-blog1-side-post .dragged-item-options {
  top: 10px;
  left: 5px;
}
.tp-fs-blog1-container .tp-fs-blog1-side-wrapper .tp-fs-blog1-side-post .tp-fs-arrow {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

/* FS BLOG 2 */
.tp-fs-blog2-main-wrapper {
  width: 100%;
  background-color: var(--fs-background-color);
  padding: 30px;
  border-radius: 16px;
}
.tp-fs-blog2-main-wrapper a {
  text-decoration: none;
  color: inherit;
}
.tp-fs-blog2-main-wrapper .tp-fs-primary-link-btn {
  color: var(--fs-white-color);
}
.tp-fs-blog2-main-wrapper .tp-fs-blog2-main-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-fs-blog2-main-wrapper .tp-fs-blog2-main-top button {
  padding: 10px 30px;
  border-radius: 30px;
}
.tp-fs-blog2-main-wrapper .tp-fs-blog2-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 50px;
}
@media (max-width: 480px) {
  .tp-fs-blog2-main-wrapper .tp-fs-blog2-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-blog2-main-wrapper .tp-fs-blog2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
  }
}
.tp-fs-blog2-main-wrapper .tp-fs-blog2-grid .tp-fs-blog2-post-item {
  position: relative;
  width: 100%;
  height: 300px;
  border: 1px solid #b3c6e6;
  border-radius: 16px;
}
.tp-fs-blog2-main-wrapper .tp-fs-blog2-grid .tp-fs-blog2-post-item .tp-fs-blog2-post-item-bg {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 16px;
  display: flex;
  align-items: flex-end;
}
.tp-fs-blog2-main-wrapper .tp-fs-blog2-grid .tp-fs-blog2-post-item .tp-fs-blog2-post-item-bg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.tp-fs-blog2-main-wrapper .tp-fs-blog2-grid .tp-fs-blog2-post-item .tp-fs-blog2-post-item-bg .tp-fs-blog2-post-item-text {
  width: 90%;
  background-color: var(--fs-white-color);
  padding: 15px;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto 15px;
}
.tp-fs-blog2-main-wrapper .tp-fs-blog2-grid .tp-fs-blog2-post-item .tp-fs-blog2-post-item-bg .tp-fs-blog2-post-item-text h5 {
  font-weight: bold;
  font-size: 16px;
}
.tp-fs-blog2-main-wrapper .tp-fs-blog2-grid .tp-fs-blog2-post-item .tp-fs-blog2-post-item-bg .tp-fs-blog2-post-item-text h5 a {
  text-decoration: none;
  color: inherit;
}
.tp-fs-blog2-main-wrapper .tp-fs-blog2-grid .tp-fs-blog2-post-item .tp-fs-blog2-post-item-bg .tp-fs-blog2-post-item-text i {
  font-family: "Font Awesome 6 Pro";
  align-self: flex-end;
  font-size: 20px;
}
.tp-fs-blog2-main-wrapper .tp-fs-blog2-grid .tp-fs-blog2-post-item .dragged-item-options {
  top: 10px;
  left: 5px;
}

/* FS HEADER 1 */
.tp-fs-header1-container {
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fs-background-color);
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
  height: 100vh;
  position: relative;
}
.tp-fs-header1-container .tp-fs-header1-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 480px) {
  .tp-fs-header1-container .tp-fs-header1-wrapper {
    flex-direction: column !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-header1-container .tp-fs-header1-wrapper {
    padding: 10px !important;
    justify-content: space-around !important;
  }
}
.tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 40%;
}
@media (max-width: 480px) {
  .tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-content {
    align-items: center !important;
    max-width: none !important;
  }
}
@media (max-width: 480px) {
  .tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-content .tp-fs-header1-title {
    text-align: center !important;
  }
}
.tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-content .tp-fs-header1-title h1 {
  font-weight: 700;
  font-size: 2.5rem;
}
@media (max-width: 480px) {
  .tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-content .tp-fs-header1-title h1 {
    font-size: 30px !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-content .tp-fs-header1-title h1 {
    font-size: 24px !important;
  }
}
@media (max-width: 480px) {
  .tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-content .tp-fs-header1-subtitle {
    text-align: center !important;
  }
}
.tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-content .tp-fs-header1-subtitle h2 {
  font-weight: 500;
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-content .tp-fs-header1-subtitle h2 {
    font-size: 20px !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-content .tp-fs-header1-subtitle h2 {
    font-size: 20px !important;
  }
}
.tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-content .tp-fs-header1-text {
  width: 100%;
  text-align: right;
}
@media (max-width: 480px) {
  .tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-content .tp-fs-header1-text {
    text-align: center !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-content .tp-fs-header1-text {
    font-size: small !important;
  }
}
.tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-content .tp-fs-header1-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-content .tp-fs-header1-cta a {
  padding: 10px 40px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 480px) {
  .tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-content .tp-fs-header1-cta a {
    padding: 5px 40px !important;
  }
}
.tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-image {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 480px) {
  .tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-image {
    margin-top: 20% !important;
  }
}
.tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-image img {
  max-width: 100%;
  height: auto;
}
.tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-social-icons {
  position: absolute;
  bottom: 0;
}
.tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-social-icons .tp-fs-header1-social-icons-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tp-fs-header1-container .tp-fs-header1-wrapper .tp-fs-header1-social-icons .tp-fs-header1-social-icons-nav li {
  width: 25px;
  height: 25px;
}
.tp-fs-header1-container .tp-fs-header1-arrow-down {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, -50%);
}
.tp-fs-header1-container .tp-fs-header1-arrow-down i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  color: var(--fs-secondary-color);
  background-color: white;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid var(--fs-secondary-color);
  font-size: 30px;
  font-weight: var(--fa-style, 900);
}

/* FS HEADER 2 */
.tp-fs-header2-container {
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fs-background-color);
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
  height: 100vh;
  position: relative;
}
@media (max-width: 480px) {
  .tp-fs-header2-container {
    height: 30vh;
  }
}
.tp-fs-header2-container .container {
  position: relative;
  bottom: 5%;
}
.tp-fs-header2-container .container .tp-fs-header2-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
@media (max-width: 480px) {
  .tp-fs-header2-container .container .tp-fs-header2-wrapper {
    justify-content: center;
  }
}
.tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 25%;
}
@media (max-width: 480px) {
  .tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-content {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-content .tp-fs-header2-title {
    display: flex;
    justify-content: center;
  }
}
.tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-content .tp-fs-header2-title h1 {
  font-weight: 700;
  font-size: 2.5rem;
}
.tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-content .tp-fs-header2-subtitle {
  display: flex;
  gap: 5px;
}
@media (max-width: 480px) {
  .tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-content .tp-fs-header2-subtitle {
    display: flex;
    justify-content: center;
  }
}
.tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-content .tp-fs-header2-subtitle h2 {
  font-weight: 700;
  font-size: 2.5rem;
}
.tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-content .tp-fs-header2-subtitle a {
  background-color: rgba(255, 193, 140, 0.2);
  color: var(--fs-white-color) !important;
  gap: 12px;
  justify-content: space-around;
  padding: 0px 4px;
  text-decoration: none;
  border-radius: 23px;
  align-items: center;
  display: flex;
  height: 44px;
}
.tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-content .tp-fs-header2-subtitle a i {
  background-color: var(--fs-warning-color);
  height: 30px;
  width: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-content .tp-fs-header2-text {
  width: 100%;
  text-align: right;
}
.tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-content .tp-fs-header2-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-content .tp-fs-header2-cta a {
  padding: 10px 40px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}
.tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-image {
  width: 50%;
  max-width: 50%;
}
.tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-image img {
  max-width: 100%;
  height: auto;
}
.tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-social-icons {
  position: absolute;
  bottom: 0;
}
.tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-social-icons .tp-fs-header2-social-icons-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tp-fs-header2-container .container .tp-fs-header2-wrapper .tp-fs-header2-social-icons .tp-fs-header2-social-icons-nav li {
  width: 25px;
  height: 25px;
}
.tp-fs-header2-container .container .tp-fs-header2-arrow-down {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, -50%);
}
.tp-fs-header2-container .container .tp-fs-header2-arrow-down i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  color: rgb(255, 213, 79);
  background-color: white;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgb(255, 213, 79);
  font-size: 30px;
  font-weight: var(--fa-style, 900);
}

/* HEADER 3 */
.tp-fs-header3-container .tp-fs-header3-wrapper {
  display: flex;
  gap: 15%;
}
@media (max-width: 480px) {
  .tp-fs-header3-container .tp-fs-header3-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
}
.tp-fs-header3-container .tp-fs-header3-wrapper .tp-fs-header3-image {
  width: 40%;
  position: relative;
  height: 59vh;
  bottom: 100px;
  right: -6%;
  overflow: hidden;
  border-radius: 125px;
  transform: rotate(40deg);
}
@media (max-width: 480px) {
  .tp-fs-header3-container .tp-fs-header3-wrapper .tp-fs-header3-image {
    width: 100%;
    position: relative;
    height: 55vh;
    bottom: 90px;
    right: -25%;
    overflow: hidden;
    border-radius: 55px;
    transform: rotate(47deg);
  }
}
.tp-fs-header3-container .tp-fs-header3-wrapper .tp-fs-header3-image img {
  width: 100%;
  bottom: -130px;
  right: 2%;
  transform: rotate(-40deg);
  position: relative;
  height: 58vh;
}
@media (max-width: 480px) {
  .tp-fs-header3-container .tp-fs-header3-wrapper .tp-fs-header3-image img {
    width: 100%;
    bottom: -120px;
    right: 0%;
    transform: rotate(-47deg);
    position: relative;
    height: 100%;
  }
}
.tp-fs-header3-container .tp-fs-header3-wrapper .tp-fs-header3-content {
  max-width: 30%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 480px) {
  .tp-fs-header3-container .tp-fs-header3-wrapper .tp-fs-header3-content {
    width: 100%;
    max-width: 100%;
    padding: 40px;
  }
}
.tp-fs-header3-container .tp-fs-header3-wrapper .tp-fs-header3-content .tp-fs-header3-subtitle h1 {
  font-weight: 700 !important;
}
.tp-fs-header3-container .tp-fs-header3-wrapper .tp-fs-header3-content .tp-fs-header3-button {
  display: flex;
  justify-content: end;
  margin-top: 15px;
}
.tp-fs-header3-container .tp-fs-header3-wrapper .tp-fs-header3-content .tp-fs-header3-button a {
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  gap: 10px;
  display: flex;
  text-decoration: none;
}

/* FS SLIDER 1 */
.tp-fs-slider1-container .tp-fs-slider1-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tp-fs-slider1-container .tp-fs-slider1-header h5 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
}
.tp-fs-slider1-container .k-scrollview-view {
  display: flex !important;
  gap: 40px;
  margin: 0 auto;
}
.tp-fs-slider1-container .tp-fs-slider1-item {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
  position: relative;
  max-width: 310px;
}
@media (max-width: 480px) {
  .tp-fs-slider1-container .tp-fs-slider1-item {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.tp-fs-slider1-container .tp-fs-slider1-item .tp-fs-slider1-item-container {
  width: 100%;
  height: 400px;
  display: flex;
  background-size: cover;
  padding: 20px 0;
  text-decoration: none;
  border-radius: 20px;
  position: relative;
}
.tp-fs-slider1-container .tp-fs-slider1-item .tp-fs-slider1-item-container .tp-fs-slider1-item-top {
  display: flex;
  justify-content: flex-end;
  padding: 10px 15px;
}
.tp-fs-slider1-container .tp-fs-slider1-item .tp-fs-slider1-item-container .tp-fs-slider1-item-top .tp-fs-slider1-item-price {
  font-size: 16px;
  font-weight: 500;
}
.tp-fs-slider1-container .tp-fs-slider1-item .tp-fs-slider1-item-container .tp-fs-slider1-item-bottom {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.1);
  align-self: flex-end;
  width: 100%;
}
.tp-fs-slider1-container .tp-fs-slider1-item .tp-fs-slider1-item-container .tp-fs-slider1-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--fs-white-color);
  font-size: 20px;
}
.tp-fs-slider1-container .tp-fs-slider1-item .tp-fs-slider1-item-container i {
  background-color: var(--fs-warning-color);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
}
.tp-fs-slider1-container .k-scrollview-prev {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.tp-fs-slider1-container .k-scrollview-prev .k-svg-icon.k-icon-xxxl {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fs-primary-color);
  color: var(--fs-primary-color);
}
.tp-fs-slider1-container .k-scrollview-next {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.tp-fs-slider1-container .k-scrollview-next .k-svg-icon.k-icon-xxxl {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fs-primary-color);
  color: var(--fs-primary-color);
}

/* FS SLIDER 2 */
.tp-fs-slider2-container .tp-fs-slider2-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tp-fs-slider2-container .tp-fs-slider2-header h5 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
}
.tp-fs-slider2-container .tp-fs-slider2-item {
  width: 100%;
  position: relative;
  border-radius: 30px;
}
.tp-fs-slider2-container .tp-fs-slider2-item .tp-fs-slider2-item-container {
  display: flex;
  height: 500px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.tp-fs-slider2-container .tp-fs-slider2-item .tp-fs-slider2-item-container .tp-fs-slider2-item-title {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.3);
  align-self: flex-end;
  font-size: 16px;
  width: 100%;
  z-index: 1;
  color: #fff;
  border-radius: 0 0 30px 30px;
}
.tp-fs-slider2-container .tp-fs-slider2-navigation {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  right: 20px;
  left: 20px;
  transform: translateY(-50%);
  z-index: 10;
}
.tp-fs-slider2-container .tp-fs-slider2-navigation .tp-slider-nav-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.5);
  color: #a5a4a4;
  z-index: 10;
  font-size: 30px;
}

/* FS COMBOBOX 1 */
.tp-fs-combobox1-container .tp-fs-combobox1-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .tp-fs-combobox1-container .tp-fs-combobox1-wrapper {
    flex-direction: column;
  }
}
.tp-fs-combobox1-container .tp-fs-combobox1-wrapper .tp-fs-combobox1-box {
  padding: 20px;
}
.tp-fs-combobox1-container .tp-fs-combobox1-wrapper .half-box {
  width: 50%;
}
@media (max-width: 480px) {
  .tp-fs-combobox1-container .tp-fs-combobox1-wrapper .half-box {
    width: 100%;
  }
}
.tp-fs-combobox1-container .tp-fs-combobox1-wrapper .one-third {
  width: 33%;
}
.tp-fs-combobox1-container .tp-fs-combobox1-wrapper .two-third {
  width: 66%;
}
.tp-fs-combobox1-container .tp-fs-combobox1-wrapper .tp-fs-combobox1-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-fs-combobox1-container .tp-fs-combobox1-wrapper .tp-fs-combobox1-image img {
  height: auto;
  max-width: 100%;
}

/* FS PRODUCTS 1 */
.tp-fs-products1-container .tp-fs-products1-main-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tp-fs-products1-container .tp-fs-products1-main-top h5 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
}
.tp-fs-products1-container .tp-fs-products-slider-1 {
  border: none;
  background: transparent;
}
.tp-fs-products1-container .tp-fs-products-slider-1 .k-scrollview-view {
  display: flex !important;
  gap: 40px;
  margin: 0 auto;
}
.tp-fs-products1-container .tp-fs-products-slider-item {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
  position: relative;
  max-width: 295px;
  height: 400px;
  border-radius: 16px;
}
.tp-fs-products1-container .tp-fs-products-slider-item .tp-fs-products-slider-item-container {
  width: 100%;
  height: 100%;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-radius: 16px;
}
.tp-fs-products1-container .tp-fs-products-slider-item .tp-fs-products-slider-item-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-fs-products1-container .tp-fs-products-slider-item .tp-fs-products-slider-item-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px;
}
.tp-fs-products1-container .tp-fs-products-slider-item .tp-fs-products-slider-item-top {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 16px 16px 0 0;
}
.tp-fs-products1-container .tp-fs-products-slider-item .tp-fs-products-slider-item-top .tp-fs-products-slider-item-price {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tp-fs-products1-container .tp-fs-products-slider-item .tp-fs-products-slider-item-top .tp-fs-products-slider-item-price .tp-fs-products-slider-item-price-old {
  color: #ccc;
  text-decoration: line-through;
  font-size: 14px;
}
.tp-fs-products1-container .tp-fs-products-slider-item .tp-fs-products-slider-item-top .tp-fs-products-slider-item-price .tp-fs-products-slider-item-price-new {
  color: var(--fs-white-color);
  font-size: 16px;
  font-weight: 600;
}
.tp-fs-products1-container .tp-fs-products-slider-item .tp-fs-products-slider-item-discount {
  position: absolute;
  bottom: 60px;
  left: 10px;
  background-color: var(--fs-secondary-color);
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 8px;
  align-self: flex-end;
}
.tp-fs-products1-container .tp-fs-products-slider-item .tp-fs-products-slider-item-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
  border-radius: 0 0 16px 16px;
  color: var(--fs-white-color);
  font-weight: 600;
  font-size: 16px;
}

/* FS PRODUCTS 2 */
.tp-fs-products2-container .tp-fs-products2-main-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tp-fs-products2-container .tp-fs-products2-main-top h5 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
}
.tp-fs-products2-container .tp-fs-products-2-filters {
  margin-bottom: 30px;
}
.tp-fs-products2-container .tp-fs-products-2-filters label {
  margin-bottom: 5px;
}
.tp-fs-products2-container .tp-fs-products2-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.tp-fs-products2-container .tp-fs-products2-grid .tp-fs-products-grid-item {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
  position: relative;
  max-width: 310px;
  border-radius: 16px;
}
.tp-fs-products2-container .tp-fs-products2-grid .tp-fs-products-grid-item .tp-fs-products-grid-item-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  border-radius: 16px;
  background-color: var(--fs-white-color);
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.05);
}
.tp-fs-products2-container .tp-fs-products2-grid .tp-fs-products-grid-item .tp-fs-products-grid-item-img {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 16px 16px 0 0;
}
.tp-fs-products2-container .tp-fs-products2-grid .tp-fs-products-grid-item .tp-fs-products-grid-item-img img {
  max-width: 100%;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px 16px 0 0;
}
.tp-fs-products2-container .tp-fs-products2-grid .tp-fs-products-grid-item .tp-fs-products-grid-item-img .tp-fs-products-grid-item-discount {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--fs-secondary-color);
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 8px;
  align-self: flex-end;
}
.tp-fs-products2-container .tp-fs-products2-grid .tp-fs-products-grid-item .tp-fs-products-grid-item-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px 10px 20px;
  border-radius: 0 0 16px 16px;
}
.tp-fs-products2-container .tp-fs-products2-grid .tp-fs-products-grid-item .tp-fs-products-grid-item-content .tp-fs-products-grid-item-title {
  font-size: 17px;
}
.tp-fs-products2-container .tp-fs-products2-grid .tp-fs-products-grid-item .tp-fs-products-grid-item-content .tp-fs-products-grid-item-price {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tp-fs-products2-container .tp-fs-products2-grid .tp-fs-products-grid-item .tp-fs-products-grid-item-content .tp-fs-products-grid-item-price .tp-fs-products-grid-item-price-old {
  color: #898989;
  text-decoration: line-through;
  font-size: 14px;
}
.tp-fs-products2-container .tp-fs-products2-grid .tp-fs-products-grid-item .tp-fs-products-grid-item-content .tp-fs-products-grid-item-price .tp-fs-products-grid-item-price-new {
  color: var(--fs-primary-color);
  font-size: 15px;
  font-weight: 600;
}
.tp-fs-products2-container .tp-fs-products2-grid .tp-fs-products-grid-item .tp-fs-products-grid-item-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
  border-radius: 0 0 16px 16px;
  color: var(--fs-white-color);
  font-weight: 600;
  font-size: 16px;
}

/* FS PRODUCTS 4 */
.tp-fs-products4-container .tp-fs-products-4-filters {
  margin-bottom: 30px;
}
.tp-fs-products4-container .tp-fs-products-4-filters label {
  margin-bottom: 5px;
}
.tp-fs-products4-container .tp-fs-products4-main-top h2 {
  background-color: var(--fs-background-color);
  padding: 15px;
  margin-bottom: 20px;
  border-right: 10px solid var(--fs-secondary-color);
  border-radius: 16px;
}
.tp-fs-products4-container .tp-fs-products4-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  background-color: var(--fs-white-color);
}
@media (max-width: 480px) {
  .tp-fs-products4-container .tp-fs-products4-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.tp-fs-products4-container .tp-fs-products4-grid .tp-fs-products-grid-item {
  border: 1px solid var(--fs-border-color);
  border-radius: 16px;
}
.tp-fs-products4-container .tp-fs-products4-grid .tp-fs-products-grid-item a {
  text-decoration: none;
}
.tp-fs-products4-container .tp-fs-products4-grid .tp-fs-products-grid-item .tp-fs-products-grid-item-img {
  height: 300px;
}
.tp-fs-products4-container .tp-fs-products4-grid .tp-fs-products-grid-item .tp-fs-products-grid-item-img img {
  max-width: 100%;
  width: 100%;
  height: 300px;
  border-radius: 16px 16px 0 0;
  object-fit: cover;
  object-position: center center;
}
.tp-fs-products4-container .tp-fs-products4-grid .tp-fs-products-grid-item .tp-fs-products-grid-item-bottom {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tp-fs-products4-container .tp-fs-products4-grid .tp-fs-products-grid-item .tp-fs-products-grid-item-bottom .tp-fs-products-grid-item-title {
  font-size: 15px;
  font-weight: bold;
}
.tp-fs-products4-container .tp-fs-products4-grid .tp-fs-products-grid-item .tp-fs-products-grid-item-bottom .tp-fs-products-grid-item-category {
  color: #9f9f9f;
  display: flex;
  align-items: center;
  gap: 5px;
}
.tp-fs-products4-container .tp-fs-products4-grid .tp-fs-products-grid-item .tp-fs-products-grid-item-bottom .tp-fs-products-grid-item-location {
  color: #9f9f9f;
  display: flex;
  align-items: center;
  gap: 5px;
}

.fs-product-slider-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.fs-product-slider-skeleton-grid .k-skeleton {
  border-radius: 16px;
}

.fs-product-archive-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.fs-product-archive-skeleton-grid .k-skeleton {
  border-radius: 16px;
}

/* FS HOJREH */
.tp-fs-hojrehcontact-container .tp-fs-hojrehcontact-wrapper {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.tp-fs-hojrehcontact-container .tp-fs-hojrehcontact-wrapper .tp-fs-hojrehcontact-image {
  display: flex;
  justify-content: center;
}
.tp-fs-hojrehcontact-container .tp-fs-hojrehcontact-wrapper .tp-fs-hojrehcontact-image img {
  width: 500px;
}
.tp-fs-hojrehcontact-container .tp-fs-hojrehcontact-wrapper .hojreh-middle {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.tp-fs-hojrehcontact-container .tp-fs-hojrehcontact-wrapper .hojreh-info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .tp-fs-hojrehcontact-container .tp-fs-hojrehcontact-wrapper .hojreh-info {
    flex-direction: column;
    gap: 15px;
  }
}
.tp-fs-hojrehcontact-container .tp-fs-hojrehcontact-wrapper .hojreh-info .hojreh-call {
  gap: 10px;
  display: flex;
  border: 1px solid var(--fs-border-color);
  align-items: center;
  border-radius: 35px;
  padding: 10px;
}
.tp-fs-hojrehcontact-container .tp-fs-hojrehcontact-wrapper .hojreh-info .hojreh-call h5 {
  margin-bottom: -1px;
}
.tp-fs-hojrehcontact-container .tp-fs-hojrehcontact-wrapper .hojreh-info .hojreh-support {
  gap: 10px;
  display: flex;
  border: 1px solid var(--fs-border-color);
  align-items: center;
  border-radius: 35px;
  padding: 10px;
}
.tp-fs-hojrehcontact-container .tp-fs-hojrehcontact-wrapper .hojreh-info .hojreh-support h5 {
  margin-bottom: -1px;
}
.tp-fs-hojrehcontact-container .tp-fs-hojrehcontact-wrapper .hojreh-info .hojreh-email {
  gap: 10px;
  display: flex;
  border: 1px solid var(--fs-border-color);
  align-items: center;
  border-radius: 35px;
  padding: 10px;
}
.tp-fs-hojrehcontact-container .tp-fs-hojrehcontact-wrapper .hojreh-info .hojreh-email h5 {
  margin-bottom: -1px;
}
.tp-fs-hojrehcontact-container .tp-fs-hojrehcontact-wrapper .hojreh-address {
  border: 1px solid var(--fs-border-color);
  padding: 10px;
  border-radius: 15px;
}

/* FS RESERVE 1 */
.fs-single-product-wrapper {
  padding: 20px;
  border-radius: 16px;
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.05);
}

.fs-single-product-intro {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  background-color: var(--fs-white-color);
}
@media (max-width: 480px) {
  .fs-single-product-intro {
    flex-direction: column !important;
  }
}
.fs-single-product-intro .fs-single-product-image {
  width: 500px;
  min-width: 500px;
}
@media (max-width: 480px) {
  .fs-single-product-intro .fs-single-product-image {
    width: 100% !important;
    min-width: 100% !important;
  }
}
.fs-single-product-intro .fs-single-product-image .fs-single-product-index-image {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-single-product-intro .fs-single-product-image .fs-single-product-index-image img {
  max-width: 100%;
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.fs-single-product-intro .fs-single-product-image .fs-single-product-gallery-container {
  margin-top: 10px;
  border: none;
  border-width: 0;
}
.fs-single-product-intro .fs-single-product-image .fs-single-product-gallery-container .fs-single-product-gallery {
  border-radius: 16px;
  border: none !important;
}
.fs-single-product-intro .fs-single-product-image .fs-single-product-gallery-container .fs-single-product-gallery .k-scrollview-view {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .fs-single-product-intro .fs-single-product-image .fs-single-product-gallery-container .fs-single-product-gallery .k-scrollview-view {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
    margin: 0 auto;
  }
}
.fs-single-product-intro .fs-single-product-image .fs-single-product-gallery-container .fs-single-product-gallery .k-scrollview-view .fs-single-product-gallery-item {
  height: 140px;
  border-radius: 16px;
}
@media (max-width: 480px) {
  .fs-single-product-intro .fs-single-product-image .fs-single-product-gallery-container .fs-single-product-gallery.mobile-slider .k-scrollview-view {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
    margin: 0 auto;
  }
}
.fs-single-product-intro .fs-single-product-image2 {
  width: 100%;
}
.fs-single-product-intro .fs-single-product-image2 .fs-single-product-index-image {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-single-product-intro .fs-single-product-image2 .fs-single-product-index-image img {
  max-width: 100%;
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.fs-single-product-intro .fs-single-product-image2 .fs-single-product-gallery-container {
  margin-top: 10px;
  border: none;
  border-width: 0;
}
.fs-single-product-intro .fs-single-product-image2 .fs-single-product-gallery-container .fs-single-product-gallery {
  border-radius: 16px;
  border: none !important;
}
.fs-single-product-intro .fs-single-product-image2 .fs-single-product-gallery-container .fs-single-product-gallery .k-scrollview-view {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 auto;
}
.fs-single-product-intro .fs-single-product-image2 .fs-single-product-gallery-container .fs-single-product-gallery .k-scrollview-view .fs-single-product-gallery-item {
  height: 200px;
  border-radius: 16px;
}
.fs-single-product-intro .fs-single-product-main-content {
  width: 100%;
}
.fs-single-product-intro .fs-single-product-main-content h1 {
  font-size: 28px;
}
.fs-single-product-intro .fs-single-product-main-content .fs-single-product-meta {
  padding-bottom: 10px;
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
}
.fs-single-product-intro .fs-single-product-main-content .fs-single-product-meta .fs-single-product-meta-item {
  font-size: 12px;
  background-color: var(--fs-primary-color);
  color: var(--fs-white-color);
  padding: 5px 15px;
  border-radius: 16px;
}
.fs-single-product-intro .fs-single-product-main-content .fs-single-product-labels {
  border-top: 3px dashed var(--fs-border-color);
  border-bottom: 3px dashed var(--fs-border-color);
  padding: 10px 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .fs-single-product-intro .fs-single-product-main-content .fs-single-product-labels {
    flex-direction: column;
    gap: 10px;
  }
}
.fs-single-product-intro .fs-single-product-main-content .fs-single-product-labels .fs-single-product-meta-price {
  display: flex;
  align-items: center;
  gap: 5px;
}
.fs-single-product-intro .fs-single-product-main-content .fs-single-product-labels .fs-single-product-meta-price .fs-single-product-meta-price-old {
  color: #b3b3b3;
  text-decoration: line-through;
  font-size: 14px;
}
.fs-single-product-intro .fs-single-product-main-content .fs-single-product-labels .fs-single-product-meta-price .fs-single-product-meta-price-new {
  color: var(--fs-primary-color);
  font-size: 16px;
  font-weight: 600;
}
.fs-single-product-intro .fs-single-product-main-content .fs-single-product-labels .fs-single-product-meta-discount {
  background-color: var(--fs-secondary-color);
  padding: 5px 16px;
  border-radius: 16px;
  font-weight: 500;
}
.fs-single-product-intro .fs-single-product-main-content .fs-single-product-desc {
  margin-bottom: 20px;
}

.fs-single-product-intro2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 30px;
  background-color: var(--fs-white-color);
}
.fs-single-product-intro2 .fs-single-product-image2 {
  width: 100%;
}
.fs-single-product-intro2 .fs-single-product-image2 .fs-single-product-index-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-single-product-intro2 .fs-single-product-image2 .fs-single-product-index-image img {
  width: 100%;
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.fs-single-product-intro2 .fs-single-product-image2 .fs-single-product-gallery-container {
  margin-top: 10px;
  border: none;
  border-width: 0;
}
.fs-single-product-intro2 .fs-single-product-image2 .fs-single-product-gallery-container .fs-single-product-gallery {
  border-radius: 16px;
  border: none !important;
}
.fs-single-product-intro2 .fs-single-product-image2 .fs-single-product-gallery-container .fs-single-product-gallery .k-scrollview-view {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 auto;
}
.fs-single-product-intro2 .fs-single-product-image2 .fs-single-product-gallery-container .fs-single-product-gallery .k-scrollview-view .fs-single-product-gallery-item {
  height: 200px;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fs-single-product-intro2 .fs-single-product-main-content {
  width: 100%;
}
.fs-single-product-intro2 .fs-single-product-main-content h1 {
  font-size: 28px;
}
.fs-single-product-intro2 .fs-single-product-main-content .fs-single-product-meta {
  padding-bottom: 10px;
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
}
.fs-single-product-intro2 .fs-single-product-main-content .fs-single-product-meta .fs-single-product-meta-item {
  font-size: 12px;
  background-color: var(--fs-primary-color);
  color: var(--fs-white-color);
  padding: 5px 15px;
  border-radius: 16px;
}
.fs-single-product-intro2 .fs-single-product-main-content .fs-single-product-labels {
  border-top: 3px dashed var(--fs-border-color);
  border-bottom: 3px dashed var(--fs-border-color);
  padding: 10px 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .fs-single-product-intro2 .fs-single-product-main-content .fs-single-product-labels {
    flex-direction: column;
    gap: 10px;
  }
}
.fs-single-product-intro2 .fs-single-product-main-content .fs-single-product-labels .fs-single-product-meta-price {
  display: flex;
  align-items: center;
  gap: 5px;
}
.fs-single-product-intro2 .fs-single-product-main-content .fs-single-product-labels .fs-single-product-meta-price .fs-single-product-meta-price-old {
  color: #b3b3b3;
  text-decoration: line-through;
  font-size: 14px;
}
.fs-single-product-intro2 .fs-single-product-main-content .fs-single-product-labels .fs-single-product-meta-price .fs-single-product-meta-price-new {
  color: var(--fs-primary-color);
  font-size: 16px;
  font-weight: 600;
}
.fs-single-product-intro2 .fs-single-product-main-content .fs-single-product-labels .fs-single-product-meta-discount {
  background-color: var(--fs-secondary-color);
  padding: 5px 16px;
  border-radius: 16px;
  font-weight: 500;
}
.fs-single-product-intro2 .fs-single-product-main-content .fs-single-product-desc {
  margin-bottom: 20px;
}

.fs-single-product-program-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.fs-single-product-program-wrapper .fs-single-product-program-item {
  background-color: var(--fs-white-color);
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--fs-secondary-color);
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--fs-border-color);
  margin-bottom: 15px;
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-header h5 {
  color: var(--fs-secondary-color);
  font-weight: 600;
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-tickets {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-ticket-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--fs-border-color);
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-ticket-row {
    flex-direction: column;
    gap: 10px;
  }
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-ticket-row .fs-single-product-program-ticket-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-ticket-row .fs-single-product-program-ticket-title .fs-single-product-index-image2 img {
  height: 100px;
  width: 100px;
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-ticket-row .fs-single-product-program-ticket-discount {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-ticket-row .fs-single-product-program-ticket-discount .fs-single-product-program-ticket-percent {
  background-color: var(--fs-secondary-color);
  color: var(--fs-primary-color);
  font-size: 13px;
  padding: 3px 5px;
  border-radius: 8px;
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-ticket-row .fs-single-product-program-ticket-discount .fs-single-product-program-ticket-old {
  color: #b3b3b3;
  text-decoration: line-through;
  font-size: 13px;
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-ticket-row .fs-single-product-program-ticket-qty {
  width: 165px;
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-ticket-row .fs-single-product-program-ticket-qty .k-numerictextbox.k-input.tp-numeric.telerik-blazor.k-input-solid.k-rounded-md.k-input-md {
  border-radius: 30px;
  background-color: var(--fs-primary-color);
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-ticket-row .fs-single-product-program-ticket-qty .k-numerictextbox.k-input.tp-numeric.telerik-blazor.k-input-solid.k-rounded-md.k-input-md .k-input-inner {
  color: var(--fs-white-color);
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-ticket-row .fs-single-product-program-ticket-qty .k-numerictextbox.k-input.tp-numeric.telerik-blazor.k-input-solid.k-rounded-md.k-input-md .k-button.k-icon-button.k-button-solid.k-button-solid-base.k-button-md.k-spinner-increase {
  border-radius: 50%;
  background-color: var(--fs-white-color) !important;
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-ticket-row .fs-single-product-program-ticket-qty .k-numerictextbox.k-input.tp-numeric.telerik-blazor.k-input-solid.k-rounded-md.k-input-md .k-button.k-icon-button.k-button-solid.k-button-solid-base.k-button-md.k-spinner-increase svg {
  color: var(--fs-primary-color);
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-ticket-row .fs-single-product-program-ticket-qty .k-numerictextbox.k-input.tp-numeric.telerik-blazor.k-input-solid.k-rounded-md.k-input-md .k-button.k-icon-button.k-button-solid.k-button-solid-base.k-button-md.k-spinner-decrease {
  border-radius: 50%;
  background-color: var(--fs-white-color) !important;
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-ticket-row .fs-single-product-program-ticket-qty .k-numerictextbox.k-input.tp-numeric.telerik-blazor.k-input-solid.k-rounded-md.k-input-md .k-button.k-icon-button.k-button-solid.k-button-solid-base.k-button-md.k-spinner-decrease svg {
  color: var(--fs-primary-color);
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-ticket-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .fs-single-product-program-wrapper .fs-single-product-program-item .fs-single-product-program-cta {
    justify-content: center;
  }
}

.fs-product-sans-date-wrapper {
  gap: 10px;
  display: flex;
  overflow: auto;
  margin-bottom: 10px;
}
.fs-product-sans-date-wrapper .active-box {
  background-color: var(--tp-primary-color);
  color: var(--tp-white-color);
}

.fs-product-sans-time-wrapper {
  gap: 10px;
  display: flex;
  overflow: auto;
  margin-bottom: 10px;
}
.fs-product-sans-time-wrapper .active-box {
  background-color: var(--tp-primary-color);
  color: var(--tp-white-color);
}

.archive-posts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 480px) {
  .archive-posts-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.archive-posts-grid .archive-post-item {
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.archive-posts-grid .archive-post-item .archive-post-item-img {
  width: 100%;
  height: 180px;
}
.archive-posts-grid .archive-post-item .archive-post-item-img img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px 16px 0 0;
}
.archive-posts-grid .archive-post-item .archive-post-item-content {
  padding: 15px 15px 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 175px;
}
.archive-posts-grid .archive-post-item .archive-post-item-content .archive-post-item-title {
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive-posts-grid .archive-post-item .archive-post-item-content .archive-post-item-title h5 {
  margin-bottom: 0;
  font-weight: bold;
}
.archive-posts-grid .archive-post-item .archive-post-item-content .archive-post-item-description {
  font-size: 13px;
  height: 60px !important;
  text-overflow: ellipsis;
}
.archive-posts-grid .archive-post-item .archive-post-item-content .archive-post-item-cta {
  height: 25px;
}

/* FS PUBLIC ELEMENTS */
.tp-fs-public-element-wrapper .tp-fs-products1-container {
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-products2-container {
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-products3-container {
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-products4-container {
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-hojrehcontact-container {
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-infobox3-container {
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-heading1-container {
  margin-bottom: 30px;
}
.tp-fs-public-element-wrapper .tp-fs-heading2-container {
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-banner1-container {
  margin-bottom: 30px;
}
.tp-fs-public-element-wrapper .tp-fs-banner2-container {
  margin-top: 100px;
  margin-bottom: 100px;
}
.tp-fs-public-element-wrapper .tp-fs-infobox1-container {
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-infobox2-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-blog1-container {
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-blog2-container {
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-blog3-container {
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-slider1-container {
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-slider2-container {
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-editor-container {
  margin-bottom: 30px;
}
.tp-fs-public-element-wrapper .tp-fs-heading3-container {
  margin-bottom: 30px;
}
.tp-fs-public-element-wrapper .tp-fs-heading4-container {
  margin-bottom: 30px;
}
.tp-fs-public-element-wrapper .tp-fs-infobox3-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-card1-container {
  margin-top: 100px;
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-card2-container {
  margin-top: 60px;
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-card3-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-card4-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-slider3-container {
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-blog4-container {
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-image1-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tp-fs-public-element-wrapper .tp-fs-reserve1-container {
  margin-bottom: 80px;
}
.tp-fs-public-element-wrapper .tp-fs-banner1-bg {
  margin-bottom: 40px;
}
