:root {
  --k: 1;
}
@media only screen and (min-width: 2000px) {
  :root {
    --k: 0.85;
  }
}
@media only screen and (max-width: 1399px) {
  :root {
    --k: 0.85;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --k: 0.7;
  }
}

/*border-radius*/
.anchor_sec {
  position: relative;
}
.anchor_sec .anchor {
  position: absolute;
  top: -5em;
}

/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*fonts*/
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: normal;
  line-height: 1.5;
  color: #666666;
  font-variant-numeric: lining-nums;
  font-feature-settings: "pnum" on, "lnum" on;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 2000px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

main {
  width: 100%;
  margin-top: 144px;
}

.ds_page_header {
  padding-top: 5em;
}

/*texts*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.375;
  font-weight: 400;
  margin-bottom: 1em;
  margin-bottom: 0.85em;
  font-family: "Montserrat";
  color: #020F59;
}

h1 {
  font-size: calc(4.25em * var(--k));
  color: #333333;
  margin-bottom: 0.411em;
  line-height: 105.8%;
  font-weight: 700;
}

h2 {
  font-size: calc(2.625em * var(--k));
  line-height: 1.143;
  margin-bottom: 0.583em;
  font-weight: 600;
}

h3 {
  font-size: calc(1.625em * var(--k));
  line-height: 1.54;
  margin-bottom: 0em;
  font-weight: 500;
}

h4, h3.h4_style {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: 700;
}

h5 {
  font-size: calc(1.2em * var(--k));
  margin-bottom: 1em;
}

h6 {
  font-size: 1rem;
  margin-bottom: 1em;
}

p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1em;
}
p.p_light {
  font-weight: 300;
}
p.p_medium {
  font-weight: 500;
}

.p_small {
  font-size: 0.875em;
  line-height: 1.71;
}

.p_extrasmall {
  font-size: 0.75em;
  line-height: 1.33;
}

.p_subtitle p {
  font-size: 0.75em;
  line-height: 1.5;
  font-weight: 700;
  color: #020F59;
}
.p_subtitle p strong {
  color: #F60AC2;
}

img {
  vertical-align: middle;
}

a,
.btn,
.btn_white, button, input {
  cursor: pointer;
  font-size: inherit;
}

.underline_link {
  text-decoration: underline;
  padding: 0;
  line-height: 1;
  border-radius: 0;
  background-color: transparent;
  color: #333333;
  border: 0;
  transition: 0.3s ease-in-out;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.underline_link:hover {
  text-decoration: underline;
  background: transparent;
  border: 0;
}

button {
  padding: 0.75em 3.125em;
  line-height: 1.5;
  border-radius: 3em;
  background-color: #FED21B;
  border: 2px solid #FED21B;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  font-family: "Montserrat";
  gap: 0.5em;
  font-weight: bold;
}
button svg {
  display: block;
  width: 1.25em;
  height: 1.25em;
}
button svg path {
  fill: #020F59;
  transition: 0.3s ease-in-out;
}
button span {
  transition: 0.3s ease-in-out;
  color: #020F59;
}
button:hover {
  color: #FED21B;
  background-color: transparent;
  border-color: #FED21B;
}
button:hover span {
  color: #FED21B;
}
button:hover svg path {
  fill: #FED21B;
}

.btn, .btn_white {
  padding: 0.75em 3.125em;
  line-height: 1.5;
  border-radius: 3em;
  background-color: #FED21B;
  border: 2px solid #FED21B;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  font-family: "Montserrat";
  gap: 0.5em;
  font-weight: bold;
  font-size: 1em;
}
.btn svg, .btn_white svg {
  display: block;
  width: 1.25em;
  height: 1.25em;
}
.btn svg path, .btn_white svg path {
  fill: #020F59;
  transition: 0.3s ease-in-out;
}
.btn span, .btn_white span {
  transition: 0.3s ease-in-out;
  color: #020F59;
}
.btn:hover, .btn_white:hover {
  color: #FED21B;
  background-color: transparent;
  border-color: #FED21B;
}
.btn:hover span, .btn_white:hover span {
  color: #FED21B;
}
.btn:hover svg path, .btn_white:hover svg path {
  fill: #FED21B;
}

.btn_white {
  background-color: #FFFFFF;
  color: #020F59;
  border: 1px solid #FFFFFF;
  font-size: 1em;
}
.btn_white:hover {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn_white:hover span {
  color: #FFFFFF;
}
.btn_white:hover svg path {
  fill: #FFFFFF;
}

.btn_cancel, .btn_x_close {
  width: 2em;
  height: 2em;
  padding: 0;
  background: unset;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/cancel_btn.svg");
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: center;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  border: 0;
  border-radius: 8px;
}
.btn_cancel:hover, .btn_x_close:hover {
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/cancel_btn.svg");
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: center;
}

.btn_x_close {
  width: 2em;
  height: 2em;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/close.svg");
  background-size: 1.8em;
}
.btn_x_close:hover {
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/close.svg");
  background-size: 1.8em;
}

/*GDPR*/
.privacy-policy article {
  padding-top: 8.75em;
  padding-bottom: 1.75em;
}
.privacy-policy article h1 {
  color: #020F59;
}
.privacy-policy article h2 {
  margin-bottom: 0.3em;
  margin-top: 1em;
}

h2 strong {
  font-weight: inherit;
  font-family: inherit;
  color: #FED21B;
}

#vyhody {
  top: -20em;
}

:root {
  --k: 1;
}
@media only screen and (min-width: 2000px) {
  :root {
    --k: 0.85;
  }
}
@media only screen and (max-width: 1399px) {
  :root {
    --k: 0.85;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --k: 0.7;
  }
}

/*border-radius*/
.anchor_sec {
  position: relative;
}
.anchor_sec .anchor {
  position: absolute;
  top: -5em;
}

/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*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: 1260px;
  }
}
@media (min-width: 1601px) {
  .container {
    max-width: 1380px;
  }
}
@media (min-width: 2000px) {
  .container {
    max-width: 1725px;
  }
}
.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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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;
  }
}
#masthead {
  position: fixed;
  z-index: 999;
  background: white;
  transition: 0.3s ease-in-out;
  width: 100%;
}
#masthead .ds_wrapper_menu_main {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s ease-in-out;
  padding: 0 15px;
  background-color: #E6E7EE;
  padding: 16px 32px;
  border-radius: 40px;
  margin-top: 16px;
}
#masthead .ds_wrapper_menu_main .navbar-brand {
  position: relative;
  z-index: 100;
}
#masthead .ds_wrapper_menu_main .navbar-brand a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#masthead .ds_wrapper_menu_main .navbar-brand a figure img {
  display: block;
  max-width: 17.0625em;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  #masthead .ds_wrapper_menu_main .navbar-brand a figure img {
    max-width: 14em;
  }
}
#masthead .ds_wrapper_menu_main .navbar {
  margin-left: auto;
  margin-right: 3em;
}
@media only screen and (max-width: 1200px) {
  #masthead .ds_wrapper_menu_main .navbar {
    margin-right: 0em;
  }
}
#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: center;
  margin: auto;
  list-style: none;
  height: 100%;
  gap: 3em;
}
@media only screen and (max-width: 1199px) {
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul {
    gap: 3em;
  }
}
@media only screen and (max-width: 1200px) {
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul {
    height: unset;
    margin: 0 auto 2em;
  }
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
  font-size: 1em;
  text-decoration: none;
  color: #333333;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:hover {
  color: #333333;
  border-bottom: 2px solid #333333;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul .current-menu-item a {
  color: #333333;
  border-bottom: 2px solid #333333;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul .menu-item:last-child a {
  border-bottom: 2px solid transparent;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul .menu-item:last-child a:hover {
  border-bottom: 2px solid #333333 !important;
}
@media only screen and (max-width: 1400px) {
  #masthead .ds_wrapper_menu_main > a {
    display: none;
  }
}

#call_me_trigger span {
  white-space: nowrap;
}

/*white text*/
#masthead.smallHeader {
  background: white;
}

