/*border-radius*/
@font-face {
  font-family: "General Sans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/GeneralSans-Bold.woff2") format("woff2"), url("/wp-content/themes/draftspot_theme/assets/fonts/GeneralSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "General Sans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/GeneralSans-Semibold.woff2") format("woff2"), url("/wp-content/themes/draftspot_theme/assets/fonts/GeneralSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "General Sans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/GeneralSans-Medium.woff2") format("woff2"), url("/wp-content/themes/draftspot_theme/assets/fonts/GeneralSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "General Sans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/GeneralSans-Regular.woff2") format("woff2"), url("/wp-content/themes/draftspot_theme/assets/fonts/GeneralSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media (max-width: 1600px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  font-family: "General Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #1A1A1E;
  font-variant-numeric: lining-nums;
  font-feature-settings: "pnum" on, "lnum" on;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background: #f2f2f2;
}
@media (max-width: 1600px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

main {
  width: 100%;
}

.btn,
a.btn {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  color: #EF0000;
  gap: 0.66em;
  outline: 0;
  padding: calc(0.583em - 4px) calc(1.66em - 4px);
  border-radius: 0;
  border: 2px solid #EF0000;
  font-weight: 600;
  transition: 0.4s all;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  font-size: 1.5em;
  line-height: 1.33;
}
@media only screen and (max-width: 1601px) {
  .btn,
  a.btn {
    font-size: 1.25em;
  }
}
.btn path,
a.btn path {
  stroke: #EF0000;
  transition: 0.4s all;
}
.btn:hover,
a.btn:hover {
  background-color: red;
  color: #F2F2F2;
}
.btn:hover path,
a.btn:hover path {
  stroke: #F2F2F2;
}
.btn.white,
a.btn.white {
  color: #1A1A1E;
  padding: calc(0.583em - 0px) calc(1.66em - 0px);
  background-color: #F2F2F2;
  border: 0;
  box-shadow: 6px 6px 20px rgba(22, 27, 29, 0.25);
}
.btn.white svg path,
a.btn.white svg path {
  stroke: #1A1A1E;
  transition: 0.4s all;
}
.btn.white:hover,
a.btn.white:hover {
  background-color: #1A1A1E;
  color: #F2F2F2;
}
.btn.white:hover path,
a.btn.white:hover path {
  stroke: #F2F2F2;
}
.btn.red,
a.btn.red {
  color: #F2F2F2;
  background-color: #EF0000;
  border: 0;
  box-shadow: 6px 6px 20px rgba(22, 27, 29, 0.25);
  font-size: 1em;
  padding: 0.875em 1.5em;
  font-weight: 600;
}
.btn.red svg path,
a.btn.red svg path {
  stroke: unset !important;
  fill: #F2F2F2;
  transition: 0.4s all;
}
.btn.red:hover,
a.btn.red:hover {
  background-color: #1A1A1E;
  color: #F2F2F2;
}
.btn.red:hover path,
a.btn.red:hover path {
  stroke: unset !important;
  fill: #F2F2F2;
}
.btn svg,
a.btn svg {
  width: 1.33em;
  height: 1.33em;
}

p {
  font-size: 1.125em;
  line-height: 1.55;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  p {
    font-size: 1.0625em;
  }
}

h1 {
  font-weight: 700;
  font-size: 4.25em;
  line-height: 1.2;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 3.75em;
  }
}
@media (max-width: 1399px) {
  h1 {
    font-size: 3.5em;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 3em;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 2.75em;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 2.2em;
  }
}

h2 {
  font-weight: 600;
  font-size: 2.875em;
  line-height: 1.35;
}
@media (max-width: 1600px) {
  h2 {
    font-size: 2.3em;
  }
}
@media (max-width: 1399px) {
  h2 {
    font-size: 2.2em;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 1.8em;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 1.5em;
  }
}

h3, .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ti-name, .ds_about_gal .container h2, .ds_about_bottom .ds_about_row .ds_about_box h2, .ds_about h1 {
  font-weight: 500;
  font-size: 2.25em;
  line-height: 1.35;
}
@media (max-width: 1600px) {
  h3, .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ti-name, .ds_about_gal .container h2, .ds_about_bottom .ds_about_row .ds_about_box h2, .ds_about h1 {
    font-size: 1.45em;
  }
}
@media (max-width: 1199px) {
  h3, .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ti-name, .ds_about_gal .container h2, .ds_about_bottom .ds_about_row .ds_about_box h2, .ds_about h1 {
    font-size: 1.3em;
  }
}
@media (max-width: 991px) {
  h3, .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ti-name, .ds_about_gal .container h2, .ds_about_bottom .ds_about_row .ds_about_box h2, .ds_about h1 {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  h3, .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ti-name, .ds_about_gal .container h2, .ds_about_bottom .ds_about_row .ds_about_box h2, .ds_about h1 {
    font-size: 1.2em;
  }
}

h4 {
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5;
}

.ds_bg_vector {
  background: url("/wp-content/uploads/2025/06/background-vector.svg") center center;
  background-size: cover;
}

input,
textarea {
  padding: 0.75em 1em;
  outline: 0;
  border: 1px solid;
  border-radius: 0.5em;
  background: #EFEFEF;
  font-family: "General Sans", sans-serif;
  font-size: 16px;
  resize: none;
}

textarea {
  height: 9em;
}

body:not(.home) h1 {
  text-align: center;
  margin-bottom: 3rem;
}
body:not(.home) h1 a {
  text-decoration: none;
  color: currentColor;
}

.ds_contact_section iframe {
  height: 27em;
  border: 1px solid;
  border-radius: 1.25em;
}

main ul {
  list-style: none;
}
main ul li {
  position: relative;
  margin-left: 1.5em;
}
main ul li::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.1em;
  height: 0.1em;
  background: #1A1A1E;
  border-radius: 50%;
}

body.error404 main#main {
  padding: 0;
}
body.error404 .error-404-wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  text-align: center;
  align-items: center;
}
body.error404 .error-404-wrapper > div h1 {
  font-size: 6em;
  margin-bottom: 0;
}

