@font-face {
  font-family: "UTM Avo";
  src: url("../fonts/utmavo/UTMAvo.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "UTM Avo";
  src: url("../fonts/utmavo/UTMAvoBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

.wp-child-theme-flatsome-child #wrapper * {
  font-family: "UTM Avo", sans-serif !important;
}

.wp-child-theme-flatsome-child #wrapper i::before {
  font-family: fl-icons !important;
}

/* header */
#header .header-wrapper {
  box-shadow: none;
}

#header #masthead .header-inner {
  max-width: 1200px;
  margin: 28px auto;
  padding: 16px 16px 16px 24px;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

#header .stuck #masthead {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}

#header .stuck #masthead .header-inner {
  margin-top: 0px;
  padding: 12px 0px;
  box-shadow: none;
}

#header #masthead .header-inner::after {
  display: none;
}

#header #masthead #logo {
  margin: 0px;
}

#header #masthead #logo img {
  object-fit: contain;
}

#header #masthead .header-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

#header #masthead .header-nav > li {
  margin: 0px;
}

#header #masthead .header-nav > li > a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  padding: 8px 16px;
  color: var(--fs-experimental-link-color);
}

#header #masthead .header-nav > li.active > a,
#header #masthead .header-nav > li:hover > a {
  background-color: rgba(204, 0, 0, 0.1);
  color: var(--primary-color);
  border-radius: 32px;
}

#header #masthead li.menu-item-has-children ul.sub-menu {
  padding: 16px !important;
  border-radius: 20px;
}

#header #masthead li.menu-item-has-children::before,
#header #masthead li.menu-item-has-children::after {
  display: none;
}

#header #masthead li.menu-item-has-children ul.sub-menu li a {
  display: block;
  width: 100%;
  padding: 8px 16px;
  margin: 0px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  color: var(--fs-experimental-link-color);
}

#header #masthead li.menu-item-has-children ul.sub-menu li a:hover {
  background-color: rgba(204, 0, 0, 0.1);
  color: var(--primary-color);
}

#header #masthead a.btn--gradient,
.button.btn--gradient,
a.btn--gradient {
  background: linear-gradient(
    180deg,
    #ce2127 0%,
    #ce2127 8.07%,
    #cf2228 15.54%,
    #d02328 22.5%,
    #d12429 29.04%,
    #d3262a 35.26%,
    #d5282c 41.25%,
    #d72a2d 47.1%,
    #d92d2f 52.9%,
    #dc3031 58.75%,
    #df3333 64.74%,
    #e33735 70.96%,
    #e63b38 77.5%,
    #ea3f3a 84.46%,
    #ee433d 91.93%,
    #f24740 100%
  );
  color: white !important;
}

#header #masthead .header-nav > li > a.btn_dktv,
a.btn_dktv {
  padding: 0 16px;
  border-radius: 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
}

/* footer */
#footer .absolute-footer {
  display: none;
}

#footer section .row .col-left * {
  margin: 0px;
}

#footer section .row .col-left .col-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#footer section .img img {
  max-height: 100px;
  height: 100%;
  width: fit-content;
  object-fit: contain;
  margin: 0px;
}

#footer section .text p {
  font-size: 14px;
  margin: 0px;
}

#footer section .text.footer-title {
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}

#footer section .text.footer-title.h-7 p {
  font-size: 22px;
  line-height: 1.2;
}

#footer section .text.footer-title h5 {
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif !important;
}

#footer section .footer-menu a {
  min-height: fit-content;
  padding: 0px 0px 8px;
  font-size: 15px;
  line-height: 1.4;
}

#footer section .row .col-left .footer-socials ul,
.sec__lh .sec--socials ul {
  display: flex;
  list-style: none;
  gap: 8px;
}

.sec__lh .sec--socials ul {
  justify-content: center;
}

#footer section .row .col-left .footer-socials ul li,
.sec__lh .sec--socials ul li {
  background-color: rgba(239, 239, 239, 1);
  padding: 4px;
  border-radius: 99px;
  margin: 0px;
}

#footer section .footer-menu a span {
  font-family: "Nunito Sans", sans-serif !important;
}

#footer section .wpcf7-form {
  margin-bottom: 32px;
}

#footer section .wpcf7-form .footer-form {
  max-width: 60%;
}

#footer section .wpcf7-form .footer-form > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 207, 207, 1);
  border: 1px solid rgb(252, 0, 0);
  border-radius: 32px;
  padding: 8px;
}