/*----------burger menu------------*/
@media only screen and (max-width: 1400px) {
  header .ds_wrapper_menu_main .navbar {
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
  header .ds_wrapper_menu_main .navbar #main-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: white;
    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: 0 !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li {
    margin: 0 !important;
    width: 100%;
    border-bottom: 1px solid #dedede;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li:first-child {
    border-top: 1px solid #dedede;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a {
    width: 100%;
    padding: 0 1em 0 1em;
    border: 0 !important;
    text-align: center;
    display: flex;
    justify-content: space-between;
    text-transform: unset;
    color: #020F59 !important;
    font-family: "Montserrat";
    font-size: 1.5em !important;
    line-height: 2.75;
    height: 100px;
    font-weight: 500 !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:after {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-image: url("/wp-content/themes/draftspot_theme/assets/img/chevron2.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:hover {
    padding: 0 28px 0 28px;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:hover:after {
    opacity: 1;
  }
  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;
    padding: 0;
    background: transparent !important;
    border: 0;
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #020F59;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
  }
  .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%;
  }
}
.header-upper {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}

.upper-google-banner {
  display: flex;
}
.upper-google-banner > svg {
  margin-right: 16px;
}

#client-zone-link {
  background-color: #E6E7EE;
  border-radius: 40px;
  padding: 8px;
  color: black;
  font-weight: bold;
  text-decoration: none;
  min-width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
#client-zone-link svg {
  margin-left: 8px;
}
#client-zone-link:hover {
  background-color: #c6c8de;
}
@media (max-width: 500px) {
  #client-zone-link {
    min-width: 180px;
    padding: 0;
  }
}
@media (max-width: 432px) {
  #client-zone-link {
    min-width: 160px;
  }
}

.grw-header-inner {
  padding: 0 !important;
}

.wp-gr {
  padding-bottom: 0 !important;
}

.wp-gr .grw-header-inner, .wp-gr .grw-review-inner {
  padding: 0 !important;
}

.wp-google-powered {
  display: none !important;
}