.page-template-default h2 {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

p.red_text {
  color: red;
  font-size: 0.8em;
  font-weight: 700;
  text-align: end;
}

html.scroll {
  height: 100%;
  overflow: hidden;
}

.ds_about {
  padding-top: 8.75em;
  padding-bottom: 2.5em;
  background: linear-gradient(to bottom, #E0E0E0 0%, #F2F2F2 100%);
  position: relative;
}
.ds_about .container {
  position: relative;
}
.ds_about .container:before {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -2.5em;
  width: 29.8125em;
  height: auto;
  aspect-ratio: 477/173;
  background-size: contain;
  background-image: url(/wp-content/uploads/2025/11/Frame-2547.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (max-width: 1600px) {
  .ds_about .container:before {
    width: 24em;
    right: -8%;
  }
}
@media only screen and (max-width: 991px) {
  .ds_about .container:before {
    width: 18em;
    right: -6%;
  }
}
@media only screen and (max-width: 767px) {
  .ds_about .container:before {
    width: 12em;
    right: -6%;
  }
}
.ds_about h1 {
  color: #EF0000;
  margin-bottom: 0.5em !important;
  text-align: left !important;
}
.ds_about p {
  max-width: 71%;
}
@media only screen and (max-width: 991px) {
  .ds_about p {
    max-width: 88%;
  }
}
@media only screen and (max-width: 575px) {
  .ds_about p {
    max-width: 100%;
  }
}

.ds_about_bottom {
  padding-top: 6.25em;
  padding-bottom: 2.5em;
}
@media only screen and (max-width: 1199px) {
  .ds_about_bottom {
    padding-top: 5em;
  }
}
.ds_about_bottom .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2.75em;
}
.ds_about_bottom .ds_about_row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .ds_about_bottom .ds_about_row {
    flex-direction: column;
    gap: 1.5em;
  }
}
.ds_about_bottom .ds_about_row.reversed {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .ds_about_bottom .ds_about_row.reversed {
    flex-direction: column;
  }
}
.ds_about_bottom .ds_about_row .ds_about_figure {
  width: 31.85%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 991px) {
  .ds_about_bottom .ds_about_row .ds_about_figure {
    width: 100%;
    height: auto;
    aspect-ratio: 10/7;
  }
}
.ds_about_bottom .ds_about_row .ds_about_box {
  width: 64.88%;
  background-color: #F2F2F2;
  border: 2px solid #BCBCBC;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.25);
  padding: 3em 5em;
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}
@media only screen and (max-width: 1399px) {
  .ds_about_bottom .ds_about_row .ds_about_box {
    padding: 2em 3em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_about_bottom .ds_about_row .ds_about_box {
    padding: 1.5em 1.5em;
    width: 100%;
  }
}
.ds_about_bottom .ds_about_row .ds_about_box h2 {
  color: #1A1A1E;
}
.ds_about_bottom .ds_about_row .ds_about_box p:not(:last-of-type) {
  margin-bottom: 1lh;
}

.ds_about_gal {
  padding-top: 4em;
  padding-bottom: 2.5em;
}
@media only screen and (max-width: 1199px) {
  .ds_about_gal {
    padding-top: 3em;
  }
}
.ds_about_gal .container h2 {
  text-align: center;
  color: #1A1A1E;
  margin-bottom: 1em;
}
.ds_about_gal .container .ds_about_gal_row {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .ds_about_gal .container .ds_about_gal_row {
    max-width: calc(100% - 6em);
  }
}
.ds_about_gal .container .ds_about_gal_row .swiper.mySwiper2 {
  margin-bottom: 3em;
}
@media only screen and (max-width: 1399px) {
  .ds_about_gal .container .ds_about_gal_row .swiper.mySwiper2 {
    margin-bottom: 1.5em;
  }
}
.ds_about_gal .container .ds_about_gal_row .swiper.mySwiper2 .swiper-slide {
  width: 100%;
  cursor: pointer;
}
.ds_about_gal .container .ds_about_gal_row .swiper.mySwiper2 .swiper-slide img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
@media only screen and (max-width: 767px) {
  .ds_about_gal .container .ds_about_gal_row .swiper.mySwiper2 .swiper-slide img {
    aspect-ratio: 4/3;
  }
}
.ds_about_gal .container .ds_about_gal_row .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/8;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 991px) {
  .ds_about_gal .container .ds_about_gal_row .swiper .swiper-slide img {
    aspect-ratio: 16/9;
  }
}
.ds_about_gal .container .ds_about_gal_row .swiper-button {
  z-index: 5;
  width: 2.5em;
  height: 2.5em;
  padding: 0.5em;
  border-radius: 4em;
  background-color: #ef0000;
  transition: 0.15s ease-out;
}
.ds_about_gal .container .ds_about_gal_row .swiper-button path {
  fill: white;
}
.ds_about_gal .container .ds_about_gal_row .swiper-button:hover {
  transform: scale(1.15);
}
.ds_about_gal .container .ds_about_gal_row .swiper-button.swiper-button-prev {
  left: -4em;
}
.ds_about_gal .container .ds_about_gal_row .swiper-button.swiper-button-next {
  right: -4em;
}
@media only screen and (max-width: 575px) {
  .ds_about_gal .container .ds_about_gal_row .swiper-button {
    width: 2em;
    height: 2em;
  }
  .ds_about_gal .container .ds_about_gal_row .swiper-button.swiper-button-prev {
    left: -3em;
  }
  .ds_about_gal .container .ds_about_gal_row .swiper-button.swiper-button-next {
    right: -3em;
  }
}

.ds_about_modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.72);
}
@media only screen and (max-width: 575px) {
  .ds_about_modal:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0px, rgba(0, 0, 0, 0) 5em, rgba(0, 0, 0, 0) calc(100% - 5em), rgba(0, 0, 0, 0.75) 100%);
    z-index: 3;
    pointer-events: none;
  }
}
.ds_about_modal.active {
  display: block;
}
.ds_about_modal .swiper-button-close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 3.5em;
  height: 3.5em;
  background-color: #ef0000;
  border-radius: 4em;
  z-index: 5;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.ds_about_modal .swiper-button-close:hover {
  transform: scale(1.15);
}
@media only screen and (max-width: 767px) {
  .ds_about_modal .swiper-button-close {
    width: 2.5em;
    height: 2.5em;
  }
}
.ds_about_modal .swiper-button-close span {
  position: absolute;
  width: 70%;
  height: 4px;
  border-radius: 4px;
  background-color: white;
  left: 50%;
  top: 50%;
}
.ds_about_modal .swiper-button-close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ds_about_modal .swiper-button-close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .ds_about_modal .swiper-button-close span {
    height: 2px;
  }
}
.ds_about_modal .swiper-button {
  z-index: 5;
  width: 3em;
  height: 3em;
  padding: 0.75em;
  border-radius: 4em;
  background-color: #ef0000;
  transition: 0.15s ease-out;
  position: fixed;
  top: 50%;
}
.ds_about_modal .swiper-button path {
  fill: white;
}
.ds_about_modal .swiper-button:hover {
  transform: scale(1.15);
}
.ds_about_modal .swiper-button.swiper-button-prev-modal {
  left: 2em;
}
.ds_about_modal .swiper-button.swiper-button-next-modal {
  right: 2em;
}
@media only screen and (max-width: 575px) {
  .ds_about_modal .swiper-button {
    width: 2.5em;
    height: 2.5em;
    top: 50%;
  }
  .ds_about_modal .swiper-button.swiper-button-prev-modal {
    left: 1em;
  }
  .ds_about_modal .swiper-button.swiper-button-next-modal {
    right: 1em;
  }
}
.ds_about_modal .swiper {
  height: 100%;
  opacity: 0;
  transition: 0.3s ease-out;
}
.ds_about_modal .swiper.active {
  opacity: 1;
}
.ds_about_modal .swiper .swiper-slide {
  padding: 10vh 10vw;
}
@media only screen and (max-width: 575px) {
  .ds_about_modal .swiper .swiper-slide {
    padding: 0;
  }
}
.ds_about_modal .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.ds_about_btn {
  padding-top: 1.25em;
  padding-bottom: 6.25em;
}
.ds_about_btn .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.ds_about_btn .container > img {
  width: 3.5em;
  height: 3.5em;
}