#footer section .wpcf7-form .footer-form input.wpcf7-email {
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: var(--fs-experimental-link-color);
  height: 100%;
  min-height: fit-content;
  padding: 0px 8px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
}

#footer section .wpcf7-form .footer-form input::placeholder {
  color: var(--fs-experimental-link-color);
}

#footer section .wpcf7-form .footer-form .wpcf7-spinner {
  position: absolute;
  margin: 0px;
  right: 64px;
}

#footer section .wpcf7-form .footer-form .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0px;
  min-height: 35px;
  box-shadow: none;
  border: none;
}

#footer section .wpcf7-form .footer-form .button input.wpcf7-submit,
#footer section .wpcf7-form .footer-form .button input.wpcf7-submit:hover {
  text-transform: none;
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.4;
}

#footer section .footer-row-menu {
  justify-content: space-between;
}

#footer section .footer-row-menu:after {
  display: none;
}

section .sec--heading.h-4,
.sec--heading.h-4 {
  font-size: 38px;
  line-height: 1.4;
}

section .sec--heading.h-2,
.sec--heading.h-2 {
  font-size: 46px;
  line-height: 1.4;
}

section .sec--heading.h-1,
.sec--heading.h-1 {
  font-size: 56px;
  line-height: 1.4;
  margin: 0px;
}

section .center {
  text-align: center;
}

section .sec--heading.gradient,
.sec--heading.gradient {
  background: linear-gradient(
    180deg,
    #ce2127 0%,
    #ce2127 8.07%,
    #cf2228 15.54%,
    #d02328 22.5%,
    #d12429 29.04%,
    #d3262a 35.26%,
    #d5282c 41.25%,
    #d72a2d 47.1%,
    #d92d2f 52.9%,
    #dc3031 58.75%,
    #df3333 64.74%,
    #e33735 70.96%,
    #e63b38 77.5%,
    #ea3f3a 84.46%,
    #ee433d 91.93%,
    #f24740 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section .sec--sub-heading {
  font-size: 18px;
  line-height: 28px;
}

section .sec--sub-heading.dark {
  color: #0000be;
}

section .sec--btn br {
  display: none;
}

section .row-bg {
  background: linear-gradient(
    180deg,
    #ce2127 0%,
    #ce2127 8.07%,
    #cf2228 15.54%,
    #d02328 22.5%,
    #d12429 29.04%,
    #d3262a 35.26%,
    #d5282c 41.25%,
    #d72a2d 47.1%,
    #d92d2f 52.9%,
    #dc3031 58.75%,
    #df3333 64.74%,
    #e33735 70.96%,
    #e63b38 77.5%,
    #ea3f3a 84.46%,
    #ee433d 91.93%,
    #f24740 100%
  );
  border-radius: 28px;
  box-shadow: 0px 4px 8px -2px #00000040;
}

section .row-bg img {
  border-radius: 20px;
}

section .btn_dktv.btn--gradient {
  background: linear-gradient(
    180deg,
    #ce2127 0%,
    #ce2127 8.07%,
    #cf2228 15.54%,
    #d02328 22.5%,
    #d12429 29.04%,
    #d3262a 35.26%,
    #d5282c 41.25%,
    #d72a2d 47.1%,
    #d92d2f 52.9%,
    #dc3031 58.75%,
    #df3333 64.74%,
    #e33735 70.96%,
    #e63b38 77.5%,
    #ea3f3a 84.46%,
    #ee433d 91.93%,
    #f24740 100%
  );
  color: white;
}

section .btn_dktv.btn--gradient.dark {
  background: linear-gradient(
    180deg,
    #2d3387 0%,
    #2d3387 0.75%,
    #2d3387 2.92%,
    #2d3387 6.37%,
    #2c3488 10.97%,
    #2b3488 16.59%,
    #2a3589 23.1%,
    #28378a 30.37%,
    #26388c 38.27%,
    #233b8e 46.66%,
    #203e90 55.41%,
    #1b4193 64.39%,
    #164597 73.47%,
    #104a9b 82.52%,
    #0850a0 91.41%,
    #0057a6 100%
  );
  color: white;
}

section .btn_dktv.w-fit {
  max-width: fit-content;
}

section .btn_dktv.text-normal {
  text-transform: none;
}

section.sec__dktv {
  padding-top: 64px !important;
}

section.sec__dktv .sec--heading {
  margin-bottom: 8px;
}

section.sec__dktv p.text {
  margin-bottom: 24px;
}

section.sec__dktv .img img {
  object-fit: contain;
  max-height: 390px;
}

section.sec__dktv .wpcf7-form > p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

section.sec__dktv
  .wpcf7-form
  > p
  > .wpcf7-form-control-wrap[data-name="your-select"],
section.sec__dktv
  .wpcf7-form
  > p
  > .wpcf7-form-control-wrap[data-name="your-message"],
section.sec__dktv .wpcf7-form > p > .btn_dktv,
section.sec__dktv.sec__lh
  .wpcf7-form
  > p
  > .wpcf7-form-control-wrap[data-name="your-email"] {
  grid-column: 1 / span 2;
}

section.sec__dktv
  .wpcf7-form
  > p
  > .wpcf7-form-control-wrap[data-name="your-date"]
  input::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  appearance: none;
}