header.hiddenHeader {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in;
}

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 420px) {
  .wp-stars .wp-star:nth-child(2) {
    display: none !important;
  }
  .wp-stars .wp-star:nth-child(3) {
    display: none !important;
  }
  .wp-stars .wp-star:nth-child(4) {
    display: none !important;
  }
  .wp-stars .wp-star:nth-child(5) {
    display: none !important;
  }
}
@media (max-height: 800px) {
  #menu-mainmenu {
    margin-top: 140px !important;
  }
}
footer {
  box-shadow: 6px 0 8px 8px rgba(0, 0, 0, 0.08);
  padding-top: 4.4375em;
  padding-bottom: 5.625em;
  position: relative;
}
@media only screen and (max-width: 991px) {
  footer {
    padding-bottom: 9em;
  }
}
footer .ds_footer_wrapper .ds_footer_wrapper_content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content {
    flex-direction: column;
    gap: 1.5em;
  }
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 a {
  display: block;
  margin-bottom: 1.375em;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 a img {
  display: block;
  width: 17.0625em;
  height: 3.1875em;
  object-fit: contain;
  object-position: center;
}
@media only screen and (max-width: 991px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 a img {
    width: 14em;
  }
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 > div p {
  margin-bottom: 0;
  color: #020F59;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 > div:nth-child(1) {
  margin-bottom: 1em;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 > div:nth-child(2) {
  margin-bottom: 1em;
}
@media only screen and (max-width: 991px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 {
    max-width: 28em;
  }
}
@media only screen and (max-width: 767px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 {
    max-width: 100%;
  }
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu {
  margin-bottom: 3em;
  justify-content: flex-end;
  gap: 3em;
}
@media only screen and (max-width: 991px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu {
    gap: 2em;
  }
}
@media only screen and (max-width: 767px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu {
    margin-bottom: 1.5em;
    justify-content: space-between;
    gap: 1.5em;
  }
}
@media only screen and (max-width: 575px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu a {
  color: #333333;
  font-weight: 500;
  text-decoration: none;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu a:hover {
  color: #020F59;
  text-decoration: underline;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu_text {
  gap: 1.625em;
  flex-wrap: wrap;
  row-gap: 0.25em;
}
@media only screen and (max-width: 991px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu_text {
    margin-left: auto;
    max-width: 26.3em;
  }
}
@media only screen and (max-width: 767px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu_text {
    max-width: 100%;
  }
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu_text p {
  margin-bottom: 0;
  color: #020F59;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu_text .ds_footer_row a {
  display: flex;
  gap: 0.5em;
  text-decoration: underline;
  color: #020F59;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu_text .ds_footer_row a * {
  display: block;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu_text .ds_footer_row a svg {
  width: 1.25em;
  height: 1.25em;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu_text .ds_footer_row a svg path {
  fill: #020F59;
  transition: 0.3s ease;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu_text .ds_footer_row a:hover {
  color: #F60AC2;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu_text .ds_footer_row a:hover svg path {
  fill: #F60AC2;
}
footer .ds_footer_bottom_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #020F59;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
    flex-direction: column;
    align-items: center;
    gap: 0em;
  }
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright {
  color: white;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_gdpr a {
  color: white;
  text-decoration: none;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_gdpr a:hover {
  text-decoration: underline;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby {
  color: white;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby a {
  text-decoration: none;
  color: white;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby a:hover {
  text-decoration: underline;
}

footer {
  background-color: white;
}

.ds_footer_contact_image {
  position: absolute;
  bottom: -160px;
  width: 480px !important;
}
@media (max-width: 1200px) {
  .ds_footer_contact_image {
    bottom: -200px;
  }
}
@media (max-width: 992px) {
  .ds_footer_contact_image {
    display: none;
  }
}

.call-me-wrap {
  position: fixed;
  height: 100%;
  z-index: 999;
  top: 0;
  width: 100%;
  background-color: rgba(2, 1, 15, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.call-me-wrap .contact-me-modal {
  position: relative;
  border-radius: 20px;
  background-color: #020F59;
  max-width: 90%;
  width: 1140px;
  height: auto;
  padding: 80px;
  color: white;
  overflow: hidden;
}
.call-me-wrap .contact-me-modal h2 {
  color: white !important;
}
.call-me-wrap .contact-me-modal img {
  height: 680px;
  position: absolute;
  bottom: -200px;
  right: 40px;
}
@media (max-width: 1200px) {
  .call-me-wrap .contact-me-modal img {
    height: 500px;
    bottom: -160px;
  }
}
@media (max-width: 1000px) {
  .call-me-wrap .contact-me-modal img {
    bottom: -300px;
    right: -40px;
  }
}
@media (max-width: 900px) {
  .call-me-wrap .contact-me-modal img {
    display: none;
  }
}
.call-me-wrap .contact-me-modal .ds_form_row {
  max-width: 440px;
}
@media (max-width: 1000px) {
  .call-me-wrap .contact-me-modal .ds_form_row {
    max-width: 100%;
  }
}
.call-me-wrap .contact-me-modal .ds_form_row label {
  display: flex;
  flex-direction: column;
}
.call-me-wrap .contact-me-modal .ds_form_row .ds_form_input {
  height: 48px;
  padding-left: 12px;
  padding-right: 12px;
  outline: 0;
  border: 0;
  border-radius: 3px;
  background-color: white;
  margin-bottom: 16px;
  margin-top: 4px;
}
.call-me-wrap .contact-me-modal .ds_form_row .ds_checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 24px;
}
.call-me-wrap .contact-me-modal .ds_form_row .ds_checkbox {
  position: relative;
  padding-left: 1.875em;
  cursor: pointer;
}
.call-me-wrap .contact-me-modal .ds_form_row .ds_checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.call-me-wrap .contact-me-modal .ds_form_row .ds_checkbox input:checked + .checkmark:before {
  opacity: 1 !important;
}
.call-me-wrap .contact-me-modal .ds_form_row .ds_checkbox .checkmark {
  width: 1.125em;
  height: 1.125em;
  border: 1px solid #F60AC2;
  border-radius: 0.3125em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.call-me-wrap .contact-me-modal .ds_form_row .ds_checkbox .checkmark:before {
  content: "";
  position: absolute;
  left: 0.3em;
  top: 40%;
  transform: translateY(-50%) rotate(45deg);
  border: 0;
  border-bottom: 2px solid #F60AC2;
  border-right: 2px solid #F60AC2;
  width: 0.25em;
  height: 0.5em;
  transition: 0.3s ease-in-out;
  position: absolute;
  opacity: 0;
}
.call-me-wrap .contact-me-modal .ds_form_row .ds_checkbox .gdpr {
  color: white;
}
.call-me-wrap .contact-me-modal .ds_form_row .ds_checkbox .gdpr a {
  color: #F60AC2;
  text-decoration: none;
}
.call-me-wrap .contact-me-modal .ds_form_row .ds_checkbox .gdpr a:hover {
  text-decoration: underline;
}
@media (max-width: 540px) {
  .call-me-wrap .contact-me-modal {
    height: 500px;
  }
}

.call-me-text {
  height: 24px;
  margin-top: 16px;
  color: red;
}

@media (max-width: 800px) {
  .contact-me-modal {
    padding: 40px !important;
  }
}

:root {
  --k: 1;
}
@media only screen and (min-width: 2000px) {
  :root {
    --k: 0.85;
  }
}
@media only screen and (max-width: 1399px) {
  :root {
    --k: 0.85;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --k: 0.7;
  }
}

/*border-radius*/
.anchor_sec {
  position: relative;
}
.anchor_sec .anchor {
  position: absolute;
  top: -5em;
}

/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  color: white;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after {
  font-weight: 800;
  font-size: 0.8em;
  transition: 0.3s ease-in-out;
  margin-left: 0.3em;
  margin-top: 0.2em;
}
.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
  transform: scale(1.1);
}
.swiper-container .swiper-button-prev::after {
  margin-left: -0.1em;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  transition: 0.3s ease-in-out;
  margin: 0 0.5em;
  width: 14px;
  height: 14px;
}
.swiper-nav-fix {
  overflow: hidden;
  margin-left: -1.5em;
  margin-right: -1.5em;
  position: relative;
}
.swiper-nav-fix .swiper-container {
  overflow: visible;
  padding: 2em 1.5em;
}
.swiper-nav-fix .swiper-pagination {
  bottom: 2px;
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
}
.wpcf7 .wpcf7-form .req-input {
  color: #D6453C;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  float: right;
  margin-top: 0.5em;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  border-radius: 8px;
  color: white;
  border: 0 !important;
  margin-left: 0;
  margin-right: 0;
  padding: 0.5em 1em;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  background: #D6453C;
}
.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  background: #D6453C;
}
.wpcf7 .wpcf7-form .input_hidden {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  display: block;
}

:root {
  --k: 1;
}
@media only screen and (min-width: 2000px) {
  :root {
    --k: 0.85;
  }
}
@media only screen and (max-width: 1399px) {
  :root {
    --k: 0.85;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --k: 0.7;
  }
}

/*border-radius*/
.anchor_sec {
  position: relative;
}
.anchor_sec .anchor {
  position: absolute;
  top: -5em;
}

/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.newsletter {
  color: #333333;
  z-index: 2;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.newsletter::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/Noise_t.png");
  background-repeat: repeat;
  z-index: -1;
  pointer-events: none;
  opacity: 1;
}
.newsletter::before {
  background-color: #333333;
  height: 77%;
  bottom: 0;
  top: unset;
}
.newsletter .newsletter_card {
  background: #dedede;
  border-radius: 8px;
  padding: 2.5em 7em 1.6em;
}
.newsletter .newsletter_card .line_tit {
  margin-top: 0.2em;
  margin-bottom: 9px;
  color: #333333;
  font-size: 1.5625em;
}
.newsletter .newsletter_card .wpcf7 form p {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.newsletter .newsletter_card .wpcf7 form p label {
  font-size: 1.125em;
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-email {
  margin-top: 0em;
  background-color: #FFFFFF;
  border-radius: 3px;
  margin-right: 0em;
  width: 100%;
  height: 100%;
  font-size: 1.125em;
  color: #333333;
  font-weight: 400;
  font-family: "Montserrat";
  border: 0;
  cursor: auto;
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-email::placeholder {
  font-size: 17px;
  color: #333333;
  font-weight: 300;
  font-family: "Montserrat";
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-submit {
  margin-left: 0.375em;
  font-size: 1.125em;
  margin-top: 0;
  border-radius: 3px;
  color: #dedede;
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-submit:hover {
  background-color: #333333;
  color: #dedede;
}
.newsletter .newsletter_card .wpcf7 form p .ajax-loader {
  position: absolute;
  right: 2em;
  bottom: 0.2em;
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-not-valid-tip {
  position: absolute;
}

/*------------------------------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) {
  .newsletter .newsletter_card .wpcf7 form p {
    flex-direction: column;
    align-items: stretch;
  }
  .newsletter .newsletter_card .wpcf7 form p br {
    display: none;
  }
  .newsletter .newsletter_card .wpcf7 form p .wpcf7-submit {
    margin-left: 0;
  }
}
#masthead.search_active {
  background-color: white;
}

.ds_search_form_wrapper {
  transform: translate(100%, 100%);
  transition: 0.5s ease-out;
  width: 100%;
  position: absolute;
  text-align: center;
  justify-content: space-between;
  height: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: white;
  z-index: 10;
  padding-left: 2em;
}
.ds_search_form_wrapper.ds_search_active {
  transform: translate(0%, 100%);
}
.ds_search_form_wrapper .ds_header_search {
  height: 3.5em;
  border: 1px solid #dedede;
  border-radius: 0.25em;
  padding-left: 1.5em;
  transition: 0.2s ease-out;
  width: calc(100% - 20em);
  margin-right: 1em;
  padding-right: 11.5em;
}
.ds_search_form_wrapper .ds_header_search_button {
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 0px #333333;
  border: 0;
  border-radius: 0.25em;
  padding: 1.1875em 2.25em;
  width: 10em;
  text-align: center;
  font-weight: 800;
  justify-content: center;
  position: absolute;
  right: 9.5625em;
  left: unset;
}
.ds_search_form_wrapper .ds_header_search_close {
  max-width: 6em;
  width: 100%;
  height: 3em;
  font-weight: 800;
  border: 0.125em solid #333333;
  border-radius: 0.25em;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
  background: none;
  outline: none !important;
  position: relative;
  left: unset;
  color: #333333;
  padding: 0;
  top: 3px;
}

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1540px) {
  .ds_search_wrapper {
    padding: 1em 0;
  }
  .ds_search_wrapper .container {
    max-width: 100%;
  }
  .ds_search_wrapper .ds_search_close {
    right: 3em;
    top: 4.3em;
    padding: 0.45em 0.5em;
  }
}
@media (max-width: 767px) {
  .ds_search_wrapper .search_line .ds_search_clear {
    right: 5em;
  }
  .ds_search_wrapper .search_line .ds_search_btn {
    padding: 0.85em 0.6em;
  }
  .ds_search_wrapper .ds_search_close {
    right: 1.5em;
  }
  .ds_search_wrapper .search_recomended {
    font-size: 0.85em;
  }
  .ds_search_wrapper .search_recomended .search_recomended_placeholder {
    margin-right: 0.3em;
  }
  .ds_search_wrapper .search_recomended .search_recomended_txt_wrap .search_recomended_txt {
    margin-right: 0.3em;
  }
}
:root {
  --k: 1;
}
@media only screen and (min-width: 2000px) {
  :root {
    --k: 0.85;
  }
}
@media only screen and (max-width: 1399px) {
  :root {
    --k: 0.85;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --k: 0.7;
  }
}

/*border-radius*/
.anchor_sec {
  position: relative;
}
.anchor_sec .anchor {
  position: absolute;
  top: -5em;
}

/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_post_item {
  padding: 10px;
}
.ds_post_item.swiper-slide {
  padding: 0px;
}
.ds_post_item .ds_post_thumbnail_img {
  max-width: 100%;
}
.ds_post_item .ds_post_title a {
  font-size: 0.9em;
  text-decoration: none;
  color: black;
}
.ds_post_item .ds_post_meta_tags span {
  border-radius: 8px;
  font-size: 0.875em;
  line-height: 1;
  padding: 0.4em;
  margin-right: 5px;
}

:root {
  --k: 1;
}
@media only screen and (min-width: 2000px) {
  :root {
    --k: 0.85;
  }
}
@media only screen and (max-width: 1399px) {
  :root {
    --k: 0.85;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --k: 0.7;
  }
}

/*border-radius*/
.anchor_sec {
  position: relative;
}
.anchor_sec .anchor {
  position: absolute;
  top: -5em;
}

/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_archive_header {
  padding: 2em;
}

.ds_archive_filter .ds_archive_filter_cats .ds_archive_filter_cats_item {
  margin-right: 15px;
  cursor: pointer;
  background-color: #dedede;
  color: #333333;
  font-weight: 800;
  padding: 0.875em 2.25em;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
}
.ds_archive_filter .ds_archive_filter_cats .ds_archive_filter_cats_item:hover {
  background-color: #333333;
  color: #dedede;
}
.ds_archive_filter .ds_archive_filter_cats .ds_archive_filter_cats_item.active {
  background-color: #333333;
  color: #dedede;
  pointer-events: none;
}

.ds_archive_content .ds_btn_more_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1.5em;
}
.ds_archive_content .ds_btn_more_wrapper button {
  background-color: #dedede;
  color: #333333;
}
.ds_archive_content .ds_btn_more_wrapper button:hover {
  background-color: #333333;
  color: #dedede;
}

.accordion_wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 32px;
  row-gap: 32px;
}
@media (max-width: 992px) {
  .accordion_wrapper {
    grid-template-columns: auto;
    row-gap: 16px;
  }
}
.accordion_wrapper .accordion_item {
  border-radius: 17px;
  background-color: #020F59;
  height: fit-content;
}
.accordion_wrapper .accordion_item .accordion_header {
  font-size: 1.125em;
  border: 0;
  padding: 1.2em 1em;
  position: relative;
  background-color: #020F59;
  color: #FFFFFF;
  outline: none;
  width: 100%;
  cursor: pointer;
  border-radius: 0;
  font-weight: 400;
  border-radius: 15px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 600px) {
  .accordion_wrapper .accordion_item .accordion_header {
    padding: 0.75em;
  }
}
.accordion_wrapper .accordion_item .accordion_header::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2.5em;
  height: 2.5em;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/chevron2.svg");
  background-size: 2em;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  background-color: #FED21B;
  border-radius: 50px;
  transform: rotate(90deg);
}
.accordion_wrapper .accordion_item .accordion_header.active {
  background-color: transparent;
}
.accordion_wrapper .accordion_item .accordion_header.active::after {
  transform: rotate(270deg);
}
.accordion_wrapper .accordion_item .accordion_header:hover::after {
  transform: rotate(270deg);
}
.accordion_wrapper .accordion_item .accordion_body {
  padding: 2em;
  color: white;
  padding-left: 2em;
  padding-right: 2em;
  transition: max-height 0.2s ease-out;
  display: none;
}
.accordion_wrapper .accordion_item .accordion_body p {
  margin-bottom: 1.4em;
}

.ds_tab_desc_more_less {
  background-color: #FED21B !important;
  color: black !important;
}
.ds_tab_desc_more_less:after {
  background-color: #020F59 !important;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/chevron2_white.svg") !important;
}

.ds_breadcrumb_wrapper {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.ds_breadcrumb_wrapper .breadcrumb {
  color: #dedede;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*.breadcrumb_arrow {
      width: 1.4em;
      height: 1.4em;
      background-image: url("/wp-content/themes/draftspot_theme/assets/img/chevron2.svg");
      background-position: center;
      background-size: 1.3em;
      background-repeat: no-repeat;
      display: inline-block;
      opacity: 0.3;
      margin-right: $spacing;
  }*/
}
.ds_breadcrumb_wrapper .breadcrumb a {
  margin-right: 0.3em;
  text-decoration: none;
  color: #dedede;
  /**/
}
.ds_breadcrumb_wrapper .breadcrumb a:first-child {
  width: 1.4em;
  height: 1.4em;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/Home.svg");
  background-position: center;
  background-size: 1em;
  background-repeat: no-repeat;
  display: inline-block;
  color: transparent;
}

.ds_hp_section_slider {
  padding-top: 6em;
  padding-bottom: 5.75em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ds_hp_section_slider {
    padding-top: 4em;
  }
}
.ds_hp_section_slider #particles-config {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ds_hp_section_slider .container {
  position: relative;
  z-index: 1;
}
.ds_hp_section_slider .ds_slider_wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .ds_hp_section_slider .ds_slider_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5em;
  }
}
.ds_hp_section_slider .ds_slider_wrap .ds_slider_left {
  max-width: 41.1875em;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .ds_hp_section_slider .ds_slider_wrap .ds_slider_left {
    max-width: 34em;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_hp_section_slider .ds_slider_wrap .ds_slider_left {
    max-width: 30em;
  }
}
@media only screen and (max-width: 767px) {
  .ds_hp_section_slider .ds_slider_wrap .ds_slider_left {
    max-width: 12em;
  }
}
.ds_hp_section_slider .ds_slider_wrap .ds_slider_left img {
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: center;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .ds_hp_section_slider .ds_slider_wrap .ds_slider_left img {
    height: calc(100vh - 8.5625em - 5.75em);
  }
}
.ds_hp_section_slider .ds_slider_wrap .ds_slider_right {
  max-width: 34.5625em;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
  .ds_hp_section_slider .ds_slider_wrap .ds_slider_right {
    max-width: 28em;
  }
}
@media only screen and (max-width: 767px) {
  .ds_hp_section_slider .ds_slider_wrap .ds_slider_right {
    max-width: 100%;
  }
}
.ds_hp_section_slider .ds_slider_wrap .ds_slider_right .ds_hp_slider_title h1 {
  max-width: 7em;
}
.ds_hp_section_slider .ds_slider_wrap .ds_slider_right .ds_hp_slider_title h1 p {
  line-height: inherit;
  color: inherit;
  font-weight: 700;
  color: #020F59;
  margin-bottom: 0;
}
.ds_hp_section_slider .ds_slider_wrap .ds_slider_right .ds_hp_slider_title h1 p strong {
  color: #FED21B;
}
.ds_hp_section_slider .ds_slider_wrap .ds_slider_right .ds_hp_slider_subtitle {
  margin-bottom: 1.625em;
}
.ds_hp_section_slider .ds_slider_wrap .ds_slider_right .ds_hp_slider_subtitle p {
  margin-bottom: 0;
  color: #020F59;
  font-weight: 700;
  font-size: 0.75em;
  margin-bottom: 0;
}
.ds_hp_section_slider .ds_slider_wrap .ds_slider_right .ds_hp_slider_subtitle p strong {
  color: #F60AC2;
}
.ds_hp_section_slider .ds_slider_wrap .ds_slider_right .ds_hp_slider_text {
  margin-bottom: 1.375em;
}
.ds_hp_section_slider .ds_slider_wrap .ds_slider_right .ds_hp_slider_text p {
  margin-bottom: 0;
}

.ds_hp_section_knows {
  padding-top: 2em;
  padding-bottom: 4.5em;
  position: relative;
}
.ds_hp_section_knows #particles-config-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ds_hp_section_knows .container {
  position: relative;
  z-index: 1;
}
.ds_hp_section_knows .container > p {
  max-width: 35.5625em;
  margin-bottom: 2.625em;
}
.ds_hp_section_knows .container .ds_hp_knows_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 2em;
  column-gap: 2.8125em;
}
@media only screen and (max-width: 1199px) {
  .ds_hp_section_knows .container .ds_hp_knows_wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .ds_hp_section_knows .container .ds_hp_knows_wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .ds_hp_section_knows .container .ds_hp_knows_wrap {
    row-gap: 1.5em;
    column-gap: 2em;
  }
}
.ds_hp_section_knows .container .ds_hp_knows_wrap .ds_hp_knows_item {
  background: linear-gradient(to right, #FED21B 0%, #FBB03B 100%);
  border-radius: 0.4375em;
  position: relative;
  padding: 1.625em 2em;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
}
.ds_hp_section_knows .container .ds_hp_knows_wrap .ds_hp_knows_item:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: white;
  border-radius: 0.4375em;
}
.ds_hp_section_knows .container .ds_hp_knows_wrap .ds_hp_knows_item * {
  position: relative;
  z-index: 2;
}
.ds_hp_section_knows .container .ds_hp_knows_wrap .ds_hp_knows_item .ds_hp_knows_item_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 991px) {
  .ds_hp_section_knows .container .ds_hp_knows_wrap .ds_hp_knows_item .ds_hp_knows_item_header {
    margin-bottom: 0.875em;
  }
}
.ds_hp_section_knows .container .ds_hp_knows_wrap .ds_hp_knows_item .ds_hp_knows_item_header h3 {
  margin-bottom: 0;
}
.ds_hp_section_knows .container .ds_hp_knows_wrap .ds_hp_knows_item .ds_hp_knows_item_header img {
  width: 3.25em;
  height: 3.25em;
  object-fit: contain;
  object-position: center;
}
@media only screen and (max-width: 991px) {
  .ds_hp_section_knows .container .ds_hp_knows_wrap .ds_hp_knows_item .ds_hp_knows_item_header img {
    width: 2.5em;
    height: 2.5em;
  }
}

.ds_study_section.ds_hp_section {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
.ds_study_section.ds_hp_section .container {
  display: flex;
  flex-direction: column;
}
.ds_study_section.ds_hp_section .container > p {
  max-width: 35.5625em;
  margin-bottom: 2.625em;
}
.ds_study_section.ds_hp_section .container > a {
  align-self: flex-start;
  margin-top: 2.625em;
}
.ds_study_section .ds_articlesWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6.875em;
  row-gap: 3.25em;
}
@media only screen and (max-width: 1199px) {
  .ds_study_section .ds_articlesWrap {
    column-gap: 3em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_study_section .ds_articlesWrap {
    grid-template-columns: 1fr;
  }
}
.ds_study_section .ds_articlesWrap .ds_hp_study_item .ds_hp_study_item_inner {
  position: relative;
  border-radius: 0.4375em;
  overflow: hidden;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.75em;
}
.ds_study_section .ds_articlesWrap .ds_hp_study_item .ds_hp_study_item_inner img {
  width: 100%;
  aspect-ratio: 155/96;
  object-fit: cover;
  object-position: center;
  height: auto;
  max-height: 20em;
}
.ds_study_section .ds_articlesWrap .ds_hp_study_item .ds_hp_study_item_inner .ds_hp_study_item_btn_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(2, 15, 89, 0.8);
  transform: translateY(100%);
  transition: 0.3s ease-in-out;
}
.ds_study_section .ds_articlesWrap .ds_hp_study_item:hover .ds_hp_study_item_inner .ds_hp_study_item_btn_wrapper {
  transform: translateY(0);
}
.ds_study_section .ds_articlesWrap .ds_hp_study_item h3 {
  color: #333333;
  margin-bottom: 0.5em;
}

.ds_home_faq {
  z-index: 1;
  padding-top: 6em;
  padding-bottom: 3.75em;
  position: relative;
}
.ds_home_faq #particles-config-3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ds_home_faq .container {
  position: relative;
}

.calculator_go_link_img {
  height: 400px;
}

#calculator_go_link_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row !important;
}

@media (max-width: 1000px) {
  #calculator_go_link_wrap {
    flex-direction: column !important;
  }
  #calculator_go_link_wrap .gl_img_first {
    display: none;
  }
  #calculator_go_link_wrap .gl_img_second {
    margin-top: 4em;
  }
}
ul {
  list-style-position: inside;
}

.ds_features {
  padding-bottom: 3.5625em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-image: url(/wp-content/uploads/2025/04/17702b4e834629f2186d2d5720b1202a-scaled.webp);
  margin-top: -80px;
}
.ds_features:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #020f59 0%, #0420bf 100%);
  opacity: 0.9;
  z-index: 1;
}
.ds_features .container {
  position: relative;
  z-index: 2;
}
.ds_features .ds_features_wrap {
  display: grid;
  max-width: 80%;
  margin: 0 auto;
}
.ds_features .ds_features_wrap.ds_features_col3 {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 8.125em;
  row-gap: 3.25em;
}
@media only screen and (max-width: 1199px) {
  .ds_features .ds_features_wrap.ds_features_col3 {
    column-gap: 4em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_features .ds_features_wrap.ds_features_col3 {
    column-gap: 2em;
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .ds_features .ds_features_wrap.ds_features_col3 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .ds_features .ds_features_wrap.ds_features_col3 {
    grid-template-columns: 1fr;
  }
}
.ds_features .ds_features_wrap.ds_features_col3 .ds_features_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ds_features .ds_features_wrap.ds_features_col3 .ds_features_item img {
  width: 4.125em;
  height: 4.125em;
  object-fit: contain;
  object-position: center;
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 991px) {
  .ds_features .ds_features_wrap.ds_features_col3 .ds_features_item img {
    width: 3em;
    height: 3em;
  }
}
.ds_features .ds_features_wrap.ds_features_col3 .ds_features_item .ds_features_item_wrap h3 {
  color: #FED21B;
  margin-bottom: 0.615em;
  text-align: center;
}
.ds_features .ds_features_wrap.ds_features_col3 .ds_features_item .ds_features_item_wrap p {
  margin-bottom: 0;
  color: #FED21B;
  text-align: center;
}

.features-video {
  height: 280px;
  margin-bottom: 64px;
}
.features-video iframe {
  position: relative;
  border-radius: 16px;
  width: 100%;
  height: 480px;
  top: -200px;
}
@media (max-width: 992px) {
  .features-video {
    height: 160px;
  }
  .features-video iframe {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .features-video {
    height: 220px;
  }
  .features-video iframe {
    height: 300px;
    top: -80px;
  }
}

.ds_imageText {
  padding-top: 6em;
  padding-bottom: 5em;
}
@media (max-width: 640px) {
  .ds_imageText {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.ds_imageText .ds_imageText_wrap {
  display: flex;
  justify-content: space-between;
}
.ds_imageText .ds_imageText_wrap.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .ds_imageText .ds_imageText_wrap {
    flex-direction: column;
    gap: 2em;
  }
}
.ds_imageText .ds_imageText_wrap .ds_imageText_left {
  max-width: 44.44%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .ds_imageText .ds_imageText_wrap .ds_imageText_left {
    max-width: 100%;
  }
}
.ds_imageText .ds_imageText_wrap .ds_imageText_left p {
  margin-bottom: 1.375em;
}
.ds_imageText .ds_imageText_wrap .ds_imageText_right {
  max-width: 52.3%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .ds_imageText .ds_imageText_wrap .ds_imageText_right {
    max-width: 100%;
  }
}
.ds_imageText .ds_imageText_wrap .ds_imageText_right img {
  width: 100%;
  position: relative;
  display: block;
  height: auto;
}
.ds_imageText .ds_imageText_wrap .ds_imageText_right img:nth-child(1) {
  max-width: 100%;
  margin-right: -6.515%;
  z-index: 2;
}
.ds_imageText .ds_imageText_wrap .ds_imageText_right img:nth-child(2) {
  max-width: 42.49%;
  margin-right: -20.538%;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 3;
  border-radius: 0.4375em;
  aspect-ratio: 25/32;
}
.ds_imageText .ds_imageText_wrap .ds_imageText_right img:nth-child(3) {
  max-width: 41.07%;
  margin-bottom: 6.25em;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 1;
  border-radius: 0.4375em;
  aspect-ratio: 29/37;
}

.home .ds_news {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  position: relative;
}
.home .ds_news #particles-config-3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .ds_news .container {
  position: relative;
  z-index: 1;
}
.home .ds_news .container .ds_news_upper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.875em;
}
@media only screen and (max-width: 1399px) {
  .home .ds_news .container .ds_news_upper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
}
.home .ds_news .container .ds_news_upper .ds_news_upper_left .ds_news_text {
  max-width: 35.5625em;
}
@media only screen and (max-width: 1399px) {
  .home .ds_news .container .ds_news_upper .ds_news_upper_left .ds_news_text {
    max-width: 100%;
  }
}

.ds_news_wrap.ds_news_col4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 0.75em;
  row-gap: 2em;
}
@media only screen and (max-width: 991px) {
  .ds_news_wrap.ds_news_col4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 575px) {
  .ds_news_wrap.ds_news_col4 {
    grid-template-columns: 1fr;
  }
}

.ds_news_item {
  display: block;
  border-radius: 0.625em;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  border: 1px solid white;
  padding: 0.6875em 0.5625em;
  background-color: white;
  text-decoration: none;
  color: #666666;
}
.ds_news_item:hover {
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
  border-color: #F60AC2;
}
.ds_news_item .ds_news_item_left {
  margin-bottom: 1.375em;
}
.ds_news_item .ds_news_item_left .ds_news_img_wrapper img {
  width: 100%;
  aspect-ratio: 77/48;
  height: auto;
  border-radius: 0.4375em;
}
.ds_news_item .ds_news_item_right h3 {
  margin-bottom: 0.75em;
}
.ds_news_item .ds_news_item_right .ds_news_item_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ds_news_item .ds_news_item_right .ds_news_item_meta .ds_news_item_author span {
  display: block;
  color: #333333;
}
.ds_news_item .ds_news_item_right .ds_news_item_meta .ds_news_item_date {
  color: #333333;
}
.ds_news_item .ds_news_item_right p {
  margin-bottom: 0;
}

.ds_page_header_blogs .container h1 {
  color: #020F59;
}
.ds_page_header_blogs .container p {
  max-width: 35.625em;
  margin-bottom: 2.625em;
}

.ds_blog_section {
  padding-bottom: 3.75em;
}
.ds_blog_section .ds_paginationWrap {
  padding-top: 3.75em;
  display: flex;
  justify-content: center;
}
.ds_blog_section .ds_paginationWrap > div {
  border-bottom: 1px solid #eee;
  display: flex;
}
.ds_blog_section .ds_paginationWrap > div span {
  color: #666666;
  width: 6.75em;
  display: block;
  text-align: center;
  padding-bottom: 1.5625em;
  position: relative;
}
.ds_blog_section .ds_paginationWrap > div span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #F60AC2;
  z-index: 1;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.ds_blog_section .ds_paginationWrap > div span.ds_pagNum {
  cursor: pointer;
}
.ds_blog_section .ds_paginationWrap > div span.ds_pagNum:hover:before {
  opacity: 1;
}
.ds_blog_section .ds_paginationWrap > div span.ds_pagNum.active {
  color: #F60AC2;
}
.ds_blog_section .ds_paginationWrap > div span.ds_pagNum.active:before {
  opacity: 1;
}

.single-post main {
  padding-top: 8.75em;
}
.single-post main > .container-fluid {
  padding-bottom: 3.75em;
}
.single-post main > .container-fluid article .ds_post_image img {
  width: 100%;
  height: 31.25em;
  border-radius: 0.4375em;
  display: block;
  margin-bottom: 2.625em;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 1399px) {
  .single-post main > .container-fluid article .ds_post_image img {
    height: 24em;
  }
}
@media only screen and (max-width: 991px) {
  .single-post main > .container-fluid article .ds_post_image img {
    height: 20em;
  }
}
@media only screen and (max-width: 767px) {
  .single-post main > .container-fluid article .ds_post_image img {
    height: 16em;
  }
}
.single-post main > .container-fluid article .ds_single_title {
  color: #020F59;
  margin-bottom: 0.38em;
}
.single-post main > .container-fluid article .ds_post_meta {
  gap: 5.875em;
  margin-bottom: 2em;
  align-items: center;
}
.single-post main > .container-fluid article .ds_post_author {
  color: #333333;
}
.single-post main > .container-fluid article .ds_post_date {
  color: #666666;
}
.single-post main > .container-fluid article .ds_post_content p:last-child {
  margin-bottom: 0;
}

.ds_banner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  margin-top: 3.75em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.ds_banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #020F59;
  opacity: 0.85;
}
.ds_banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.ds_banner .container h2 {
  color: white;
}
.ds_banner .container p {
  max-width: 31.875em;
  margin: 0 auto 1.375em;
  text-align: center;
  color: white;
}
.ds_banner .container .ds_banner_left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ds_banner .container .ds_banner_right {
  display: flex;
  justify-content: center;
}

.page-template-ds_about .ds_page_header {
  padding-bottom: 3.75em;
}
.page-template-ds_about .ds_page_header .wp-block-image .alignleft {
  margin: 0 6.375em 1.25em 4.625em;
}
@media only screen and (max-width: 1199px) {
  .page-template-ds_about .ds_page_header .wp-block-image .alignleft {
    margin: 0 3.5em 1.25em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-ds_about .ds_page_header .wp-block-image .alignleft {
    margin: 0 2em 1.25em 1em;
  }
}
@media only screen and (max-width: 575px) {
  .page-template-ds_about .ds_page_header .wp-block-image .alignleft {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.page-template-ds_about .ds_page_header .wp-block-image .alignleft img {
  object-fit: cover;
  width: 100%;
  max-width: 35.875em;
}
@media only screen and (max-width: 1600px) {
  .page-template-ds_about .ds_page_header .wp-block-image .alignleft img {
    max-width: 28em;
  }
}
@media only screen and (max-width: 1399px) {
  .page-template-ds_about .ds_page_header .wp-block-image .alignleft img {
    max-width: 24em;
  }
}
@media only screen and (max-width: 1199px) {
  .page-template-ds_about .ds_page_header .wp-block-image .alignleft img {
    max-width: 22em;
  }
}
@media only screen and (max-width: 991px) {
  .page-template-ds_about .ds_page_header .wp-block-image .alignleft img {
    max-width: 16em;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-ds_about .ds_page_header .wp-block-image .alignleft img {
    max-width: 12em;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-ds_about .ds_page_header .wp-block-image .alignleft img {
    max-width: 12em;
  }
}
.page-template-ds_about .ds_page_header h1 {
  color: #020F59;
}
.page-template-ds_about .ds_page_header p {
  margin-bottom: 2.375em;
}
.page-template-ds_about .ds_page_header p:last-child {
  margin-bottom: 0;
}

.ds_about_section_grid {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media only screen and (max-width: 767px) {
  .ds_about_section_grid {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 575px) {
  .ds_about_section_grid {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.ds_about_section_grid .container {
  display: grid;
  column-gap: 16.875em;
  row-gap: 2.625em;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1600px) {
  .ds_about_section_grid .container {
    column-gap: 12em;
  }
}
@media only screen and (max-width: 1399px) {
  .ds_about_section_grid .container {
    column-gap: 10em;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_about_section_grid .container {
    column-gap: 6em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_about_section_grid .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .ds_about_section_grid .container {
    column-gap: 3em;
  }
}
@media only screen and (max-width: 575px) {
  .ds_about_section_grid .container {
    grid-template-columns: 1fr;
  }
}
.ds_about_section_grid .container .ds_hp_feat_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ds_about_section_grid .container .ds_hp_feat_item img {
  width: 5em;
  height: 5em;
  object-fit: contain;
  margin-bottom: 1.375em;
}
@media only screen and (max-width: 1199px) {
  .ds_about_section_grid .container .ds_hp_feat_item img {
    width: 3.5em;
    height: 3.5em;
  }
}
.ds_about_section_grid .container .ds_hp_feat_item h3 {
  margin-bottom: 0.7em;
  text-align: center;
}
.ds_about_section_grid .container .ds_hp_feat_item .ds_hp_feat_item_content {
  text-align: center;
  color: var(dark);
}

.ds_study_section_about .ds_hp_study_item {
  transform: unset !important;
}

.ds_page_header_cases .container h1 {
  color: #020F59;
}
.ds_page_header_cases .container p {
  max-width: 35.625em;
  margin-bottom: 2.625em;
}

.ds_study_section {
  padding-bottom: 3.75em;
}
.ds_study_section .ds_paginationWrap {
  padding-top: 8.75em;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .ds_study_section .ds_paginationWrap {
    padding-top: 3.75em;
  }
}
.ds_study_section .ds_paginationWrap > div {
  border-bottom: 1px solid #eee;
  display: flex;
}
.ds_study_section .ds_paginationWrap > div span {
  color: #666666;
  width: 6.75em;
  display: block;
  text-align: center;
  padding-bottom: 1.5625em;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .ds_study_section .ds_paginationWrap > div span {
    width: 4.5em;
    padding-bottom: 1.125em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_study_section .ds_paginationWrap > div span {
    width: 3.5em;
    padding-bottom: 0.75em;
  }
}
.ds_study_section .ds_paginationWrap > div span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #F60AC2;
  z-index: 1;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.ds_study_section .ds_paginationWrap > div span.ds_pagNum {
  cursor: pointer;
}
.ds_study_section .ds_paginationWrap > div span.ds_pagNum:hover:before {
  opacity: 1;
}
.ds_study_section .ds_paginationWrap > div span.ds_pagNum.active {
  color: #F60AC2;
}
.ds_study_section .ds_paginationWrap > div span.ds_pagNum.active:before {
  opacity: 1;
}

.single-study main {
  padding-top: 8.75em;
}
.single-study main > .container-fluid {
  padding-bottom: 3.75em;
}
.single-study main > .container-fluid article .ds_post_image img {
  width: 100%;
  height: 31.25em;
  border-radius: 0.4375em;
  display: block;
  margin-bottom: 2.625em;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 1399px) {
  .single-study main > .container-fluid article .ds_post_image img {
    height: 24em;
  }
}
@media only screen and (max-width: 991px) {
  .single-study main > .container-fluid article .ds_post_image img {
    height: 20em;
  }
}
@media only screen and (max-width: 767px) {
  .single-study main > .container-fluid article .ds_post_image img {
    height: 16em;
  }
}
.single-study main > .container-fluid article .ds_single_title {
  color: #020F59;
  margin-bottom: 0.38em;
}
.single-study main > .container-fluid article .ds_post_date {
  color: #666666;
  margin-bottom: 2em;
}
.single-study main > .container-fluid article .ds_post_content p:last-child {
  margin-bottom: 0;
}
.single-study main > .container-fluid .ds_post_gallery {
  margin-top: 2.625em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2em;
}
@media only screen and (max-width: 767px) {
  .single-study main > .container-fluid .ds_post_gallery {
    row-gap: 1em;
  }
}
.single-study main > .container-fluid .ds_post_gallery h2 {
  margin-bottom: 0em;
  width: 100%;
  max-width: 100%;
}
.single-study main > .container-fluid .ds_post_gallery a {
  display: block;
  border-radius: 0.4375em;
  overflow: hidden;
}
.single-study main > .container-fluid .ds_post_gallery a img {
  display: block;
  width: 100%;
  height: 26em;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 1399px) {
  .single-study main > .container-fluid .ds_post_gallery a img {
    height: 20em;
  }
}
@media only screen and (max-width: 991px) {
  .single-study main > .container-fluid .ds_post_gallery a img {
    height: 16em;
  }
}
@media only screen and (max-width: 767px) {
  .single-study main > .container-fluid .ds_post_gallery a img {
    height: 12em;
  }
}
.single-study main > .container-fluid .ds_post_gallery a:nth-of-type(5n + 1) {
  max-width: 65.77%;
  width: 100%;
}
.single-study main > .container-fluid .ds_post_gallery a:nth-of-type(5n + 2) {
  max-width: 31.63%;
  width: 100%;
}
.single-study main > .container-fluid .ds_post_gallery a:nth-of-type(5n + 3) {
  max-width: 23.11%;
  width: 100%;
}
.single-study main > .container-fluid .ds_post_gallery a:nth-of-type(5n + 4) {
  max-width: 31.63%;
  width: 100%;
}
.single-study main > .container-fluid .ds_post_gallery a:nth-of-type(5n + 5) {
  max-width: 40.15%;
  width: 100%;
}

.ds_contacs_section {
  padding-top: 8.75em;
  padding-bottom: 3.75em;
}
@media only screen and (max-width: 991px) {
  .ds_contacs_section {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .ds_contacs_section {
    padding-bottom: 1em;
    padding-top: 3em;
  }
}
.ds_contacs_section .ds_contacts_wrap {
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .ds_contacs_section .ds_contacts_wrap {
    flex-direction: column;
    gap: 3em;
  }
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left {
  max-width: 42.22%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .ds_contacs_section .ds_contacts_wrap .ds_contacts_left {
    max-width: 100%;
  }
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left h1 {
  color: #020F59;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_content {
  margin-bottom: 1.75em;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_content p:last-child {
  margin-bottom: 0;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap {
  max-width: 90%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap {
    max-width: 100%;
  }
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_img {
  max-width: 46.37%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_img {
    max-width: 38%;
  }
}
@media only screen and (max-width: 575px) {
  .ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_img {
    max-width: 12em;
  }
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_img img {
  width: 100%;
  height: auto;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_list {
  max-width: 41.85%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 575px) {
  .ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_list {
    max-width: calc(100% - 13em);
  }
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_list .ds_contacts_row.ds_contacts_row_img {
  margin-bottom: 2em;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_list .ds_contacts_row.ds_contacts_row_img img {
  height: 5em;
  width: auto;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_list .ds_contacts_row.ds_contacts_row_address {
  margin-bottom: 1em;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_list .ds_contacts_row.ds_contacts_row_address p {
  margin-bottom: 0;
  color: #020F59;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_list .ds_contacts_row.ds_contacts_row_ico {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #020F59;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_list .ds_contacts_row.ds_contacts_row_email_text {
  margin-bottom: 1em;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_list .ds_contacts_row.ds_contacts_row_email_text p {
  margin-bottom: 0;
  color: #020F59;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_list .ds_contacts_row.ds_contacts_row_email {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_list .ds_contacts_row.ds_contacts_row_email svg {
  width: 1.25em;
  height: 1.25em;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_list .ds_contacts_row.ds_contacts_row_email a {
  color: #020F59;
  text-decoration: none;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_left .ds_contacts_left_wrap .ds_contacts_left_list .ds_contacts_row.ds_contacts_row_email a:hover {
  text-decoration: underline;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right {
  max-width: 46.37%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .ds_contacs_section .ds_contacts_wrap .ds_contacts_right {
    max-width: 100%;
  }
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form {
  padding: 2em 3.75em;
  border-radius: 0.4375em;
  background-color: #020F59;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media only screen and (max-width: 1399px) {
  .ds_contacs_section .ds_contacts_wrap .ds_contacts_right form {
    padding: 1.5em 2em;
  }
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_row {
  margin-bottom: 0.75em;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_row label {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_row label > span {
  color: white;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_row label input, .ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_row label textarea {
  height: 3em;
  font-family: "Montserrat", sans-serif;
  background-color: white;
  border-radius: 0.1875em;
  color: #020F59;
  padding: 0.75em 1em;
  cursor: text;
  border: 1px solid white;
  outline: none !important;
  font-size: 1em;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_row label input:focus, .ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_row label input:active, .ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_row label textarea:focus, .ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_row label textarea:active {
  border-color: #F60AC2;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_row label input::placeholder, .ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_row label textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #020F59;
  opacity: 0.7;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_row label textarea {
  height: 6em;
  font-size: 1em;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_row label textarea::placeholder {
  font-family: "Montserrat";
  font-size: 1em;
  color: #020F59;
  opacity: 0.7;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_bottom {
  margin-top: 0.5em;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_bottom .ds_form_bottom_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_bottom .ds_form_bottom_right .ds_checkbox {
  position: relative;
  padding-left: 1.875em;
  cursor: pointer;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_bottom .ds_form_bottom_right .ds_checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_bottom .ds_form_bottom_right .ds_checkbox input:checked + .checkmark:before {
  opacity: 1 !important;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_bottom .ds_form_bottom_right .ds_checkbox .checkmark {
  width: 1.125em;
  height: 1.125em;
  border: 1px solid #F60AC2;
  border-radius: 0.3125em;
  left: 0;
  top: 4px;
  position: absolute;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_bottom .ds_form_bottom_right .ds_checkbox .checkmark:before {
  content: "";
  position: absolute;
  left: 0.3em;
  top: 40%;
  transform: translateY(-50%) rotate(45deg);
  border: 0;
  border-bottom: 2px solid #F60AC2;
  border-right: 2px solid #F60AC2;
  width: 0.25em;
  height: 0.5em;
  transition: 0.3s ease-in-out;
  position: absolute;
  opacity: 0;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_bottom .ds_form_bottom_right .ds_checkbox .gdpr {
  color: white;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_bottom .ds_form_bottom_right .ds_checkbox .gdpr a {
  color: #F60AC2;
  text-decoration: none;
}
.ds_contacs_section .ds_contacts_wrap .ds_contacts_right form .ds_form_bottom .ds_form_bottom_right .ds_checkbox .gdpr a:hover {
  text-decoration: underline;
}

.error404 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}
.error404 main .page-content {
  max-width: 40em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.error404 main .page-content * {
  text-align: center;
}
.error404 main .page-content h3 {
  font-size: 10em;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}
.error404 main .page-content h1 {
  color: #020F59;
}

.faq_h1 {
  color: #020F59;
  margin-bottom: 1em;
}

.ds_faq_wrapper {
  margin-bottom: 2em;
}

.ds_calculator {
  min-height: 80vh;
  margin-top: 200px;
}
.ds_calculator h1 {
  color: #020F59;
}

.calculator-wrap {
  background-color: #E6E7EE;
  padding: 48px 64px;
  border-radius: 30px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .calculator-wrap {
    padding: 32px 48px;
  }
}
@media (max-width: 540px) {
  .calculator-wrap {
    padding: 32px 32px;
  }
}
@media (max-width: 400px) {
  .calculator-wrap {
    padding: 24px 24px;
  }
}
.calculator-wrap .calculator-percentage {
  color: #020F59;
  font-weight: bold;
}
.calculator-wrap .calculator-progress-wrap {
  display: flex;
  align-items: center;
}
.calculator-wrap .calculator-progress-wrap .progress-bar-wrap {
  position: relative;
  width: 100%;
  margin-left: 16px;
}
.calculator-wrap .calculator-progress-wrap .progress-bar-wrap .progress-bar-white {
  width: 100%;
  background-color: white;
  border-radius: 30px;
  height: 8px;
}
.calculator-wrap .calculator-progress-wrap .progress-bar-wrap .progress-bar-orange {
  position: absolute;
  top: 0;
  background: linear-gradient(to right, #FED21B 10%, #FBB03B 100%);
  width: 0;
  height: 8px;
  border-radius: 30px;
  transition: width 0.25s ease-in;
}

.calculator-section h2 {
  font-size: 26px;
  font-weight: 500;
  color: #333333;
  margin-top: 24px;
}

.calculator-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 48px;
}
@media (max-width: 470px) {
  .calculator-btns {
    flex-direction: column;
    row-gap: 16px;
  }
  .calculator-btns .calculator-btn {
    width: 100% !important;
  }
  .calculator-btns .calculator-btn:first-child {
    order: 2;
  }
}

.calculator-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 24px;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .calculator-options {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .calculator-options {
    grid-template-columns: repeat(1, 1fr);
  }
}
.calculator-options .calculator-option {
  position: relative;
  background-color: white;
  border-radius: 15px;
  padding: 24px;
  overflow: hidden;
  height: 224px;
  transition: all 0.2s;
  border: 3px solid white;
  cursor: pointer;
  width: auto;
}
.calculator-options .calculator-option.active {
  border: 3px solid #FED21B;
}
.calculator-options .calculator-option:hover {
  border: 3px solid #FED21B;
}
.calculator-options .calculator-option h3 {
  font-size: 20px !important;
  font-weight: bold;
}
.calculator-options .calculator-option > img {
  height: 180px;
  position: absolute;
  top: 24px;
  right: -80px;
}
@media (max-width: 992px) {
  .calculator-options .calculator-option > img {
    height: 164px;
    right: -64px;
    top: 48px;
  }
}

.calculator-section {
  display: none;
}

#calculator-first-section {
  display: block;
}

.calculator-inline-wrap {
  display: flex;
  align-items: center;
}
.calculator-inline-wrap h3 {
  color: #333333;
  font-size: 1.25em !important;
  font-weight: bold;
}
.calculator-inline-wrap .option-icon {
  width: 64px;
  height: 64px;
  background-color: #E6E7EE;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  margin-right: 16px;
}

.calculator-sum-headings {
  margin-top: 32px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: bold !important;
  color: black !important;
}
.calculator-sum-headings img {
  margin-right: 8px;
}

#calculator-send {
  display: none;
}

.calc-option-count-wrap {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.calc-option-count-wrap span {
  color: #333333;
  font-weight: 500;
}

.by-hundred-wrap {
  flex-direction: column !important;
  align-items: start !important;
}

.calc-option-count-input-wrap {
  margin-left: 16px;
  background-color: #E6E7EE;
  padding: 6px;
  border-radius: 8px;
  justify-content: center;
  display: flex;
  align-items: center;
  user-select: none;
}

.calc-count-input {
  width: auto;
  background-color: none;
  color: #333333;
  font-weight: 800;
  width: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}

.by-hundred-input {
  width: 96px;
}

.by-hunder-input-group {
  margin-left: 0 !important;
  margin-top: 8px !important;
}

.calc-c-btn {
  background-color: #FED21B;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}

.calculator-sum-items {
  display: grid;
  grid-column: 100%;
  row-gap: 24px;
  margin-top: 40px;
  margin-bottom: 72px;
}
.calculator-sum-items .sum-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 24px 28px;
  border-radius: 16px;
}
.calculator-sum-items .sum-item .sum-price {
  font-weight: 700;
  color: black;
  text-decoration: underline;
  text-align: end;
}
@media (max-width: 475px) {
  .calculator-sum-items .sum-item {
    padding: 20px;
  }
  .calculator-sum-items .sum-item .option-icon {
    width: 56px;
    height: 56px;
  }
}

.calculator-sum-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .calculator-sum-contact {
    row-gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.calc-input {
  width: auto;
  height: 64px;
  outline: 0;
  border: 0;
  background-color: white;
  border-radius: 16px;
  padding: 0 16px;
  cursor: text;
}

.calculator-error {
  color: #020F59;
  font-size: 20px;
  font-weight: bold;
}

.calc-error-wrap {
  margin-top: 24px;
  text-align: right;
}

.sent-wrap {
  position: fixed;
  height: 100%;
  z-index: 999;
  top: 0;
  width: 100%;
  background-color: rgba(2, 1, 15, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.sent-wrap .sent-modal {
  position: relative;
  border-radius: 20px;
  background-color: #020F59;
  max-width: 90%;
  width: 700px;
  height: 400px;
  padding: 32px;
  color: white;
  overflow: hidden;
}
.sent-wrap .sent-modal h2 {
  color: white !important;
  margin-bottom: 8px;
}
.sent-wrap .sent-modal #sent-modal-close {
  margin-top: 24px;
}
.sent-wrap .sent-modal img {
  height: 460px;
  position: absolute;
  bottom: -120px;
  right: 0;
}
@media (max-width: 700px) {
  .sent-wrap .sent-modal img {
    bottom: -200px;
  }
}
@media (max-width: 540px) {
  .sent-wrap .sent-modal img {
    bottom: -160px;
  }
}
@media (max-width: 540px) {
  .sent-wrap .sent-modal {
    height: 500px;
  }
}

/*# sourceMappingURL=ds_front.css.map */
