﻿@import 'bootstrap.css';
@import 'splide.css';
@font-face {
  font-family: "GeneralSans";
  src: url("../fonts/GeneralSans-Regular.woff2") format("woff2"), url("../fonts/GeneralSans-Regular.woff") format("woff"), url("../fonts/GeneralSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2"), url("../fonts/GeneralSans-Medium.woff") format("woff"), url("../fonts/GeneralSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../fonts/GeneralSans-Semibold.woff2") format("woff2"), url("../fonts/GeneralSans-Semibold.woff") format("woff"), url("../fonts/GeneralSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
/* Variables */
/* Mixins */
/* display: flex */
/** Operation **/
/* Parametric Mixins */
/** Guarded Mixins **/
*,
::after,
::before {
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "GeneralSans";
  color: #3E4751;
  font-size: 18px;
  background-color: #111419;
  position: relative;
  min-height: 100vh;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (max-width: 992px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    background-color: #ffffff;
  }
}

body ::selection {
  color: #fff;
  background: #0371EE;
}

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

ul {
  margin: 0;
  padding: 0;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 767px) {
  .m-pt-0 {
    padding-top: 0px !important;
  }
  .m-pt-25 {
    padding-top: 25px !important;
  }
  .m-pt-40 {
    padding-top: 40px !important;
  }
  .m-pt-50 {
    padding-top: 50px !important;
  }
  .m-pt-80 {
    padding-top: 80px !important;
  }
  .m-pt-100 {
    padding-top: 100px !important;
  }
  .m-mt-0 {
    margin-top: 0px !important;
  }
  .m-mt-50 {
    margin-top: 50px !important;
  }
  .m-mt-100 {
    margin-top: 100px !important;
  }
  .m-pb-0 {
    padding-bottom: 0px !important;
  }
  .m-pb-25 {
    padding-bottom: 25px !important;
  }
  .m-pb-40 {
    padding-bottom: 40px !important;
  }
  .m-pb-50 {
    padding-bottom: 50px !important;
  }
  .m-pb-80 {
    padding-bottom: 80px !important;
  }
  .m-pb-100 {
    padding-bottom: 100px !important;
  }
  .m-mb-0 {
    margin-bottom: 0px !important;
  }
  .m-mb-50 {
    margin-bottom: 50px !important;
  }
  .m-mb-100 {
    margin-bottom: 100px !important;
  }
}
.max-w-750 {
  max-width: 750px;
}

.max-w-800 {
  max-width: 800px;
}

.clear {
  clear: both;
}

.tooltip {
  pointer-events: none !important;
  --bs-tooltip-bg: #2C323A;
  --bs-tooltip-opacity: 1;
}

a {
  color: #3E4751;
  text-decoration: underline;
  word-break: break-word;
  text-underline-offset: 4px;
}
a:focus, a:hover {
  color: #0371EE;
  text-decoration: none;
}
a:focus-visible {
  outline: 3px solid #12D3DD !important;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
img.aligncenter {
  margin: 0 auto;
  display: table;
}

.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .container,
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.container-big,
.container-fluid.container-big {
  max-width: 1550px;
  margin: 0 auto;
}

.g-15 {
  --bs-gutter-y: 1.5rem;
  --bs-gutter-x: 1.5rem;
}
@media (max-width: 767px) {
  .g-15 {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
  }
}

.g-20 {
  --bs-gutter-y: 2rem;
  --bs-gutter-x: 2rem;
}
@media (max-width: 767px) {
  .g-20 {
    --bs-gutter-y: 1.5rem;
    --bs-gutter-x: 1.5rem;
  }
}

.b-radius {
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}

.b-radius-b {
  border-radius: 0 0 24px 24px;
  -moz-border-radius: 0 0 24px 24px;
  -webkit-border-radius: 0 0 24px 24px;
}

.b-radius-t {
  border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  -webkit-border-radius: 24px 24px 0 0;
}

.b-radius-dark {
  border: 10px solid #111419;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}

.b-radius-light {
  border: 10px solid #fff;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}

.tag {
  border: 1px solid #65717F;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  font-family: "JetBrains Mono", monospace;
  padding: 8px 16px;
  font-size: 18px;
  color: #090A0C;
  display: inline-block;
}
@media (max-width: 767px) {
  .tag {
    font-size: 14px;
  }
}

.tag-icon {
  background: linear-gradient(180deg, rgba(111, 132, 153, 0.3) 0%, #202535 100%);
  box-shadow: inset 0px 4px 8px rgba(127, 135, 153, 0.5);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 56px;
  height: 56px;
  flex: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.tag-icon img {
  width: 16px;
  height: 16px;
}

.pointer-events-none {
  pointer-events: none !important;
}

.btn {
  min-height: 64px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  line-height: 1;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  padding: 4px;
  white-space: nowrap;
}
.btn .arrow-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 56px;
  height: 56px;
  border: 1px solid transparent;
  background-color: #090A0C;
  background-image: url('data:image/svg+xml,<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 6.99997H9.086L6.793 9.29297C6.69749 9.38522 6.62131 9.49556 6.5689 9.61757C6.51649 9.73957 6.4889 9.87079 6.48775 10.0036C6.4866 10.1363 6.5119 10.268 6.56218 10.3909C6.61246 10.5138 6.68671 10.6255 6.7806 10.7194C6.8745 10.8133 6.98615 10.8875 7.10905 10.9378C7.23194 10.9881 7.36362 11.0134 7.4964 11.0122C7.62918 11.0111 7.7604 10.9835 7.8824 10.9311C8.00441 10.8787 8.11475 10.8025 8.207 10.707L12.207 6.70697C12.3001 6.61408 12.374 6.50373 12.4244 6.38224C12.4748 6.26075 12.5008 6.1305 12.5008 5.99897C12.5008 5.86743 12.4748 5.73719 12.4244 5.6157C12.374 5.49421 12.3001 5.38386 12.207 5.29097L8.207 1.29097C8.01923 1.10346 7.76466 0.998226 7.49929 0.998413C7.23393 0.998601 6.97951 1.1042 6.792 1.29197C6.60449 1.47974 6.49926 1.73431 6.49944 1.99968C6.49963 2.26504 6.60523 2.51946 6.793 2.70697L9.086 4.99997H1.5C1.23478 4.99997 0.98043 5.10533 0.792893 5.29286C0.605357 5.4804 0.5 5.73475 0.5 5.99997C0.5 6.26519 0.605357 6.51954 0.792893 6.70708C0.98043 6.89461 1.23478 6.99997 1.5 6.99997Z" fill="white"/></svg>');
  background-size: 12px;
  background-position: 22px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0px 2px 2px rgba(11, 32, 55, 0.37);
  -webkit-box-shadow: 0px 2px 2px rgba(11, 32, 55, 0.37);
  box-shadow: 0px 2px 2px rgba(11, 32, 55, 0.37);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
  left: 3px;
  top: 3px;
}
.btn .btn-text {
  padding: 0 20px 0 75px;
  z-index: 2;
}
@media (max-width: 767px) {
  .btn {
    min-height: 48px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
  }
  .btn .arrow-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-position: 14px center;
  }
  .btn .btn-text {
    padding: 0 20px 0 55px;
  }
  .btn:hover .arrow-icon, .btn:focus .arrow-icon {
    background-position: 25px center;
  }
}
.btn:hover .arrow-icon, .btn:focus .arrow-icon {
  width: calc(100% - 6px) !important;
  background-position: 35px center;
}
.btn.btn-md {
  min-height: 48px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.btn.btn-md .arrow-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-position: 14px center !important;
}
.btn.btn-md .btn-text {
  padding: 0 20px 0 55px;
}
.btn.btn-md:hover .arrow-icon, .btn.btn-md:focus .arrow-icon {
  background-position: 25px center !important;
}
.btn.btn-sm {
  min-height: 40px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.btn.btn-sm .arrow-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-position: 10px center !important;
}
.btn.btn-sm .btn-text {
  padding: 0 20px 0 48px;
}
.btn.btn-sm:hover .arrow-icon, .btn.btn-sm:focus .arrow-icon {
  background-position: 20px center !important;
}
.btn.btn-primary {
  color: #ffffff !important;
  border-color: transparent;
  background-color: #0371EE;
}
.btn.btn-white {
  color: #090A0C !important;
  border-color: #C8D0D9;
  background-color: #ffffff;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  color: #ffffff !important;
}
.btn.btn-dark {
  color: #ffffff !important;
  border-color: #2C323A;
  background-color: #090A0C;
}
.btn.btn-dark .arrow-icon {
  border-color: #65717F;
}
.btn.btn-dark:hover .arrow-icon, .btn.btn-dark:focus .arrow-icon {
  border-color: #0371EE;
}
.btn.btn-outline-gray {
  color: #090A0C !important;
  border-color: #C8D0D9;
  background-color: #ffffff;
}
.btn.btn-outline-gray .arrow-icon {
  background: #ffffff;
  border-color: #090A0C;
  -moz-box-shadow: 0px 2px 4px rgba(11, 32, 55, 0.45);
  -webkit-box-shadow: 0px 2px 4px rgba(11, 32, 55, 0.45);
  box-shadow: 0px 2px 4px rgba(11, 32, 55, 0.45);
  background-image: url('data:image/svg+xml,<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 6.99997H9.086L6.793 9.29297C6.69749 9.38522 6.62131 9.49556 6.5689 9.61757C6.51649 9.73957 6.4889 9.87079 6.48775 10.0036C6.4866 10.1363 6.5119 10.268 6.56218 10.3909C6.61246 10.5138 6.68671 10.6255 6.7806 10.7194C6.8745 10.8133 6.98615 10.8875 7.10905 10.9378C7.23194 10.9881 7.36362 11.0134 7.4964 11.0122C7.62918 11.0111 7.7604 10.9835 7.8824 10.9311C8.00441 10.8787 8.11475 10.8025 8.207 10.707L12.207 6.70697C12.3001 6.61408 12.374 6.50373 12.4244 6.38224C12.4748 6.26075 12.5008 6.1305 12.5008 5.99897C12.5008 5.86743 12.4748 5.73719 12.4244 5.6157C12.374 5.49421 12.3001 5.38386 12.207 5.29097L8.207 1.29097C8.01923 1.10346 7.76466 0.998226 7.49929 0.998413C7.23393 0.998601 6.97951 1.1042 6.792 1.29197C6.60449 1.47974 6.49926 1.73431 6.49944 1.99968C6.49963 2.26504 6.60523 2.51946 6.793 2.70697L9.086 4.99997H1.5C1.23478 4.99997 0.98043 5.10533 0.792893 5.29286C0.605357 5.4804 0.5 5.73475 0.5 5.99997C0.5 6.26519 0.605357 6.51954 0.792893 6.70708C0.98043 6.89461 1.23478 6.99997 1.5 6.99997Z" fill="rgb(9 10 12)"/></svg>');
  background-size: 12px;
  background-position: 22px center;
  background-repeat: no-repeat;
}
.btn.btn-outline-gray:hover .arrow-icon, .btn.btn-outline-gray:focus .arrow-icon {
  background-position: 35px center;
}
@media (max-width: 767px) {
  .btn.btn-outline-gray .arrow-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-position: 14px center;
  }
  .btn.btn-outline-gray .btn-text {
    padding: 0 20px 0 55px;
  }
  .btn.btn-outline-gray:hover .arrow-icon, .btn.btn-outline-gray:focus .arrow-icon {
    background-position: 25px center;
  }
}

.btn-link {
  color: #0371EE;
  font-weight: bold;
  position: relative;
  z-index: 3;
  text-decoration: none;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-underline-offset: 5px;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link:focus-visible {
  color: #0371EE;
  box-shadow: none !important;
  text-decoration: underline;
  text-decoration-color: #01b3f3 !important;
}
.btn-link:hover, .btn-link:focus {
  color: #0371EE;
}
.btn-link.text-sm {
  font-size: 14px;
}
.btn-link.text-sm.with-icon:after {
  width: 10px;
  height: 10px;
}
.btn-link.btn-link-primary {
  color: #0371EE;
}
.btn-link.btn-link-primary:hover, .btn-link.btn-link-primary:focus, .btn-link.btn-link-primary:active, .btn-link.btn-link-primary:focus-visible {
  color: red;
}
.btn-link.btn-link-primary:hover, .btn-link.btn-link-primary:focus {
  color: red;
}
.btn-link.with-back-arrow {
  line-height: 1;
}
.btn-link.with-back-arrow::before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 14px;
  height: 8px;
  background: url(/wp-content/themes/mstone/assets/images/icons/next-arrow.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-link.with-back-arrow:hover:before, .btn-link.with-back-arrow:focus:before, .btn-link.with-back-arrow:active:before, .btn-link.with-back-arrow:focus-visible:before {
  -moz-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
  filter: unset;
}
.btn-link.with-back-icon {
  line-height: 1;
}
.btn-link.with-back-icon::before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 18px;
  height: 14px;
  background: url('data:image/svg+xml; utf8,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7H17M17 7L11 1M17 7L11 13" stroke="rgb(143 74 255)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: brightness(0) contrast(1) invert(1);
}
.btn-link.with-back-icon:hover:before, .btn-link.with-back-icon:focus:before, .btn-link.with-back-icon:active:before, .btn-link.with-back-icon:focus-visible:before {
  -moz-transform: translateX(-5px) rotate(180deg);
  -webkit-transform: translateX(-5px) rotate(180deg);
  -o-transform: translateX(-5px) rotate(180deg);
  -ms-transform: translateX(-5px) rotate(180deg);
  transform: translateX(-5px) rotate(180deg);
  filter: unset;
}
.btn-link.with-icon:after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 18px;
  height: 14px;
  background: url('data:image/svg+xml; utf8,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7H17M17 7L11 1M17 7L11 13" stroke="rgb(143 74 255)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: brightness(0) contrast(1) invert(1);
}
.btn-link.with-icon:hover:after, .btn-link.with-icon:focus:after, .btn-link.with-icon:active:after, .btn-link.with-icon:focus-visible:after {
  -moz-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  filter: unset;
}

.btn-only-arrow {
  width: 68px;
  height: 68px;
  display: block;
  background: #ffffff;
  border: 1px solid #C8D0D9;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .btn-only-arrow {
    width: 48px;
    height: 48px;
  }
}
.btn-only-arrow .arrow-icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  z-index: 2;
  background: url('data:image/svg+xml,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 6.00009H3.414L5.707 8.29309C5.80251 8.38534 5.87869 8.49568 5.9311 8.61769C5.98351 8.73969 6.0111 8.87091 6.01225 9.00369C6.0134 9.13647 5.9881 9.26815 5.93782 9.39105C5.88754 9.51394 5.81329 9.62559 5.7194 9.71949C5.6255 9.81338 5.51385 9.88763 5.39095 9.93791C5.26806 9.98819 5.13638 10.0135 5.0036 10.0123C4.87082 10.0112 4.7396 9.9836 4.6176 9.93119C4.49559 9.87878 4.38525 9.8026 4.293 9.70709L0.293 5.70709C0.199874 5.6142 0.125988 5.50385 0.0755749 5.38236C0.0251617 5.26087 -0.000787735 5.13063 -0.000787735 4.99909C-0.000787735 4.86756 0.0251617 4.73731 0.0755749 4.61582C0.125988 4.49433 0.199874 4.38398 0.293 4.29109L4.293 0.291092C4.48077 0.103583 4.73534 -0.00165213 5.00071 -0.00146459C5.26607 -0.00127706 5.52049 0.104318 5.708 0.292092C5.89551 0.479865 6.00074 0.734435 6.00056 0.999799C6.00037 1.26516 5.89477 1.51958 5.707 1.70709L3.414 4.00009H11C11.2652 4.00009 11.5196 4.10545 11.7071 4.29298C11.8946 4.48052 12 4.73488 12 5.00009C12 5.26531 11.8946 5.51966 11.7071 5.7072C11.5196 5.89473 11.2652 6.00009 11 6.00009Z" fill="rgba(9 10 12)"/></svg>') center center;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
}
.btn-only-arrow:hover, .btn-only-arrow:focus {
  background: #090A0C;
}
.btn-only-arrow:hover .arrow-icon, .btn-only-arrow:focus .arrow-icon {
  filter: invert(1);
}

.video-bg-block img,
.video-bg-block video {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #090A0C;
  object-fit: cover;
}
.video-bg-block img::-webkit-media-controls,
.video-bg-block video::-webkit-media-controls {
  display: none;
}
@media (max-width: 767px) {
  .video-bg-block.is-logovideo {
    display: none;
  }
}
.video-bg-block.is-logovideo img,
.video-bg-block.is-logovideo video {
  max-width: 860px;
  height: 600px;
  object-position: top center;
  left: calc(50% - 430px);
  z-index: -1;
  top: 220px;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .video-bg-block.is-logovideo img,
.video-bg-block.is-logovideo video {
    max-width: 650px;
    height: 400px;
    top: 150px;
    left: calc(50% - 325px);
  }
}

.video-iframe-block {
  position: relative;
  z-index: 1;
  margin: auto;
  height: 100%;
  padding: 16px;
}
@media (max-width: 992px) {
  .video-iframe-block {
    padding: 10px;
  }
}
.video-iframe-block.without-glow {
  padding: 0;
}
.video-iframe-block.without-glow::before {
  content: unset;
  display: hide;
}
.video-iframe-block::before {
  content: "";
  background: linear-gradient(0deg, rgba(160, 179, 201, 0.19), rgba(160, 179, 201, 0.19)), rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(17.2px);
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.video-iframe-block .glow {
  font-size: 0;
  display: block;
  position: absolute;
  z-index: -1;
  width: 60%;
  height: 60%;
  top: 0;
  left: 0;
}
.video-iframe-block .glow::before {
  content: "";
  background: #2F8CF6;
  mix-blend-mode: plus-lighter;
  opacity: 0.95;
  filter: blur(8px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}
.video-iframe-block .video-content {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background: #ffffff;
  padding: 0px;
}
.video-iframe-block .play-video-block {
  max-width: 970px;
  margin: auto;
  position: relative;
  overflow: hidden;
  background-color: #000;
  -webkit-box-shadow: 0 30px 58px rgba(134, 138, 144, 0.4);
  box-shadow: 0 30px 58px rgba(134, 138, 144, 0.4);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
.video-iframe-block .play-video-block .play-iframe {
  position: relative;
}
.video-iframe-block .play-video-block .play-iframe img {
  margin: 0px !important;
  vertical-align: bottom;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
.video-iframe-block .play-video-block .play-iframe.ratio img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.video-iframe-block .play-video-block .play-iframe:hover, .video-iframe-block .play-video-block .play-iframe:focus {
  cursor: pointer;
}
.video-iframe-block .play-video-block .play-iframe:hover .play-icon svg, .video-iframe-block .play-video-block .play-iframe:focus .play-icon svg {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.video-iframe-block .play-video-block .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(6, 45, 89, 0.4);
}
.video-iframe-block .play-video-block .play-icon svg {
  backdrop-filter: blur(5px);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 120px;
  height: 120px;
}
@media (max-width: 767px) {
  .video-iframe-block .play-video-block .play-icon svg {
    width: 56px;
    height: 56px;
  }
}

.full-width-block {
  position: relative;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  overflow: hidden;
  padding: 100px 0;
  margin: 0 20px;
  background-image: var(--bg-image, none);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .full-width-block {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .full-width-block {
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 50px 0;
    margin: 0;
  }
}
.full-width-block.py-50 {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .full-width-block.py-50 {
    padding-top: 32px;
  }
}
@media (min-width: 1440px) {
  .full-width-block.py-50 {
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
  }
}
.full-width-block .section-title {
  z-index: 3;
  position: relative;
}
@media (max-width: 575px) {
  .full-width-block.bottom-video-content {
    padding-bottom: 300px;
  }
  .full-width-block.bottom-video-content .video-bg-block img,
.full-width-block.bottom-video-content .video-bg-block video {
    object-position: bottom center;
  }
}

.image-block.with-border img {
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border: 1px solid #C8D0D9;
  -moz-box-shadow: 0px 8px 12px rgba(29, 32, 38, 0.05);
  -webkit-box-shadow: 0px 8px 12px rgba(29, 32, 38, 0.05);
  box-shadow: 0px 8px 12px rgba(29, 32, 38, 0.05);
}
.image-block.with-tl-br-shodow {
  position: relative;
  z-index: 1;
  margin: 40px;
}
@media (max-width: 767px) {
  .image-block.with-tl-br-shodow {
    margin: 0;
  }
}
.image-block.with-tl-br-shodow img {
  width: 100%;
}
.image-block.with-tl-br-shodow::before {
  content: "";
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: -1;
  background: #0371EE;
  mix-blend-mode: plus-lighter;
  filter: blur(40px);
  border-radius: 24px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .image-block.with-tl-br-shodow::before {
    filter: blur(15px);
    top: 0;
  }
}
.image-block.with-tl-br-shodow::after {
  content: "";
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 3px;
  z-index: -1;
  background: #0371EE;
  mix-blend-mode: plus-lighter;
  filter: blur(40px);
  border-radius: 24px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .image-block.with-tl-br-shodow::after {
    filter: blur(15px);
    bottom: 0;
  }
}
.image-block.is-outside-img {
  width: 60vw;
  margin-left: -13vw;
}

h1,
.h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 992px) {
  h1,
.h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 44px;
  }
}

h2,
.h2 {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  h2,
.h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: 38px;
  }
}

h3,
.h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 992px) {
  h3,
.h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 30px;
  }
}

h4,
.h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

h5,
.h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.splide {
  padding-bottom: 45px;
}

.icw-pagination {
  gap: 12px;
  bottom: 0;
}
.icw-pagination li {
  line-height: 0.7;
}
.icw-pagination .splide__pagination__page {
  width: 12px;
  height: 12px;
  flex: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  margin: 0;
  background: #ffffff;
}
.icw-pagination .splide__pagination__page.is-active {
  background: #0371EE !important;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.icw-pagination.is-dark .splide__pagination__page {
  background: #090A0C;
}

.icw-arrows .splide__arrow {
  width: 68px;
  height: 68px;
  background: #ffffff;
  border: 1px solid #C8D0D9;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
@media (max-width: 767px) {
  .icw-arrows .splide__arrow {
    bottom: -60px;
    top: auto;
    left: calc(50% - 65px);
    width: 58px;
    height: 58px;
  }
}
.icw-arrows .splide__arrow::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 1px solid #090A0C;
  background: #ffffff;
  -moz-box-shadow: 0px 2px 4px rgba(11, 32, 55, 0.45);
  -webkit-box-shadow: 0px 2px 4px rgba(11, 32, 55, 0.45);
  box-shadow: 0px 2px 4px rgba(11, 32, 55, 0.45);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .icw-arrows .splide__arrow::before {
    width: 50px;
    height: 50px;
  }
}
.icw-arrows .splide__arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  z-index: 2;
  background: url('data:image/svg+xml,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 6.00009H3.414L5.707 8.29309C5.80251 8.38534 5.87869 8.49568 5.9311 8.61769C5.98351 8.73969 6.0111 8.87091 6.01225 9.00369C6.0134 9.13647 5.9881 9.26815 5.93782 9.39105C5.88754 9.51394 5.81329 9.62559 5.7194 9.71949C5.6255 9.81338 5.51385 9.88763 5.39095 9.93791C5.26806 9.98819 5.13638 10.0135 5.0036 10.0123C4.87082 10.0112 4.7396 9.9836 4.6176 9.93119C4.49559 9.87878 4.38525 9.8026 4.293 9.70709L0.293 5.70709C0.199874 5.6142 0.125988 5.50385 0.0755749 5.38236C0.0251617 5.26087 -0.000787735 5.13063 -0.000787735 4.99909C-0.000787735 4.86756 0.0251617 4.73731 0.0755749 4.61582C0.125988 4.49433 0.199874 4.38398 0.293 4.29109L4.293 0.291092C4.48077 0.103583 4.73534 -0.00165213 5.00071 -0.00146459C5.26607 -0.00127706 5.52049 0.104318 5.708 0.292092C5.89551 0.479865 6.00074 0.734435 6.00056 0.999799C6.00037 1.26516 5.89477 1.51958 5.707 1.70709L3.414 4.00009H11C11.2652 4.00009 11.5196 4.10545 11.7071 4.29298C11.8946 4.48052 12 4.73488 12 5.00009C12 5.26531 11.8946 5.51966 11.7071 5.7072C11.5196 5.89473 11.2652 6.00009 11 6.00009Z" fill="rgba(9 10 12)"/></svg>') center center;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icw-arrows .splide__arrow.splide__arrow--next::after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .icw-arrows .splide__arrow.splide__arrow--next {
    left: auto;
    right: calc(50% - 65px);
  }
}
.icw-arrows .splide__arrow:hover::before, .icw-arrows .splide__arrow:focus::before {
  background: #090A0C;
}
.icw-arrows .splide__arrow:hover::after, .icw-arrows .splide__arrow:focus::after {
  filter: invert(1);
}
.icw-arrows .splide__arrow:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.icw-arrows .splide__arrow svg {
  display: none;
}

.main-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1001;
  padding: 12px 0;
}
.main-header:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 14px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  backdrop-filter: blur(6px);
  mask: linear-gradient(black, black, #000000c9, #0000005e, transparent);
  -webkit-backdrop-filter: blur(6px);
}
@media (min-width: 576px) {
  .main-header:before {
    transform: translateX(-50%);
    left: 50%;
  }
}

body.admin-bar .main-header {
  top: 32px;
}
.main-header.fixed-header .navbar {
  -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .main-header {
    padding: 20px 0 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .main-header.fixed-header {
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .main-header {
    padding: 4px 0;
  }
}
@media (max-width: 992px) {
  .main-header .container {
    padding: 0 4px;
  }
}
.main-header .navbar {
  background: #090A0C;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  padding: 8px 8px 8px 25px;
  animation: slide-down 0.5s forwards;
  min-height: 50px;
}
@media (min-width: 992px) {
  .main-header .navbar {
    min-height: 64px;
  }
}
@media (max-width: 992px) {
  .main-header .navbar {
    padding: 12px 20px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
  }
}
.main-header .navbar .navbar-brand {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main-header .navbar .navbar-brand img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-height: 18px;
}
@media (max-width: 992px) {
  .main-header .navbar .navbar-toggler {
    display: inline-block;
    cursor: pointer;
    border: none;
    padding: 0px;
    background-color: transparent;
    z-index: 10;
    margin-left: 15px;
    height: 25px;
    width: 25px;
  }
  .main-header .navbar .navbar-toggler span {
    width: 25px;
    height: 2px;
    margin: 5px 0;
    background-color: #ffffff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    position: relative;
    -webkit-transition: all 0.1 ease-in-out;
    -moz-transition: all 0.1 ease-in-out;
    -o-transition: all 0.1 ease-in-out;
    transition: all 0.1 ease-in-out;
  }
  .main-header .navbar .navbar-toggler.is-visible span:nth-child(1) {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 25px;
    top: 7px;
  }
  .main-header .navbar .navbar-toggler.is-visible span:nth-child(2) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    left: 0px;
    width: 25px;
  }
  .main-header .navbar .navbar-toggler.is-visible span:nth-child(3) {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 25px;
    top: -7px;
  }
}
@media (max-width: 992px) {
  .main-header .navbar .navbar-collapse {
    padding: 10px 0;
  }
}
@media (max-width: 992px) {
  .main-header .navbar .nav-right {
    padding: 20px 0 0;
  }
}
@media (max-width: 575px) {
  .main-header .navbar .nav-right .btn {
    width: 100%;
  }
}
.main-header .navbar .mainMenu {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .main-header .navbar .mainMenu {
    max-height: 70vh;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  .main-header .navbar .mainMenu {
    display: flex;
    align-items: center;
  }
}
.main-header .navbar .mainMenu > li {
  margin: 0 12px;
}
@media (max-width: 992px) {
  .main-header .navbar .mainMenu > li {
    margin: 5px 0;
  }
}
.main-header .navbar .mainMenu > li a {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 992px) {
  .main-header .navbar .mainMenu > li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .main-header .navbar .mainMenu > li a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.main-header .navbar .mainMenu > li.current-menu-item > a, body.single-post .main-header .navbar .mainMenu > li.current_page_parent > a, .main-header .navbar .mainMenu > li:hover > a, .main-header .navbar .mainMenu > li:focus > a {
  color: #0371EE;
}
.main-header .navbar .mainMenu li.menu-item-has-children {
  position: relative;
}
.main-header .navbar .mainMenu li.menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 100%;
}
.main-header .navbar .mainMenu li.menu-item-has-children > a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .main-header .navbar .mainMenu li.menu-item-has-children > a::after {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3327 0.66626L5.99935 5.99959L0.666016 0.66626" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
    background-size: contain !important;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 8px;
    margin-top: 3px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
}
@media (min-width: 992px) {
  .main-header .navbar .mainMenu li.menu-item-has-children.current-menu-item > a::after, body.single-post .main-header .navbar .mainMenu li.menu-item-has-children.current_page_parent > a::after {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3327 0.66626L5.99935 5.99959L0.666016 0.66626" stroke="rgb(3 113 238)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  }
}
@media (min-width: 992px) {
  .main-header .navbar .mainMenu li.menu-item-has-children .arrow {
    display: none;
  }
}
@media (max-width: 992px) {
  .main-header .navbar .mainMenu li.menu-item-has-children .arrow {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3327 0.66626L5.99935 5.99959L0.666016 0.66626" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
    background-size: 10px;
    width: 20px;
    height: 20px;
    flex: none;
    display: block;
    float: right;
    margin-top: 5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .main-header .navbar .mainMenu li.menu-item-has-children .arrow.is-active {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.main-header .navbar .mainMenu li.menu-item-has-children .sub-menu {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .main-header .navbar .mainMenu li.menu-item-has-children .sub-menu {
    box-shadow: 0 8px 26px -4px hsla(0deg, 0%, 8%, 0.15), 0 8px 9px -5px hsla(0deg, 0%, 8%, 0.06);
    transition: visibility 0.1, opacity 0.1, transform 0.1;
    position: absolute;
    display: block;
    opacity: 0;
    top: 0;
    transform-origin: 50% 0;
    pointer-events: none;
    transform: rotateX(-20deg) translateZ(0) translate3d(0, 37px, 0) !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, box-shadow;
    background: #ffffff;
    padding: 10px;
    min-width: 200px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    margin-top: 15px;
  }
  .main-header .navbar .mainMenu li.menu-item-has-children .sub-menu::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l256 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z" fill="white"/></svg>');
    position: absolute;
    top: 0;
    left: 28px;
    right: auto;
    width: 18px;
    height: 18px;
    transition: top 0.1 ease;
  }
}
@media (max-width: 992px) {
  .main-header .navbar .mainMenu li.menu-item-has-children .sub-menu {
    display: none;
    padding-top: 5px;
  }
}
.main-header .navbar .mainMenu li.menu-item-has-children .sub-menu li a {
  font-size: 14px;
  padding: 10px 15px;
  display: block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 1;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 992px) {
  .main-header .navbar .mainMenu li.menu-item-has-children .sub-menu li a {
    color: #090A0C;
  }
  .main-header .navbar .mainMenu li.menu-item-has-children .sub-menu li a:hover, .main-header .navbar .mainMenu li.menu-item-has-children .sub-menu li a:focus {
    background: #EBEDF0;
    color: #181C21;
  }
}
@media (max-width: 992px) {
  .main-header .navbar .mainMenu li.menu-item-has-children .sub-menu li a {
    color: #ffffff;
    font-size: 13px;
  }
  .main-header .navbar .mainMenu li.menu-item-has-children .sub-menu li a:hover, .main-header .navbar .mainMenu li.menu-item-has-children .sub-menu li a:focus {
    color: #0371EE;
  }
}
@media (min-width: 992px) {
  .main-header .navbar .mainMenu li.menu-item-has-children:hover > a::after, .main-header .navbar .mainMenu li.menu-item-has-children:focus > a::after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3327 0.66626L5.99935 5.99959L0.666016 0.66626" stroke="rgb(3 113 238)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  }
}
@media (min-width: 992px) {
  .main-header .navbar .mainMenu li.menu-item-has-children:hover .sub-menu, .main-header .navbar .mainMenu li.menu-item-has-children:focus .sub-menu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: rotateX(0deg) translateZ(0) translate3d(0, 37px, 5px) !important;
  }
  .main-header .navbar .mainMenu li.menu-item-has-children:hover .sub-menu::before, .main-header .navbar .mainMenu li.menu-item-has-children:focus .sub-menu::before {
    top: -15px;
  }
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.main-footer {
  z-index: 2;
  position: relative;
  padding: 100px 0 0;
  background: #090A0C;
  overflow: hidden;
}
@media (max-width: 992px) {
  .main-footer {
    padding: 70px 0 0;
  }
}
@media (max-width: 767px) {
  .main-footer {
    padding: 50px 0 0;
  }
}
.main-footer a {
  text-decoration: none;
}
.main-footer .footer-logo {
  display: inline-block;
}
.main-footer .footer-logo img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-height: 48px;
}
@media (max-width: 992px) {
  .main-footer .footer-logo img {
    max-height: 38px;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-logo img {
    max-height: 28px;
  }
}
.main-footer .footer-logo:hover, .main-footer .footer-logo:focus {
  opacity: 0.8;
}
.main-footer .social-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .main-footer .social-list {
    margin-bottom: 40px;
  }
}
.main-footer .social-list li a {
  width: 56px;
  height: 56px;
  flex: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: 1px solid #3E4751;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 767px) {
  .main-footer .social-list li a {
    width: 48px;
    height: 48px;
  }
}
.main-footer .social-list li a:hover, .main-footer .social-list li a:focus {
  border-color: #0371EE;
}
.main-footer .footer-menu-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 575px) {
  .main-footer .footer-menu-block {
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    -ms-justify-content: unset;
    justify-content: unset;
    -ms-flex-pack: unset;
    gap: 0 100px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .main-footer .footer-menu:last-child {
    margin-top: 40px;
    flex-basis: 100%;
  }
}
.main-footer .footer-menu li {
  line-height: 1;
  margin-bottom: 25px;
}
.main-footer .footer-menu li:last-child {
  margin-bottom: 0;
}
.main-footer .footer-menu li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.main-footer .footer-menu li a:hover, .main-footer .footer-menu li a:focus {
  color: #0371EE;
}
.main-footer .footer-menu li.current-menu-item > a, body.single-post .main-footer .footer-menu li.current_page_parent > a {
  color: #0371EE;
}
.main-footer .copyright-block {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .main-footer .copyright-block {
    margin-top: 30px;
    padding: 30px 0;
  }
}
.main-footer .copyright-block .copyright-text {
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 992px) {
  .main-footer .copyright-block .copyright-text {
    text-align: center;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .main-footer .copyright-block .copyright-text {
    font-size: 12px;
  }
}
.main-footer .footer-menu-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  gap: 25px;
}
@media (max-width: 992px) {
  .main-footer .footer-menu-inline {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-menu-inline {
    gap: 15px;
  }
}
.main-footer .footer-menu-inline li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .main-footer .footer-menu-inline li a {
    font-size: 10px;
  }
}
.main-footer .footer-menu-inline li a:hover, .main-footer .footer-menu-inline li a:focus {
  color: #0371EE;
  text-decoration-color: #0371EE;
}
.main-footer .footer-menu-inline li.current-menu-item > a {
  color: #0371EE;
  text-decoration-color: #0371EE;
}
.main-footer .site-logo-block {
  padding: 0px 20px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-footer .site-logo-block svg {
  max-width: 100%;
}
.main-footer .site-logo-block.is-animate {
  animation: slide-up 0.5s forwards;
}

@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.icw-progress-goto {
  position: fixed;
  right: 20px;
  bottom: 60px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 40px;
  box-shadow: inset 0 0 0 2px rgba(3, 113, 238, 0.231372549);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.icw-progress-goto.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.icw-progress-goto::after {
  position: absolute;
  content: url(../images/icons/arrow-up.svg);
  text-align: center;
  line-height: 40px;
  font-size: 26px;
  color: #fbb12c;
  left: 0px;
  top: -5px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.icw-progress-goto:hover::after {
  opacity: 1;
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.icw-progress-goto svg path {
  fill: none;
}
.icw-progress-goto svg.progress-circle path {
  stroke: #0371EE;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.grecaptcha-badge {
  right: -300px !important;
}

.arrow-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .arrow-list li {
    font-size: 20px;
  }
}
.arrow-list li::before {
  content: "";
  background: url(../images/icons/icon-blue-arrow.svg) no-repeat center center;
  background-size: contain;
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-right: 24px;
  flex: none;
}
@media (max-width: 992px) {
  .arrow-list li::before {
    width: 34px;
    height: 34px;
    margin-right: 20px;
  }
}
.arrow-list.is-dark li {
  color: #3E4751;
}
.arrow-list.sm li {
  font-size: 18px;
  color: #3E4751;
  font-weight: 400;
}
@media (max-width: 992px) {
  .arrow-list.sm li {
    font-size: 16px;
  }
}
.arrow-list.sm li::before {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-top: 4px;
}
@media (max-width: 992px) {
  .arrow-list.sm li::before {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
}

.error-404-section .section-title .tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #7177F8;
  letter-spacing: -0.13px;
  padding: 3px 12px;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  background: #F5F8FB;
  margin-bottom: 20px;
}
.error-404-section .section-title .sort-info {
  color: rgba(255, 255, 255, 0.6);
}
.error-404-section .section-title .card-image-block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .error-404-section .section-title .card-image-block {
    margin-bottom: 30px;
  }
  .error-404-section .section-title .card-image-block img {
    max-width: 80%;
  }
}

.icw-password-form {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.95);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 22px;
  color: #fff;
}
.icw-password-form .protected-post-form p {
  padding: 0px;
  margin: 0px;
}

@media (min-width: 992px) {
  html body.blog .mainMenu > li.current_page_parent:not(.menu-item-object-post) > a:hover, html body.blog .mainMenu > li.current_page_parent:not(.menu-item-object-post) > a:focus,
body.single-post .mainMenu > li.current_page_parent:not(.menu-item-object-post) > a:hover,
body.single-post .mainMenu > li.current_page_parent:not(.menu-item-object-post) > a:focus {
    color: #0371EE !important;
  }
  html body.blog .mainMenu > li.menu-item-object-post > a,
body.single-post .mainMenu > li.menu-item-object-post > a {
    color: #0371EE !important;
  }
  html body.blog .mainMenu .sub-menu > li.menu-item-object-post > a,
body.single-post .mainMenu .sub-menu > li.menu-item-object-post > a {
    background: #EBEDF0 !important;
    color: #181C21 !important;
  }
}
@media (max-width: 992px) {
  html body.blog .mainMenu > li.current-menu-parent > a,
body.single-post .mainMenu > li.current-menu-parent > a {
    color: #0371EE !important;
  }
  html body.blog .mainMenu > li.menu-item-object-post > a,
body.single-post .mainMenu > li.menu-item-object-post > a {
    color: #0371EE;
  }
}
html body.blog .main-footer li.menu-item-object-post > a,
body.single-post .main-footer li.menu-item-object-post > a {
  color: #0371EE;
}

.blog-post-autoslider-section {
  margin-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .blog-post-autoslider-section .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 10px;
    padding-bottom: 15px;
  }
  .blog-post-autoslider-section .row > .col {
    max-width: 300px;
    scroll-snap-align: center;
    flex: 0 0 auto;
    min-width: 300px;
  }
}

.blog-meta-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}
.blog-meta-info .blog-meta-badge {
  color: #090A0C;
  font-size: 12px;
  font-weight: 500;
  background: #F7F8F9;
  border: 1px solid #C8D0D9;
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  padding: 7px 16px 5px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: max-content;
  text-decoration: none;
  letter-spacing: 1.2px;
}
.page-header .blog-meta-info .blog-meta-badge {
  background: transparent;
}
@media (max-width: 767px) {
  .blog-meta-info .blog-meta-badge {
    font-size: 10px;
  }
}
.blog-meta-info a.blog-meta-badge {
  z-index: 3;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-meta-info a.blog-meta-badge:hover, .blog-meta-info a.blog-meta-badge:focus {
  background: #C8D0D9;
}

.icw-admin {
  font-size: 11px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .page-header.blog-page-header {
    padding-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .blog-post-section .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 15px;
  }
  .blog-post-section .row > .col {
    max-width: 300px;
  }
}

.post-card {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}
.post-card .card-img {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  margin-bottom: 25px;
  overflow: hidden;
}
.post-card .card-img img {
  width: 100%;
  max-height: 240px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-card .card-body {
  flex: 1 1 auto;
  margin-bottom: 25px;
}
.post-card .card-body .blog-meta-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 10px;
}
.post-card .card-body .blog-meta-info .date {
  color: #65717F;
  font-size: 14px;
  padding-right: 20px;
}
.post-card .card-body .post-title, .post-card .card-body h3 {
  font-size: 32px;
  letter-spacing: 0.8px;
  margin: 0;
}
@media (max-width: 992px) {
  .post-card .card-body .post-title, .post-card .card-body h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .post-card .card-body .post-title, .post-card .card-body h3 {
    font-size: 24px;
  }
}
.post-card .card-body .post-title a, .post-card .card-body h3 a {
  color: #090A0C;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-card .card-footer {
  border-top: 1px solid #C8D0D9;
  padding-top: 25px;
}
.post-card .card-footer .written-by {
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  color: #65717F;
  margin-bottom: 8px;
}
.post-card .card-footer .user-info .user-img {
  margin-right: 12px;
}
.post-card .card-footer .user-info .user-img img {
  width: 32px;
  height: 32px;
  max-width: 32px;
}
.post-card .card-footer .user-info .user-detail .name {
  font-size: 16px;
  font-weight: 500;
}
.post-card:hover .card-img img, .post-card:focus .card-img img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.post-card:hover .card-body h3 a, .post-card:focus .card-body h3 a {
  color: #0371EE;
}

.is-hero-blog-post .card-img {
  display: block;
}
.is-hero-blog-post .card-img img {
  max-height: 100%;
}
.is-hero-blog-post .card-content {
  padding: 50px 0 50px 40px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 992px) {
  .is-hero-blog-post .card-content {
    padding: 25px 0 0;
  }
}
.is-hero-blog-post .card-content .card-body {
  flex: 1 1 auto;
}
.is-hero-blog-post .card-content .card-body .blog-meta-info {
  margin-bottom: 25px;
}
.is-hero-blog-post .card-content .card-body .blog-meta-badge {
  border-color: #C8D0D9;
  background: transparent;
  color: #ffffff;
}
.is-hero-blog-post .card-content .card-body a.blog-meta-badge:hover, .is-hero-blog-post .card-content .card-body a.blog-meta-badge:focus {
  background: #C8D0D9;
  color: #090A0C;
}
.is-hero-blog-post .card-content .card-body .date {
  color: #C8D0D9;
}
.is-hero-blog-post .card-content .card-body .post-title {
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .is-hero-blog-post .card-content .card-body .post-title {
    font-size: 24px;
  }
}
.is-hero-blog-post .card-content .card-body .post-title a {
  color: #ffffff;
}
.is-hero-blog-post .card-content .card-body .post-title a:hover, .is-hero-blog-post .card-content .card-body .post-title a:focus {
  color: #0371EE;
}
.is-hero-blog-post .card-content .card-footer {
  border-top: 1px solid #20252B;
}
@media (max-width: 767px) {
  .is-hero-blog-post .card-content .card-footer {
    border-top-color: rgba(255, 255, 255, 0.1);
  }
}
.is-hero-blog-post .card-content .card-footer .written-by {
  color: #C8D0D9;
}
.is-hero-blog-post .card-content .card-footer .user-info .user-detail .name {
  color: #ffffff;
}

.page-header.single-header {
  margin: 0;
  padding: 130px 0 100px;
}
.page-header.single-header .post-title {
  text-wrap: balance;
}
.page-header.single-header:not(.is-dark) {
  border-color: #F7F8F9;
  background-image: none;
  border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  -webkit-border-radius: 24px 24px 0 0;
}
.page-header.single-header:not(.is-dark) .breadcrumb-nav .breadcrumb .breadcrumb-item {
  color: #3E4751;
}
.page-header.single-header:not(.is-dark) .breadcrumb-nav .breadcrumb .breadcrumb-item a {
  color: #3E4751;
}
.page-header.single-header:not(.is-dark) .breadcrumb-nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #3E4751;
}
@media (max-width: 767px) {
  .page-header.single-header {
    padding-bottom: 60px;
  }
}
.page-header.single-header::after {
  content: none;
}
.page-header.single-header.is-dark *:not(a, a > *) {
  color: #fff;
}
.page-header.single-header.is-dark .section-title *:not(a, a > *) {
  color: #fff;
}
.page-header.single-header.is-dark .section-title .sort-info {
  color: rgba(255, 255, 255, 0.6) !important;
}
.page-header.single-header.is-dark a.blog-meta-badge {
  background: transparent;
  color: #fff;
}
.page-header.single-header.is-dark a.blog-meta-badge:hover, .page-header.single-header.is-dark a.blog-meta-badge:focus {
  color: #000;
  background: #C8D0D9;
}

.blog-header-title .post-content-detail .blog-meta-info {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-header-title .post-content-detail .blog-meta-info {
    margin-bottom: 15px;
  }
}
.blog-header-title .post-content-detail .tag-line span {
  border: 1px solid #ffffff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  font-family: "JetBrains Mono", monospace;
  padding: 8px 16px;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 767px) {
  .blog-header-title .post-content-detail .tag-line span {
    font-size: 14px;
  }
}
.blog-header-title .post-content-detail .post-title {
  font-size: 52px;
  color: #090A0C;
}
@media (max-width: 1200px) {
  .blog-header-title .post-content-detail .post-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .blog-header-title .post-content-detail .post-title {
    font-size: 38px;
  }
}
.blog-header-title .post-content-detail .post-sort-info {
  color: #090A0C;
  margin-top: 20px;
}
.blog-header-title .post-content-detail .date-time {
  color: #65717F;
  font-size: 14px;
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
}
.blog-header-title .post-content-detail .written-by-user {
  border-top: 1px solid #C8D0D9;
  margin-top: 30px;
  padding-top: 30px;
}
.blog-header-title .post-content-detail .written-by-user.is-light {
  border-top: 1px solid rgba(255, 255, 255, 0.168627451);
}
@media (max-width: 767px) {
  .blog-header-title .post-content-detail .written-by-user {
    margin-top: 25px;
    padding-top: 25px;
  }
}
.blog-header-title .post-content-detail .written-by-user .written-by {
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  color: #65717F;
  margin-bottom: 8px;
}
.blog-header-title .post-content-detail .written-by-user .user-info .user-img {
  margin-right: 12px;
}
.blog-header-title .post-content-detail .written-by-user .user-info .user-img img {
  width: 32px;
  height: 32px;
}
.blog-header-title .post-content-detail .written-by-user .user-info .user-detail .name {
  font-size: 16px;
  font-weight: 500;
}
.blog-header-title .post-image {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
@media (max-width: 767px) {
  .blog-header-title .post-image {
    margin-top: 15px;
  }
}
.blog-header-title .post-image img {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.share-socials {
  margin-bottom: 40px;
}
.share-socials .share-title {
  font-size: 12px;
  font-family: "JetBrains Mono", monospace;
  font-weight: 500;
  color: #65717F;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
}
.share-socials .social-lists {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.share-socials .social-lists a {
  width: 48px;
  height: 48px;
  flex: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: 1px solid #C8D0D9;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.share-socials .social-lists a svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.share-socials .social-lists a:hover, .share-socials .social-lists a:focus {
  background: #090A0C;
}
.share-socials .social-lists a:hover svg path, .share-socials .social-lists a:focus svg path {
  fill: #ffffff;
}

.blog-content-section .col-sidebar .share-title {
  display: none !important;
}
@media (max-width: 767px) {
  .blog-content-section .col-sidebar {
    display: none;
  }
}
@media (min-width: 992px) {
  .blog-content-section .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 112px;
    z-index: 2;
  }
}
.blog-content-section .widget-area .widget-title {
  color: #090A0C;
  font-weight: 400;
  font-size: 16px;
  font-family: "JetBrains Mono", monospace;
  padding-bottom: 15px;
  border-bottom: 1px solid #C8D0D9;
  margin-bottom: 25px;
}
.blog-content-section .widget-area .navbar-list {
  padding: 5px 10px 5px 0;
  display: block;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .blog-content-section .widget-area .navbar-list {
    max-height: calc(100vh - 540px);
    min-height: 210px;
  }
}
@media (max-width: 991px) {
  .blog-content-section .widget-area .navbar-list {
    max-height: calc(100vh - 140px);
    min-height: 210px;
  }
}
.blog-content-section .widget-area .navbar-list::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
  height: 5px;
  border-radius: 16px;
}
.blog-content-section .widget-area .navbar-list::-webkit-scrollbar-thumb {
  background-color: #8996A4;
  border-radius: 16px;
}
.blog-content-section .widget-area .navbar-list::-webkit-scrollbar-track {
  background-color: #eeeeee;
}
.blog-content-section .widget-area .navbar-list .nav-item .nav-link {
  color: #3E4751;
  margin-bottom: 20px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-content-section .widget-area .navbar-list .nav-item .nav-link:hover, .blog-content-section .widget-area .navbar-list .nav-item .nav-link:focus, .blog-content-section .widget-area .navbar-list .nav-item .nav-link.active {
  color: #090A0C;
  font-weight: 500;
}
.blog-content-section .single-content {
  scroll-margin-top: 80px;
  scroll-margin-bottom: 100px;
}
.blog-content-section .single-content.is-position-sticky {
  position: sticky;
  top: 120px;
}
.blog-content-section .post-sticky-content {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .blog-content-section .post-sticky-content {
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .blog-content-section .post-sticky-content {
    margin-bottom: 30px;
  }
}
.blog-content-section .post-sticky-content .title-section-action {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .blog-content-section .post-sticky-content .title-section-action {
    margin-bottom: 15px;
  }
}
.blog-content-section .post-sticky-content h2 {
  margin-top: 0;
}
.blog-content-section .post-sticky-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-content-section .post-navigation {
  border-top: 1px solid #C8D0D9;
  border-bottom: 1px solid #C8D0D9;
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-content-section .post-navigation {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    border-bottom: none;
  }
}
.blog-content-section .post-navigation .written-by {
  font-size: 12px;
  font-family: "JetBrains Mono", monospace;
  font-weight: 500;
  color: #65717F;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.blog-content-section .post-navigation .user-info {
  height: 100%;
}
.blog-content-section .post-navigation .user-info .user-img {
  margin-right: 12px;
}
.blog-content-section .post-navigation .user-info .user-img img {
  width: 64px;
  height: 64px;
  margin: 0;
}
.blog-content-section .post-navigation .user-info .user-detail .name {
  font-size: 24px;
}
.blog-content-section .post-navigation .user-info .user-detail span {
  font-size: 16px;
  display: block;
}
.blog-content-section .post-navigation .share-socials {
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 767px) {
  .blog-content-section .post-navigation .share-socials {
    margin-left: 0;
    text-align: left;
    border-top: 1px solid #C8D0D9;
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
  }
}
.blog-content-section .post-navigation .share-socials .share-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-content-section .post-navigation .share-socials .share-title {
    margin-bottom: 15px;
  }
}

.posts-archive-categories {
  margin: 0px auto 70px;
  position: relative;
}
@media (max-width: 991px) {
  .posts-archive-categories {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .posts-archive-categories {
    margin: 0px auto 40px;
  }
}
.posts-archive-categories ul.nav-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0px;
}
.posts-archive-categories ul.nav-filter li a {
  border: 1px solid #C8D0D9;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #65717F;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  text-decoration: none;
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "JetBrains Mono", monospace;
}
.posts-archive-categories ul.nav-filter li a:hover, .posts-archive-categories ul.nav-filter li a:focus {
  background-color: #090A0C;
  color: #ffffff;
}
.posts-archive-categories ul.nav-filter li a.active {
  background: #090A0C;
  color: #ffffff;
}
.posts-archive-categories ul.nav-filter li.active > a {
  background: #090A0C;
  color: #ffffff;
}
@media (max-width: 992px) {
  .posts-archive-categories ul.nav-filter {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .posts-archive-categories ul.nav-filter {
    margin-left: -20px;
    margin-right: -20px;
  }
  .posts-archive-categories ul.nav-filter li:first-child {
    padding-left: 20px;
  }
  .posts-archive-categories ul.nav-filter li:last-child {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .posts-archive-categories .ajax-post-search {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 992px) {
  .posts-archive-categories .ajax-post-search {
    display: none;
  }
}

.container-async {
  position: relative;
  z-index: 9;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icw-loading {
  text-align: center;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.icw-loading:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  border: 2px solid #96c3f7;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
}

.post-search {
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 0;
  cursor: pointer;
  background-color: #F7F8F9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .post-search {
    width: 100%;
    margin-bottom: 25px;
  }
}
.post-search input[type=search] {
  border: 1px solid #C8D0D9;
  width: 48px;
  height: 48px;
  cursor: pointer;
  color: #090A0C;
  font-size: 14px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.post-search input[type=search]::-webkit-search-decoration, .post-search input[type=search]::-webkit-search-cancel-button, .post-search input[type=search]::-webkit-search-results-button, .post-search input[type=search]::-webkit-search-results-decoration {
  display: none;
}
@media (max-width: 992px) {
  .post-search input[type=search] {
    width: 100%;
    cursor: initial;
    padding: 0 60px 0 15px;
  }
}
.post-search input[type=search]:focus-visible {
  outline: none;
}
.post-search .q-loader {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
  display: none;
  z-index: -1;
  border: 1px solid #C8D0D9;
  background-color: #F7F8F9;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.post-search .q-loader .icw-loading {
  margin-top: 15px;
  margin-left: 16px;
}
.post-search .q-loader .icw-loading:after {
  background-color: #F7F8F9;
}
.post-search .q-loader.show {
  z-index: 3;
  display: block;
}
.post-search .q-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background: #F7F8F9;
  cursor: pointer;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  border: 1px solid #C8D0D9;
}
.post-search .q-search-btn:hover, .post-search .q-search-btn:focus {
  outline: none;
  background-color: #090A0C;
  border-color: #090A0C;
}
.post-search .q-search-btn:hover .q-icon-search svg path, .post-search .q-search-btn:focus .q-icon-search svg path {
  stroke: #ffffff;
}
.post-search .q-search-btn:hover .q-icon-close svg path, .post-search .q-search-btn:focus .q-icon-close svg path {
  fill: #ffffff;
}
.post-search .q-search-btn:focus-visible {
  border-color: #000;
}
.post-search .q-search-btn .q-icon-close {
  display: none;
}
.post-search.active {
  width: 250px;
}
@media (max-width: 992px) {
  .post-search.active {
    width: 100%;
  }
}
.post-search.active input[type=search] {
  padding: 0 60px 0 15px;
  width: 100%;
  cursor: initial;
}
.post-search.active .q-search-btn {
  z-index: 2;
}
.post-search.active .q-search-btn .q-icon-search {
  display: none;
}
.post-search.active .q-search-btn .q-icon-close {
  display: block;
}

.posts-archive-list .content {
  --bs-gutter-y: 5rem;
}
@media (max-width: 767px) {
  .posts-archive-list .content {
    --bs-gutter-y: 3rem;
  }
}

.infscr-pager {
  display: flex !important;
  justify-content: center;
}
.infscr-pager .btn .icw-loading {
  margin-right: 15px;
  background-image: none !important;
}
.infscr-pager .btn .icw-loading::after {
  position: absolute;
  left: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .infscr-pager .btn .icw-loading::after {
    left: 10px;
  }
}
.infscr-pager .btn .icw-loading:after {
  background-color: transparent !important;
}
.infscr-pager .btn:hover .icw-loading::after, .infscr-pager .btn:focus .icw-loading::after {
  left: 30px;
}
@media (max-width: 767px) {
  .infscr-pager .btn:hover .icw-loading::after, .infscr-pager .btn:focus .icw-loading::after {
    left: 18px;
  }
}
.infscr-pager a[disabled] {
  opacity: 0.4;
  pointer-events: none;
  border: 0px !important;
  padding: 0 inherit;
  min-height: inherit !important;
}

.icw-pagenavi {
  list-style: none;
  margin: 8rem 0;
  padding: 0;
  text-align: center;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px !important;
}
.icw-pagenavi a,
.icw-pagenavi span {
  display: inline-block;
  padding: 0 0.75rem 0.5rem;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.icw-pagenavi a:hover, .icw-pagenavi a:focus,
.icw-pagenavi span:hover,
.icw-pagenavi span:focus {
  color: #7962fe;
}
.icw-pagenavi .current {
  color: #7962fe !important;
  border-bottom: 3px solid #7962fe;
}

@media (min-width: 992px) {
  html body.post-type-archive-glossary .mainMenu > li.current_page_parent:not(.menu-item-object-glossary) > a:hover, html body.post-type-archive-glossary .mainMenu > li.current_page_parent:not(.menu-item-object-glossary) > a:focus,
body.single-glossary .mainMenu > li.current_page_parent:not(.menu-item-object-glossary) > a:hover,
body.single-glossary .mainMenu > li.current_page_parent:not(.menu-item-object-glossary) > a:focus {
    color: #0371EE !important;
  }
  html body.post-type-archive-glossary .mainMenu > li.menu-item-object-glossary > a,
body.single-glossary .mainMenu > li.menu-item-object-glossary > a {
    color: #0371EE !important;
  }
  html body.post-type-archive-glossary .mainMenu .sub-menu > li.menu-item-object-glossary > a,
body.single-glossary .mainMenu .sub-menu > li.menu-item-object-glossary > a {
    background: #EBEDF0 !important;
    color: #181C21 !important;
  }
}
@media (max-width: 992px) {
  html body.post-type-archive-glossary .mainMenu,
body.single-glossary .mainMenu {
    /*
    & > li.current_page_parent:not(.menu-item-object-glossary) {
        > a {
            color: #fff;
            &:hover, &:focus {
                color: $primary;
            }
        }
    }
        */
    /*
    .sub-menu {
        & > li.current_page_parent:not(.menu-item-object-glossary) {
            > a {
                color: #fff !important;
                &:hover, &:focus {
                    color: $primary;
                }
            }
        }
        & > li.menu-item-object-glossary > a {
            color: $primary !important;
        }
    }
    */
  }
  html body.post-type-archive-glossary .mainMenu > li.current-menu-parent > a,
body.single-glossary .mainMenu > li.current-menu-parent > a {
    color: #0371EE !important;
  }
  html body.post-type-archive-glossary .mainMenu > li.menu-item-object-glossary > a,
body.single-glossary .mainMenu > li.menu-item-object-glossary > a {
    color: #0371EE;
  }
}
html body.post-type-archive-glossary .main-footer,
body.single-glossary .main-footer {
  /*
  li.current_page_parent:not(.menu-item-object-glossary) {
      > a {
          color: #99AAAD;
          text-decoration: none;
          &:hover, &:focus {
              color: $primary;
     text-decoration: underline;
          }
      }
  }
  */
}
html body.post-type-archive-glossary .main-footer li.menu-item-object-glossary > a,
body.single-glossary .main-footer li.menu-item-object-glossary > a {
  color: #0371EE;
}

.alphabet-block {
  overflow: hidden;
  margin: 0 0 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid #C8D0D9;
}
@media (max-width: 767px) {
  .alphabet-block {
    padding-bottom: 30px;
  }
}
.alphabet-block .alphabet {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  text-transform: uppercase;
  -ms-flex-pack: distribute;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 8px;
  padding-bottom: 5px;
}
@media (max-width: 1440px) {
  .alphabet-block .alphabet {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.alphabet-block .alphabet::-webkit-scrollbar {
  height: 5px;
}
.alphabet-block .alphabet::-webkit-scrollbar-track {
  background: #F7F8F9;
}
.alphabet-block .alphabet::-webkit-scrollbar-thumb {
  background: #EBEDF0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alphabet-block .alphabet::-webkit-scrollbar-thumb:hover {
  background: #C8D0D9;
}
.alphabet-block .alphabet li {
  cursor: default;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.alphabet-block .alphabet li.current span {
  color: #ffffff;
  background: #090A0C;
  border-color: #090A0C;
}
.alphabet-block .alphabet li:not(.active) span {
  cursor: default;
  color: #B0BAC6;
  pointer-events: none;
  background: #F7F8F9;
  border-color: #F7F8F9;
}
.alphabet-block .alphabet li span {
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  font-family: "JetBrains Mono", monospace;
  color: #65717F;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  border: 1px solid #C8D0D9;
  width: 40px;
  height: 40px;
  flex: none;
  font-weight: 500;
}
.alphabet-block .alphabet li span:hover, .alphabet-block .alphabet li span:focus {
  color: #ffffff;
  background: #090A0C;
  border-color: #090A0C;
}

.result-status {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  display: none;
}
.result-status.show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.result-status .btn {
  margin-left: auto;
  width: 130px;
}
.result-status .btn:hover, .result-status .btn:focus {
  background: transparent;
  color: #090A0C !important;
}
.result-status:not(.show) > span {
  display: none;
}
.result-status .showing {
  display: inline-block;
  font-size: 14px;
}
.result-status #showing {
  font-weight: bold;
  display: inline-block;
  padding-left: 5px;
  text-transform: uppercase;
}

.glossary-row {
  columns: 320px 3;
  column-gap: 40px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .glossary-row {
    margin-top: 40px;
  }
}
.glossary-row .glossary-col {
  display: none;
}
.glossary-row .glossary-col.show {
  display: block;
}
.glossary-row .glossary-col:last-child .glossary-item {
  padding-bottom: 0;
}
.glossary-row .glossary-col .glossary-item {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding: 0 0 40px;
  position: relative;
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: 40px auto;
}
.glossary-row .glossary-col .glossary-item span {
  background: #ffffff;
  border: 1px solid #C8D0D9;
  width: 40px;
  height: 40px;
  flex: none;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  font-family: "JetBrains Mono", monospace;
  color: #65717F;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.glossary-row .glossary-col .glossary-item ul li:not(:last-child) {
  margin-bottom: 10px;
}
.glossary-row .glossary-col .glossary-item ul li a {
  color: #002B31;
  text-decoration: none;
  text-underline-offset: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.glossary-row .glossary-col .glossary-item ul li a:hover, .glossary-row .glossary-col .glossary-item ul li a:focus {
  color: #0371EE;
  text-decoration: underline;
}
.glossary-row .glossary-col .glossary-item:hover span, .glossary-row .glossary-col .glossary-item:focus span {
  background: #090A0C;
  border-color: #090A0C;
  color: #ffffff;
}

.related-glossary {
  margin: 50px auto 0px;
}
.related-glossary h2 {
  font-size: 22px;
  color: #002B31;
  font-weight: bold;
  margin-bottom: 20px;
}

.related-list {
  padding-bottom: 30px;
  float: left;
  width: 100%;
}
.related-list a {
  background: #F5F8FB;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #7177F8;
  display: inline-block;
  margin: 0 12px 15px 0;
  float: left;
  text-align: center;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.related-list a::after {
  display: none;
}
.related-list a:hover, .related-list a:focus {
  background: #7177F8;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .alphabet li {
    min-width: 34px;
  }
  .result-status {
    margin-bottom: 20px;
  }
  .result-status .showing {
    padding-left: 0px;
  }
  .glossary-row .glossary-col ul li a {
    font-size: 16px;
  }
}
.hbspt-form fieldset {
  max-width: 100%;
}
.hbspt-form .form-columns-1 {
  max-width: 100%;
}
.hbspt-form .form-columns-1 .input {
  margin-right: 0 !important;
}
.hbspt-form .form-columns-1 .hs-input {
  width: 100% !important;
}
.hbspt-form .hs-form-field {
  margin-bottom: 15px;
}
.hbspt-form .hs-form-field label {
  color: #090A0C;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
.hbspt-form .hs-form-field .hs-input {
  border: 1.2px solid #C8D0D9;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  height: 64px;
  color: #090A0C;
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
  line-height: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .hbspt-form .hs-form-field .hs-input {
    height: 54px;
  }
}
@media (max-width: 767px) {
  .hbspt-form .hs-form-field .hs-input {
    height: 48px;
  }
}
.hbspt-form .hs-form-field .hs-input::placeholder {
  color: #65717F;
}
.hbspt-form .hs-form-field .hs-input.error {
  border-color: #f36161;
}
.hbspt-form .hs-form-field textarea.hs-input {
  height: auto;
  padding: 20px;
}
.hbspt-form .hs-form-field .hs-error-msgs {
  line-height: 1;
}
.hbspt-form .hs-form-field .hs-error-msg {
  font-size: 12px;
  color: #f36161;
  opacity: 1;
  margin-bottom: 0;
}
.hbspt-form .hs-submit {
  margin-top: 20px;
}
.hbspt-form .hs-submit .actions {
  position: relative;
}
.hbspt-form .hs-submit .actions::before {
  content: "";
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 56px;
  height: 56px;
  border: 1px solid transparent;
  background-color: #090A0C;
  background-image: url('data:image/svg+xml,<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 6.99997H9.086L6.793 9.29297C6.69749 9.38522 6.62131 9.49556 6.5689 9.61757C6.51649 9.73957 6.4889 9.87079 6.48775 10.0036C6.4866 10.1363 6.5119 10.268 6.56218 10.3909C6.61246 10.5138 6.68671 10.6255 6.7806 10.7194C6.8745 10.8133 6.98615 10.8875 7.10905 10.9378C7.23194 10.9881 7.36362 11.0134 7.4964 11.0122C7.62918 11.0111 7.7604 10.9835 7.8824 10.9311C8.00441 10.8787 8.11475 10.8025 8.207 10.707L12.207 6.70697C12.3001 6.61408 12.374 6.50373 12.4244 6.38224C12.4748 6.26075 12.5008 6.1305 12.5008 5.99897C12.5008 5.86743 12.4748 5.73719 12.4244 5.6157C12.374 5.49421 12.3001 5.38386 12.207 5.29097L8.207 1.29097C8.01923 1.10346 7.76466 0.998226 7.49929 0.998413C7.23393 0.998601 6.97951 1.1042 6.792 1.29197C6.60449 1.47974 6.49926 1.73431 6.49944 1.99968C6.49963 2.26504 6.60523 2.51946 6.793 2.70697L9.086 4.99997H1.5C1.23478 4.99997 0.98043 5.10533 0.792893 5.29286C0.605357 5.4804 0.5 5.73475 0.5 5.99997C0.5 6.26519 0.605357 6.51954 0.792893 6.70708C0.98043 6.89461 1.23478 6.99997 1.5 6.99997Z" fill="white"/></svg>');
  background-size: 12px;
  background-position: 22px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0px 2px 2px rgba(11, 32, 55, 0.37);
  -webkit-box-shadow: 0px 2px 2px rgba(11, 32, 55, 0.37);
  box-shadow: 0px 2px 2px rgba(11, 32, 55, 0.37);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
  left: 3px;
  top: 3px;
}
.hbspt-form .hs-submit .actions .hs-button {
  min-height: 64px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  border: 4px solid #0371EE;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  line-height: 1;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  padding: 4px;
  white-space: nowrap;
  background-color: #0371EE;
  background-image: url(../images/icons/icon-black-arrow.svg);
  background-position: -2px 0;
  background-repeat: no-repeat;
  background-size: 59px !important;
  color: #ffffff;
  padding: 0 20px 0 75px;
  transition: background-color 0.3s ease-in-out;
}
.hbspt-form .hs-submit .actions .hs-button:hover, .hbspt-form .hs-submit .actions .hs-button:focus {
  background-color: #090A0C;
}
.hbspt-form .hs_error_rollup {
  display: none;
}

.icw-form-block {
  position: relative;
  z-index: 1;
  margin: auto;
  height: 100%;
  padding: 16px;
}
@media (max-width: 992px) {
  .icw-form-block {
    padding: 10px;
  }
}
.icw-form-block::before {
  content: "";
  background: linear-gradient(0deg, rgba(160, 179, 201, 0.19), rgba(160, 179, 201, 0.19)), rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(17.2px);
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.icw-form-block .glow {
  font-size: 0;
  display: block;
  position: absolute;
  z-index: -1;
  width: 60%;
  height: 60%;
  top: 0;
  left: 0;
}
.icw-form-block .glow::before {
  content: "";
  background: #2F8CF6;
  mix-blend-mode: plus-lighter;
  opacity: 0.95;
  filter: blur(8px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}
.icw-form-block .form-content {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background: #ffffff;
  padding: 50px;
}
@media (max-width: 992px) {
  .icw-form-block .form-content {
    padding: 25px;
  }
}
.icw-form-block .title {
  color: #090A0C;
  font-size: 32px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .icw-form-block .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.one-pager-page .page-header {
  padding: 0;
  min-height: auto;
}
.one-pager-page .page-header .page-title {
  padding: 0;
}
.one-pager-page .page-header .page-title .logo {
  margin-bottom: 80px;
}
.one-pager-page .page-header .page-title .logo img {
  max-height: 32px;
}

.list-box-block {
  display: grid;
  grid-template-columns: repeat(var(--grid-col), 1fr);
  gap: 24px;
}
.list-box-block > a, .list-box-block > div {
  box-shadow: 0px 22px 39px 0px rgba(191, 172, 159, 0.18);
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  min-width: 130px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-box-block > a img, .list-box-block > div img {
  max-height: 50px;
  max-width: 55px;
}
.list-box-block > a:hover, .list-box-block > a:focus {
  box-shadow: 0px 22px 39px 0px rgba(191, 172, 159, 0.38);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.text-blue,
.text-primary {
  color: #0371EE !important;
}

.text-white {
  color: #fff !important;
}

.text-skyblue {
  color: #87BFF3 !important;
}

.text-green {
  color: #12D3DD !important;
}

.text-dark {
  color: #090A0C !important;
}

.text-dark800 {
  color: #111419 !important;
}

.text-dark700 {
  color: #181C21 !important;
}

.text-dark300 {
  color: #65717F !important;
}

.text-dark200 {
  color: #8996A4 !important;
}

.text-dark100 {
  color: #B0BAC6 !important;
}

.text-gray600 {
  color: #20252B !important;
}

.text-gray500 {
  color: #2C323A !important;
}

.text-gray400 {
  color: #3E4751 !important;
}

.text-gray75 {
  color: #C8D0D9 !important;
}

.text-gray50 {
  color: #EBEDF0 !important;
}

.text-gray {
  color: #090A0C !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-primary {
  background-color: #0371EE !important;
}

.bg-dark {
  background-color: #090A0C !important;
}
.bg-dark > * {
  color: #ffffff;
}
.bg-dark .section-title .tag-line {
  color: #ffffff;
}
.bg-dark .section-title .tag-line .tag {
  background: transparent;
  border-color: #65717F;
}
.bg-dark .section-title h1,
.bg-dark .section-title h2,
.bg-dark .section-title h3 {
  color: #ffffff;
}
.bg-dark .section-title .sort-info {
  color: #EBEDF0;
}

.bg-darkblack {
  background: #111419;
}
.bg-darkblack > * {
  color: #ffffff;
}
.bg-darkblack .section-title .tag-line {
  color: #ffffff;
}
.bg-darkblack .section-title h1,
.bg-darkblack .section-title h2,
.bg-darkblack .section-title h3 {
  color: #ffffff;
}
.bg-darkblack .section-title .sort-info {
  color: #EBEDF0;
}

.bg-gray {
  background-color: #F7F8F9 !important;
}

.bg-custom {
  background: var(--header-bg, none);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.bg-blue-glow,
.with-bg-blue-vector {
  position: relative;
  z-index: 1;
}
.bg-blue-glow::before,
.with-bg-blue-vector::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="980" height="988" viewBox="0 0 980 988" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M661.903 115.889C656.303 102.289 624.236 54.8889 608.903 32.8889C615.236 22.2219 629.703 0.888889 636.903 0.888889C645.902 0.888889 720.9 -1.11111 762.9 0.888889C796.5 2.48889 850.24 10.8889 872.9 14.8889C870.57 17.8889 865.9 25.6889 865.9 32.8889C865.9 41.8889 841.9 61.8889 820.9 94.8889C799.9 127.889 782.9 166.889 762.9 194.889C742.9 222.889 755.9 229.889 755.9 238.889C755.9 247.889 760.9 281.889 762.9 292.889C764.9 303.889 774.9 310.889 782.9 324.889C790.9 338.889 805.9 352.889 813.9 369.889C821.9 386.889 885.9 399.889 889.9 428.889C893.9 457.889 879.9 512.889 869.9 537.889C859.9 562.889 861.9 590.889 856.9 623.889C851.9 656.889 856.9 683.889 869.9 745.89C882.9 807.89 895.9 794.89 903.9 806.89C911.9 818.89 939.9 865.89 996.9 891.89C1053.9 917.89 1028.9 943.89 1003.9 939.89C978.9 935.89 936.9 933.89 865.9 913.89C794.9 893.89 766.9 902.89 679.903 884.89C592.903 866.89 573.903 877.89 507.903 865.89C441.903 853.89 445.903 991.89 405.903 986.89C365.903 981.89 -21.0972 973.89 0.902815 946.89C22.9028 919.89 183.903 806.89 205.903 784.89C227.903 762.89 237.903 764.89 260.903 745.89C283.903 726.89 286.903 736.89 347.903 707.89C408.903 678.889 406.903 688.89 453.903 660.889C500.903 632.889 534.903 615.889 553.903 601.889C572.903 587.889 599.903 572.889 627.903 545.889C655.903 518.889 644.903 530.889 653.903 507.889C662.903 484.889 661.903 484.889 661.903 461.889V406.889C661.903 381.889 661.903 378.889 673.903 352.889C685.9 326.889 686.9 324.889 702.9 292.889C718.9 260.889 709.9 268.889 709.9 238.889C709.9 208.889 703.9 204.889 686.9 166.889C669.903 128.889 668.903 132.889 661.903 115.889Z" fill="rgb(192 236 250)"/></svg>') no-repeat 50% 50%/700px 750px;
  filter: blur(150.75px);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}
@media (min-width: 768px) {
  .bg-blue-glow::before,
.with-bg-blue-vector::before {
    background-size: 100% 100% !important;
  }
}

.bg-bottom-blue-glow {
  background-image: url(../images/bg-bottom-blue-glow.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right !important;
  position: relative;
}
.bg-bottom-blue-glow .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .bg-bottom-blue-glow {
    background-image: url(../images/bg-bottom-blue-glow-m.png) !important;
    background-position: bottom center !important;
  }
  .bg-bottom-blue-glow::after {
    content: none !important;
  }
}
.bg-bottom-blue-glow::after {
  content: "";
  width: 60%;
  height: 300px;
  background-image: url(../images/img-inner-page-header-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 24px;
}
@media (max-width: 767px) {
  .bg-bottom-blue-glow::after {
    width: 100%;
    height: 150px;
  }
}

.bg-bottom-theme-logo {
  position: relative;
  padding-bottom: 200px !important;
}
@media (max-width: 992px) {
  .bg-bottom-theme-logo {
    padding-bottom: 120px !important;
  }
}
.bg-bottom-theme-logo .container {
  position: relative;
  z-index: 1;
}
.bg-bottom-theme-logo::after {
  content: "";
  width: 60%;
  max-width: 900px;
  height: 300px;
  background-image: url(../images/img-inner-page-header-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  display: block;
  position: absolute;
  bottom: -18px;
  right: 20px;
  border-bottom-left-radius: 24px;
}
@media (max-width: 767px) {
  .bg-bottom-theme-logo::after {
    width: 100%;
    height: 150px;
  }
}

.bg-logovideo {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.bg-logovideo .container {
  z-index: 3;
  position: relative;
}
.bg-logovideo::before {
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 59%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-ctavideo {
  position: relative;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  overflow: hidden;
  background-color: #090A0C !important;
  background-image: url("../images/img-inner-page-header-bg.png");
  margin: 0 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1440px) {
  .bg-ctavideo {
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .bg-ctavideo {
    margin: 0px !important;
  }
}
@media (max-width: 768px) {
  .bg-ctavideo {
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
  }
}
.bg-ctavideo .container {
  z-index: 3;
  position: relative;
}
@media (min-width: 1440px) {
  .bg-ctavideo .container {
    max-width: 1240px;
  }
}

.main-content-wrapper {
  background-color: #ffffff;
  border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  -webkit-border-radius: 24px 24px 0 0;
}
body.bg-none .main-content-wrapper {
  background-color: transparent;
}
body.bg-gray .main-content-wrapper {
  background: #111419;
}

.main-section {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .main-section {
    padding: 60px 0;
  }
}
.main-section.overide-top {
  margin-top: -140px;
  position: relative;
  padding-top: 180px;
}
@media (max-width: 1350px) {
  .main-section.overide-top {
    padding-top: 130px;
  }
}
@media (max-width: 1050px) {
  .main-section.overide-top {
    padding-top: 160px;
  }
}
@media (min-width: 992px) {
  .main-section.overide-top::before {
    content: "";
    background: #111419;
    filter: blur(40.25px);
    height: 50px;
    width: 100%;
    display: block;
    position: absolute;
    top: -50px;
  }
}
.main-section.bg-none:not(.bg-custom) {
  background-image: none !important;
}
.main-section.is-light *:not(a, a > *) {
  color: #fff;
}
.main-section.is-light .section-title *:not(a, a > *) {
  color: #fff;
}
.main-section.is-light .section-title a:not(.btn) {
  color: #0371EE;
}
.main-section.is-light .section-title a:not(.btn):hover, .main-section.is-light .section-title a:not(.btn):focus {
  color: #000000;
}
.main-section.is-light .section-title .sort-info {
  color: rgba(255, 255, 255, 0.6) !important;
}
.main-section.is-light .text-color {
  color: rgba(255, 255, 255, 0.6) !important;
}
.main-section.bg-custom {
  background-color: var(--gs-bg, #fff) !important;
}
.main-section.is-custom *:not(a) {
  color: var(--gs-text, #fff);
}
.main-section.is-custom .section-title *:not(a) {
  color: var(--gs-text, #fff);
}
.main-section.hr-top {
  border-top: 1px solid #f0f7ff;
}
.main-section.hr-bottom {
  border-bottom: 1px solid #f0f7ff;
}
.main-section.section-title-mw-400 .section-title {
  max-width: 400px;
}
.main-section.section-title-mw-400 .section-title.text-center {
  margin: auto;
}
.main-section.section-title-mw-500 .section-title {
  max-width: 520px;
}
.main-section.section-title-mw-500 .section-title.text-center {
  margin: auto;
}
.main-section.section-title-mw-578 .section-title {
  max-width: 578px;
}
.main-section.section-title-mw-578 .section-title.text-center {
  margin: auto;
}
.main-section.section-title-mw-600 .section-title {
  max-width: 600px;
}
.main-section.section-title-mw-600 .section-title.text-center {
  margin: auto;
}
.main-section.section-title-mw-700 .section-title {
  max-width: 700px;
}
.main-section.section-title-mw-700 .section-title.text-center {
  margin: auto;
}
.main-section.section-title-mw-800 .section-title {
  max-width: 800px;
}
.main-section.section-title-mw-800 .section-title.text-center {
  margin: auto;
}
.main-section.section-title-mw-90 .section-title {
  max-width: 90%;
}
.main-section.section-title-mw-90 .section-title.text-center {
  margin: auto;
}
@media (max-width: 767px) {
  .main-section.m-container-full .container {
    max-width: 100%;
  }
  .main-section.m-text-center .section-title {
    text-align: center !important;
  }
  .main-section.m-row-column-reverse > .container > .row {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main-section.bg-none-m {
    background-image: none !important;
  }
  .main-section.b-radius-dark, .main-section.b-radius-light {
    border-radius: 0 0 24px 24px;
    -moz-border-radius: 0 0 24px 24px;
    -webkit-border-radius: 0 0 24px 24px;
  }
}

.section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title.text-center {
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .section-title.text-center {
    margin: 0 auto 40px;
  }
}
.section-title .tag-line {
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 767px) {
  .section-title .tag-line {
    margin-bottom: 25px;
  }
}
.section-title h1,
.section-title h2,
.section-title h3 {
  margin-bottom: 25px;
  color: #090A0C;
}
.section-title .action {
  margin-top: 25px;
}

.hero-header {
  padding: 135px 0 180px;
  position: relative;
  background: #111419;
}
@media (min-width: 768px) {
  .hero-header {
    border: 10px solid #111419;
  }
}
@media (max-width: 992px) {
  .hero-header {
    padding: 120px 0 70px;
  }
}
@media (max-width: 767px) {
  .hero-header {
    padding: 100px 0 50px;
    z-index: 1;
  }
}
.hero-header .hero-header-fix img,
.hero-header .hero-header-fix video {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 130px);
  width: 100%;
  background: #111419;
  object-fit: cover;
}
@media (min-width: 768px) {
  .hero-header .hero-header-fix img,
.hero-header .hero-header-fix video {
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
  }
}
@media (max-width: 992px) {
  .hero-header .hero-header-fix img,
.hero-header .hero-header-fix video {
    height: calc(100% - 400px);
  }
}
.hero-header .hero-title {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .hero-header .hero-title {
    margin: 0 auto 70px;
  }
}
.hero-header .hero-title h1 {
  color: #ffffff;
  margin-bottom: 20px;
}
.hero-header .hero-title .sort-info {
  color: #C8D0D9;
  margin-bottom: 30px;
}
.hero-header .hero-slider-block {
  z-index: 2;
  position: relative;
  padding-bottom: 50px;
  width: 50%;
  margin: auto;
}
@media (max-width: 992px) {
  .hero-header .hero-slider-block {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .hero-header .hero-slider-block {
    padding-bottom: 30px;
    width: 100%;
  }
}
.hero-header .hero-slider-block .splide__track {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
@media (max-width: 767px) {
  .hero-header .hero-slider-block .splide__track {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
  }
}
.hero-header .hero-slider-block .image-block {
  text-align: center;
}
.hero-header .hero-slider-block .image-block img {
  width: 100%;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
@media (max-width: 767px) {
  .hero-header .hero-slider-block .image-block img {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
  }
}
.hero-header .hero-slider-block .hero-splide-slider {
  padding-bottom: 0;
}
.hero-header .hero-slider-block .hero-splide-slider .splide__pagination {
  bottom: -50px;
}
@media (max-width: 767px) {
  .hero-header .hero-slider-block .hero-splide-slider .splide__pagination {
    bottom: -40px;
  }
}
.hero-header .hero-media {
  position: relative;
  width: 100%;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-header .hero-media {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
  }
}
.hero-header .hero-media__poster {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.hero-header .hero-media__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-header .hero-media__poster.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.hero-header .hero-media__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-header .hero-media__lottie {
  position: relative;
  width: 100%;
  padding-top: 71.8%;
}
.hero-header .hero-media__lottie > div,
.hero-header .hero-media__lottie > svg {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-header .trusted-logo-block {
  position: relative;
  margin-top: -25%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .hero-header .trusted-logo-block {
    margin-top: -30%;
  }
}
@media (max-width: 992px) {
  .hero-header .trusted-logo-block {
    margin-top: 0;
    padding-top: 70px;
  }
}
.hero-header .trusted-logo-block .title {
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1.8px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.hero-header .trusted-logo-block .title span {
  color: #12D3DD;
}
@media (max-width: 992px) {
  .hero-header .trusted-logo-block .title {
    text-align: center;
  }
}
.hero-header .trusted-logo-block .title::after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: calc(100vw - 15px);
  left: calc(-50vw + 50%);
}
@media (min-width: 993px) {
  .hero-header .trusted-logo-block .title::after {
    width: calc(100vw - 40px);
    left: calc(-50vw + 51.49%);
  }
}

.page-header {
  --bg-hero-img: url("../images/img-inner-page-header-bg.png");
  /* Default background image */
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  background-color: #010103;
  background-image: var(--bg-hero-img);
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  background-size: 100% 100% !important;
  border: none;
  color: #ffffff;
  padding: 130px 0;
}
@media (max-width: 767px) {
  .page-header {
    --bg-hero-img-m: url("../images/img-inner-page-header-bg-m.png");
    /* Mobile Default background image */
  }
}
.page-header .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 767px) {
  .page-header {
    border: 10px solid #fff;
  }
}
@media (max-width: 992px) {
  .page-header {
    padding: 80px 0 100px;
  }
}
@media (max-width: 767px) {
  .page-header {
    background-image: var(--bg-hero-img-m);
    padding: 80px 0 120px;
    border-radius: 0 0 24px 24px;
    -moz-border-radius: 0 0 24px 24px;
    -webkit-border-radius: 0 0 24px 24px;
  }
}
.page-header::after {
  content: "";
  width: 50%;
  height: 300px;
  background-image: url(../images/img-inner-page-header-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .page-header::after {
    width: 100%;
    height: 150px;
  }
}
.page-header .page-title {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .page-header .page-title {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .page-header .page-title {
    padding-top: 40px;
  }
}
.page-header .page-title .tagline {
  border: 1px solid #ffffff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  font-family: "JetBrains Mono", monospace;
  padding: 8px 16px;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-header .page-title .tagline {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.page-header .page-title h1 {
  margin-bottom: 25px;
}
.page-header .page-title .sort-info {
  color: #C8D0D9;
}
.page-header .page-title .action {
  margin-top: 30px;
}
.page-header .page-title.text-center {
  max-width: 800px;
  margin: 0 auto;
}
.page-header.video-header {
  position: relative;
  background-image: none;
  margin: 0;
  padding-bottom: 150px;
  background-color: #111419;
  border: 10px solid #111419;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
@media (max-width: 767px) {
  .page-header.video-header {
    padding-bottom: 80px;
  }
}
.page-header.video-header::after {
  left: 0;
  margin: 0 auto;
}
.page-header.video-header .page-title {
  z-index: 2;
  position: relative;
  padding-top: 230px;
}
@media (max-width: 767px) {
  .page-header.video-header .page-title {
    padding-top: 160px;
  }
}
.page-header.video-header .video-bg-block {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}
@media (max-width: 992px) {
  .page-header.video-header .video-bg-block {
    left: -10px;
    right: -10px;
    top: -10px;
  }
}
.page-header.video-header .video-bg-block video,
.page-header.video-header .video-bg-block .videoembed {
  filter: contrast(105%);
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}
@media (min-width: 992px) {
  .page-header.video-header .video-bg-block video,
.page-header.video-header .video-bg-block .videoembed {
    object-fit: contain;
  }
}

.breadcrumb-nav {
  margin-bottom: 30px;
  opacity: 0.75;
}
.breadcrumb-nav .breadcrumb .breadcrumb-item {
  font-size: 14px;
  color: #ffffff;
}
.breadcrumb-nav .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.breadcrumb-nav .breadcrumb .breadcrumb-item a:hover, .breadcrumb-nav .breadcrumb .breadcrumb-item a:focus {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
.breadcrumb-nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "-";
  color: #ffffff;
}

.user-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-info .user-img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 25px;
}
@media (max-width: 992px) {
  .user-info .user-img {
    margin-right: 15px;
  }
}
.user-info .user-img img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 80px;
  height: 80px;
  flex: none;
}
@media (max-width: 992px) {
  .user-info .user-img img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .user-info .user-img img {
    width: 32px;
    height: 32px;
  }
}
.user-info .user-detail {
  line-height: 1;
}
.user-info .user-detail .name {
  font-size: 24px;
  color: #090A0C;
  font-weight: 500;
}
@media (max-width: 992px) {
  .user-info .user-detail .name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .user-info .user-detail .name {
    font-size: 16px;
  }
}
.user-info .user-detail span {
  font-size: 16px;
  color: #65717F;
}
@media (max-width: 992px) {
  .user-info .user-detail span {
    font-size: 14px;
  }
}
.user-info .user-detail small {
  font-size: 13px;
  color: #65717F;
}
@media (max-width: 992px) {
  .user-info .user-detail small {
    font-size: 14px;
  }
}

.logo-list-block {
  margin-top: 50px;
  z-index: 3;
  position: relative;
}
@media (max-width: 992px) {
  .logo-list-block {
    margin-top: 30px;
  }
}
.logo-list-block .logo-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 25px;
}
.logo-list-block .logo-list .logo-item {
  flex: none;
  display: inline;
}
.logo-list-block .logo-list .logo-item span {
  display: inline-block;
  transform-origin: center;
  transform-box: fill-box;
}
.logo-list-block .logo-list .logo-item span img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 28px;
}
.logo-list-block .logo-list .logo-item span img:hover, .logo-list-block .logo-list .logo-item span img:focus {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.logo-mask-slider {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.logo-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.logo-slider .auto-slider {
  flex-shrink: 0;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  animation: scrollx 25s linear infinite;
  gap: 10px;
}
.logo-slider .auto-slider .logo-item {
  padding: 0 10px;
}
.logo-slider .auto-slider .logo-item span img {
  aspect-ratio: unset;
  min-height: 25px;
}

@keyframes scrollx {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.content-block .sort-info {
  line-height: 32px;
}
@media (max-width: 992px) {
  .content-block .sort-info {
    line-height: 28px;
  }
}

.tabs-section {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: 0 0 24px 24px;
  -moz-border-radius: 0 0 24px 24px;
  -webkit-border-radius: 0 0 24px 24px;
}
@media (max-width: 992px) {
  .tabs-section {
    background-image: unset !important;
  }
}

  .tabs-section.hp-new {
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  }

@media (min-width: 1440px) {
  .tabs-section .tab-pane h3 {
    max-width: 90%;
  }
}

.with-bg-shodow-image {
  padding: 16px;
  background-image: url(../../../../uploads/2025/12/img-with-bg-shodow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .with-bg-shodow-image {
    padding: 8px;
  }
}

.tab-block .tab-nav-block,
.thumbnail-slider-block .tab-nav-block {
  overflow: hidden;
  overflow-x: auto;
  margin: 0 auto 40px;
  max-width: 750px;
}
@media (max-width: 575px) {
  .tab-block .tab-nav-block,
.thumbnail-slider-block .tab-nav-block {
    padding: 0 20px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.tab-block .nav-tabs,
.tab-block .useCase-thumbnail-splide-slider,
.thumbnail-slider-block .nav-tabs,
.thumbnail-slider-block .useCase-thumbnail-splide-slider {
  border: 1px solid #3E4751;
  padding: 12px;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 12px;
}
@media (max-width: 992px) {
  .tab-block .nav-tabs,
.tab-block .useCase-thumbnail-splide-slider,
.thumbnail-slider-block .nav-tabs,
.thumbnail-slider-block .useCase-thumbnail-splide-slider {
    min-width: 690px;
  }
}
@media (max-width: 767px) {
  .tab-block .nav-tabs,
.tab-block .useCase-thumbnail-splide-slider,
.thumbnail-slider-block .nav-tabs,
.thumbnail-slider-block .useCase-thumbnail-splide-slider {
    padding: 8px;
    gap: 8px;
  }
}
.tab-block .nav-tabs .tab-link,
.tab-block .nav-tabs .thumbnail-btn,
.tab-block .useCase-thumbnail-splide-slider .tab-link,
.tab-block .useCase-thumbnail-splide-slider .thumbnail-btn,
.thumbnail-slider-block .nav-tabs .tab-link,
.thumbnail-slider-block .nav-tabs .thumbnail-btn,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .tab-link,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .thumbnail-btn {
  flex: 1;
  background: #090A0C;
  border: 1px solid #65717F;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  height: 56px;
  padding: 5px 25px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .tab-block .nav-tabs .tab-link,
.tab-block .nav-tabs .thumbnail-btn,
.tab-block .useCase-thumbnail-splide-slider .tab-link,
.tab-block .useCase-thumbnail-splide-slider .thumbnail-btn,
.thumbnail-slider-block .nav-tabs .tab-link,
.thumbnail-slider-block .nav-tabs .thumbnail-btn,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .tab-link,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .thumbnail-btn {
    height: 48px;
    padding: 5px 15px;
  }
}
.tab-block .nav-tabs .tab-link .icon,
.tab-block .nav-tabs .thumbnail-btn .icon,
.tab-block .useCase-thumbnail-splide-slider .tab-link .icon,
.tab-block .useCase-thumbnail-splide-slider .thumbnail-btn .icon,
.thumbnail-slider-block .nav-tabs .tab-link .icon,
.thumbnail-slider-block .nav-tabs .thumbnail-btn .icon,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .tab-link .icon,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .thumbnail-btn .icon {
  margin-right: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 16px;
  flex: none;
  line-height: 0.7;
}
.tab-block .nav-tabs .tab-link:hover, .tab-block .nav-tabs .tab-link:focus, .tab-block .nav-tabs .tab-link.active,
.tab-block .nav-tabs .thumbnail-btn:hover,
.tab-block .nav-tabs .thumbnail-btn:focus,
.tab-block .nav-tabs .thumbnail-btn.active,
.tab-block .useCase-thumbnail-splide-slider .tab-link:hover,
.tab-block .useCase-thumbnail-splide-slider .tab-link:focus,
.tab-block .useCase-thumbnail-splide-slider .tab-link.active,
.tab-block .useCase-thumbnail-splide-slider .thumbnail-btn:hover,
.tab-block .useCase-thumbnail-splide-slider .thumbnail-btn:focus,
.tab-block .useCase-thumbnail-splide-slider .thumbnail-btn.active,
.thumbnail-slider-block .nav-tabs .tab-link:hover,
.thumbnail-slider-block .nav-tabs .tab-link:focus,
.thumbnail-slider-block .nav-tabs .tab-link.active,
.thumbnail-slider-block .nav-tabs .thumbnail-btn:hover,
.thumbnail-slider-block .nav-tabs .thumbnail-btn:focus,
.thumbnail-slider-block .nav-tabs .thumbnail-btn.active,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .tab-link:hover,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .tab-link:focus,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .tab-link.active,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .thumbnail-btn:hover,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .thumbnail-btn:focus,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .thumbnail-btn.active {
  background: #ffffff;
  color: #090A0C;
}
.tab-block .nav-tabs .tab-link:hover .icon, .tab-block .nav-tabs .tab-link:focus .icon, .tab-block .nav-tabs .tab-link.active .icon,
.tab-block .nav-tabs .thumbnail-btn:hover .icon,
.tab-block .nav-tabs .thumbnail-btn:focus .icon,
.tab-block .nav-tabs .thumbnail-btn.active .icon,
.tab-block .useCase-thumbnail-splide-slider .tab-link:hover .icon,
.tab-block .useCase-thumbnail-splide-slider .tab-link:focus .icon,
.tab-block .useCase-thumbnail-splide-slider .tab-link.active .icon,
.tab-block .useCase-thumbnail-splide-slider .thumbnail-btn:hover .icon,
.tab-block .useCase-thumbnail-splide-slider .thumbnail-btn:focus .icon,
.tab-block .useCase-thumbnail-splide-slider .thumbnail-btn.active .icon,
.thumbnail-slider-block .nav-tabs .tab-link:hover .icon,
.thumbnail-slider-block .nav-tabs .tab-link:focus .icon,
.thumbnail-slider-block .nav-tabs .tab-link.active .icon,
.thumbnail-slider-block .nav-tabs .thumbnail-btn:hover .icon,
.thumbnail-slider-block .nav-tabs .thumbnail-btn:focus .icon,
.thumbnail-slider-block .nav-tabs .thumbnail-btn.active .icon,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .tab-link:hover .icon,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .tab-link:focus .icon,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .tab-link.active .icon,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .thumbnail-btn:hover .icon,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .thumbnail-btn:focus .icon,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .thumbnail-btn.active .icon {
  filter: invert(1);
}
.tab-block .nav-tabs .splide__slide:last-child,
.tab-block .useCase-thumbnail-splide-slider .splide__slide:last-child,
.thumbnail-slider-block .nav-tabs .splide__slide:last-child,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .splide__slide:last-child {
  margin-right: 0 !important;
}
.tab-block .nav-tabs .splide__slide.is-active .thumbnail-btn,
.tab-block .useCase-thumbnail-splide-slider .splide__slide.is-active .thumbnail-btn,
.thumbnail-slider-block .nav-tabs .splide__slide.is-active .thumbnail-btn,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .splide__slide.is-active .thumbnail-btn {
  background: #ffffff;
  color: #090A0C;
}
.tab-block .nav-tabs .splide__slide.is-active .thumbnail-btn .icon,
.tab-block .useCase-thumbnail-splide-slider .splide__slide.is-active .thumbnail-btn .icon,
.thumbnail-slider-block .nav-tabs .splide__slide.is-active .thumbnail-btn .icon,
.thumbnail-slider-block .useCase-thumbnail-splide-slider .splide__slide.is-active .thumbnail-btn .icon {
  filter: invert(1);
}
.tab-block .tab-content .tab-pane.show,
.thumbnail-slider-block .tab-content .tab-pane.show {
  display: block;
}
@media (min-width: 992px) {
  .tab-block .tab-content .tab-pane .section-title,
.thumbnail-slider-block .tab-content .tab-pane .section-title {
    margin-bottom: 0;
  }
}
.tab-block .tab-content .tab-pane .section-title .tag,
.thumbnail-slider-block .tab-content .tab-pane .section-title .tag {
  padding: 0;
  border: none;
}
@media (max-width: 992px) {
  .tab-block .tab-content .tab-pane .section-title .tag,
.thumbnail-slider-block .tab-content .tab-pane .section-title .tag {
    margin-bottom: 25px;
  }
}

.tab-block .tab-media {
  position: relative;
  display: block;
}
.tab-block .tab-media__primary {
  display: block;
}
.tab-block .tab-media__fallback {
  display: none;
}
.tab-block .tab-media__fallback.is-visible {
  display: block;
}
.tab-block .tab-media .lottie-container,
.tab-block .tab-media .tab-media__video,
.tab-block .tab-media .tab-media__image {
  width: 100%;
  display: block;
}
.tab-block .tab-media .tab-media__video {
  border: 0;
  background: transparent;
  pointer-events: none;
}
.tab-block .tab-media.is-complete .tab-media__primary {
  display: none;
}
.tab-block .tab-media.is-complete .tab-media__fallback {
  display: block;
}
.tab-block .tab-media.tab-media--empty .tab-media__fallback {
  display: block;
}

@media (min-width: 992px) {
  .use-case-splide-slider .section-title {
    margin-bottom: 0;
  }
}
.use-case-splide-slider .section-title .tag {
  padding: 0;
  border: none;
}
@media (max-width: 992px) {
  .use-case-splide-slider .section-title .tag {
    margin-bottom: 25px;
  }
}

.benefits-section {
  position: relative;
  overflow: hidden;
}
.benefits-section .info-card {
  background-color: #090A0C;
  border: unset;
}
.benefits-section .info-card h2,
.benefits-section .info-card h3 {
  color: #fff;
}
.benefits-section .info-card .sort-info {
  color: #EBEDF0;
}
@media (min-width: 1200px) {
  .benefits-section .info-card .sort-info {
    max-width: 90%;
  }
}
.benefits-section .info-card .card-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.benefits-section .info-card .card-body h2,
.benefits-section .info-card .card-body h3 {
  color: #fff;
}
.benefits-section .info-card .card-body .sort-info {
  color: #EBEDF0;
}
@media (min-width: 767px) {
  .benefits-section .benefits-splide-slider .splide__slide {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .benefits-section .benefits-splide-slider .splide__track {
    overflow: visible;
  }
  .benefits-section .benefits-splide-slider .row {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .benefits-section .benefits-splide-slider .info-card {
    max-height: 300px;
    min-height: 280px;
    padding: 15px;
  }
}
.benefits-section .benefits-splide-slider .image-block img {
  width: 100%;
  border: unset !important;
  box-shadow: 0px 2px 0px #E1E2E5;
}

.info-card {
  padding: 40px;
  background: #ffffff;
  border: 1px solid #C8D0D9;
  -moz-box-shadow: 0px 8px 12px rgba(29, 32, 38, 0.05);
  -webkit-box-shadow: 0px 8px 12px rgba(29, 32, 38, 0.05);
  box-shadow: 0px 8px 12px rgba(29, 32, 38, 0.05);
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 992px) {
  .info-card {
    padding: 25px;
  }
}
.info-card .card-icon {
  margin-bottom: 25px;
}
.info-card .card-icon img {
  width: 95px;
  height: 95px;
  flex: none;
}
@media (max-width: 1200px) {
  .info-card .card-icon img {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 992px) {
  .info-card .card-icon img {
    width: 65px;
    height: 65px;
  }
}
.info-card .card-body h3 {
  margin-bottom: 15px;
  color: #090A0C;
}
@media (max-width: 992px) {
  .info-card .card-body h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .info-card .card-body .sort-info {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .img-text-box-lists .section-title {
    margin-left: 50px;
  }
}
@media (min-width: 992px) {
  .img-text-box-lists .flex-reverse {
    flex-direction: row-reverse;
  }
  .img-text-box-lists .flex-reverse .section-title {
    margin-right: 50px;
  }
}

.full-width-slider-section {
  overflow: hidden;
}

.slide-with-border {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 65px;
  position: relative;
  max-width: 950px;
  height: 100%;
}
@media (max-width: 992px) {
  .slide-with-border {
    max-width: 650px;
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .slide-with-border {
    max-width: 320px;
    padding: 25px;
  }
}
.slide-with-border::before, .slide-with-border::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #262C3D;
  border: 1px solid #4C505C;
  box-shadow: 0px 4px 8px rgba(2, 3, 4, 0.13);
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -10px;
}
.slide-with-border::after {
  right: -10px;
  left: auto;
}
.slide-with-border .sm-square::before, .slide-with-border .sm-square::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #262C3D;
  border: 1px solid #4C505C;
  box-shadow: 0px 4px 8px rgba(2, 3, 4, 0.13);
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: -10px;
}
.slide-with-border .sm-square::after {
  right: -10px;
  left: auto;
}

.metrics-section {
  background-image: url(../images/img-metrics-bg.png);
  background-repeat: no-repeat;
  background-position: center calc(100% + 30px);
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}
@media (min-width: 1400px) {
  .metrics-section {
    padding-top: 72px;
    padding-bottom: 116px;
  }
}
@media (max-width: 992px) {
  .metrics-section {
    background-position: center calc(100% + 50px);
  }
}
@media (min-width: 1200px) {
  .metrics-section .section-title {
    margin-bottom: 150px;
  }
}

@media (min-width: 1400px) {
  .metrics-splide-slider {
    padding-bottom: 20px;
  }
}
.metrics-splide-slider .splide__track {
  overflow: visible;
}
@media (min-width: 1400px) {
  .metrics-splide-slider .splide__list {
    justify-content: center;
  }
}
.metrics-splide-slider .splide__slide {
  margin-right: 24px !important;
}
.metrics-splide-slider .splide__slide:last-child {
  margin-right: 0 !important;
}
.metrics-splide-slider .section-title {
  max-width: 400px;
}
.metrics-splide-slider .section-title h3 {
  font-size: 32px;
}
@media (max-width: 992px) {
  .metrics-splide-slider .section-title h3 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .metrics-splide-slider .section-title .sort-info {
    font-size: 14px;
  }
}
.metrics-splide-slider .counter-block {
  padding-top: 50px;
  margin: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 992px) {
  .metrics-splide-slider .counter-block {
    padding-top: 30px;
    margin: 15px 0;
  }
}
.metrics-splide-slider .counter-block .title {
  color: #12D3DD !important;
  margin-bottom: 5px;
}
.metrics-splide-slider .counter-block .count {
  font-size: 88px;
  line-height: 1;
}
@media (max-width: 767px) {
  .metrics-splide-slider .counter-block .count {
    font-size: 48px !important;
  }
}
.metrics-splide-slider .slide-with-border {
  max-width: 320px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
}
@media (min-width: 768px) {
  .metrics-splide-slider .slide-with-border {
    max-width: 384px;
    padding: 48px 39px 40px 39px;
  }
}
.metrics-splide-slider .slide-with-border::before, .metrics-splide-slider .slide-with-border::after {
  content: none;
}
.metrics-splide-slider .slide-with-border h3 {
  width: 100%;
  min-height: 99px;
  margin-bottom: 32px;
  padding-bottom: 8px;
  color: #EBEDF0;
  font-size: 24px;
  line-height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 768px) {
  .metrics-splide-slider .slide-with-border h3 {
    min-height: 145px;
    margin-bottom: 40px;
    padding-bottom: 24px;
    font-size: 32px;
    line-height: 40px;
  }
}
.metrics-splide-slider .slide-with-border .counter-block {
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 0;
  border: unset;
}
.metrics-splide-slider .slide-with-border .counter-block .title {
  display: grid;
  align-items: center;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .metrics-splide-slider .slide-with-border .counter-block .title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
}
.metrics-splide-slider .slide-with-border .counter-block .title .icon {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.metrics-splide-slider .slide-with-border .counter-block .count {
  font-size: 88px;
  line-height: 1;
}
.metrics-splide-slider .slide-with-border .image-block img {
  border-radius: 24px;
}

.is-overflow-auto {
  overflow-y: auto;
  max-height: 100vh;
  scrollbar-width: thin;
}

.progress-section {
  border-bottom: 1px solid #C8D0D9;
  position: relative;
}

.progress-content-block .progress-title {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 992px) {
  .progress-content-block .progress-title {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .progress-content-block .progress-title {
    padding-left: 65px;
  }
}
.progress-content-block .progress-title .section-title {
  margin: 0 auto;
}
.progress-content-block .progress-wrapper {
  height: 100%;
  width: 3px;
  background-color: #DFE4E9;
  position: absolute;
  left: 44px;
  top: 0;
}
@media (max-width: 1200px) {
  .progress-content-block .progress-wrapper {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .progress-content-block .progress-wrapper {
    left: 15px;
  }
}
.progress-content-block .progress-wrapper .progress-bar {
  width: 3px;
  height: 0;
  background-color: #0371EE;
  transition: height 1s ease;
  /* Smooth animation */
}
.progress-content-block .progress-wrapper .progress-bar span {
  width: 88px;
  height: 88px;
  background: #ffffff;
  border: 1px solid #C8D0D9;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  position: absolute;
  top: -4px;
  left: -42px;
  z-index: 1;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-family: "JetBrains Mono", monospace;
  font-size: 32px;
}
@media (max-width: 1200px) {
  .progress-content-block .progress-wrapper .progress-bar span {
    width: 68px;
    height: 68px;
    left: -32px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .progress-content-block .progress-wrapper .progress-bar span {
    width: 48px;
    height: 48px;
    left: -22px;
    font-size: 20px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
  }
}
.progress-content-block .progress-wrapper .progress-bar span::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 1px solid #090A0C;
  background: #090A0C;
  -moz-box-shadow: 0px 2px 4px rgba(11, 32, 55, 0.45);
  -webkit-box-shadow: 0px 2px 4px rgba(11, 32, 55, 0.45);
  box-shadow: 0px 2px 4px rgba(11, 32, 55, 0.45);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
@media (max-width: 1200px) {
  .progress-content-block .progress-wrapper .progress-bar span::before {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .progress-content-block .progress-wrapper .progress-bar span::before {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
  }
}
.progress-content-block .progress-content-wrapper .position-sticky-bar {
  display: none;
}
@media (min-width: 1200px) {
  .progress-content-block .progress-content-wrapper .position-sticky-bar {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .progress-content-block .progress-content-wrapper .position-sticky-bar {
    display: block;
    position: sticky;
    top: 300px;
  }
  .progress-content-block .progress-content-wrapper .position-sticky-bar .image-block {
    position: relative;
    min-height: 420px;
  }
  .progress-content-block .progress-content-wrapper .position-sticky-bar .image-block .progress-content-img {
    pointer-events: none;
    position: absolute;
    top: 100px;
    bottom: 150px;
    object-fit: contain;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    padding-bottom: 100px;
    opacity: 0;
    visibility: hidden;
  }
  .progress-content-block .progress-content-wrapper .position-sticky-bar .image-block .progress-content-img img {
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    margin: auto;
    display: inline-block;
  }
  .progress-content-block .progress-content-wrapper .position-sticky-bar .image-block .progress-content-img.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.progress-content-block .progress-content-wrapper .progress-content-step {
  position: relative;
}
.progress-content-block .progress-content-wrapper .progress-content-step .content {
  padding: 0 0 200px 150px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 1200px) {
  .progress-content-block .progress-content-wrapper .progress-content-step .content {
    padding: 0 0 150px 100px;
  }
}
@media (max-width: 992px) {
  .progress-content-block .progress-content-wrapper .progress-content-step .content {
    padding: 0 0 60px 100px;
  }
}
@media (max-width: 767px) {
  .progress-content-block .progress-content-wrapper .progress-content-step .content {
    padding: 0 0 60px 65px;
  }
}
@media (min-width: 992px) {
  .progress-content-block .progress-content-wrapper .progress-content-step .content .image-block {
    display: none;
  }
}
.progress-content-block .progress-content-wrapper .progress-content-step .content .image-block img {
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}
.progress-content-block .progress-content-wrapper .progress-content-step:not(:nth-child(1)) .content {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (min-width: 992px) {
  .progress-content-block .progress-content-wrapper .progress-content-step:not(:nth-child(1)) .content {
    opacity: 0.4;
  }
}
.progress-content-block .progress-content-wrapper .progress-content-step:last-child .content {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .progress-content-block .progress-content-wrapper .progress-content-step:last-child .content {
    padding-bottom: 60px;
  }
}
.progress-content-block .progress-content-wrapper .progress-content-step .section-title:not(:first-child) {
  opacity: 0.2;
  transition: opacity 1.2s 0.2s;
}
@media (min-width: 992px) {
  .progress-content-block .progress-content-wrapper .progress-content-step .section-title {
    margin-bottom: 0;
  }
}
.progress-content-block .progress-content-wrapper .progress-content-step .section-title .tag {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #F7F8F9;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 15px;
}
@media (max-width: 992px) {
  .progress-content-block .progress-content-wrapper .progress-content-step .section-title h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 767px) {
  .progress-content-block .progress-content-wrapper .progress-content-step.is-active .content {
    opacity: 1;
  }
}
.progress-content-block .progress-content-wrapper .progress-content-step.is-active .section-title {
  opacity: 1;
}

.progress-content-block .progress-content-wrapper .progress-content-step-v2 {
  position: relative;
}
.progress-content-block .progress-content-wrapper .progress-content-step-v2 .content {
  padding: 0 0 200px 150px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 1200px) {
  .progress-content-block .progress-content-wrapper .progress-content-step-v2 .content {
    padding: 0 0 150px 100px;
  }
}
@media (max-width: 992px) {
  .progress-content-block .progress-content-wrapper .progress-content-step-v2 .content {
    padding: 0 0 60px 100px;
  }
}
@media (max-width: 767px) {
  .progress-content-block .progress-content-wrapper .progress-content-step-v2 .content {
    padding: 0 0 60px 65px;
  }
}
@media (min-width: 992px) {
  .progress-content-block .progress-content-wrapper .progress-content-step-v2 .content .image-block {
    display: none;
  }
}
.progress-content-block .progress-content-wrapper .progress-content-step-v2 .content .image-block img {
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}
.progress-content-block .progress-content-wrapper .progress-content-step-v2:not(:nth-child(1)) .content {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (min-width: 992px) {
  .progress-content-block .progress-content-wrapper .progress-content-step-v2:not(:nth-child(1)) .content {
    opacity: 0.4;
  }
}
.progress-content-block .progress-content-wrapper .progress-content-step-v2:last-child .content {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .progress-content-block .progress-content-wrapper .progress-content-step-v2:last-child .content {
    padding-bottom: 60px;
  }
}
.progress-content-block .progress-content-wrapper .progress-content-step-v2 .section-title:not(:first-child) {
  opacity: 0.2;
  transition: opacity 1.2s 0.2s;
}
@media (min-width: 992px) {
  .progress-content-block .progress-content-wrapper .progress-content-step-v2 .section-title {
    margin-bottom: 0;
  }
}
.progress-content-block .progress-content-wrapper .progress-content-step-v2 .section-title .tag {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #F7F8F9;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 15px;
}
@media (max-width: 992px) {
  .progress-content-block .progress-content-wrapper .progress-content-step-v2 .section-title h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 767px) {
  .progress-content-block .progress-content-wrapper .progress-content-step-v2.is-active .content {
    opacity: 1;
  }
}
.progress-content-block .progress-content-wrapper .progress-content-step-v2.is-active .section-title {
  opacity: 1;
}

.testimonials-splide-slider {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1439px) {
  .testimonials-splide-slider {
    max-width: 850px;
  }
}
@media (max-width: 1200px) {
  .testimonials-splide-slider {
    max-width: 750px;
  }
}
@media (max-width: 992px) {
  .testimonials-splide-slider {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .testimonials-splide-slider {
    max-width: 100%;
    padding-bottom: 60px;
  }
}
@media (min-width: 767px) {
  .testimonials-splide-slider .splide__track {
    mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
    mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .testimonials-splide-slider .splide__track {
    margin: 0 -20px;
  }
}
.testimonials-splide-slider .testimonial-card {
  padding: 0 85px;
}
@media (max-width: 1439px) {
  .testimonials-splide-slider .testimonial-card {
    padding: 0 65px;
  }
}
@media (max-width: 1200px) {
  .testimonials-splide-slider .testimonial-card {
    padding: 0 45px;
  }
}
@media (max-width: 992px) {
  .testimonials-splide-slider .testimonial-card {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .testimonials-splide-slider .testimonial-card {
    padding: 0 20px;
  }
}
@media (min-width: 767px) {
  .testimonials-splide-slider .icw-arrows .splide__arrow--prev {
    left: -13%;
  }
}
@media (min-width: 767px) {
  .testimonials-splide-slider .icw-arrows .splide__arrow--next {
    right: -13%;
  }
}

.testimonial-card {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.testimonial-card .card-icon {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .testimonial-card .card-icon {
    margin-bottom: 15px;
  }
}
.testimonial-card .card-icon .icon-quote {
  background: url(../images/icons/icon-quote.svg) no-repeat center center;
  background-size: contain;
  width: 80px;
  height: 60px;
  display: inline-block;
}
@media (max-width: 992px) {
  .testimonial-card .card-icon .icon-quote {
    width: 55px;
    height: 40px;
  }
}
.testimonial-card .card-body {
  margin-bottom: 50px;
  flex: 1 1 auto;
}
@media (max-width: 992px) {
  .testimonial-card .card-body {
    margin-bottom: 35px;
  }
}
.testimonial-card .card-body .sort-info {
  font-size: 32px;
}
@media (max-width: 1200px) {
  .testimonial-card .card-body .sort-info {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .testimonial-card .card-body .sort-info {
    font-size: 18px;
  }
}
.testimonial-card .card-footer {
  border-top: 1px solid #C8D0D9;
  padding-top: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 767px) {
  .testimonial-card .card-footer .user-info {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .testimonial-card .card-footer .user-info .user-detail {
    max-width: 120px;
  }
  .testimonial-card .card-footer .user-info .user-detail .name {
    font-size: 20px;
  }
}
.testimonial-card .card-footer .logo {
  text-align: right;
}
@media (max-width: 767px) {
  .testimonial-card .card-footer .logo img {
    max-width: 80%;
  }
}

.with-gradient-border-bg-block {
  background: linear-gradient(0deg, rgba(85, 129, 180, 0.19), rgba(85, 129, 180, 0.19)), rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(17.2px);
  max-width: 560px;
  margin: 0 auto;
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  padding: 16px;
}
@media (max-width: 767px) {
  .with-gradient-border-bg-block {
    padding: 8px;
  }
}
.with-gradient-border-bg-block .content-block {
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  color: #ffffff;
  background: #090A0C;
}
.with-gradient-border-bg-block .content-block .story-card {
  padding: 50px;
}
@media (max-width: 767px) {
  .with-gradient-border-bg-block .content-block .story-card {
    padding: 30px;
  }
}

.story-card {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.story-card .card-body {
  flex: 1 1 auto;
}
.story-card .card-body h3 {
  color: #ffffff;
}
.story-card .card-body .sort-info {
  color: #C8D0D9;
}
.story-card .card-body .logo-block {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 25px;
  margin-top: 25px;
}
.story-card .card-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .story-card .card-footer {
    margin-top: 55px;
  }
}

.counter-block .title {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.counter-block .title .icon {
  margin-right: 12px;
}
.counter-block .count {
  font-size: 48px;
}
@media (max-width: 767px) {
  .counter-block .count {
    font-size: 32px;
  }
}

.stories-splide-slider {
  padding: 0;
}
.stories-splide-slider .icw-pagination {
  bottom: -50px;
}
@media (max-width: 767px) {
  .stories-splide-slider .icw-pagination {
    bottom: -40px;
  }
}

.collapse-item {
  padding: 25px 30px;
  border: 1px solid #C8D0D9;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .collapse-item {
    padding: 24px;
  }
}
.collapse-item .collapse-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.collapse-item .collapse-title h3 {
  font-size: 32px;
  margin-bottom: 0;
  color: #090A0C;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .collapse-item .collapse-title h3 {
    font-size: 24px;
  }
}
.collapse-item .collapse-title .collapse-btn {
  width: 68px;
  height: 68px;
  flex: none;
  background: #ffffff;
  border: 1px solid #C8D0D9;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
@media (max-width: 767px) {
  .collapse-item .collapse-title .collapse-btn {
    width: 48px;
    height: 48px;
  }
}
.collapse-item .collapse-title .collapse-btn::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 1px solid #090A0C;
  background: #ffffff;
  -moz-box-shadow: 0px 2px 4px rgba(11, 32, 55, 0.45);
  -webkit-box-shadow: 0px 2px 4px rgba(11, 32, 55, 0.45);
  box-shadow: 0px 2px 4px rgba(11, 32, 55, 0.45);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .collapse-item .collapse-title .collapse-btn::before {
    width: 40px;
    height: 40px;
  }
}
.collapse-item .collapse-title .collapse-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  z-index: 2;
  background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 7H9V1C9 0.4 8.6 0 8 0C7.4 0 7 0.4 7 1V7H1C0.4 7 0 7.4 0 8C0 8.6 0.4 9 1 9H7V15C7 15.6 7.4 16 8 16C8.6 16 9 15.6 9 15V9H15C15.6 9 16 8.6 16 8C16 7.4 15.6 7 15 7Z" fill="rgb(9 10 12)"/></svg>') center center;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
}
.collapse-item .card-content a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.collapse-item .collapse-body {
  margin-top: 12px;
  padding-right: 80px;
}
.collapse-item:hover .collapse-btn::before, .collapse-item:focus .collapse-btn::before {
  background: #090A0C;
}
.collapse-item:hover .collapse-btn::after, .collapse-item:focus .collapse-btn::after {
  filter: invert(1);
}
.collapse-item.is-open .collapse-btn::before {
  background: #090A0C;
}
.collapse-item.is-open .collapse-btn::after {
  background: url('data:image/svg+xml,<svg width="16" height="2" viewBox="0 0 16 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 0H1C0.4 0 0 0.4 0 1C0 1.6 0.4 2 1 2H15C15.6 2 16 1.6 16 1C16 0.4 15.6 0 15 0Z" fill="white"/></svg>') center center;
}
.collapse-item.is-open:hover .collapse-btn::after, .collapse-item.is-open:focus .collapse-btn::after {
  filter: invert(0);
}

.cta-section {
  background-image: url(../images/img-cta-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .cta-section {
    background-image: url(../images/img-cta-bg-m.png);
    background-size: auto;
  }
}
.cta-section .action {
  margin-top: 40px;
}
.cta-section.is-left-cta-section {
  background-image: url(../images/img-left-cta-bg.png);
  background-position: left bottom;
}
@media (min-width: 992px) {
  .cta-section.is-left-cta-section .d-lg-block {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cta-section.is-left-cta-section {
    background-image: url(../images/img-cta-bg-m.png);
    background-size: auto;
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .cta-section.is-left-cta-section .row {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cta-section.is-left-cta-section .mx-auto {
  max-width: inherit !important;
}

.cta-block {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 70px 50px;
}
@media (max-width: 992px) {
  .cta-block {
    padding: 40px 30px;
  }
}
.cta-block .section-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 767px) {
  .cta-block .section-title {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
  }
}
.cta-block .section-title h2 {
  font-size: 40px;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cta-block .section-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .cta-block .section-title h2 {
    margin-right: 0px;
    font-size: 24px;
  }
}
.cta-block .section-title .action {
  margin-top: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cta-block .section-title .action {
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .image-content-block .row-gap {
    --bs-gutter-y: 5rem;
    --bs-gutter-x: 5rem;
  }
}
.image-content-block .card-image-block {
  position: relative;
}
.image-content-block .card-image-block + .content-info {
  margin-top: 30px;
}
.image-content-block .card-image-block img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
@media (max-width: 767px) {
  .image-content-block .card-image-block {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .image-content-block .card-image-block.right-image {
    text-align: right;
  }
}
.image-content-block .section-title {
  margin: 0;
}

.counter-content-block {
  position: relative;
  padding: 50px 100px;
  border: 1px solid #EBEDF0;
  position: relative;
}
@media (max-width: 992px) {
  .counter-content-block {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .counter-content-block {
    padding: 40px;
  }
}
.counter-content-block::before, .counter-content-block::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #F7F8F9;
  border: 1px solid #C8D0D9;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -10px;
}
@media (max-width: 767px) {
  .counter-content-block::before, .counter-content-block::after {
    width: 16px;
    height: 16px;
    top: -8px;
    left: -8px;
  }
}
.counter-content-block::after {
  right: -10px;
  left: auto;
}
@media (max-width: 767px) {
  .counter-content-block::after {
    right: -8px;
    left: auto;
  }
}
.counter-content-block .sm-square-vector::before, .counter-content-block .sm-square-vector::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #F7F8F9;
  border: 1px solid #C8D0D9;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: -10px;
}
@media (max-width: 767px) {
  .counter-content-block .sm-square-vector::before, .counter-content-block .sm-square-vector::after {
    width: 16px;
    height: 16px;
    bottom: -8px;
    left: -8px;
  }
}
.counter-content-block .sm-square-vector::after {
  right: -10px;
  left: auto;
}
@media (max-width: 767px) {
  .counter-content-block .sm-square-vector::after {
    right: -8px;
    left: auto;
  }
}
.counter-content-block .sm-square-center-vector::before, .counter-content-block .sm-square-center-vector::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #F7F8F9;
  border: 1px solid #C8D0D9;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
}
@media (max-width: 767px) {
  .counter-content-block .sm-square-center-vector::before, .counter-content-block .sm-square-center-vector::after {
    width: 16px;
    height: 16px;
    top: -8px;
    left: calc(50% - 8px);
  }
}
.counter-content-block .sm-square-center-vector::after {
  bottom: -10px;
  top: auto;
}
@media (max-width: 767px) {
  .counter-content-block .sm-square-center-vector::after {
    bottom: -8px;
    top: auto;
  }
}

.animate-counter-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .animate-counter-block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.animate-counter-block .counter-box {
  min-width: 210px;
}
.animate-counter-block .counter-box .counter {
  font-size: 88px;
  color: #0371EE;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .animate-counter-block .counter-box .counter {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .animate-counter-block .counter-box .counter {
    font-size: 56px;
  }
}
.animate-counter-block .counter-box .info-text {
  color: #20252B;
}

.gallery-splide-slider {
  padding-bottom: 0;
}
.gallery-splide-slider .splide__track {
  overflow: visible;
}
.gallery-splide-slider .splide__track .splide__list {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery-splide-slider .splide__slide {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .gallery-splide-slider .splide__slide {
    max-width: 250px;
  }
}
.gallery-splide-slider .splide__slide .gallery-image {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  box-shadow: 0px 2px 0px #E1E2E5;
}
.gallery-splide-slider .splide__slide .gallery-image img {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 375px;
  height: auto;
}
.gallery-splide-slider .splide__slide .gallery-image img.is-portrait {
  max-width: none;
  height: 440px;
}
@media (max-width: 767px) {
  .gallery-splide-slider .splide__slide .gallery-image img.is-portrait {
    height: 300px;
  }
}
.gallery-splide-slider .splide__slide .gallery-image:hover img, .gallery-splide-slider .splide__slide .gallery-image:focus img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.media-card {
  margin: 0 50px;
  position: relative;
}
@media (max-width: 1200px) {
  .media-card {
    margin: 0 25px;
  }
}
@media (max-width: 992px) {
  .media-card {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .media-card {
    max-width: 300px;
    margin: 0 auto;
  }
}
.media-card .card-icon-img {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.media-card .card-img {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .media-card .card-img {
    margin-bottom: 20px;
  }
}
.media-card .card-img img {
  width: 100%;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.media-card .card-body h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .media-card .card-body h3 {
    font-size: 20px;
  }
}
.media-card .card-body h3 a {
  text-decoration: none;
  color: #090A0C;
}
.media-card .card-body h3 small {
  font-size: 12px;
  font-weight: 500;
  color: #090A0C;
  letter-spacing: 1.8px;
  font-family: "JetBrains Mono", monospace;
  margin-bottom: 20px;
  margin-top: 10px;
  display: block;
}
@media (max-width: 992px) {
  .media-card .card-body h3 small {
    margin-bottom: 15px;
  }
}
.media-card .card-body .sort-info {
  font-size: 16px;
}
@media (max-width: 992px) {
  .media-card .card-body .sort-info {
    font-size: 14px;
  }
}
.media-card.if-link-hover:hover .card-img img, .media-card.if-link-hover:focus .card-img img {
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.media-card.if-link-hover:hover .card-body h3 a, .media-card.if-link-hover:focus .card-body h3 a {
  color: #0371EE;
}

.trusted-logos-section .title {
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1.8px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  margin-bottom: 0px;
}
.trusted-logos-section .title span {
  color: #12D3DD;
}
.trusted-logos-section .trusted-logos {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px 60px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.trusted-logos-section .trusted-logos .logo-item img {
  width: auto;
  max-height: 60px;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.trusted-logos-section .trusted-logos a.logo-item img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.trusted-logos-section .trusted-logos a.logo-item:hover, .trusted-logos-section .trusted-logos a.logo-item:focus {
  border-color: #0371EE !important;
}
.trusted-logos-section .trusted-logos a.logo-item:hover img, .trusted-logos-section .trusted-logos a.logo-item:focus img {
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.trusted-logos-section.trusted-logo-slider-full > .container-logos {
  max-width: inherit;
}
.trusted-logos-section .logo-style-slider {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}
.trusted-logos-section .logo-style-slider .splide__arrows {
  opacity: 0px;
  visibility: hidden;
}
.trusted-logos-section .logo-style-slider:hover .splide__arrows {
  opacity: 1px;
  visibility: visible;
}
.trusted-logos-section .logo-style-slider .splide__slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.trusted-logos-section .logo-style-slider .logo-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.trusted-logos-section .logo-style-slider .logo-item img {
  max-height: 50px;
  width: auto;
}
@media (min-width: 992px) {
  .trusted-logos-section .logo-style-slider .logo-item img {
    flex: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    aspect-ratio: 3/2;
    object-fit: contain;
  }
}
.trusted-logos-section .logo-style-slider a.logo-item img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.75;
}
.trusted-logos-section .logo-style-slider a.logo-item:hover img, .trusted-logos-section .logo-style-slider a.logo-item:focus img {
  opacity: 1;
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.single-content p:not(:last-child) {
  margin-bottom: 20px;
}
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5 {
  color: #090A0C;
  margin-bottom: 15px;
  margin-top: 25px;
}
.single-content h2,
.single-content .h2 {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .single-content h2,
.single-content .h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .single-content h2,
.single-content .h2 {
    font-size: 30px;
  }
}
.single-content h2.font-sm,
.single-content .h2.font-sm {
  font-size: 24px;
}
@media (max-width: 767px) {
  .single-content h2.font-sm,
.single-content .h2.font-sm {
    font-size: 20px;
  }
}
.single-content h3,
.single-content .h3 {
  font-size: 24px;
}
.single-content ol:not(.splide__list),
.single-content ul:not(.splide__list) {
  margin: 0;
  padding: 0;
}
.single-content ol:not(.splide__list) {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 30px;
}
.single-content ol:not(.splide__list) li {
  list-style-type: decimal;
  margin-bottom: 8px;
}
.single-content ol:not(.splide__list) li::marker {
  font-weight: 500;
}
.single-content ul:not(.splide__list, .arrow-list) {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}
.single-content ul:not(.splide__list, .arrow-list) li {
  list-style-type: disc;
  margin-bottom: 8px;
}
.single-content a {
  color: #0371EE;
}
.single-content .marker-list {
  padding-left: 35px !important;
  margin-bottom: 20px !important;
}
.single-content .marker-list li:where([data-marker]) {
  position: relative;
  margin-bottom: 10px;
}
.single-content .marker-list li:where([data-marker])::before {
  content: attr(data-marker);
  margin-right: 10px;
  position: absolute;
  left: -35px;
  font-weight: 600;
}
.single-content .marker-list li:where([data-marker]) .marker-list {
  padding-left: 45px;
  margin-top: 10px;
}
.single-content .marker-list li:where([data-marker]) .marker-list li::before {
  left: -45px;
}
.single-content u {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body.single .single-content img {
  width: auto;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 20px;
}
body.single .single-content img.size-full {
  width: 100%;
}
.single-content blockquote {
  background: #F7F8F9;
  padding: 50px 40px 50px 130px;
  font-size: 22px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 40px 0 50px;
  background-image: url(../images/icons/icon-quote.svg);
  background-repeat: no-repeat;
  background-position: 40px 45px;
  background-size: 45px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .single-content blockquote {
    padding: 70px 20px 20px;
    background-position: 20px 20px;
    background-size: 32px;
    font-size: 18px;
  }
}
.single-content blockquote .user-info-content {
  border-top: 1px solid #C8D0D9;
  margin-top: 40px;
  padding-top: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 767px) {
  .single-content blockquote .user-info-content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
.single-content blockquote .user-info-content .user-info .user-img {
  margin-right: 12px;
}
.single-content blockquote .user-info-content .user-info .user-img img {
  width: 56px;
  height: 56px;
  margin: 0;
}
.single-content blockquote .user-info-content .user-info .user-detail .name {
  font-size: 16px;
}
.single-content blockquote .user-info-content .user-info .user-detail span {
  font-size: 14px;
  display: block;
}
.single-content blockquote .user-info-content .logo {
  text-align: right;
}
@media (max-width: 767px) {
  .single-content blockquote .user-info-content .logo {
    margin-top: 24px;
    text-align: left;
  }
}
.single-content blockquote .user-info-content .logo img {
  margin: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
@media (max-width: 767px) {
  .single-content blockquote .user-info-content .logo img {
    max-width: 80%;
  }
}
.single-content .wp-caption {
  width: 100% !important;
  padding-top: 1rem;
  text-align: center;
}
.single-content .wp-caption.aligncenter {
  text-align: center;
}
.single-content .wp-caption.alignleft {
  text-align: left;
}
.single-content .wp-caption.alignleft .wp-caption-text {
  text-align: left;
}
.single-content .wp-caption.alignright {
  text-align: right;
}
.single-content .wp-caption.alignright .wp-caption-text {
  text-align: right;
}
.single-content .wp-caption img {
  margin-bottom: 10px;
}
.single-content .wp-caption .wp-caption-text {
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  padding-top: 0px;
  margin-bottom: 3rem;
}
.single-content .wp-caption .wp-caption-text a {
  font-weight: 500;
}
.single-content pre[class*=language-] {
  border-radius: 1em;
  border: 0px;
  margin: 0 0 20px;
}
.single-content div.code-toolbar {
  font-size: 13px;
}
.single-content div.code-toolbar > .toolbar > .toolbar-item > button {
  color: #000;
  background: #ffffff;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
}
.single-content table {
  border: 1px solid #111419;
  padding: 0px;
  font-size: 14px;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 1.375rem;
  width: 100%;
}
.single-content table tr {
  border-bottom: 1px solid #111419;
}
.single-content table th {
  font-weight: bold;
  padding: 5px 15px;
  background: #111419;
  color: #fff;
  border-right: 1px solid #111419;
}
.single-content table th:last-child {
  border-right: 0px;
}
.single-content table td {
  padding: 5px 15px;
  border: 1px solid #111419;
  vertical-align: top;
}
.single-content table ul {
  font-size: 14px;
}
.single-content table ul li {
  margin-bottom: 5px !important;
}
.single-content .post-sticky-content .sort-info h3,
.single-content .post-sticky-content .sort-info .h3 {
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main-header .container {
    max-width: 1040px;
  }
}
@media (min-width: 1200px) {
  .main-header .navbar-nav {
    padding-left: 80px;
  }
}
@media (min-width: 1440px) {
  .main-header .navbar-nav {
    padding-left: 162px;
  }
}
.main-header .navbar__buttons {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .main-header .navbar__buttons {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}

body.home .hero-header {
  background: #111419 !important;
}
body.home .hero-header .hero-title {
  max-width: 755px;
}
body.home .hero-header .hero-title h1 {
  line-height: 1;
}
body.home .hero-header .hero-title h1 .animate {
  position: relative;
  display: inline-block;
  overflow: hidden;
  top: 7px;
}
body.home .hero-header .hero-title h1 .animate span {
  position: relative;
  display: inline-block;
  transform: translateY(-120%);
  animation: letter-fade-in 0.5s ease-in-out forwards;
}
body.home .hero-header .hero-title h1 .animate span:nth-child(1) {
  animation-delay: 0.25s;
}
body.home .hero-header .hero-title h1 .animate span:nth-child(2) {
  animation-delay: 0.35s;
}
body.home .hero-header .hero-title h1 .animate span:nth-child(3) {
  animation-delay: 0.45s;
}
body.home .hero-header .hero-title h1 .animate span:nth-child(4) {
  animation-delay: 0.55s;
}
body.home .hero-header .hero-title h1 .animate span:nth-child(5) {
  animation-delay: 0.65s;
}
body.home .bg-logovideo .section-title.text-center {
  margin-bottom: 106px;
}
@media (max-width: 992px) {
  body.home .bg-logovideo .section-title.text-center {
    margin-bottom: 40px;
  }
}
body.home .bg-logovideo .video-bg-block:before {
  content: "";
  position: absolute;
  left: calc(50% - 430px);
  top: 220px;
  width: 100%;
  max-width: 860px;
  height: 600px;
  background: linear-gradient(0deg, white 20%, rgba(255, 255, 255, 0) 70%);
}
@media (max-width: 992px) {
  body.home .bg-logovideo .video-bg-block:before {
    top: 150px;
    left: calc(50% - 325px);
    height: 400px;
    max-width: 650px;
  }
}
@media (max-width: 768px) {
  body.home .bg-ctavideo,
body.home .full-width-block {
    border-radius: 16px;
  }
}
@media (min-width: 1440px) {
  body.home .bg-ctavideo {
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  body.home .bg-ctavideo .container {
    max-width: 1240px;
  }
}
@media (max-width: 768px) {
  body.home .full-width-block.py-50 {
    padding-top: 32px;
  }
}
@media (min-width: 1440px) {
  body.home .full-width-block.py-50 {
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  body.home .progress-content-block .progress-content-wrapper .position-sticky-bar {
    padding-bottom: 80px;
  }
}
body.home .progress-content-block .progress-content-wrapper .progress-content-step .content .image-block img {
  border-radius: 15px;
}
body.home .progress-content-block .progress-content-wrapper .progress-content-step-v2 .content .image-block img {
  border-radius: 15px;
}
body.home .testimonials-section {
  padding-bottom: 120px;
}
@media (min-width: 768px) {
  body.home .testimonials-section {
    background-size: 100% 100% !important;
  }
}
body.home .testimonials-section .splide__slide {
  user-select: text;
}
body.home .benefits-section .info-card {
  border: unset;
  position: relative;
  overflow: hidden;
  min-height: 330px;
  background-color: transparent;
}
@media (min-width: 768px) {
  body.home .benefits-section .info-card {
    min-height: 270px;
  }
}
@media (min-width: 1200px) {
  body.home .benefits-section .info-card {
    min-height: 460px;
  }
}
body.home .benefits-section .info-card:before {
  content: "";
  background-color: #090A0C;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 24px;
  z-index: -1;
}
body.home .benefits-section .info-card .card-icon {
  position: relative;
  z-index: 1;
}
body.home .benefits-section .info-card .card-hover {
  position: absolute;
  inset: 0;
  background-color: #DEE5EC;
  padding: 93px 15px 15px;
  display: flex;
  justify-content: center;
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  border: 1px solid #C8D0D9;
  font-size: 14px;
  line-height: 18px;
  border-radius: 24px;
}
@media (min-width: 768px) {
  body.home .benefits-section .info-card .card-hover {
    padding: 100px 25px 25px;
  }
}
@media (min-width: 992px) {
  body.home .benefits-section .info-card .card-hover {
    padding: 135px 48px 40px;
    line-height: 1.7;
  }
}
@media (min-width: 1200px) {
  body.home .benefits-section .info-card .card-hover {
    font-size: 20px;
    padding-top: 160px;
  }
}
@media (min-width: 992px) {
  body.home .benefits-section .info-card .card-hover p {
    max-width: 95%;
  }
}
body.home .benefits-section .info-card .card-body {
  transition: all 0.35s ease-in-out;
}
body.home .benefits-section .info-card .card-body h2,
body.home .benefits-section .info-card .card-body h3 {
  color: #fff;
}
body.home .benefits-section .info-card .card-body .sort-info {
  color: #EBEDF0;
}
@media (min-width: 1200px) {
  body.home .benefits-section .info-card .card-body .sort-info {
    max-width: 90%;
  }
}
body.home .benefits-section .info-card:hover .card-hover {
  transform: translateY(0);
}
body.home .benefits-section .info-card:hover .card-body {
  transform: translateY(10px);
}
body.home .benefits-section .image-block {
  height: 100%;
}
body.home .benefits-section .image-block img {
  border: unset !important;
  box-shadow: 0px 2px 0px #E1E2E5;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1400px) {
  body.home .metrics-section {
    padding-top: 72px;
    padding-bottom: 116px;
  }
}
@media (min-width: 1200px) {
  body.home .metrics-section .section-title {
    margin-bottom: 150px;
  }
}
body.home .metrics-section .splide__track--draggable {
  user-select: unset !important;
}
@media (min-width: 1400px) {
  body.home .metrics-section .metrics-splide-slider {
    padding-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  body.home .metrics-section .metrics-splide-slider .splide__list {
    justify-content: center;
  }
}
body.home .metrics-section .metrics-splide-slider .splide__slide {
  margin-right: 24px !important;
}
body.home .metrics-section .metrics-splide-slider .splide__slide:last-child {
  margin-right: 0 !important;
}
body.home .metrics-section .metrics-splide-slider .splide__slide .slide-with-border {
  max-width: 320px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  body.home .metrics-section .metrics-splide-slider .splide__slide .slide-with-border {
    max-width: 384px;
    padding: 48px 39px 40px 39px;
  }
}
body.home .metrics-section .metrics-splide-slider .splide__slide .slide-with-border::before, body.home .metrics-section .metrics-splide-slider .splide__slide .slide-with-border::after {
  content: none;
}
body.home .metrics-section .metrics-splide-slider .splide__slide .slide-with-border h3 {
  width: 100%;
  min-height: 99px;
  margin-bottom: 32px;
  padding-bottom: 8px;
  color: #EBEDF0;
  font-size: 24px;
  line-height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 768px) {
  body.home .metrics-section .metrics-splide-slider .splide__slide .slide-with-border h3 {
    min-height: 145px;
    margin-bottom: 40px;
    padding-bottom: 24px;
    font-size: 32px;
    line-height: 40px;
  }
}
body.home .metrics-section .metrics-splide-slider .splide__slide .slide-with-border .counter-block {
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 0;
  border: unset;
}
body.home .metrics-section .metrics-splide-slider .splide__slide .slide-with-border .counter-block .title {
  display: inline-grid;
  align-items: center;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  body.home .metrics-section .metrics-splide-slider .splide__slide .slide-with-border .counter-block .title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
}
body.home .metrics-section .metrics-splide-slider .splide__slide .slide-with-border .counter-block .title .icon {
  display: flex;
  align-items: center;
  margin-right: 0;
}
body.home .metrics-section .metrics-splide-slider .splide__slide .slide-with-border .counter-block .count {
  font-size: 88px;
  line-height: 1;
}
body.home .metrics-section .metrics-splide-slider .splide__slide .slide-with-border .image-block img {
  border-radius: 24px;
}
@media (min-width: 1400px) {
  body.home .image-content-block .container {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  body.home .image-content-block .container > .row {
    display: grid;
    grid-template-columns: 1fr 578px;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  body.home .image-content-block .container > .row > .col-md-6 {
    width: unset;
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  body.home .image-content-block .col-lg-5 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  body.home .image-content-block .col-lg-5 .sort-info {
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  body.home .image-content-block .col-lg-5 .sort-info p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  body.home .image-content-block .card-image-block {
    margin-right: 60px;
    max-width: 560px;
  }
}
body.home .progress-section:after {
  display: none;
}
body.home .progress-section .progress-content-step:not(:first-child) .section-title {
  opacity: 0.2;
  transition: opacity 1.2s 0.2s;
}
body.home .progress-section .progress-content-step-v2:not(:first-child) .section-title {
  opacity: 0.2;
  transition: opacity 1.2s 0.2s;
}
body.home .progress-section .image-block:has(.progress-content-img.is-active:not(:nth-child(2)):not(:nth-child(1))) .progress-content-img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
body.home .progress-section .progress-content-step.is-active .section-title {
  opacity: 1;
}
body.home .progress-section .progress-content-step-v2.is-active .section-title {
  opacity: 1;
}
body.home .testimonials-section .testimonial-card .sort-info {
  font-size: 24px;
  line-height: 1.66;
}
@media (max-width: 992px) {
  body.home .testimonials-section .testimonial-card .sort-info {
    font-size: 18px;
  }
}
body.home .bg-ctavideo {
  position: relative;
  background: #020204 !important;
}
body.home .bg-ctavideo::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: url("../images/success-gradient-pattern-mobile.png");
  background-size: cover;
}
@media (min-width: 575px) {
  body.home .bg-ctavideo::after {
    background-image: url("../images/success-gradient-pattern.svg");
  }
}
body.home .bg-ctavideo > .container {
  padding-bottom: 273px;
}
@media (min-width: 575px) {
  body.home .bg-ctavideo > .container {
    padding-bottom: 0;
  }
}
body.home .bg-ctavideo .video-bg-block video {
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  top: unset;
}
@media (min-width: 575px) {
  body.home .bg-ctavideo .video-bg-block video {
    left: unset;
    height: 100%;
    width: 62%;
  }
}
body .footer-logos {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  body .footer-logos {
    margin-top: 50px;
    padding-top: 50px;
  }
}
body .footer-logos__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}
@media (min-width: 768px) {
  body .footer-logos__container {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  body .footer-logos__container {
    gap: 65px;
  }
}
body .footer-form {
  margin-top: 84px;
}
body .footer-form__container {
  max-width: 536px;
}
@media (max-width: 576px) {
  body .footer-form__container {
    display: flex;
    flex-direction: column;
  }
}
body .footer-form__title {
  color: #ffffff;
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  body .footer-form__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  body .footer-form .hbspt-form {
    display: contents;
  }
}
body .footer-form .hbspt-form form {
  width: 100%;
  display: contents;
}
@media (min-width: 577px) {
  body .footer-form .hbspt-form form {
    display: flex;
    gap: 8px;
    justify-content: space-between;
  }
}
body .footer-form .hbspt-form .hs-form-field {
  margin: 0;
  flex-grow: 1;
}
body .footer-form .hbspt-form .hs-form-field label {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 7px;
  font-weight: 400;
}
@media (min-width: 768px) {
  body .footer-form .hbspt-form .hs-form-field label {
    font-size: 16px;
    line-height: 24px;
  }
}
body .footer-form .hbspt-form .hs-form-field input {
  background-color: transparent;
  border-radius: 12px;
  border: 1px solid #65717F;
  color: #ffffff;
}
body .footer-form .hbspt-form .hs-submit {
  margin: 34px 0 0;
}
@media (max-width: 992px) {
  body .footer-form .hbspt-form .hs-submit {
    margin: 29px 0 0;
  }
}
@media (max-width: 576px) {
  body .footer-form .hbspt-form .hs-submit {
    margin: 15px 0 0;
    order: 1;
  }
}
body .footer-form .hbspt-form .hs-submit .hs-button {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #090A0C;
}
@media (max-width: 992px) {
  body .footer-form .hbspt-form .hs-submit .hs-button {
    min-height: 54px;
    background-size: 49px !important;
  }
}
@media (max-width: 767px) {
  body .footer-form .hbspt-form .hs-submit .hs-button {
    min-height: 48px;
    background-size: 43px !important;
  }
}
body .footer-form .hbspt-form .hs-submit .hs-button:hover, body .footer-form .hbspt-form .hs-submit .hs-button:focus {
  color: #ffffff;
}
body .footer-form .hbspt-form .hs-error-msgs {
  margin-top: 10px;
}
body .footer-form .hbspt-form .hs-error-msgs .hs-error-msg {
  color: #f36161;
}
body .footer-form .hbspt-form .submitted-message {
  color: #ffffff;
}
body .footer-form__info {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 14px;
}
body .blog-content-section .single-content .sort-info ol {
  margin-bottom: 30px;
  padding-left: 20px;
}
body .blog-content-section .single-content .sort-info ol > li {
  list-style: auto;
}
body .blog-content-section .single-content p:has(img) {
  text-align: center;
}
body .blog-content-section .single-content img.size-full {
  max-width: 560px;
}
body .post-navigation {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  body .post-navigation .post-form {
    display: none;
  }
}
body .post-form {
  margin-top: 75px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  body .post-form {
    margin-top: 49px;
  }
}
body .post-form__title {
  color: #090A0C;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 15px;
}
body .post-form .hbspt-form {
  display: contents;
}
body .post-form .hbspt-form form {
  width: 100%;
  display: contents;
}
body .post-form .hbspt-form .hs-form-field {
  margin: 0;
  flex-grow: 1;
}
body .post-form .hbspt-form .hs-form-field label {
  font-size: 14px;
  line-height: 20px;
  color: #090A0C;
  margin-bottom: 11px;
  font-weight: 400;
}
@media (min-width: 768px) {
  body .post-form .hbspt-form .hs-form-field label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  body .post-form .hbspt-form .hs-form-field label {
    margin-bottom: 8px;
  }
}
body .post-form .hbspt-form .hs-form-field input {
  background-color: transparent;
  border-radius: 12px;
  border: 1px solid #65717F;
}
@media (min-width: 992px) {
  body .post-form .hbspt-form .hs-form-field input {
    height: 48px;
  }
}
body .post-form .hbspt-form .hs-submit {
  order: 1;
  margin: 16px 0 0;
}
body .post-form .hbspt-form .hs-submit .actions:before {
  display: none;
}
body .post-form .hbspt-form .hs-submit .hs-button {
  min-height: 48px;
  background-size: 43px !important;
  padding: 0 20px 0 58px;
}
body .post-form .hbspt-form .hs-error-msgs {
  margin-top: 10px;
}
body .post-form .hbspt-form .hs-error-msgs .hs-error-msg {
  color: #f36161;
}
body .post-form__info {
  font-size: 14px;
  line-height: 20px;
  margin-top: 7px;
}
body .post-card .card-img img {
  object-fit: cover;
}
body .posts-archive-categories ul.nav-filter li a:focus {
  background-color: transparent;
  color: #65717F;
}
body .posts-archive-categories ul.nav-filter li a:focus-visible {
  background-color: #090A0C;
  color: #ffffff;
}
body .posts-archive-categories ul.nav-filter li.active a {
  background-color: #090A0C;
  color: #ffffff;
}
@media (max-width: 767px) {
  body .result-status .btn .arrow-icon {
    width: 32px;
    height: 32px;
  }
}
body .page-header.video-header {
  overflow: hidden;
}
@media (max-width: 992px) {
  body .page-header.video-header {
    border: 0;
  }
}
body .page-header.video-header .video-bg-block {
  background: #010103;
  border-radius: 24px;
}
@media (max-width: 992px) {
  body .page-header.video-header .video-bg-block {
    left: 0;
    right: 0;
    top: 0;
  }
}
body .page-header.video-header .video-bg-block video {
  top: -120px;
  left: 0;
  height: 100%;
  width: 100%;
  filter: none !important;
  background: #010103;
}
@media (min-width: 992px) {
  body .page-header.video-header .video-bg-block video {
    left: 50%;
    transform: translateX(-49%);
    top: -115px;
    width: 58%;
  }
}
@media (min-width: 1200px) {
  body .page-header.video-header .video-bg-block video {
    top: -145px;
  }
}
body .icw-form-block .form-content {
  min-height: 590px;
  position: relative;
  padding: 25px 32px;
}
@media (max-width: 992px) {
  body .icw-form-block .form-content {
    min-height: 569px;
  }
}
@media (max-width: 768px) {
  body .icw-form-block .form-content {
    min-height: 568px;
  }
}
body .icw-form-block .form-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px;
  border: 4px solid #ccc;
  border-top: 4px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 1000;
  background-color: transparent;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
body .icw-form-block .form-content:has(.hbspt-form)::after {
  opacity: 0;
  visibility: hidden;
}
body .icw-form-block .form-content .hbspt-form .hs-form-field .hs-input {
  height: 40px;
}
body .icw-form-block .form-content .hbspt-form .hs-form-field.hs-fieldtype-textarea textarea {
  padding: 10px 20px;
}
body .icw-form-block .form-content .hbspt-form .hs-submit {
  margin-top: 0;
}
body .icw-form-block .title {
  margin-bottom: 21px;
}
body .cta-section {
  z-index: 1;
}
body .image-content-block .slider-logos {
  margin-top: 60px;
  margin-bottom: -20px;
}
body .image-content-block .slider-logos .title {
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1.8px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 768px) {
  body .image-content-block .slider-logos .title br {
    display: none;
  }
}
body .image-content-block .slider-logos .container-logos {
  margin-top: 25px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes letter-fade-in {
  from {
    transform: translateY(-120%);
  }
  to {
    transform: translateY(0);
  }
}
.qa-section {
  margin-top: -13px;
  margin-bottom: -13px;
}
@media (min-width: 992px) {
  .qa-section {
    margin-top: -22px;
    margin-bottom: -21px;
  }
}
.qa-section .posts-archive-list .content {
  gap: 8px;
  display: flex;
  flex-direction: column;
  max-width: 880px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .qa-section .posts-archive-list .content {
    gap: 16px;
  }
}
.qa-section ul.nav-filter li a:hover, .qa-section ul.nav-filter li a:focus {
  background-color: transparent;
  color: #65717F;
}
@media (hover: hover) and (pointer: fine) {
  .qa-section ul.nav-filter li a:hover {
    color: #ffffff;
    background-color: #090A0C;
  }
}
.qa-section ul.nav-filter li.active a {
  color: #ffffff;
  background-color: #090A0C;
}
.qa-section .posts-archive-categories {
  flex-direction: column;
  display: flex;
}
@media (min-width: 992px) {
  .qa-section .posts-archive-categories {
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 64px;
  }
}
.qa-section .ajax-post-search {
  display: block;
  margin-top: 13px;
  position: static;
}
@media (min-width: 992px) {
  .qa-section .ajax-post-search {
    margin-top: 0;
  }
}
.qa-section .ajax-post-search .post-search {
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .qa-section .ajax-post-search .post-search {
    width: 100%;
    max-width: 334px;
    margin-bottom: 0;
  }
}
.qa-section .ajax-post-search .post-search .q-icon-search {
  position: absolute;
  left: 22px;
  top: 0;
  width: 20px;
  height: 48px;
  display: flex;
  align-items: center;
}
.qa-section .ajax-post-search .post-search .q-icon-search svg path {
  stroke: #090A0C;
}
.qa-section .ajax-post-search .post-search .q-search-btn {
  background-color: transparent;
  border: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.qa-section .ajax-post-search .post-search .q-search-btn.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.qa-section .ajax-post-search .post-search .q-search-btn .q-icon-close {
  display: block;
}
.qa-section .ajax-post-search .post-search .q-search-btn .q-icon-close svg path {
  fill: #090A0C;
}
.qa-section .ajax-post-search .post-search .q-loader {
  right: 1px;
  top: 1px;
  border: 0;
  background-color: #ffffff;
  width: 46px;
  height: 46px;
}
.qa-section .ajax-post-search .post-search input[type=search] {
  padding: 0 50px 0 55px;
  font-size: 16px;
  border-radius: 12px;
  width: 100%;
  cursor: initial;
}
@media (min-width: 992px) {
  .qa-section .ajax-post-search .post-search input[type=search] {
    min-width: 334px;
  }
}
.qa-section .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qa-section .pagination .icw-pagenavi {
  margin: 39px 0 12px;
  gap: 4px !important;
}
@media (min-width: 992px) {
  .qa-section .pagination .icw-pagenavi {
    margin: 50px 0 0;
  }
}
.qa-section .pagination .icw-pagenavi li {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #C8D0D9;
  padding: 4px;
  background-color: #fff;
}
.qa-section .pagination .icw-pagenavi li span,
.qa-section .pagination .icw-pagenavi li a {
  border-radius: 8px;
  border: 1px solid #B0BAC6;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(11, 32, 55, 0.19);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  width: 100%;
  height: 100%;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.qa-section .pagination .icw-pagenavi li span.current,
.qa-section .pagination .icw-pagenavi li a.current {
  background-color: #090A0C;
  border-color: #090A0C;
  color: #ffffff !important;
}
.qa-section .pagination .icw-pagenavi li span svg path,
.qa-section .pagination .icw-pagenavi li a svg path {
  transition: fill 0.3s ease-in-out;
}
.qa-section .pagination .icw-pagenavi li .prev,
.qa-section .pagination .icw-pagenavi li .next {
  border-color: #090A0C;
}
.qa-section .pagination .icw-pagenavi li:has(.prev) {
  margin-right: 10px;
}
@media (min-width: 992px) {
  .qa-section .pagination .icw-pagenavi li:has(.prev) {
    margin-right: 16x;
  }
}
.qa-section .pagination .icw-pagenavi li:has(.next) {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .qa-section .pagination .icw-pagenavi li:has(.next) {
    margin-left: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .qa-section .pagination .icw-pagenavi li a:hover {
    color: #ffffff;
    background-color: #090A0C;
  }
  .qa-section .pagination .icw-pagenavi li a:hover svg path {
    fill: #ffffff;
  }
}

.question-card {
  border-radius: 16px;
  padding: 24px 16px 24px 24px;
  border: 1px solid #C8D0D9;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .question-card {
    padding: 24px 24px 24px 32px;
  }
}
.question-card a {
  text-decoration: none;
}
.question-card__header {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .question-card__header {
    gap: 64px;
    margin-bottom: 32px;
  }
}
.question-card__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 !important;
  color: #090A0C;
}
@media (min-width: 992px) {
  .question-card__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.question-card__button {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  border: 0.875px solid #C8D0D9;
  background-color: #fff;
  min-width: 56px;
  padding: 3px;
}
@media (min-width: 992px) {
  .question-card__button {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }
}
.question-card__button span {
  border-radius: 10px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #090A0C;
  box-shadow: 0px 1.75px 3.5px 0px rgba(11, 32, 55, 0.45);
  transition: background-color 0.3s ease-in-out;
}
.question-card__button span svg path {
  transition: fill 0.3s ease-in-out;
}
.question-card__content {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  max-width: 89%;
}
@media (min-width: 992px) {
  .question-card__content {
    gap: 121px;
    max-width: none;
    justify-content: flex-start;
  }
}
.question-card__label {
  color: #65717F;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .question-card__label {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
  }
}
.question-card__author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.question-card__author-photo {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background-color: #C8D0D9;
  border-radius: 100%;
  margin: 0;
}
.question-card__author-photo img {
  border-radius: 100%;
}
.question-card__author-name {
  color: #090A0C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  max-width: 77px;
}
@media (min-width: 576px) {
  .question-card__author-name {
    max-width: 100%;
  }
}
.question-card__status-pill {
  border-radius: 8px;
  border: 1px solid #DFECD2;
  background: #F1FBE7;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 16px;
  color: #090A0C;
  display: inline-block;
}
@media (min-width: 992px) {
  .question-card__status-pill {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
  }
}
.question-card__status--pending .question-card__status-pill {
  border-color: #F2C94C;
  background-color: #ffe9a7;
}
.question-card:hover .question-card__button span {
  background-color: #090A0C;
}
.question-card:hover .question-card__button span svg path {
  fill: #ffffff;
}

@media (min-width: 992px) {
  body.single-question_answer .mainMenu > li.menu-item-object-question_answer > a {
    color: #0371EE !important;
  }
}
@media (max-width: 992px) {
  body.single-question_answer .mainMenu > li.current-menu-parent > a {
    color: #0371EE !important;
  }
  body.single-question_answer .mainMenu > li.menu-item-object-question_answer > a {
    color: #0371EE;
  }
}
body.single-question_answer .main-footer li.menu-item-object-question_answer > a {
  color: #0371EE;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .single-qa-header {
    padding-bottom: 60px;
  }
}
.single-qa-header .breadcrumb-nav {
  max-width: 89%;
  margin: 0 auto;
}
.single-qa-header .breadcrumb-nav .breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.single-qa-header .breadcrumb-nav .breadcrumb .breadcrumb-item.active {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 189px;
}
.single-qa-header .post-content-detail {
  max-width: 818px;
  margin: 0 auto;
}
.single-qa-header .post-title {
  text-align: center;
  margin: 23px 0 39px;
}
@media (min-width: 992px) {
  .single-qa-header .post-title {
    margin: 18px 0 23px;
  }
}
.single-qa-header__content {
  display: flex;
  justify-content: space-between;
  max-width: 366px;
  margin: 0 auto;
  gap: 16px;
}
.single-qa-header__label {
  color: #65717F;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .single-qa-header__label {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
  }
}
.single-qa-header__author-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 992px) {
  .single-qa-header__author-info {
    gap: 12px;
  }
}
.single-qa-header__author-photo {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background-color: #C8D0D9;
  border-radius: 100%;
  margin: 0;
}
.single-qa-header__author-photo img {
  border-radius: 100%;
}
.single-qa-header__author-name {
  color: #090A0C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.single-qa-header__status .single-qa-header__label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
}
.single-qa-header__status-pill {
  border-radius: 8px;
  border: 1px solid #DFECD2;
  background: #F1FBE7;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 8px 16px;
  color: #090A0C !important;
  display: inline-block;
}
@media (min-width: 992px) {
  .single-qa-header__status-pill {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
  }
}
.single-qa-header__status--pending .single-qa-header__status-pill {
  border-color: #F2C94C;
  background-color: #ffe9a7;
}

.single-qa {
  /* jay @ duplicat style 
  	&-content {

  		h2,
  		h3,
  		h4,
  		h5,
  		h6 {
  			color: #090A0C;
  		}

  		h2 {
  			margin-bottom: 39px;

  			@media (min-width: 768px) {
  				font-size: 40px;
  				line-height: 48px;
  			}
  		}

  		p {
  			line-height: 28px;

  			@media (min-width: 768px) {
  				line-height: 27px;
  			}

  			&:has(img) {
  				text-align: center;
  			}
  		}

  		ul {
  			padding-left: 29px;
  			margin-bottom: 31px;

  			@media (min-width: 768px) {
  				margin-bottom: 40px;
  			}

  			li {
  				list-style: initial;
  				font-size: 18px;
  				line-height: 38px;
  			}
  		}

  		h4 {
  			font-size: 18px;
  			font-weight: 600;
  			line-height: 27px;
  		}

  		p+h4 {
  			margin-top: 33px;

  			@media (min-width: 768px) {
  				margin-top: 25px;
  			}
  		}

  		a {
  			color: #0371EE;
  			font-size: 18px;
  			font-weight: 500;
  		}

  		img {
  			border-radius: 16px;
  			margin: 42px 0;

  			@media (min-width: 768px) {
  				margin: 25px 0 38px;
  				max-width: 560px;
  			}
  		}

  		h3 {
  			font-size: 30px;
  			line-height: 36px;
  			margin-bottom: 39px;

  			@media (min-width: 768px) {
  				font-size: 40px;
  				line-height: 48px;
  			}
  		}

  		.code-toolbar {
  			margin: 56px 0;
  			border-radius: 16px;
  			background-color: #F7F8F9;
  			border: 1px solid #C8D0D9;
  			box-shadow: 0px 1.821px 3.642px rgba(28, 50, 57, 0.10);


  			>.toolbar {
  				top: 19px;
  				right: 23px;
  				line-height: 0;

  				@media (min-width: 992px) {
  					top: 13px;
  					right: 16px;
  				}
  			}

  			pre[class*=language-] {
  				background-color: #F7F8F9;
  				padding: 24px 23px;
  				font-size: 14px;
  				line-height: 28px;

  				@media (min-width: 992px) {
  					padding: 26px 31px;
  				}
  			}

  			.toolbar-item {
  				.copy-to-clipboard-button {
  					border-radius: 12px;
  					border: 1px solid #C8D0D9;
  					background: #ffffff;
  					width: 44px;
  					height: 44px;
  					padding: 4px;
  					box-shadow: none;

  					span {
  						border-radius: 8px;
  						border: 1px solid #090A0C;
  						background: #ffffff;
  						box-shadow: 0px 2px 4px 0px rgba(11, 32, 55, 0.45);
  						font-size: 0;
  						line-height: 0;
  						background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNvcHktMiAxIiBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTc1M184NTQ3KSI+CjxnIGlkPSJHcm91cCI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik05IDFDOSAwLjczNDc4NCA4Ljg5NDY0IDAuNDgwNDMgOC43MDcxMSAwLjI5Mjg5M0M4LjUxOTU3IDAuMTA1MzU3IDguMjY1MjIgMCA4IDBMMSAwQzAuNzM0Nzg0IDAgMC40ODA0MyAwLjEwNTM1NyAwLjI5Mjg5MyAwLjI5Mjg5M0MwLjEwNTM1NyAwLjQ4MDQzIDAgMC43MzQ3ODQgMCAxTDAgOUMwIDkuMjY1MjIgMC4xMDUzNTcgOS41MTk1NyAwLjI5Mjg5MyA5LjcwNzExQzAuNDgwNDMgOS44OTQ2NCAwLjczNDc4NCAxMCAxIDEwSDQuNVY0LjVDNC41IDQuMjM0NzggNC42MDUzNiAzLjk4MDQzIDQuNzkyODkgMy43OTI4OUM0Ljk4MDQzIDMuNjA1MzYgNS4yMzQ3OCAzLjUgNS41IDMuNUg5VjFaIiBmaWxsPSIjMDkwQTBDIi8+CjxwYXRoIGlkPSJWZWN0b3JfMiIgZD0iTTExLjUgNUg2LjVDNi4yMjM4NiA1IDYgNS4yMjM4NiA2IDUuNVYxMS41QzYgMTEuNzc2MSA2LjIyMzg2IDEyIDYuNSAxMkgxMS41QzExLjc3NjEgMTIgMTIgMTEuNzc2MSAxMiAxMS41VjUuNUMxMiA1LjIyMzg2IDExLjc3NjEgNSAxMS41IDVaIiBmaWxsPSIjMDkwQTBDIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNzUzXzg1NDciPgo8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  						background-repeat: no-repeat;
  						width: 100%;
  						height: 100%;
  						display: block;
  						background-position: center;
  						transition: background-color 0.3s ease-in-out;
  					}

  					&:hover {
  						span {
  							background-color: #090A0C;
  							background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNvcHktMiAxIiBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTc1M184NTQ3KSI+CjxnIGlkPSJHcm91cCI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik05IDFDOSAwLjczNDc4NCA4Ljg5NDY0IDAuNDgwNDMgOC43MDcxMSAwLjI5Mjg5M0M4LjUxOTU3IDAuMTA1MzU3IDguMjY1MjIgMCA4IDBMMSAwQzAuNzM0Nzg0IDAgMC40ODA0MyAwLjEwNTM1NyAwLjI5Mjg5MyAwLjI5Mjg5M0MwLjEwNTM1NyAwLjQ4MDQzIDAgMC43MzQ3ODQgMCAxTDAgOUMwIDkuMjY1MjIgMC4xMDUzNTcgOS41MTk1NyAwLjI5Mjg5MyA5LjcwNzExQzAuNDgwNDMgOS44OTQ2NCAwLjczNDc4NCAxMCAxIDEwSDQuNVY0LjVDNC41IDQuMjM0NzggNC42MDUzNiAzLjk4MDQzIDQuNzkyODkgMy43OTI4OUM0Ljk4MDQzIDMuNjA1MzYgNS4yMzQ3OCAzLjUgNS41IDMuNUg5VjFaIiBmaWxsPSIjZmZmZmZmIi8+CjxwYXRoIGlkPSJWZWN0b3JfMiIgZD0iTTExLjUgNUg2LjVDNi4yMjM4NiA1IDYgNS4yMjM4NiA2IDUuNVYxMS41QzYgMTEuNzc2MSA2LjIyMzg2IDEyIDYuNSAxMkgxMS41QzExLjc3NjEgMTIgMTIgMTEuNzc2MSAxMiAxMS41VjUuNUMxMiA1LjIyMzg2IDExLjc3NjEgNSAxMS41IDVaIiBmaWxsPSIjZmZmZmZmIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNzUzXzg1NDciPgo8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  						}
  					}
  				}
  			}
  		}
  	}
  */
}
.single-qa-wrapper {
  padding: 48px 0 50px;
}
@media (min-width: 992px) {
  .single-qa-wrapper {
    padding: 30px 0 128px;
  }
}
.single-qa-container {
  max-width: 750px;
  margin: 0 auto;
}
.single-qa-btn {
  margin-bottom: 49px;
}
@media (min-width: 992px) {
  .single-qa-btn {
    margin-bottom: 40px;
  }
}
.single-qa-btn .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93LXJpZ2h0IDEiIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNjc5XzY2MTIpIj4KPGcgaWQ9Ikdyb3VwIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTExIDYuOTk5OTdIMy40MTRMNS43MDcgOS4yOTI5N0M1LjgwMjUxIDkuMzg1MjIgNS44Nzg2OSA5LjQ5NTU2IDUuOTMxMSA5LjYxNzU3QzUuOTgzNTEgOS43Mzk1NyA2LjAxMTEgOS44NzA3OSA2LjAxMjI1IDEwLjAwMzZDNi4wMTM0IDEwLjEzNjMgNS45ODgxIDEwLjI2OCA1LjkzNzgyIDEwLjM5MDlDNS44ODc1NCAxMC41MTM4IDUuODEzMjkgMTAuNjI1NSA1LjcxOTQgMTAuNzE5NEM1LjYyNTUgMTAuODEzMyA1LjUxMzg1IDEwLjg4NzUgNS4zOTA5NSAxMC45Mzc4QzUuMjY4MDYgMTAuOTg4MSA1LjEzNjM4IDExLjAxMzQgNS4wMDM2IDExLjAxMjJDNC44NzA4MiAxMS4wMTExIDQuNzM5NiAxMC45ODM1IDQuNjE3NiAxMC45MzExQzQuNDk1NTkgMTAuODc4NyA0LjM4NTI1IDEwLjgwMjUgNC4yOTMgMTAuNzA3TDAuMjkzIDYuNzA2OTdDMC4xOTk4NzQgNi42MTQwOCAwLjEyNTk4OCA2LjUwMzczIDAuMDc1NTc0OSA2LjM4MjI0QzAuMDI1MTYxNyA2LjI2MDc1IC0wLjAwMDc4NzczNSA2LjEzMDUgLTAuMDAwNzg3NzM1IDUuOTk4OTdDLTAuMDAwNzg3NzM1IDUuODY3NDMgMC4wMjUxNjE3IDUuNzM3MTkgMC4wNzU1NzQ5IDUuNjE1N0MwLjEyNTk4OCA1LjQ5NDIxIDAuMTk5ODc0IDUuMzgzODYgMC4yOTMgNS4yOTA5N0w0LjI5MyAxLjI5MDk3QzQuNDgwNzcgMS4xMDM0NiA0LjczNTM0IDAuOTk4MjI2IDUuMDAwNzEgMC45OTg0MTNDNS4yNjYwNyAwLjk5ODYwMSA1LjUyMDQ5IDEuMTA0MiA1LjcwOCAxLjI5MTk3QzUuODk1NTEgMS40Nzk3NCA2LjAwMDc0IDEuNzM0MzEgNi4wMDA1NiAxLjk5OTY4QzYuMDAwMzcgMi4yNjUwNCA1Ljg5NDc3IDIuNTE5NDYgNS43MDcgMi43MDY5N0wzLjQxNCA0Ljk5OTk3SDExQzExLjI2NTIgNC45OTk5NyAxMS41MTk2IDUuMTA1MzMgMTEuNzA3MSA1LjI5Mjg2QzExLjg5NDYgNS40ODA0IDEyIDUuNzM0NzUgMTIgNS45OTk5N0MxMiA2LjI2NTE5IDExLjg5NDYgNi41MTk1NCAxMS43MDcxIDYuNzA3MDhDMTEuNTE5NiA2Ljg5NDYxIDExLjI2NTIgNi45OTk5NyAxMSA2Ljk5OTk3WiIgZmlsbD0iIzA5MEEwQyIvPgo8L2c+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTY3OV82NjEyIj4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMTIgMCkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) !important;
}
@media (min-width: 992px) {
  .single-qa-related {
    margin: 120px auto 0;
    max-width: 880px;
  }
}
.single-qa-related h2 {
  margin-bottom: 41px;
  color: #090A0C;
}
@media (min-width: 992px) {
  .single-qa-related h2 {
    text-align: center;
    margin-bottom: 72px;
  }
}
.single-qa-related__wrapper {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media (min-width: 992px) {
  .single-qa-related__wrapper {
    gap: 16px;
  }
}

.resource-section {
  margin-top: -13px;
  margin-bottom: -13px;
}
@media (min-width: 992px) {
  .resource-section {
    margin-top: -22px;
    margin-bottom: -21px;
  }
}
.resource-section ul.nav-filter li a:hover, .resource-section ul.nav-filter li a:focus {
  background-color: transparent;
  color: #65717F;
}
@media (hover: hover) and (pointer: fine) {
  .resource-section ul.nav-filter li a:hover {
    color: #ffffff;
    background-color: #090A0C;
  }
}
.resource-section ul.nav-filter li.active a {
  color: #ffffff;
  background-color: #090A0C;
}
.resource-section .posts-archive-categories {
  flex-direction: column;
  display: flex;
}
@media (min-width: 992px) {
  .resource-section .posts-archive-categories {
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 64px;
  }
}
.resource-section .ajax-post-search {
  display: block;
  margin-top: 13px;
  position: static;
}
@media (min-width: 992px) {
  .resource-section .ajax-post-search {
    margin-top: 0;
  }
}
.resource-section .ajax-post-search .post-search {
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .resource-section .ajax-post-search .post-search {
    width: 100%;
    max-width: 334px;
    margin-bottom: 0;
  }
}
.resource-section .ajax-post-search .post-search .q-icon-search {
  position: absolute;
  left: 22px;
  top: 0;
  width: 20px;
  height: 48px;
  display: flex;
  align-items: center;
}
.resource-section .ajax-post-search .post-search .q-icon-search svg path {
  stroke: #090A0C;
}
.resource-section .ajax-post-search .post-search .q-search-btn {
  background-color: transparent;
  border: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.resource-section .ajax-post-search .post-search .q-search-btn.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.resource-section .ajax-post-search .post-search .q-search-btn .q-icon-close {
  display: block;
}
.resource-section .ajax-post-search .post-search .q-search-btn .q-icon-close svg path {
  fill: #090A0C;
}
.resource-section .ajax-post-search .post-search .q-loader {
  right: 1px;
  top: 1px;
  border: 0;
  background-color: #ffffff;
  width: 46px;
  height: 46px;
}
.resource-section .ajax-post-search .post-search input[type=search] {
  padding: 0 50px 0 55px;
  font-size: 16px;
  border-radius: 12px;
  width: 100%;
  cursor: initial;
}
@media (min-width: 992px) {
  .resource-section .ajax-post-search .post-search input[type=search] {
    min-width: 334px;
  }
}
.resource-section .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resource-section .pagination .icw-pagenavi {
  margin: 39px 0 12px;
  gap: 4px !important;
}
@media (min-width: 992px) {
  .resource-section .pagination .icw-pagenavi {
    margin: 50px 0 0;
  }
}
.resource-section .pagination .icw-pagenavi li {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #C8D0D9;
  padding: 4px;
  background-color: #fff;
}
.resource-section .pagination .icw-pagenavi li span,
.resource-section .pagination .icw-pagenavi li a {
  border-radius: 8px;
  border: 1px solid #B0BAC6;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(11, 32, 55, 0.19);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  width: 100%;
  height: 100%;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.resource-section .pagination .icw-pagenavi li span.current,
.resource-section .pagination .icw-pagenavi li a.current {
  background-color: #090A0C;
  border-color: #090A0C;
  color: #ffffff !important;
}
.resource-section .pagination .icw-pagenavi li span svg path,
.resource-section .pagination .icw-pagenavi li a svg path {
  transition: fill 0.3s ease-in-out;
}
.resource-section .pagination .icw-pagenavi li .prev,
.resource-section .pagination .icw-pagenavi li .next {
  border-color: #090A0C;
}
.resource-section .pagination .icw-pagenavi li:has(.prev) {
  margin-right: 10px;
}
@media (min-width: 992px) {
  .resource-section .pagination .icw-pagenavi li:has(.prev) {
    margin-right: 16x;
  }
}
.resource-section .pagination .icw-pagenavi li:has(.next) {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .resource-section .pagination .icw-pagenavi li:has(.next) {
    margin-left: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .resource-section .pagination .icw-pagenavi li a:hover {
    color: #ffffff;
    background-color: #090A0C;
  }
  .resource-section .pagination .icw-pagenavi li a:hover svg path {
    fill: #ffffff;
  }
}

.resource-card {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}
.resource-card .card-img {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  margin-bottom: 25px;
  overflow: hidden;
}
.resource-card .card-img img {
  width: 100%;
  max-height: 240px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resource-card .card-body {
  flex: 1 1 auto;
  margin-bottom: 20px;
}
.resource-card .card-body .blog-meta-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 10px;
}
.resource-card .card-body .blog-meta-info .date {
  color: #65717F;
  font-size: 14px;
  padding-right: 20px;
}
.resource-card .card-body .blog-meta-info .is-video-included {
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  padding-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.resource-card .card-body .blog-meta-info .is-video-included svg {
  flex: none;
  margin-right: 5px;
}
.resource-card .card-body .post-title, .resource-card .card-body h3 {
  font-size: 26px;
  letter-spacing: 0.8px;
  margin: 0;
}
@media (max-width: 767px) {
  .resource-card .card-body .post-title, .resource-card .card-body h3 {
    font-size: 22px;
  }
}
.resource-card .card-body .post-title a, .resource-card .card-body h3 a {
  color: #090A0C;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resource-card .card-footer {
  border-top: 1px solid #C8D0D9;
  padding-top: 20px;
}
.resource-card .card-footer .written-by {
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  color: #65717F;
  margin-bottom: 8px;
}
.resource-card .card-footer .user-info .user-img {
  margin-right: 12px;
}
.resource-card .card-footer .user-info .user-img img {
  width: 32px;
  height: 32px;
  max-width: 32px;
}
.resource-card .card-footer .user-info .user-detail .name {
  font-size: 14px;
  font-weight: 500;
}
.resource-card:hover .card-img img, .resource-card:focus .card-img img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.resource-card:hover .card-body h3 a, .resource-card:focus .card-body h3 a {
  color: #0371EE;
}

@media (min-width: 992px) {
  body.single-resource .mainMenu > li.current_page_parent:not(.menu-item-object-resource) > a {
    color: #0371EE !important;
  }
  body.single-resource .mainMenu > li.current_page_parent:not(.menu-item-object-resource) > a:hover, body.single-resource .mainMenu > li.current_page_parent:not(.menu-item-object-resource) > a:focus {
    color: #0371EE !important;
  }
  body.single-resource .mainMenu > li.menu-item-object-resource > a {
    color: #0371EE !important;
  }
  body.single-resource .mainMenu .sub-menu > li.menu-item-object-resource > a {
    background: #EBEDF0 !important;
    color: #181C21 !important;
  }
}
@media (max-width: 992px) {
  body.single-resource .mainMenu > li.current-menu-parent > a {
    color: #0371EE !important;
  }
  body.single-resource .mainMenu li.menu-item-object-resource > a {
    color: #0371EE;
  }
}
body.single-resource .main-footer li.menu-item-object-resource > a {
  color: #0371EE;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .single-resource-header {
    padding-bottom: 60px;
  }
}
.single-resource-header .breadcrumb-nav {
  max-width: 89%;
  margin: 0 auto;
}
.single-resource-header .breadcrumb-nav .breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.single-resource-header .breadcrumb-nav .breadcrumb .breadcrumb-item.active {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 189px;
}
.single-resource-header .post-content-detail {
  max-width: 818px;
  margin: 0 auto;
}
.single-resource-header .post-title {
  text-align: center;
  margin: 23px 0 39px;
}
@media (min-width: 992px) {
  .single-resource-header .post-title {
    margin: 18px 0 23px;
  }
}
.single-resource-header__content {
  display: flex;
  justify-content: space-between;
  max-width: 366px;
  margin: 0 auto;
  gap: 16px;
}
.single-resource-header__label {
  color: #65717F;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .single-resource-header__label {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
  }
}
.single-resource-header__author-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 992px) {
  .single-resource-header__author-info {
    gap: 12px;
  }
}
.single-resource-header__author-photo {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background-color: #C8D0D9;
  border-radius: 100%;
  margin: 0;
}
.single-resource-header__author-photo img {
  border-radius: 100%;
}
.single-resource-header__author-name {
  color: #090A0C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.single-resource-header__status .single-resource-header__label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
}
.single-resource-header__status-pill {
  border-radius: 8px;
  border: 1px solid #DFECD2;
  background: #F1FBE7;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 8px 16px;
  color: #090A0C !important;
  display: inline-block;
}
@media (min-width: 992px) {
  .single-resource-header__status-pill {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
  }
}
.single-resource-header__status--pending .single-resource-header__status-pill {
  border-color: #F2C94C;
  background-color: #ffe9a7;
}

.single-resource {
  /* jay @ duplicat style 
  	&-content {

  		h2,
  		h3,
  		h4,
  		h5,
  		h6 {
  			color: #090A0C;
  		}

  		h2 {
  			margin-bottom: 39px;

  			@media (min-width: 768px) {
  				font-size: 40px;
  				line-height: 48px;
  			}
  		}

  		p {
  			line-height: 28px;

  			@media (min-width: 768px) {
  				line-height: 27px;
  			}

  			&:has(img) {
  				text-align: center;
  			}
  		}

  		ul {
  			padding-left: 29px;
  			margin-bottom: 31px;

  			@media (min-width: 768px) {
  				margin-bottom: 40px;
  			}

  			li {
  				list-style: initial;
  				font-size: 18px;
  				line-height: 38px;
  			}
  		}

  		h4 {
  			font-size: 18px;
  			font-weight: 600;
  			line-height: 27px;
  		}

  		p+h4 {
  			margin-top: 33px;

  			@media (min-width: 768px) {
  				margin-top: 25px;
  			}
  		}

  		a {
  			color: #0371EE;
  			font-size: 18px;
  			font-weight: 500;
  		}

  		img {
  			border-radius: 16px;
  			margin: 42px 0;

  			@media (min-width: 768px) {
  				margin: 25px 0 38px;
  				max-width: 560px;
  			}
  		}

  		h3 {
  			font-size: 30px;
  			line-height: 36px;
  			margin-bottom: 39px;

  			@media (min-width: 768px) {
  				font-size: 40px;
  				line-height: 48px;
  			}
  		}

  		.code-toolbar {
  			margin: 56px 0;
  			border-radius: 16px;
  			background-color: #F7F8F9;
  			border: 1px solid #C8D0D9;
  			box-shadow: 0px 1.821px 3.642px rgba(28, 50, 57, 0.10);


  			>.toolbar {
  				top: 19px;
  				right: 23px;
  				line-height: 0;

  				@media (min-width: 992px) {
  					top: 13px;
  					right: 16px;
  				}
  			}

  			pre[class*=language-] {
  				background-color: #F7F8F9;
  				padding: 24px 23px;
  				font-size: 14px;
  				line-height: 28px;

  				@media (min-width: 992px) {
  					padding: 26px 31px;
  				}
  			}

  			.toolbar-item {
  				.copy-to-clipboard-button {
  					border-radius: 12px;
  					border: 1px solid #C8D0D9;
  					background: #ffffff;
  					width: 44px;
  					height: 44px;
  					padding: 4px;
  					box-shadow: none;

  					span {
  						border-radius: 8px;
  						border: 1px solid #090A0C;
  						background: #ffffff;
  						box-shadow: 0px 2px 4px 0px rgba(11, 32, 55, 0.45);
  						font-size: 0;
  						line-height: 0;
  						background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNvcHktMiAxIiBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTc1M184NTQ3KSI+CjxnIGlkPSJHcm91cCI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik05IDFDOSAwLjczNDc4NCA4Ljg5NDY0IDAuNDgwNDMgOC43MDcxMSAwLjI5Mjg5M0M4LjUxOTU3IDAuMTA1MzU3IDguMjY1MjIgMCA4IDBMMSAwQzAuNzM0Nzg0IDAgMC40ODA0MyAwLjEwNTM1NyAwLjI5Mjg5MyAwLjI5Mjg5M0MwLjEwNTM1NyAwLjQ4MDQzIDAgMC43MzQ3ODQgMCAxTDAgOUMwIDkuMjY1MjIgMC4xMDUzNTcgOS41MTk1NyAwLjI5Mjg5MyA5LjcwNzExQzAuNDgwNDMgOS44OTQ2NCAwLjczNDc4NCAxMCAxIDEwSDQuNVY0LjVDNC41IDQuMjM0NzggNC42MDUzNiAzLjk4MDQzIDQuNzkyODkgMy43OTI4OUM0Ljk4MDQzIDMuNjA1MzYgNS4yMzQ3OCAzLjUgNS41IDMuNUg5VjFaIiBmaWxsPSIjMDkwQTBDIi8+CjxwYXRoIGlkPSJWZWN0b3JfMiIgZD0iTTExLjUgNUg2LjVDNi4yMjM4NiA1IDYgNS4yMjM4NiA2IDUuNVYxMS41QzYgMTEuNzc2MSA2LjIyMzg2IDEyIDYuNSAxMkgxMS41QzExLjc3NjEgMTIgMTIgMTEuNzc2MSAxMiAxMS41VjUuNUMxMiA1LjIyMzg2IDExLjc3NjEgNSAxMS41IDVaIiBmaWxsPSIjMDkwQTBDIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNzUzXzg1NDciPgo8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  						background-repeat: no-repeat;
  						width: 100%;
  						height: 100%;
  						display: block;
  						background-position: center;
  						transition: background-color 0.3s ease-in-out;
  					}

  					&:hover {
  						span {
  							background-color: #090A0C;
  							background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNvcHktMiAxIiBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTc1M184NTQ3KSI+CjxnIGlkPSJHcm91cCI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik05IDFDOSAwLjczNDc4NCA4Ljg5NDY0IDAuNDgwNDMgOC43MDcxMSAwLjI5Mjg5M0M4LjUxOTU3IDAuMTA1MzU3IDguMjY1MjIgMCA4IDBMMSAwQzAuNzM0Nzg0IDAgMC40ODA0MyAwLjEwNTM1NyAwLjI5Mjg5MyAwLjI5Mjg5M0MwLjEwNTM1NyAwLjQ4MDQzIDAgMC43MzQ3ODQgMCAxTDAgOUMwIDkuMjY1MjIgMC4xMDUzNTcgOS41MTk1NyAwLjI5Mjg5MyA5LjcwNzExQzAuNDgwNDMgOS44OTQ2NCAwLjczNDc4NCAxMCAxIDEwSDQuNVY0LjVDNC41IDQuMjM0NzggNC42MDUzNiAzLjk4MDQzIDQuNzkyODkgMy43OTI4OUM0Ljk4MDQzIDMuNjA1MzYgNS4yMzQ3OCAzLjUgNS41IDMuNUg5VjFaIiBmaWxsPSIjZmZmZmZmIi8+CjxwYXRoIGlkPSJWZWN0b3JfMiIgZD0iTTExLjUgNUg2LjVDNi4yMjM4NiA1IDYgNS4yMjM4NiA2IDUuNVYxMS41QzYgMTEuNzc2MSA2LjIyMzg2IDEyIDYuNSAxMkgxMS41QzExLjc3NjEgMTIgMTIgMTEuNzc2MSAxMiAxMS41VjUuNUMxMiA1LjIyMzg2IDExLjc3NjEgNSAxMS41IDVaIiBmaWxsPSIjZmZmZmZmIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNzUzXzg1NDciPgo8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  						}
  					}
  				}
  			}
  		}
  	}
  */
}
.single-resource-wrapper {
  padding: 48px 0 50px;
}
@media (min-width: 992px) {
  .single-resource-wrapper {
    padding: 30px 0 128px;
  }
}
.single-resource-container {
  max-width: 750px;
  margin: 0 auto;
}
.single-resource-btn {
  margin-bottom: 49px;
}
@media (min-width: 992px) {
  .single-resource-btn {
    margin-bottom: 40px;
  }
}
.single-resource-btn .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93LXJpZ2h0IDEiIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNjc5XzY2MTIpIj4KPGcgaWQ9Ikdyb3VwIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTExIDYuOTk5OTdIMy40MTRMNS43MDcgOS4yOTI5N0M1LjgwMjUxIDkuMzg1MjIgNS44Nzg2OSA5LjQ5NTU2IDUuOTMxMSA5LjYxNzU3QzUuOTgzNTEgOS43Mzk1NyA2LjAxMTEgOS44NzA3OSA2LjAxMjI1IDEwLjAwMzZDNi4wMTM0IDEwLjEzNjMgNS45ODgxIDEwLjI2OCA1LjkzNzgyIDEwLjM5MDlDNS44ODc1NCAxMC41MTM4IDUuODEzMjkgMTAuNjI1NSA1LjcxOTQgMTAuNzE5NEM1LjYyNTUgMTAuODEzMyA1LjUxMzg1IDEwLjg4NzUgNS4zOTA5NSAxMC45Mzc4QzUuMjY4MDYgMTAuOTg4MSA1LjEzNjM4IDExLjAxMzQgNS4wMDM2IDExLjAxMjJDNC44NzA4MiAxMS4wMTExIDQuNzM5NiAxMC45ODM1IDQuNjE3NiAxMC45MzExQzQuNDk1NTkgMTAuODc4NyA0LjM4NTI1IDEwLjgwMjUgNC4yOTMgMTAuNzA3TDAuMjkzIDYuNzA2OTdDMC4xOTk4NzQgNi42MTQwOCAwLjEyNTk4OCA2LjUwMzczIDAuMDc1NTc0OSA2LjM4MjI0QzAuMDI1MTYxNyA2LjI2MDc1IC0wLjAwMDc4NzczNSA2LjEzMDUgLTAuMDAwNzg3NzM1IDUuOTk4OTdDLTAuMDAwNzg3NzM1IDUuODY3NDMgMC4wMjUxNjE3IDUuNzM3MTkgMC4wNzU1NzQ5IDUuNjE1N0MwLjEyNTk4OCA1LjQ5NDIxIDAuMTk5ODc0IDUuMzgzODYgMC4yOTMgNS4yOTA5N0w0LjI5MyAxLjI5MDk3QzQuNDgwNzcgMS4xMDM0NiA0LjczNTM0IDAuOTk4MjI2IDUuMDAwNzEgMC45OTg0MTNDNS4yNjYwNyAwLjk5ODYwMSA1LjUyMDQ5IDEuMTA0MiA1LjcwOCAxLjI5MTk3QzUuODk1NTEgMS40Nzk3NCA2LjAwMDc0IDEuNzM0MzEgNi4wMDA1NiAxLjk5OTY4QzYuMDAwMzcgMi4yNjUwNCA1Ljg5NDc3IDIuNTE5NDYgNS43MDcgMi43MDY5N0wzLjQxNCA0Ljk5OTk3SDExQzExLjI2NTIgNC45OTk5NyAxMS41MTk2IDUuMTA1MzMgMTEuNzA3MSA1LjI5Mjg2QzExLjg5NDYgNS40ODA0IDEyIDUuNzM0NzUgMTIgNS45OTk5N0MxMiA2LjI2NTE5IDExLjg5NDYgNi41MTk1NCAxMS43MDcxIDYuNzA3MDhDMTEuNTE5NiA2Ljg5NDYxIDExLjI2NTIgNi45OTk5NyAxMSA2Ljk5OTk3WiIgZmlsbD0iIzA5MEEwQyIvPgo8L2c+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTY3OV82NjEyIj4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMTIgMCkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) !important;
}
@media (min-width: 992px) {
  .single-resource-related {
    margin: 120px auto 0;
    max-width: 880px;
  }
}
.single-resource-related h2 {
  margin-bottom: 41px;
  color: #090A0C;
}
@media (min-width: 992px) {
  .single-resource-related h2 {
    text-align: center;
    margin-bottom: 72px;
  }
}
.single-resource-related__wrapper {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media (min-width: 992px) {
  .single-resource-related__wrapper {
    gap: 16px;
  }
}

.author-badge-cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 40px;
}
.author-badge-cards .card-author-badge {
  margin-block: 0px;
}

.card-author-badge {
  margin-block: 30px;
  width: fit-content;
  background: linear-gradient(#272a30, #272a30), linear-gradient(90deg, #d7e6f5 19.8%, rgba(233, 234, 237, 0.06) 53.02%, rgba(129, 141, 174, 0.2) 80.2%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 12px;
  border: 1.5px solid rgba(0, 0, 0, 0);
}
.card-author-badge .author-badge-content {
  display: flex;
  gap: 1rem;
  padding: 12px;
}
.card-author-badge .author-badge-content img {
  width: 84px;
  height: 84px;
}
@media (max-width: 992px) {
  .card-author-badge .author-badge-content img {
    width: 44px;
    height: 44px;
  }
}
.card-author-badge .author-badge-content div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-author-badge .author-badge-content div h3 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .card-author-badge .author-badge-content div h3 {
    font-size: 16px;
    line-height: normal;
  }
}
.card-author-badge .author-badge-content div span {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .card-author-badge .author-badge-content div span {
    font-size: 11px;
    line-height: normal;
  }
}
.card-author-badge .author-badge-content div span:empty {
  display: none;
}

.resources-content-section.main-section {
  padding: 70px 0 120px;
}
@media (max-width: 992px) {
  .resources-content-section.main-section {
    padding: 50px 0 80px;
  }
}
.resources-content-section .col-content {
  max-width: 750px;
}
@media (max-width: 767px) {
  .resources-content-section .single-content h3, .resources-content-section .single-content .h3 {
    font-size: 20px;
  }
}

body.single-case-study {
  overflow-x: hidden;
}
body main.case-study {
  background-color: white;
}
@media (min-width: 1320px) {
  body main.case-study .container {
    max-width: 1200px;
  }
}
body main.case-study .case-study__hero {
  padding-top: 94px;
  padding-bottom: 32px;
  background-image: url("../images/bg-case-study-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #010103;
}
@media (min-width: 992px) {
  body main.case-study .case-study__hero {
    width: calc(100% - 24px);
    max-height: 734px;
    margin: 12px auto 0 auto;
    padding-top: 132px;
    padding-bottom: 48px;
    border-radius: 24px;
  }
}
@media (min-width: 1200px) {
  body main.case-study .case-study__hero {
    height: 100dvh;
  }
}
body main.case-study .case-study__hero-image, body main.case-study .case-study__hero-content {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
}
body main.case-study .case-study__hero-breadcrumb {
  display: block;
  margin-bottom: 24px;
  color: white;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  animation: fadeInReverse 0.5s ease-in-out forwards;
  animation-delay: 0.25s;
}
@media (min-width: 992px) {
  body main.case-study .case-study__hero-breadcrumb {
    margin-bottom: 32px;
  }
}
body main.case-study .case-study__hero-cols {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  body main.case-study .case-study__hero-cols {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  body main.case-study .case-study__hero-cols {
    grid-template-columns: 1fr 512px;
    gap: 40px;
  }
}
body main.case-study .case-study__hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
body main.case-study .case-study__hero-image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}
body main.case-study .case-study__hero-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  max-width: max-content;
  padding: 0 16px;
  margin-bottom: 24px;
  color: white;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #C8D0D9;
  border-radius: 8px;
}
@media (min-width: 992px) {
  body main.case-study .case-study__hero-label {
    margin-bottom: 36px;
    font-size: 12px;
    line-height: 16px;
  }
}
body main.case-study .case-study__hero-title {
  margin: 0;
  padding-bottom: 24px;
  color: white;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  border-bottom: 1px solid #20252B;
}
@media (min-width: 992px) {
  body main.case-study .case-study__hero-title {
    padding-bottom: 38px;
    font-size: 40px;
    line-height: 48px;
  }
}
body main.case-study .case-study__columns {
  margin-top: 42px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column-reverse;
  gap: 44px;
}
@media (min-width: 992px) {
  body main.case-study .case-study__columns {
    display: grid;
    grid-template-columns: 286px 1fr;
    gap: 48px;
    margin-top: 82px;
    margin-bottom: 160px;
  }
}
@media (min-width: 1200px) {
  body main.case-study .case-study__columns {
    gap: 165px;
  }
}
@media (min-width: 768px) {
  body main.case-study .case-study__sidebar-wrapper {
    position: sticky;
    top: 112px;
  }
}
body main.case-study .case-study__sidebar-share .share-socials {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  body main.case-study .case-study__sidebar-share .share-socials {
    margin-bottom: 48px;
  }
}
body main.case-study .case-study__sidebar-share .share-title {
  display: none;
}
body main.case-study .case-study__sidebar-nav {
  display: none;
}
@media (min-width: 992px) {
  body main.case-study .case-study__sidebar-nav {
    display: block;
    margin-bottom: 48px;
  }
}
body main.case-study .case-study__sidebar-nav-title {
  color: #090A0C;
  font-weight: 400;
  font-size: 16px;
  font-family: "JetBrains Mono", monospace;
  padding-bottom: 15px;
  border-bottom: 1px solid #C8D0D9;
  margin-bottom: 24px;
}
body main.case-study .case-study__sidebar-nav-list {
  position: relative;
  max-height: 220px;
  overflow: auto;
}
body main.case-study .case-study__sidebar-nav-list-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  counter-reset: nav-item;
}
body main.case-study .case-study__sidebar-nav-list-item {
  position: relative;
  counter-increment: nav-item;
}
body main.case-study .case-study__sidebar-nav-item {
  position: relative;
  padding-left: 24px;
  color: #3E4751;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
body main.case-study .case-study__sidebar-nav-item:hover {
  color: #3E4751;
  text-decoration: none;
  font-weight: 500;
}
body main.case-study .case-study__sidebar-nav-item::before {
  content: "0" counter(nav-item);
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 16px;
  line-height: 24px;
}
body main.case-study .case-study__sidebar-nav-item.-active {
  color: #090A0C;
  font-weight: 500;
}
body main.case-study .case-study__sidebar-company {
  margin-bottom: 32px;
  padding: 24px 24px 32px 24px;
  background-color: #F7F8F9;
  border-radius: 20px;
}
@media (min-width: 992px) {
  body main.case-study .case-study__sidebar-company {
    margin-bottom: 48px;
  }
}
body main.case-study .case-study__sidebar-company-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 82px;
  margin-bottom: 32px;
  background-color: white;
  border-radius: 12px;
}
body main.case-study .case-study__sidebar-company-logo img {
  width: auto;
  max-width: 160px;
  height: 32px;
}
body main.case-study .case-study__sidebar-company-industry, body main.case-study .case-study__sidebar-company-size {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
body main.case-study .case-study__sidebar-company-industry strong, body main.case-study .case-study__sidebar-company-size strong {
  display: block;
  color: #090A0C;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
body main.case-study .case-study__sidebar-company-person {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  align-items: center;
  margin: 0;
}
body main.case-study .case-study__sidebar-company-person-title {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}
body main.case-study .case-study__sidebar-company-person-img {
  width: 56px;
  height: 56px;
  margin: 0;
  border-radius: 50%;
  object-fit: cover;
}
body main.case-study .case-study__sidebar-company-person-name {
  display: block;
  color: #090A0C;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
body main.case-study .case-study__sidebar-company-person-position {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
body main.case-study .case-study__sidebar-quote {
  margin: 0;
  padding: 56px 40px;
  background-color: #090A0C;
  border-radius: 20px;
}
body main.case-study .case-study__sidebar-quote::before {
  content: "";
  display: block;
  width: 44px;
  height: 32px;
  margin-bottom: 56px;
  background: url("../images/icon-sidebar-quote.svg") no-repeat center center/contain;
}
body main.case-study .case-study__sidebar-quote p {
  margin: 0;
  color: white;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}
body main.case-study .case-study__content.single-content h2:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  body main.case-study .case-study__content.single-content h2 {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  body main.case-study .case-study__content.single-content p:not(:last-child) {
    margin-bottom: 32px;
  }
}
body main.case-study .case-study__content.single-content p strong {
  color: #090A0C;
  font-weight: 600;
}
body main.case-study .case-study__content.single-content ul {
  list-style: none;
  margin: 24px 0;
  padding: 0;
}
@media (min-width: 992px) {
  body main.case-study .case-study__content.single-content ul {
    margin: 32px 0 56px 0;
  }
}
body main.case-study .case-study__content.single-content ul li {
  position: relative;
  padding-left: 36px;
  display: flex;
  align-items: flex-start;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  body main.case-study .case-study__content.single-content ul li {
    font-size: 18px;
    line-height: 27px;
  }
}
body main.case-study .case-study__content.single-content ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  body main.case-study .case-study__content.single-content ul li:not(:last-child) {
    margin-bottom: 26px;
  }
}
body main.case-study .case-study__content.single-content ul li::before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
  background: url(../images/icons/icon-blue-arrow.svg) no-repeat center center;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  margin-top: 4px;
}
@media (max-width: 992px) {
  body main.case-study .case-study__content.single-content ul li::before {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  body main.case-study .case-study__content.single-content .wp-block-quote {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
body main.case-study .case-study__content.single-content .wp-block-quote strong {
  font-weight: 500;
}
body main.case-study .case-study__content.single-content .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 40px;
}
body main.case-study .case-study__content.single-content .wp-block-image:last-child {
  margin-bottom: 0;
}
body main.case-study .case-study__content.single-content .wp-block-image img {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 12px;
}
body main.case-study .case-study__content.single-content > *:last-child {
  margin-bottom: 0 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInReverse {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 0.75;
    transform: translateY(0);
  }
}
body.post-type-archive-tools-wizard .page-header::after {
  content: none;
}
body.post-type-archive-tools-wizard .page-header .page-title {
  margin-top: 32px;
  padding-top: 0;
}
@media (min-width: 992px) {
  body.post-type-archive-tools-wizard .page-header .page-title h1 {
    font-size: 52px;
    line-height: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  body.post-type-archive-tools-wizard .tools-wizard-section, body.single-tools-wizard .tools-wizard-section {
    padding-bottom: 160px;
  }
}
body.post-type-archive-tools-wizard .tools-wizard-section__header, body.single-tools-wizard .tools-wizard-section__header {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  body.post-type-archive-tools-wizard .tools-wizard-section__header, body.single-tools-wizard .tools-wizard-section__header {
    margin-bottom: 64px;
  }
}
body.post-type-archive-tools-wizard .tools-wizard-section__header-title, body.single-tools-wizard .tools-wizard-section__header-title {
  margin-bottom: 24px;
  color: #090A0C;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
@media (min-width: 992px) {
  body.post-type-archive-tools-wizard .tools-wizard-section__header-title, body.single-tools-wizard .tools-wizard-section__header-title {
    font-size: 32px;
    line-height: 40px;
  }
}
body.post-type-archive-tools-wizard .tools-wizard-section__header-search, body.single-tools-wizard .tools-wizard-section__header-search {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 4px;
}
body.post-type-archive-tools-wizard .tools-wizard-section__header-search input, body.single-tools-wizard .tools-wizard-section__header-search input {
  height: 44px;
  padding: 12px 20px;
  color: #090A0C;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #C8D0D9;
  border-radius: 8px;
}
body.post-type-archive-tools-wizard .tools-wizard-section__header-search input::placeholder, body.single-tools-wizard .tools-wizard-section__header-search input::placeholder {
  color: #65717F;
}
body.post-type-archive-tools-wizard .tools-wizard-section__header-search-button, body.single-tools-wizard .tools-wizard-section__header-search-button {
  appearance: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #F7F8F9;
  background-image: url("../images/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
  border: 1px solid #C8D0D9;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
body.post-type-archive-tools-wizard .tools-wizard-section__header-search-button:hover, body.single-tools-wizard .tools-wizard-section__header-search-button:hover {
  background-color: #C8D0D9;
}
body.post-type-archive-tools-wizard .tools-wizard-section__listing, body.single-tools-wizard .tools-wizard-section__listing {
  position: relative;
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  body.post-type-archive-tools-wizard .tools-wizard-section__listing, body.single-tools-wizard .tools-wizard-section__listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  body.post-type-archive-tools-wizard .tools-wizard-section__listing, body.single-tools-wizard .tools-wizard-section__listing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
body.post-type-archive-tools-wizard .tools-wizard-section__listing.-search-active .tools-wizard-section__listing-item, body.single-tools-wizard .tools-wizard-section__listing.-search-active .tools-wizard-section__listing-item {
  display: none;
}
body.post-type-archive-tools-wizard .tools-wizard-section__listing.-search-active .tools-wizard-section__listing-item.-active, body.single-tools-wizard .tools-wizard-section__listing.-search-active .tools-wizard-section__listing-item.-active {
  display: flex;
}
body.post-type-archive-tools-wizard .tools-wizard-section__listing-item, body.single-tools-wizard .tools-wizard-section__listing-item {
  display: flex;
  flex-direction: column;
  min-height: 425px;
  padding: 32px 24px;
  border: 1px solid #C8D0D9;
  border-radius: 16px;
}
body.post-type-archive-tools-wizard .tools-wizard-section__listing-item-icon, body.single-tools-wizard .tools-wizard-section__listing-item-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 1px;
  margin-bottom: 16px;
  background-color: #F7F8F9;
  border-radius: 10px;
}
body.post-type-archive-tools-wizard .tools-wizard-section__listing-item-icon::before, body.single-tools-wizard .tools-wizard-section__listing-item-icon::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(45deg, #1AE2D9 0%, #0DA3DE 100%);
  z-index: -1;
  border-radius: 12px;
}
body.post-type-archive-tools-wizard .tools-wizard-section__listing-item-icon-img, body.single-tools-wizard .tools-wizard-section__listing-item-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
body.post-type-archive-tools-wizard .tools-wizard-section__listing-item-heading, body.single-tools-wizard .tools-wizard-section__listing-item-heading {
  margin: 0 0 14px 0;
}
body.post-type-archive-tools-wizard .tools-wizard-section__listing-item-heading a, body.single-tools-wizard .tools-wizard-section__listing-item-heading a {
  color: #090A0C;
  font-size: 24px;
  line-height: 34px;
  text-decoration: none;
}
body.post-type-archive-tools-wizard .tools-wizard-section__listing-item-heading a:hover, body.single-tools-wizard .tools-wizard-section__listing-item-heading a:hover {
  text-decoration: none;
}
body.post-type-archive-tools-wizard .tools-wizard-section__listing-item-excerpt, body.single-tools-wizard .tools-wizard-section__listing-item-excerpt {
  position: relative;
  max-height: 108px;
  margin: 0;
  color: #3E4751;
  font-size: 18px;
  line-height: 27px;
  overflow: hidden;
}
body.post-type-archive-tools-wizard .tools-wizard-section__listing-item-update, body.single-tools-wizard .tools-wizard-section__listing-item-update {
  margin-top: auto;
  margin-bottom: 40px;
  color: #65717F;
  font-size: 14px;
  line-height: 20px;
}
body.post-type-archive-tools-wizard .tools-wizard-section__listing-item-button, body.single-tools-wizard .tools-wizard-section__listing-item-button {
  max-width: max-content;
}
body.post-type-archive-tools-wizard .tools-wizard-section__empty, body.single-tools-wizard .tools-wizard-section__empty {
  display: none;
}
body.post-type-archive-tools-wizard .tools-wizard-section__empty.-active, body.single-tools-wizard .tools-wizard-section__empty.-active {
  display: flex;
  width: 100%;
  padding: 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid #C8D0D9;
  border-radius: 12px;
}

body.single-tools-wizard .tools-wizard__sidebar-nav {
  display: none;
}
@media (min-width: 992px) {
  body.single-tools-wizard .tools-wizard__sidebar-nav {
    display: block;
  }
}
body.single-tools-wizard .tools-wizard__sidebar-nav-title {
  color: #090A0C;
  font-weight: 400;
  font-size: 16px;
  font-family: "JetBrains Mono", monospace;
  padding-bottom: 15px;
  border-bottom: 1px solid #C8D0D9;
  margin-bottom: 24px;
}
body.single-tools-wizard .tools-wizard__sidebar-nav-list {
  position: relative;
  max-height: 400px;
  overflow: auto;
}
body.single-tools-wizard .tools-wizard__sidebar-nav-list-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  counter-reset: nav-item;
}
body.single-tools-wizard .tools-wizard__sidebar-nav-list-item {
  position: relative;
  counter-increment: nav-item;
}
body.single-tools-wizard .tools-wizard__sidebar-nav-item {
  position: relative;
  padding-left: 24px;
  color: #3E4751;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
body.single-tools-wizard .tools-wizard__sidebar-nav-item:hover {
  color: #3E4751;
  text-decoration: none;
  font-weight: 500;
}
body.single-tools-wizard .tools-wizard__sidebar-nav-item::before {
  content: "0" counter(nav-item);
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 16px;
  line-height: 24px;
}
body.single-tools-wizard .tools-wizard__sidebar-nav-item.-active {
  color: #090A0C;
  font-weight: 500;
}
body.single-tools-wizard .tools-wizard__content.single-content h2:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  body.single-tools-wizard .tools-wizard__content.single-content h2 {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  body.single-tools-wizard .tools-wizard__content.single-content p:not(:last-child) {
    margin-bottom: 32px;
  }
}
body.single-tools-wizard .tools-wizard__content.single-content p strong {
  color: #090A0C;
  font-weight: 600;
}
body.single-tools-wizard .tools-wizard__content.single-content ul {
  list-style: none;
  margin: 24px 0;
  padding: 0;
}
@media (min-width: 992px) {
  body.single-tools-wizard .tools-wizard__content.single-content ul {
    margin: 32px 0 56px 0;
  }
}
body.single-tools-wizard .tools-wizard__content.single-content ul li {
  position: relative;
  padding-left: 36px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
}
@media (min-width: 992px) {
  body.single-tools-wizard .tools-wizard__content.single-content ul li {
    font-size: 18px;
    line-height: 27px;
  }
}
body.single-tools-wizard .tools-wizard__content.single-content ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  body.single-tools-wizard .tools-wizard__content.single-content ul li:not(:last-child) {
    margin-bottom: 26px;
  }
}
body.single-tools-wizard .tools-wizard__content.single-content ul li::before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
  background: url(../images/icons/icon-blue-arrow.svg) no-repeat center center;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  margin-top: 4px;
}
@media (max-width: 992px) {
  body.single-tools-wizard .tools-wizard__content.single-content ul li::before {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  body.single-tools-wizard .tools-wizard__content.single-content .wp-block-quote {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
body.single-tools-wizard .tools-wizard__content.single-content .wp-block-quote strong {
  font-weight: 500;
}
body.single-tools-wizard .tools-wizard__content.single-content .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 40px;
}
body.single-tools-wizard .tools-wizard__content.single-content .wp-block-image:last-child {
  margin-bottom: 0;
}
body.single-tools-wizard .tools-wizard__content.single-content .wp-block-image img {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 12px;
}
body.single-tools-wizard .tools-wizard__content.single-content > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  body.single-tools-wizard .tools-wizard-related-section {
    padding-bottom: 160px;
  }
}
body.single-tools-wizard .tools-wizard-related-section__title {
  margin-top: 0;
  margin-bottom: 32px;
  padding-top: 40px;
  color: #090A0C;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #C8D0D9;
}
@media (min-width: 992px) {
  body.single-tools-wizard .tools-wizard-related-section__title {
    margin-bottom: 60px;
    padding-top: 80px;
    font-size: 64px;
    line-height: 64px;
  }
}
body.single-tools-wizard .tools-wizard-related-section__footer {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media (min-width: 992px) {
  body.single-tools-wizard .tools-wizard-related-section__footer {
    margin-top: 60px;
  }
}

/* === ANNOUNCEMENT BAR === */
.announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 42px;
  z-index: 1100;
  background-color: #0371ee;
  color: #ffffff;
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.announcement-bar a {
  text-decoration: none;
  color: #ffffff;
}

.announcement-bar p {
  margin: 0;
  color: #ffffff;
}

body.admin-bar .announcement-bar {
  top: 32px;
}

/* Announcement bar styles */
body.has-announcement-bar .main-header {
  top: 54px;
}

body.has-announcement-bar.admin-bar .main-header {
  top: 72px;
}

body.has-announcement-bar .main-content-wrapper {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .announcement-bar {
    font-size: 12px;
    padding: 6px 10px;
  }
  body.has-announcement-bar .main-header {
    top: 46px;
  }
  body.has-announcement-bar.admin-bar .main-header {
    top: 67px;
  }
  body.has-announcement-bar .main-content-wrapper {
    margin-top: 42px;
  }
}

/* Careers hero */
body.careers-hero .page-header.video-header .video-bg-block{
	 border-radius: 24px 24px 0px 0px;
	 -moz-border-radius: 24px 24px 0px 0px;
	 -webkit-border-radius: 24px 24px 0px 0px;
}
body.careers-hero .page-header .container {
  overflow: hidden;
  position: relative;
}
@media (max-width:767px){
body.careers-hero .page-header .container {
  min-height:455px;
}
}
body.careers-hero .page-header.video-header {
	border-bottom: none;
  overflow: visible;
  padding-bottom: 135px;
}
@media (max-width:992px){
  body.careers-hero .page-header.video-header{
    padding-bottom: 65px;
    padding-top: 100px;
  }
}
 body.careers-hero .page-header.video-header::after {
	 content: "";
   width: 55%;
   height: 679px;
	 background-image: url(../images/logo_contour.svg);
	 background-repeat: no-repeat;
	 background-size: contain;
	 background-position: bottom right;
	 display: block;
	 position: absolute;
	 bottom: -455px;
	 right: 0;
	 z-index: 2;
}
@media (max-width:992px){
  body.careers-hero .page-header.video-header::after {
    content: "";
    width: calc(100% - 56px);
    max-width: 323px;
    height: 259px;
    padding: 0 28px 0 24px;
    background-image: url(../images/logo_contour.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    display: block;
    position: absolute;
    bottom: -160px;
    right: 0;
    z-index: 2;
}
}
 body.careers-hero .page-header.video-header .page-title {
	 padding-top: 0;
}
 body.careers-hero .page-header.video-header .page-title h1 {
	 margin-bottom: 32px;
}

@media (max-width:992px){
 body.careers-hero .page-header.video-header .page-title h1{
  font-size: 44px;
  line-height: 44px;
	margin-bottom: 16px;
}
}

 body.careers-hero .page-header.video-header .page-title div.sort-info {
	 max-width: 600px;
	 margin: 0 auto;
}

@media (max-width:992px){
 body.careers-hero .page-header.video-header .page-title div.sort-info{
  font-size: 16px;
  line-height: 28px;
	max-width: 327px;
}
}

 @media (max-width: 992px) {
 body.careers-hero .page-header.video-header .video-bg-block {
	 left:0;
   right:0;
   top:-15px;
}
}

 body.careers-hero .page-header.video-header .video-bg-block video {
	 top: 50px;
	 width: 850px;
	 margin: 0 auto;
}
 @media (max-width: 992px) {
 body.careers-hero .page-header.video-header .video-bg-block video {
	 top: 50px;
	 width: 100%;
	 margin: 0 auto;
}
}
 @media (max-width: 767px) {
	 body.careers-hero .page-header.video-header .video-bg-block video {
        width: 100%;
        height: 600px;
        top: 96px;
	}
}
 body .careers-hero__people-container {
	 position: relative;
	 width: 100%;
	 max-width: 813px;
	 height: 505px;
	 margin: 98px auto 0;
}

@media (max-width:992px){
   body .careers-hero__people-container {
  transform: scale(0.9);
   }
}

 @media (max-width: 767px) {
	 body .careers-hero__people-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 813px;
    height: 505px;
    transform: scale(0.48) translateX(-105%) translateY(-16%);
	}
}
 body .careers-hero__people-single-div {
	 position: absolute;
	 display: block;
}
 body .careers-hero__people-single-div:nth-child(1) {
	 top: 0;
	 left: 23%;
}
 body .careers-hero__people-single-div:nth-child(2) {
	 top: 10%;
	 left: 0;
}
 body .careers-hero__people-single-div:nth-child(3) {
	 top: 8%;
	 left: 76%;
}
 body .careers-hero__people-single-div:nth-child(4) {
	 top: 30%;
	 left: 12%;
}
 body .careers-hero__people-single-div:nth-child(5) {
	 top: 31%;
	 right: 1%;
}
 body .careers-hero__people-single-div:nth-child(6) {
	 top: 48%;
	 right: 18%;
}
 body .careers-hero__people-single-div:nth-child(7) {
	 bottom: 31%;
	 left: 27%;
}
 body .careers-hero__people-single-div:nth-child(8) {
	 bottom: 31%;
	 left: 9%;
}
 body .careers-hero__people-single-div:nth-child(9) {
	 bottom: 16%;
	 right: 32%;
}
 body .careers-hero__people-single-div:nth-child(10) {
	 bottom: 22%;
	 right: 0;
}
 body .careers-hero__people-single-div:nth-child(11) {
	 bottom: 0;
	 left: 40%;
}
 body .careers-hero__people-single-div.div-40 {
	 width: 5%;
	 max-width: 40px;
	 height: auto;
	 aspect-ratio: 1;
}
 body .careers-hero__people-single-div.div-48 {
	 width: 6%;
	 max-width: 48px;
	 height: auto;
	 aspect-ratio: 1;
}
 body .careers-hero__people-single-div.div-56 {
	 width: 7%;
	 max-width: 56px;
	 height: auto;
	 aspect-ratio: 1;
}
 body .careers-hero__people-single-div.div-70 {
	 width: 9%;
	 max-width: 70px;
	 height: auto;
	 aspect-ratio: 1;
}
 body .careers-hero__people-single-div.div-80 {
	 width: 10%;
	 max-width: 80px;
	 height: auto;
	 aspect-ratio: 1;
}

body.careers-plain {
  background-color: #111419;  
}
body.careers-plain .main-content-wrapper {
  background-color: #111419;
  overflow: hidden;
}

body.careers-plain .page-header {
    border: 10px solid #111419;
    background-image:none;
    position: relative;
    border-radius: 24px 24px 0px 0px;
	   -moz-border-radius: 24px 24px 0px 0px;
	   -webkit-border-radius: 24px 24px 0px 0px;
    overflow: visible;
}

body.careers-plain .page-header::after {
    content: "";
    width: 846px;
    height: 678px;
    background-image: url(../images/logo_contour.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    display: block;
    position: absolute;
    bottom: -455px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

body.careers-plain .page-header .page-title.text-center {
  padding-top:40px;
}

body.careers-plain .page-header .page-title .sort-info{
  max-width:600px;
  margin:0 auto;
  font-size: 18px;
  line-height: 32px;
}

body.careers-plain .page-header .page-title h1{
  margin-bottom:32px;
}

@media (max-width:992px){
body.careers-plain .main-content-wrapper {
  background-color: #111419;
  overflow: hidden;
}

body.careers-plain .page-header {
    border: none;
    background-image:none;
    position: relative;
    border-radius: 0px;
	   -moz-border-radius: 0px;
	   -webkit-border-radius: 0px;
    overflow: visible;
    padding:80px 0;
}

body.careers-plain .page-header::after {
    width: 323px;
    height: 259px;
    bottom: -185px;
}

body.careers-plain .page-header .page-title.text-center {
  padding-top:20px;
}

body.careers-plain .page-header .page-title .sort-info{
  font-size: 16px;
  line-height: 28px;
}

body.careers-plain .page-header .page-title h1{
  margin-bottom:16px;
}
}
 
/* Single Job Offer */
    .main-section.section-job-offer-hero{ 
    background-color: #111419;
    padding: 8px 12px 0px 12px !important;
    overflow: hidden;
    position: relative;
    }

    .section-job-offer-hero .job-offer-wrapper {
    background: #010103;
    border-radius: 24px;
    padding: 136px 0 103px;
    position: relative;
    overflow: hidden;
    }

   .section-job-offer-hero .job-offer-wrapper::after {
	 content: "";
   width: 846px;
   height: 678px;
	 background-image: url(../images/logo_contour.svg);
	 background-repeat: no-repeat;
	 background-size: contain;
	 background-position: bottom right;
	 display: block;
	 position: absolute;
   bottom: -455px;
   right: -50px;
}

    .section-job-offer-hero .container {
    position:relative;
    }

    .section-job-offer-hero .breadcrumb-nav {
        opacity: 1;
        margin-bottom: 32px;
        margin-left:24px;
    }

    .section-job-offer-hero .breadcrumb-nav a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        color: #FFF;
        text-decoration: none;
    }

    .section-job-offer-hero .breadcrumb-nav a::before{
        position: absolute;
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background: url('../images/icons/arrow-sm-right 1.svg');
        left:15px;
        top:5px;
    }

    .section-job-offer-hero .job-title {
        max-width: 500px;
        font-weight: 500;
        font-size: 64px;
        line-height: 64px;
        letter-spacing: 0;
        color: #FFF;
        margin: 0 0 32px;
    }

    .section-job-offer-hero .job-tech-stack p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        color: #FFF;
        margin: 0;
    }

        .section-job-offer-hero .job-tech-stack p strong{
        font-weight: 400;
        color: #65717F;
        margin-right: 4px;
    }

    .job-meta{
        margin-top:32px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
    }

    .job-meta__model{
        position: relative;
        z-index: 2;
        text-align: center;
        font-family: "JetBrains Mono", monospace;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-weight: 500;
        color: #FFF;
        padding: 8px 16px;
        background-color: #181C21;
        border: 1px solid #2C323A;
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
    }

    .job-meta__location{
        position: relative;
        z-index: 2;
        text-align: center;
        font-family: "JetBrains Mono", monospace;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #FFF;
        font-weight: 500;
        padding: 8px 16px 8px 32px;
        background-color: #181C21;
        border: 1px solid #2C323A;
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
    }

    .job-meta__location-icon{
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        background: url('../images/icons/gray-pin.svg');
        left: 8px;
    }

    .section-job-offer-form{
      background-color: #111419;
      padding: 48px 0 72px 0;
    }

    .section-job-offer-form .container{
      display: flex;
      flex-direction: column;
      gap:72px;
    }

    .job-offer-form__button{
      display: flex;
      justify-content: flex-start;
      width: fit-content;
      background-color: #090A0C00 !important;
    }

    .job-offer-form__button.btn .arrow-icon {
    background-image: url("data:image/svg+xml,<svg fill='none' height='12' viewBox='0 0 12 12' width='12' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_6878_10237)'><path d='M11 7.00003H3.414L5.707 9.29303C5.80251 9.38528 5.87869 9.49562 5.9311 9.61763C5.98351 9.73963 6.0111 9.87085 6.01225 10.0036C6.0134 10.1364 5.9881 10.2681 5.93782 10.391C5.88754 10.5139 5.81329 10.6255 5.7194 10.7194C5.6255 10.8133 5.51385 10.8876 5.39095 10.9379C5.26806 10.9881 5.13638 11.0134 5.0036 11.0123C4.87082 11.0111 4.7396 10.9835 4.6176 10.9311C4.49559 10.8787 4.38525 10.8025 4.293 10.707L0.293 6.70703C0.199874 6.61414 0.125988 6.50379 0.0755749 6.3823C0.0251617 6.26081 -0.000787735 6.13057 -0.000787735 5.99903C-0.000787735 5.8675 0.0251617 5.73725 0.0755749 5.61576C0.125988 5.49427 0.199874 5.38392 0.293 5.29103L4.293 1.29103C4.48077 1.10352 4.73534 0.998287 5.00071 0.998474C5.26607 0.998662 5.52049 1.10426 5.708 1.29203C5.89551 1.4798 6.00074 1.73437 6.00056 1.99974C6.00037 2.2651 5.89477 2.51952 5.707 2.70703L3.414 5.00003H11C11.2652 5.00003 11.5196 5.10539 11.7071 5.29292C11.8946 5.48046 12 5.73481 12 6.00003C12 6.26525 11.8946 6.5196 11.7071 6.70714C11.5196 6.89467 11.2652 7.00003 11 7.00003Z' fill='white' /></g><defs><clipPath id='clip0_6878_10237'><rect fill='white' height='12' transform='matrix(-1 0 0 1 12 0)' width='12'/></clipPath></defs></svg>");
    background-size: 12px;
    }

    .job-offer-form__divider{
      width:100%;
      min-height:148px;
      aspect-ratio: 1200 / 148;
      background: url('../images/dots.svg');
      background-size: cover;
    }

    .job-offer-form__wrapper{
      display: flex;
      flex-direction: row;
      gap:48px;
    }

    .job-offer-form__about-role{
      display:flex;
      flex-direction: column;
      width:calc(56% - 24px);
      color: #FFF;
    }

    .job-offer-form__about-role h2{
      margin-top:40px;
      margin-bottom:32px;
      font-size: 40px;
      line-height: 48px;
      letter-spacing: 0;
      font-weight: 500;
    }
 
    .job-offer-form__description{
      font-size:24px;
      line-height:40px;
      letter-spacing: 0;
    }

    .job-offer-form__details{
      display: block;
      margin-top: 56px;
    }

    .job-offer-form__details h3{
      font-size:32px;
      line-height:40px;
      letter-spacing: 0;
      margin-bottom:32px;
    }

    .job-offer-form__details h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
    font-weight: 500;
    }

    .job-offer-form__details span.h4-apply-today {
    display: block;
    margin-top: 56px;
    }

    .job-offer-form__details ul{
      display: flex;
      flex-direction: column;
      gap:28px;
      position: relative;
    }

    .job-offer-form__details ul li{
      padding-left:37px;
      position: relative;
      font-size:18px;
      line-height:27px;
    }

    .job-offer-form__details ul li::before{
      content: "";
      display: block;
      position: absolute;
      background: url('../images/icons/blue-arrow.svg') no-repeat 50% / contain;;
      width:21px;
      height:21px;
      left: 0;
      top:4px;
    }

    .job-offer-form__details ul:not(:last-of-type){
      margin-bottom:56px;
    }

    .job-offer-form__application-form{
      display:flex;
      flex-direction: column;
      width:calc(44% - 24px);
      height:fit-content;
      background: #20252B;
      border-radius: 12px;
      padding:48px;
      color:#FFF;
    }

    .job-offer-form__application-form h2{
      margin:0;
      font-size: 32px;
      line-height: 40px;
      letter-spacing: 0;
    }

    .job-offer-form__application-form_form {
      margin-top: 40px;
      width:100%;
    }

    .job-offer-form__application-form_form .wpcf7-spinner, .job-offer-form__application-form_field-label br{
      display:none;
    }

    .job-offer-form__application-form_form p:not(:last-of-type){
      margin: 0 0 24px;
    }

    .job-offer-form__application-form_form p.legal-note{
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0;
      margin: 0 0 40px;
    }

    .job-offer-form__application-form_form p.legal-note a{
      color:#FFF;
      transition: 0.1s ease-in-out;
    }

    .job-offer-form__application-form_form p.legal-note a:hover{
      color: rgb(3, 113, 238);
      text-decoration: underline;
    }

    .job-offer-form__application-form_field-label{
      font-size:14px;
      line-height: 20px;
      font-weight:600;
      width:100%;
    }

    .job-offer-form__application-form_form input[type="text"], .job-offer-form__application-form_form input[type="email"], .job-offer-form__application-form_form input[type="tel"], .job-offer-form__application-form_form textarea{
      margin-top:8px;
      width: 100%;
      min-height: 64px;
      border-radius: 16px;
      background: transparent;
      padding: 22px 20px;
      color:#FFF;
      font-size: 14px;
      line-height: 20px;
      border: 1px solid #65717F !important;
      transition: 0.1s ease-in-out;
    }

    .job-offer-form__application-form_form input[type="text"]:focus-visible, .job-offer-form__application-form_form input[type="email"]:focus-visible, .job-offer-form__application-form_form input[type="tel"]:focus-visible, .job-offer-form__application-form_form textarea:focus-visible{
      border-color: #FFF !important;
      outline:transparent;
    }

    .job-offer-form__application-form input::placeholder{
      color: #B0BAC6;
      opacity:1;
    }

    .job-offer-form__application-form span[data-name="resume"]{
      display: block;
      margin-top:8px;
    }

/* Custom attachment field */
.wpcf7-form-control-wrap[data-name="resume"] input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    z-index:2;
}

.wpcf7-form-control-wrap[data-name="resume"] {

    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
    cursor: pointer;
}

.wpcf7-form-control-wrap[data-name="resume"] input[type="file"]{
  display:none;
}

.wpcf7-form-control-wrap[data-name="resume"]::before {
    content: "Attach Resume";
    color: #87BFF3;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    text-decoration: underline;
}

.wpcf7-form-control-wrap[data-name="resume"]::after {
    display: block;
    position: absolute;
    top:-6px;
    left:114px;
    content: "";
    width: 32px;
    height: 32px;
    background: url("../images/attachment.svg") center/32px 32px no-repeat;
    cursor: pointer;
    flex-shrink: 0;
}

.application-btn {
  position: relative;
}
.application-btn::before {
  content: "";
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 56px;
  height: 56px;
  border: 1px solid transparent;
  background-color: #090A0C;
  background-image: url('data:image/svg+xml,<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 6.99997H9.086L6.793 9.29297C6.69749 9.38522 6.62131 9.49556 6.5689 9.61757C6.51649 9.73957 6.4889 9.87079 6.48775 10.0036C6.4866 10.1363 6.5119 10.268 6.56218 10.3909C6.61246 10.5138 6.68671 10.6255 6.7806 10.7194C6.8745 10.8133 6.98615 10.8875 7.10905 10.9378C7.23194 10.9881 7.36362 11.0134 7.4964 11.0122C7.62918 11.0111 7.7604 10.9835 7.8824 10.9311C8.00441 10.8787 8.11475 10.8025 8.207 10.707L12.207 6.70697C12.3001 6.61408 12.374 6.50373 12.4244 6.38224C12.4748 6.26075 12.5008 6.1305 12.5008 5.99897C12.5008 5.86743 12.4748 5.73719 12.4244 5.6157C12.374 5.49421 12.3001 5.38386 12.207 5.29097L8.207 1.29097C8.01923 1.10346 7.76466 0.998226 7.49929 0.998413C7.23393 0.998601 6.97951 1.1042 6.792 1.29197C6.60449 1.47974 6.49926 1.73431 6.49944 1.99968C6.49963 2.26504 6.60523 2.51946 6.793 2.70697L9.086 4.99997H1.5C1.23478 4.99997 0.98043 5.10533 0.792893 5.29286C0.605357 5.4804 0.5 5.73475 0.5 5.99997C0.5 6.26519 0.605357 6.51954 0.792893 6.70708C0.98043 6.89461 1.23478 6.99997 1.5 6.99997Z" fill="white"/></svg>');
  background-size: 12px;
  background-position: 22px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0px 2px 2px rgba(11, 32, 55, 0.37);
  -webkit-box-shadow: 0px 2px 2px rgba(11, 32, 55, 0.37);
  box-shadow: 0px 2px 2px rgba(11, 32, 55, 0.37);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
  left: 3px;
  top: 3px;
}
.application-btn {
  width:100%;
  min-height: 64px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  border: 4px solid #0371EE;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  line-height: 1;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  padding: 4px;
  white-space: nowrap;
  background-color: #0371EE;
  background-image: url(../images/icons/icon-black-arrow.svg);
  background-position: -2px 0;
  background-repeat: no-repeat;
  background-size: 59px !important;
  color: #ffffff;
  padding: 0px 20px 0 40px;
  transition: background-color 0.3s ease-in-out;
}
.application-btn:focus, .application-btn:hover {
  background-color: #090A0C;
}

.job-offer-form__application-form_form .wpcf7-not-valid-tip{
  margin-top:4px;
  font-size: 16px;
  line-height: 24px;
}

.job-offer-form__application-form .wpcf7 form.invalid .wpcf7-response-output, .job-offer-form__application-form .wpcf7 form.sent .wpcf7-response-output{
  margin: 24px 0 0 0;
  padding: 0;
  border: none;
  color: #dc3232;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  display: block;
}

.job-offer-form__application-form .wpcf7 form.sent .wpcf7-response-output{
  color: #FFF !important;
  font-weight:500;
}

@media (max-width:992px){
.main-section.section-job-offer-hero {
    padding: 0 !important;
}

.section-job-offer-hero .job-offer-wrapper{
    padding:84px 0 122px;
}

.section-job-offer-hero .breadcrumb-nav {
    margin-bottom: 24px;
}

.section-job-offer-hero .breadcrumb-nav a::before {
    left: 20px;
}

.section-job-offer-hero .job-title {
    font-size: 44px;
    line-height: 44px;
    margin: 0 0 16px;
}

.job-tech-stack__details {
  display:block;
}

.section-job-offer-hero .job-tech-stack p {
  font-size: 14px;
  line-height: 20px;
}

.section-job-offer-hero .job-tech-stack p strong {
  font-weight: 600;
  margin-bottom:8px;
}

.section-job-offer-hero .job-offer-wrapper::after {
    width: 323px;
    height: 259px;
    bottom: -155px;
    right: 50%;
    transform: translateX(50%);
}

.job-offer-form__wrapper{
  flex-direction: column;
  gap:56px;
}

.job-offer-form__about-role{
  width:100%;
}

.job-offer-form__application-form{
  width:100%;
}

.section-job-offer-form {
    padding: 40px 0 40px 0;
}

.job-offer-form__about-role h2 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 36px;
}

.job-offer-form__description {
    font-size: 17px;
    line-height: 30px;
}

.job-offer-form__details {
    margin-top: 24px;
}

.job-offer-form__details h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
}

.job-offer-form__details h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.job-offer-form__details span.h4-apply-today {
  display: block;  
  margin-top: 24px;
}

.job-offer-form__details ul:not(:last-of-type) {
    margin-bottom: 24px;
}

.job-offer-form__details ul {
    gap: 20px;
}

.job-offer-form__details ul li{
    font-size:16px;
    line-height:22px;
}

.job-offer-form__application-form{
  padding: 24px 22px;
}

.job-offer-form__application-form h2 {
    font-size: 24px;
    line-height: 30px;
}

.job-offer-form__application-form_form {
    margin-top: 24px;
}

.job-offer-form__application-form_form p:not(:last-of-type) {
    margin: 0 0 16px;
}

.job-offer-form__application-form_form p.legal-note{
    margin-bottom:24px !important;
}

.job-offer-form__application-form_form input[type="text"], .job-offer-form__application-form_form input[type="email"], .job-offer-form__application-form_form input[type="tel"], .job-offer-form__application-form_form textarea{
  padding: 14px 16px;
  font-size: 14px;
  line-height: 20px;
}
}