section.sec__dktv .wpcf7-form > p > .wpcf7-form-control-wrap * {
  margin-bottom: 0px;
}

section.sec__dktv .wpcf7-form > p > .wpcf7-form-control-wrap input,
section.sec__dktv .wpcf7-form > p > .wpcf7-form-control-wrap select {
  width: 100%;
  height: 56px;
  border-radius: 16px;
  padding: 0 16px;
  box-shadow: 0px 4px 8px -2px #00000040;
  color: #777777;
  font-size: 14px;
  line-height: 21px;
}

section.sec__dktv .wpcf7-form > p > .wpcf7-form-control-wrap input:focus,
section.sec__dktv .wpcf7-form > p > .wpcf7-form-control-wrap textarea:focus {
  color: #272727;
}

section.sec__dktv .wpcf7-form > p > .wpcf7-form-control-wrap textarea {
  font-size: 14px;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0px 4px 8px -2px #00000040;
}

section.sec__dktv .wpcf7-form > p > .btn_dktv input,
section.sec__dktv .wpcf7-form > p > .btn_dktv input:hover,
section.sec__dktv .wpcf7-form > p > .btn_dktv .wpcf7-spinner {
  margin: 0px;
  background-color: transparent;
  box-shadow: none;
  text-transform: none;
  padding: 0px;
}

section.sec__dktv .wpcf7-form .wpcf7-response-output {
  margin: 16px 0 64px;
  color: black;
  background: white;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 16px;
  text-align: center;
  border-color: transparent;
}

section.sec__dktv .wpcf7-form > p > .btn_dktv {
  margin: 0px;
  min-height: 56px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

section.sec__dktv .wpcf7-form > p > .btn_dktv .wpcf7-spinner {
  position: absolute;
}

section.sec__dktv .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
}

.rank-math-breadcrumb p {
  margin-bottom: 8px;
  font-size: 14px;
}

#popup-consultation.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

#popup-consultation .popup-content {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  border-radius: 8px;
}

#popup-consultation .popup-close {
	padding: 0px;
	margin: 0px;
  position: absolute;
	z-index: 9;
	width: 60px;
	border-radius: 99px;
  top: 170px;
  right: -15px;
  font-size: 24px;
	line-height: 1;
  border: none;
  background: white;
  cursor: pointer;
}

#popup-consultation .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  #header #masthead .header-inner {
    margin-top: 0px;
    border-radius: 0px;
    padding: 12px;
  }

  #header .stuck #masthead .header-inner {
    padding: 12px;
  }

  section .sec--heading.h-4,
  .sec--heading.h-4 {
    font-size: 28px;
  }

  #header #masthead .header-nav > li > a.btn_dktv,
  a.btn_dktv {
    height: 40px;
    font-size: 12px;
  }

  #main {
    padding-top: 80px;
  }

  section .sec--heading.h-2,
  .sec--heading.h-2 {
    margin-bottom: 16px;
  }

  section .sec--heading.h-2,
  .sec--heading.h-2 {
    font-size: 40px;
    line-height: 1.6;
  }

  #footer section .text.footer-title.h-7 p {
    text-align: left;
  }

  #footer section .col-right .text.footer-title.h-7 p {
    margin-bottom: 4px;
  }

  #footer section .wpcf7-form .footer-form {
    max-width: 100%;
  }

  #footer section .wpcf7-form {
    margin-bottom: 16px;
  }
}

@media (max-width: 576px) {
  section .sec--heading.h-2,
  .sec--heading.h-2 {
    font-size: 28px;
    line-height: 1.4;
  }

  section.sec__dktv .sec--heading {
    margin-bottom: 8px;
  }

  section.sec__dktv .wpcf7-form > p > .wpcf7-form-control-wrap input,
  section.sec__dktv .wpcf7-form > p > .wpcf7-form-control-wrap select,
  section.sec__dktv .wpcf7-form > p > .btn_dktv {
    height: 48px;
  }
}