.privacy-policy article {
  padding-bottom: 4em;
  padding-top: 10em;
}
.privacy-policy article h1 {
  text-align: left;
}

.error404 .error-404-wrapper {
  padding-top: 10em;
  padding-bottom: 7em;
}

/*border-radius*/
/*utilities*/
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}

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

.w-100 {
  width: 100%;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-small {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 576px) {
  .container, .container-sm, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}
@media (min-width: 1601px) {
  .container {
    max-width: 1380px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.row-small .col-1, .row-small .col-2, .row-small .col-3, .row-small .col-4, .row-small .col-5, .row-small .col-6, .row-small .col-7, .row-small .col-8, .row-small .col-9, .row-small .col-10, .row-small .col-11, .row-small .col-12, .row-small .col, .row-small .col-auto, .row-small .col-sm-1, .row-small .col-sm-2, .row-small .col-sm-3, .row-small .col-sm-4, .row-small .col-sm-5, .row-small .col-sm-6, .row-small .col-sm-7, .row-small .col-sm-8, .row-small .col-sm-9, .row-small .col-sm-10, .row-small .col-sm-11, .row-small .col-sm-12, .row-small .col-sm, .row-small .col-sm-auto, .row-small .col-md-1, .row-small .col-md-2, .row-small .col-md-3, .row-small .col-md-4, .row-small .col-md-5, .row-small .col-md-6, .row-small .col-md-7, .row-small .col-md-8, .row-small .col-md-9, .row-small .col-md-10, .row-small .col-md-11, .row-small .col-md-12, .row-small .col-md, .row-small .col-md-auto, .row-small .col-lg-1, .row-small .col-lg-2, .row-small .col-lg-3, .row-small .col-lg-4, .row-small .col-lg-5, .row-small .col-lg-6, .row-small .col-lg-7, .row-small .col-lg-8, .row-small .col-lg-9, .row-small .col-lg-10, .row-small .col-lg-11, .row-small .col-lg-12, .row-small .col-lg, .row-small .col-lg-auto, .row-small .col-xl-1, .row-small .col-xl-2, .row-small .col-xl-3, .row-small .col-xl-4, .row-small .col-xl-5, .row-small .col-xl-6, .row-small .col-xl-7, .row-small .col-xl-8, .row-small .col-xl-9, .row-small .col-xl-10, .row-small .col-xl-11, .row-small .col-xl-12, .row-small .col-xl, .row-small .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.bi {
  fill: currentColor;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

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


/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1199px) {
  .newsletter .newsletter_card .wpcf7 form p label {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .newsletter .newsletter_card {
    padding: 2.5em 2em 1.6em;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*border-radius*/
/*header - page top margin fix*/
#masthead {
  position: fixed;
  z-index: 999;
  background: #F2F2F2;
  transition: 0.4s all;
  width: 100%;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
#masthead .ds_wrapper_menu_main {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100px;
  transition: 0.4s all;
}
@media only screen and (max-width: 1399px) {
  #masthead .ds_wrapper_menu_main {
    height: 80px;
  }
}
#masthead .ds_wrapper_menu_main .navbar-brand {
  margin-right: auto;
}
#masthead .ds_wrapper_menu_main .navbar-brand figure {
  display: flex;
}
#masthead .ds_wrapper_menu_main .navbar-brand figure img {
  height: auto;
  width: 15.125em;
  transition: 0.4s all;
}
@media only screen and (max-width: 1399px) {
  #masthead .ds_wrapper_menu_main .navbar-brand figure img {
    width: 10em;
  }
}
#masthead .ds_wrapper_menu_main .navbar-brand a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#masthead .ds_wrapper_menu_main .navbar #nav-icon3 {
  display: none;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav {
  height: 100%;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul {
  display: flex;
  align-items: stretch;
  margin: auto;
  list-style: none;
  height: 100%;
  gap: 2em;
}
@media only screen and (max-width: 1199px) {
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul {
    gap: 1em;
  }
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
  text-decoration: none;
  color: #1A1A1E;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  transition: 0.4s all;
  font-weight: 600;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:hover {
  border-top: 3px solid #1A1A1E;
}
#masthead .ds_wrapper_menu_main .header_icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #masthead .ds_wrapper_menu_main .header_icons {
    display: none;
  }
}
#masthead .ds_wrapper_menu_main .header_icons:last-child {
  margin-left: 3.75em;
}
@media only screen and (max-width: 1399px) {
  #masthead .ds_wrapper_menu_main .header_icons:last-child {
    margin-left: 2.5em;
  }
}
@media only screen and (max-width: 1199px) {
  #masthead .ds_wrapper_menu_main .header_icons:last-child {
    margin-left: 1.5em;
  }
}
#masthead .ds_wrapper_menu_main .header_icons a:not(.btn) {
  display: flex;
  color: #EF0000;
  text-decoration: none;
  gap: 1em;
  font-weight: 700;
  font-size: 1em;
  transition: 0.4s all;
}
#masthead .ds_wrapper_menu_main .header_icons a:not(.btn):hover {
  filter: brightness(0.85);
}
#masthead .ds_wrapper_menu_main .header_icons a:not(.btn) svg {
  height: 1.5em;
  width: 1.5em;
}
#masthead .ds_wrapper_menu_main .header_icons a.btn {
  font-size: 1em;
  padding: 0.875em 1.5em;
  font-weight: 600;
}

#masthead.smallHeader {
  background: #F2F2F2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#masthead.smallHeader .ds_wrapper_menu_main {
  height: 80px;
}
@media only screen and (max-width: 1399px) {
  #masthead.smallHeader .ds_wrapper_menu_main {
    height: 64px;
  }
}

/*----------burger menu------------*/
@media only screen and (max-width: 991px) {
  header .ds_wrapper_menu_main .navbar {
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
  header .ds_wrapper_menu_main .navbar #main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #F2F2F2;
    top: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    transform: translateX(100%);
    transition: 0.5s cubic-bezier(0.86, -0.01, 0.15, 1.04);
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 90%;
    gap: 1em !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li {
    margin: 0 !important;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a {
    width: 100%;
    padding: 0 38px 0 28px;
    border: 0 !important;
    text-align: center;
    display: flex;
    justify-content: space-between;
    text-transform: unset;
    line-height: 2.85;
    height: auto !important;
    font-weight: 500 !important;
    font-size: 1.5em !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li.menu-item-has-children {
    border-bottom: 0 !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li.menu-item-has-children > a {
    display: none !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li.menu-item-has-children ul {
    opacity: 1 !important;
    box-shadow: none !important;
    pointer-events: all !important;
    position: unset !important;
    background: transparent !important;
    gap: 1em !important;
    border-radius: 0 !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li.menu-item-has-children ul li a {
    background: transparent !important;
    padding: 0 38px 0 28px !important;
  }
  header .ds_wrapper_menu_main .navbar.ds_navbar_open #main-nav {
    transform: translateX(0%);
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons svg {
    fill: white !important;
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons .woocommerce-Price-amount {
    color: white;
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons .openSearch:hover svg,
  .home header#masthead .ds_wrapper_menu_main .header_icons .openAccount:hover svg,
  .home header#masthead .ds_wrapper_menu_main .header_icons .openCart:hover svg {
    fill: #192624 !important;
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons .openSearch:hover .woocommerce-Price-amount,
  .home header#masthead .ds_wrapper_menu_main .header_icons .openAccount:hover .woocommerce-Price-amount,
  .home header#masthead .ds_wrapper_menu_main .header_icons .openCart:hover .woocommerce-Price-amount {
    color: #192624;
  }
  .home header#masthead.smallHeader .ds_wrapper_menu_main .header_icons svg {
    fill: #192624 !important;
  }
  .home header#masthead.smallHeader .ds_wrapper_menu_main .header_icons .woocommerce-Price-amount {
    color: #192624;
  }
  header#masthead.smallHeader.headerOpen .ds_wrapper_menu_main .navbar-brand a svg path {
    fill: white !important;
  }
  .navbar-toggler {
    height: 22px;
    width: 40px;
    position: relative;
    z-index: 99999;
    display: block !important;
    margin: auto;
    padding: 0;
    background: transparent !important;
    border: 0;
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #1A1A1E;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.4s all;
  }
  .navbar-toggler span:nth-child(1) {
    top: 0px;
  }
  .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: 10px;
  }
  .navbar-toggler span:nth-child(4) {
    top: 20px;
  }
  .navbar-toggler.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  .navbar-toggler.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .navbar-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 991px) {
  #masthead .ds_wrapper_menu_main .navbar-brand {
    width: auto;
    position: relative;
    z-index: 100;
  }
  #masthead .ds_wrapper_menu_main .navbar-brand a svg path {
    transition: 0.4s all;
  }
  #masthead .ds_wrapper_menu_main .header_icons {
    margin-left: auto;
    margin-right: 1.3em;
  }
  #masthead .ds_wrapper_menu_main #main-nav {
    height: 100vh !important;
    background-size: cover;
    background-position: center;
  }
  #masthead.headerOpen .navbar-brand a svg path {
    fill: white;
  }
}
@media (max-width: 600px) {
  .smallHeader {
    top: 0;
  }
}
@media (max-width: 575px) {
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
    font-size: 1.3875em;
  }
}
/*border-radius*/
.ds_contact_sec {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
  background: linear-gradient(to right, #E0E0E0 0%, #F2F2F2 43.17%, #1A1A1E 43.17%);
}
@media only screen and (max-width: 1199px) {
  .ds_contact_sec {
    background: linear-gradient(to right, #E0E0E0 0%, #F2F2F2 37%, #1A1A1E 37%);
  }
}
@media only screen and (max-width: 991px) {
  .ds_contact_sec {
    background: linear-gradient(to right, #E0E0E0 0%, #F2F2F2 46%, #1A1A1E 46%);
  }
}
@media only screen and (max-width: 767px) {
  .ds_contact_sec {
    background: linear-gradient(to bottom, #E0E0E0 0%, #F2F2F2 43%, #1A1A1E 43%);
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media only screen and (max-width: 575px) {
  .ds_contact_sec {
    background: linear-gradient(to bottom, #E0E0E0 0%, #F2F2F2 32%, #1A1A1E 32%);
  }
}
.ds_contact_sec .ds_contact_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .ds_contact_sec .ds_contact_row {
    flex-direction: column;
    gap: 4em;
  }
}
.ds_contact_sec .ds_contact_row .ds_contact_left {
  max-width: 26em;
  gap: 2.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
  .ds_contact_sec .ds_contact_row .ds_contact_left {
    max-width: 21em;
    gap: 1.75em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_contact_sec .ds_contact_row .ds_contact_left {
    max-width: 20em;
    gap: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .ds_contact_sec .ds_contact_row .ds_contact_left {
    max-width: 100%;
  }
}
.ds_contact_sec .ds_contact_row .ds_contact_left .ds_contact_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25em;
}
.ds_contact_sec .ds_contact_row .ds_contact_left .ds_contact_btn img {
  width: 3.5em;
  height: 3.5em;
}
@media only screen and (max-width: 1199px) {
  .ds_contact_sec .ds_contact_row .ds_contact_left .ds_contact_btn img {
    max-width: 3em;
    gap: 3em;
  }
}
.ds_contact_sec .ds_contact_row .ds_contact_right {
  max-width: 38.5em;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .ds_contact_sec .ds_contact_row .ds_contact_right {
    max-width: 36.5em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_contact_sec .ds_contact_row .ds_contact_right {
    max-width: 23em;
    gap: 1.5em;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .ds_contact_sec .ds_contact_row .ds_contact_right {
    max-width: 100%;
    flex-direction: row;
  }
}
@media only screen and (max-width: 575px) {
  .ds_contact_sec .ds_contact_row .ds_contact_right {
    max-width: 100%;
    flex-direction: column;
  }
}
.ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_left {
  max-width: 21.5em;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_left {
    max-width: 100%;
  }
}
.ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_left p {
  color: #F2F2F2;
  margin-bottom: 1.5em;
}
.ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_left iframe {
  display: block;
  width: 100%;
}
.ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right {
  display: flex;
  flex-direction: column;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media only screen and (max-width: 575px) {
  .ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right {
    max-width: 100%;
  }
}
.ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right h3, .ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ti-name, .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right .ti-name, .ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right .ds_about h1, .ds_about .ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right h1, .ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right .ds_about_bottom .ds_about_row .ds_about_box h2, .ds_about_bottom .ds_about_row .ds_about_box .ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right h2, .ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right .ds_about_gal .container h2, .ds_about_gal .container .ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right h2 {
  color: #EF0000;
}
.ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right p {
  color: #F2F2F2;
}
.ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right p a {
  color: #F2F2F2;
  text-decoration: none;
}
.ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right p a:hover {
  color: #F2F2F2;
  text-decoration: underline;
}
.ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right .spacer {
  height: 3em;
}
@media only screen and (max-width: 991px) {
  .ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right .spacer {
    height: 1.2em;
  }
}
.ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right .social {
  margin-top: 1.125em;
  display: flex;
  align-items: center;
  gap: 1em;
}
.ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right .social a {
  display: block;
  transition: 0.4s all;
}
.ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right .social a img {
  display: block;
  width: 2em;
  height: 2em;
}
.ds_contact_sec .ds_contact_row .ds_contact_right .ds_contact_right_right .social a:hover {
  transform: scale(1.25);
}

.ds_footer {
  background: #EF0000;
  color: #EFEFEF;
  padding-top: 2em;
}
.ds_footer .ds_footer_wrapper {
  margin-bottom: 1.5em;
}
.ds_footer .ds_footer_wrapper .ds_footer_wrapper_content {
  justify-content: space-between;
  font-size: 1em;
  display: flex;
}
.ds_footer .ds_footer_bottom_line {
  background: #1A1A1E;
  color: #F2F2F2;
  padding-top: 0.75em;
  padding-bottom: 0.5em;
}
.ds_footer .ds_footer_bottom_line .container {
  display: flex;
  justify-content: space-between;
  font-size: 0.875em;
}
@media (max-width: 767px) {
  .ds_footer .ds_footer_bottom_line .container {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    gap: 0.5em;
    padding: 0;
  }
}
.ds_footer a {
  text-decoration: none;
  color: currentColor;
}
.ds_footer a:hover {
  text-decoration: underline;
}
.ds_footer .column.c2 {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ds_footer .column.c2 {
    gap: 0.5em;
    justify-items: center;
  }
}
.ds_footer .column.c2 a {
  background-color: #F2F2F2;
  color: #EF0000;
  text-decoration: none !important;
}
.ds_footer .column.c2 a path {
  stroke: unset !important;
  fill: #EF0000;
}
.ds_footer .column.c2 a:hover {
  color: #F2F2F2;
  background-color: #1A1A1E;
}
.ds_footer .column.c2 a:hover path {
  fill: #F2F2F2;
}
.ds_footer .column.c1 img {
  margin-bottom: 0.75em;
  width: 5em;
  height: 5em;
}
.ds_footer .column.c1 .ds_footer_row {
  max-width: 7.625rem;
  gap: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .ds_footer .column.c1 .ds_footer_row {
    margin: 0 auto;
  }
}

/*border-radius*/
.ds_HPsection {
  background: linear-gradient(to right, #EF0000 42.55%, #1A1A1E 200%);
  position: relative;
}
.ds_HPsection > figure {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  max-width: 61%;
  width: 100%;
  max-height: 70%;
  height: 100%;
}
@media only screen and (max-width: 1399px) {
  .ds_HPsection > figure {
    max-width: 47%;
    top: unset;
    bottom: 0%;
    transform: translateY(0%);
    max-height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .ds_HPsection > figure {
    max-width: 100%;
    height: 240px;
    display: none;
  }
}
.ds_HPsection > figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ds_HPsection:before {
  content: "";
  position: absolute;
  left: 1.75em;
  bottom: 0;
  height: 18.25em;
  width: auto;
  aspect-ratio: 508/292;
  background-image: url(/wp-content/uploads/2025/11/Layer-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1600px) {
  .ds_HPsection:before {
    height: 14em;
  }
}
@media only screen and (max-width: 1399px) {
  .ds_HPsection:before {
    height: 11em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_HPsection:before {
    height: 8em;
  }
}
@media only screen and (max-width: 575px) {
  .ds_HPsection:before {
    left: 2.75em;
    bottom: 0em;
  }
}
.ds_HPsection .ds_sliderHP_wrap {
  position: relative;
  z-index: 2;
}
.ds_HPsection .ds_sliderHP_con {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
}
.ds_HPsection .ds_sliderHP_con > div {
  max-width: 36.5em;
}
@media only screen and (max-width: 1399px) {
  .ds_HPsection .ds_sliderHP_con > div {
    max-width: 34.5em;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_HPsection .ds_sliderHP_con > div {
    max-width: 28.5em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_HPsection .ds_sliderHP_con > div {
    max-width: 55%;
  }
}
@media only screen and (max-width: 575px) {
  .ds_HPsection .ds_sliderHP_con > div {
    padding-bottom: 0em;
    max-width: 100%;
  }
}
.ds_HPsection .ds_sliderHP_con > div h1 {
  color: #F2F2F2;
  margin-bottom: 0.63em;
}
.ds_HPsection .ds_sliderHP_con > div p {
  color: #F2F2F2;
  margin-bottom: 2em;
  max-width: 70%;
}
@media only screen and (max-width: 575px) {
  .ds_HPsection .ds_sliderHP_con > div p {
    max-width: 100%;
  }
}

/*border-radius*/
.ds_features {
  padding-top: 6.25em;
  padding-bottom: 5em;
  position: relative;
}
.ds_features .anchor {
  position: absolute;
  top: -4em;
}
@media only screen and (max-width: 1399px) {
  .ds_features {
    padding-top: 4.5em;
    padding-bottom: 4em;
  }
}
.ds_features .container .ds_features_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.8125em;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .ds_features .container .ds_features_wrap {
    gap: 2em;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_features .container .ds_features_wrap {
    gap: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .ds_features .container .ds_features_wrap {
    grid-template-columns: 1fr;
  }
}
.ds_features .container .ds_features_wrap .ds_features_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875em;
  border: 1px solid #BCBCBC;
  padding: 3em 2.25em 2.625em;
  border-radius: 0;
  text-align: center;
  color: #1A1A1E;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 1199px) {
  .ds_features .container .ds_features_wrap .ds_features_item {
    padding: 2em 1.75em 2.25em;
  }
}
@media (max-width: 991px) {
  .ds_features .container .ds_features_wrap .ds_features_item {
    padding: 1.5em 1.25em 1.75em;
    gap: 1.25em;
  }
}
.ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875em;
}
.ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top img {
  width: 5.875em;
  height: 5.875em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 1399px) {
  .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top img {
    width: 4em;
    height: 4em;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top img {
    width: 3em;
    height: 3em;
  }
}
.ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top h3, .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ti-name, .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top .ti-name, .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top .ds_about h1, .ds_about .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top h1, .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top .ds_about_bottom .ds_about_row .ds_about_box h2, .ds_about_bottom .ds_about_row .ds_about_box .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top h2, .ds_features .ds_about_gal .container .ds_features_wrap .ds_features_item .ds_features_item_top h2, .ds_about_gal .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top h2 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.33;
  color: #1A1A1E;
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top h3, .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ti-name, .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top .ti-name, .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top .ds_about h1, .ds_about .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top h1, .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top .ds_about_bottom .ds_about_row .ds_about_box h2, .ds_about_bottom .ds_about_row .ds_about_box .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top h2, .ds_features .ds_about_gal .container .ds_features_wrap .ds_features_item .ds_features_item_top h2, .ds_about_gal .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top h2 {
    font-size: 1.375em;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top h3, .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ti-name, .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top .ti-name, .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top .ds_about h1, .ds_about .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top h1, .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top .ds_about_bottom .ds_about_row .ds_about_box h2, .ds_about_bottom .ds_about_row .ds_about_box .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top h2, .ds_features .ds_about_gal .container .ds_features_wrap .ds_features_item .ds_features_item_top h2, .ds_about_gal .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top h2 {
    font-size: 1.25em;
  }
}
.ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_wrap p {
  margin-bottom: 0;
  text-align: center;
}

/*border-radius*/
.ds_imageText {
  position: relative;
  background: linear-gradient(to bottom, #e0e0e0 0%, #f2f2f2 100%);
}
.ds_imageText:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 32.7%;
  background-color: #1A1A1E;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .ds_imageText:before {
    height: 44%;
  }
}
@media only screen and (max-width: 575px) {
  .ds_imageText:before {
    height: 41%;
  }
}
.ds_imageText > img {
  position: absolute;
  z-index: 1;
  top: 3.25em;
  height: calc(100% - 6.5em);
  max-width: 37.3vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 767px) {
  .ds_imageText > img {
    height: calc(45% - 6.5em);
    max-width: 85vw;
  }
}
@media only screen and (max-width: 575px) {
  .ds_imageText > img {
    height: calc(40% - 6.5em);
  }
}
.ds_imageText .container {
  padding-top: 3.25em;
  padding-bottom: 3.25em;
  position: relative;
  z-index: 2;
}
.ds_imageText .container .ds_imageText_left {
  margin-left: 34em;
  max-width: 43.75em;
}
@media only screen and (max-width: 1399px) {
  .ds_imageText .container .ds_imageText_left {
    margin-left: 30em;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_imageText .container .ds_imageText_left {
    margin-left: 25em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_imageText .container .ds_imageText_left {
    margin-left: 20em;
  }
}
@media only screen and (max-width: 767px) {
  .ds_imageText .container .ds_imageText_left {
    margin-left: 0em;
    padding-top: 27.25em;
  }
}
.ds_imageText .container .ds_imageText_left h2 {
  margin-bottom: 0.8em;
}
.ds_imageText .container .ds_imageText_left .imageText_text {
  margin-bottom: 2.375em;
}
.ds_imageText .container .ds_imageText_left .imageText_text p:not(:last-of-type) {
  margin-bottom: 1lh;
}

/*border-radius*/
.ds_news {
  padding: 3.75em 0;
}
.ds_news .container .ds_section_title {
  gap: 1em;
  margin-bottom: 1.75em;
}
.ds_news .container .ds_section_title h2 {
  text-align: center;
  margin-bottom: 1.75rem;
}
.ds_news .container .ds_news_text {
  font-size: 1em;
  color: #666666;
}
.ds_news .container .ds_news_wrap {
  display: grid;
  padding: 2.125em 0;
}
.ds_news .container .ds_news_wrap.ds_news_col2 {
  gap: 4rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .ds_news .container .ds_news_wrap {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 575px) {
  .ds_news .container .ds_news_wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

/*border-radius*/
.ds_news_item {
  position: relative;
  text-align: left;
  text-decoration: none;
  display: flex;
  gap: 2em;
  padding: 1em;
}
.ds_news_item .ds_news_item_left .ds_news_img_wrapper {
  overflow: hidden;
  border-radius: 7px;
}
.ds_news_item p {
  color: #666666;
  font-size: 1.125em;
  line-height: 1.5em;
  margin-bottom: 0;
}
.ds_news_item img {
  height: auto;
  transition: all;
  transition-duration: 200ms;
}
.ds_news_item .ds_tag {
  position: absolute;
  top: 0;
  right: 0;
  color: #F2F2F2;
}
.ds_news_item h3, .ds_news_item .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ti-name, .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ds_news_item .ti-name, .ds_news_item .ds_about h1, .ds_about .ds_news_item h1, .ds_news_item .ds_about_bottom .ds_about_row .ds_about_box h2, .ds_about_bottom .ds_about_row .ds_about_box .ds_news_item h2, .ds_news_item .ds_about_gal .container h2, .ds_about_gal .container .ds_news_item h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 2.5em;
  font-size: 26px;
  font-weight: 500;
  color: #333333;
}
.ds_news_item .ds_news_item_meta {
  display: flex;
  justify-content: space-between;
  margin: 0.437rem 0;
}
.ds_news_item .ds_news_item_meta .ds_news_item_author {
  font-size: 1em;
  font-weight: 400;
  color: #333333;
}
.ds_news_item .ds_news_item_meta .ds_news_item_date {
  font-size: 1em;
  font-weight: 400;
  color: #666666;
}

.ds_news_item:hover img {
  scale: 1.1;
}

.accordion_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.375em;
}
.accordion_wrapper .accordion_item .accordion_header {
  display: flex;
  border: 0;
  color: #EFEFEF;
  padding: 1em 2.625em;
  font-weight: 700;
  justify-content: space-between;
  width: 100%;
  border-radius: 1.25em;
  align-items: center;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
}
.accordion_wrapper .accordion_item .accordion_header svg {
  width: 1.75em;
  height: 1.75em;
  transition: 0.4s all;
}
.accordion_wrapper .accordion_item .accordion_header.open svg {
  transform: scaleY(-1);
}
.accordion_wrapper .accordion_item .accordion_panel {
  padding: 1.125em 2.625em 0.625em;
}

.ds_jobs_items .ds_job_item {
  width: 26.25em;
  padding: 1.375em;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 1.25em;
  color: #1A1A1E;
  transition: 0.4s all;
  background: #F2F2F2;
}
.ds_jobs_items .ds_job_item:hover {
  transform: scale(1.05);
}
@media (max-width: 575px) {
  .ds_jobs_items .ds_job_item {
    width: 100%;
  }
}
.ds_jobs_items .ds_job_item img {
  height: 9.75em;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 0.5em;
  overflow: hidden;
}
.ds_jobs_items .ds_job_item a {
  color: currentColor;
  text-decoration: none;
}
.ds_jobs_items .ds_job_item a > div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-top: 0.25em;
}
.ds_jobs_items .jobs_slider > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.625em;
  row-gap: 1.5em;
}
@media (max-width: 991px) {
  .ds_jobs_items .jobs_slider > div {
    grid-template-columns: 1fr;
  }
}

body.page-template-ds_jobs .ds_jobs_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.25em;
}
@media (max-width: 1399px) {
  body.page-template-ds_jobs .ds_jobs_items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  body.page-template-ds_jobs .ds_jobs_items {
    grid-template-columns: 1fr;
  }
}

body.single-job .ds_job_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  body.single-job .ds_job_wrap {
    grid-template-columns: 1fr;
  }
  body.single-job .ds_job_wrap .ds_job_right_img {
    display: none;
  }
}
body.single-job .ds_job_wrap:nth-of-type(1) h1 {
  text-align: start;
}
body.single-job .ds_job_wrap:nth-of-type(1) h2 {
  margin-bottom: 2rem;
  margin-top: 2.625rem;
}
body.single-job .ds_job_wrap p {
  max-width: 29.5em;
  text-align: start;
}
body.single-job .ds_job_wrap .ds_job_right {
  text-align: center;
}
body.single-job .ds_job_wrap:nth-of-type(2) {
  margin-top: 2.625rem;
}
body.single-job .ds_job_wrap:nth-of-type(2) .ds_job_left_title,
body.single-job .ds_job_wrap:nth-of-type(2) .ds_job_right_title {
  gap: 1.625em;
  margin-bottom: 2em;
}
body.single-job .ds_job_wrap:nth-of-type(2) p {
  margin-bottom: 2em;
}

body.single-service .ds_imageText {
  padding-top: 0;
}
body.single-service .ds_imageText h1 {
  text-align: start;
}
body.single-service .ds_imageText h2 {
  margin-bottom: 1.125rem;
}
body.single-service .ds_imageText .container .ds_imageText_wrap .ds_imageText_right {
  height: auto;
  width: unset;
}
body.single-service .ds_features {
  background: unset;
}
body.single-service .ds_features .ds_features_wrap .ds_features_item {
  background: unset;
  color: #1A1A1E;
}
.ds_ref_sec {
  padding-top: 5.625em;
  padding-bottom: 20.75em;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  .ds_ref_sec {
    padding-bottom: 16em;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_ref_sec {
    padding-bottom: 12em;
  }
}
@media only screen and (max-width: 767px) {
  .ds_ref_sec {
    padding-top: 3.5em;
  }
}
@media only screen and (max-width: 575px) {
  .ds_ref_sec {
    padding-bottom: 7em;
  }
}
.ds_ref_sec:before {
  content: "";
  position: absolute;
  right: -6em;
  bottom: -1em;
  width: 39.5em;
  height: auto;
  aspect-ratio: 633/329;
  background-image: url(/wp-content/uploads/2025/11/Vrstva-2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1399px) {
  .ds_ref_sec:before {
    width: 30em;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_ref_sec:before {
    width: 24em;
    right: -3em;
  }
}
@media only screen and (max-width: 575px) {
  .ds_ref_sec:before {
    width: 16em;
    right: -2em;
  }
}
.ds_ref_sec .anchor {
  top: -4em;
  position: absolute;
}
.ds_ref_sec h2 {
  margin-bottom: 1em;
  text-align: center;
}
.ds_ref_sec .ds_refs_wrapper {
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .ds_ref_sec .ds_refs_wrapper {
    max-width: 90%;
  }
}
.ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-reviews-container-wrapper {
  margin: 0 1em !important;
}
@media only screen and (max-width: 991px) {
  .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-controls {
    display: block !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
.ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-controls > div {
  width: 3.5em;
  height: 3.5em;
  left: 0em;
  background-image: url(/wp-content/uploads/2025/11/arrow-right-1.svg);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  background-color: #efefef;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.12);
  border: 0 !important;
  outline: none !important;
}
@media only screen and (max-width: 991px) {
  .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-controls > div {
    display: block !important;
    width: 3em;
    height: 3em;
  }
}
.ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-controls > div:hover {
  background-color: #E0E0E0 !important;
  transform: scale(1.1);
}
.ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-controls > div.ti-next {
  right: 0em;
  left: unset !important;
  background-image: url(/wp-content/uploads/2025/11/arrow-right-1-1.svg);
}
.ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-controls > div:before {
  display: none !important;
}
.ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item {
  padding: 0 1em;
}
.ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 3em !important;
  border-radius: 0 !important;
  background-color: #f9f9f9 !important;
}
.ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-platform-icon {
  display: none;
}
.ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details {
  flex-direction: row;
}
.ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ti-name {
  padding-right: 0;
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1600px) {
  .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ti-name {
    font-size: 1.375em;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ti-name {
    font-size: 1.25em;
  }
}
.ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ti-date {
  display: none !important;
}
.ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-review-content {
  height: auto !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: auto;
}
.ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-stars {
  order: 11;
  margin: 0 !important;
  margin-top: 1.5em !important;
}
.ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-read-more {
  display: none !important;
}

.home main .ds_services {
  position: relative;
  padding-top: 1.25em;
  padding-bottom: 9.125em;
}
.home main .ds_services .anchor {
  position: absolute;
  top: -8em;
}
@media only screen and (max-width: 1399px) {
  .home main .ds_services {
    padding-bottom: 6em;
  }
}
.home main .ds_services > img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 508px;
  height: auto;
  aspect-ratio: 508/1139;
}
@media only screen and (max-width: 1399px) {
  .home main .ds_services > img {
    width: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .home main .ds_services > img {
    width: 320px;
  }
}
.home main .ds_services .ds_services_wrap {
  position: relative;
  z-index: 1;
}
.home main .ds_services .ds_services_wrap h2 {
  margin-bottom: 1em;
  text-align: center;
}
.home main .ds_services .ds_services_wrap .services_text {
  margin-bottom: 2em;
  max-width: calc(100% - 11em);
}
.home main .ds_services .ds_services_wrap .services_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 2.625em;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1399px) {
  .home main .ds_services .ds_services_wrap .services_wrap {
    row-gap: 2em;
  }
}
@media (max-width: 991px) {
  .home main .ds_services .ds_services_wrap .services_wrap {
    grid-template-columns: 1fr;
  }
}
.home main .ds_services .ds_services_wrap .services_wrap .ds_services_item {
  border: 1.5px solid #BCBCBC;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.25);
  padding: 4em 5.125em 4em 5.125em;
  display: flex;
  align-items: center;
  gap: 5em;
  background: #F2F2F2;
}
@media only screen and (max-width: 1399px) {
  .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item {
    padding: 3em 4em 3em 4em;
  }
}
@media only screen and (max-width: 991px) {
  .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item {
    padding: 2em 3em;
    gap: 2em;
  }
}
@media only screen and (max-width: 575px) {
  .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item {
    flex-direction: column;
    padding: 1.5em 2em;
    align-items: flex-start;
  }
}
.home main .ds_services .ds_services_wrap .services_wrap .ds_services_item h3, .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item .ds_about h1, .ds_about .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item h1, .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item .ds_about_bottom .ds_about_row .ds_about_box h2, .ds_about_bottom .ds_about_row .ds_about_box .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item h2, .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item .ds_about_gal .container h2, .ds_about_gal .container .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item h2, .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ti-name, .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item .ti-name {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 1399px) {
  .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item h3, .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item .ds_about h1, .ds_about .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item h1, .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item .ds_about_bottom .ds_about_row .ds_about_box h2, .ds_about_bottom .ds_about_row .ds_about_box .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item h2, .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item .ds_about_gal .container h2, .ds_about_gal .container .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item h2, .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .ti-name, .ds_ref_sec .ds_refs_wrapper .ti-widget.ti-goog .ti-review-item .ti-inner .ti-profile-details .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item .ti-name {
    margin-bottom: 1.25em;
  }
}
.home main .ds_services .ds_services_wrap .services_wrap .ds_services_item img {
  width: 16.75em;
  height: 9.875em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  align-self: center;
}
@media only screen and (max-width: 1399px) {
  .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item img {
    width: 12em;
    height: 8em;
  }
}
@media only screen and (max-width: 991px) {
  .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item img {
    width: 8em;
    height: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item img {
    width: 6em;
    height: 4em;
  }
}
@media only screen and (max-width: 575px) {
  .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item img {
    align-self: flex-start;
  }
}
.home main .ds_services .ds_services_wrap .services_wrap .ds_services_item > div {
  max-width: 46.625em;
  width: 100%;
}
@media only screen and (max-width: 1399px) {
  .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item > div {
    max-width: 38em;
  }
}
@media only screen and (max-width: 991px) {
  .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item > div {
    max-width: 32em;
  }
}
@media only screen and (max-width: 767px) {
  .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item > div {
    max-width: 21em;
  }
}
@media only screen and (max-width: 575px) {
  .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item > div {
    max-width: 100%;
  }
}
.home main .ds_jobs {
  padding: 3.75em 0;
}
.home main .ds_jobs .ds_jobs_wrap {
  justify-content: space-between;
  gap: 1.5em;
  flex-wrap: wrap;
}
.home main .ds_jobs .ds_jobs_right {
  min-width: 0;
}
.home main .ds_jobs .ds_jobs_left {
  width: 25em;
  flex-shrink: 0;
}
.home main .ds_jobs .ds_jobs_left h1 {
  margin-bottom: 1.375rem;
}
.home main .ds_jobs .ds_jobs_left .jobs_link {
  margin-top: 2em;
}/*# sourceMappingURL=ds_front.css.map */