@font-face {
  font-family: "IBMPlexSans";
  src: url(259154b3efafb53b8f4523f60ae26e81.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url(a3f7b989ece8d63dc663ee0963e4d920.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url(f234c3997b959c96904ca1d8b5a049e1.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

* {
  margin: 0;
  padding: 0;
}
*,
:before,
:after {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
html {
  font-family: sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html * {
  max-height: 1000000px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline: 0;
}
b,
strong,
optgroup {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  flex: none;
  opacity: 1;
  transition: opacity 0.3s;
}
img[data-src] {
  opacity: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  height: 0;
  margin: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}
input:required,
textarea:required {
  box-shadow: none;
}
button {
  overflow: visible;
  border: none;
  background: none;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
ol,
ul,
li {
  list-style-position: inside;
}
button,
hr,
input,
textarea {
  border: none;
}
label {
  cursor: pointer;
}
::-webkit-file-upload-button {
  cursor: pointer;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clear,
.clearfix:after {
  clear: both;
}
.center {
  text-align: center;
}
.ovh {
  overflow: hidden;
}
.ovv {
  overflow: visible;
}
.hid,
.hidden {
  display: none;
}
.dt {
  display: table;
}
.dtc {
  display: table-cell;
  vertical-align: middle;
}
.getModal {
  cursor: pointer;
}
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
svg {
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}
.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}
.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}
.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}
.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}
.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}
@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}
.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}
@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}
.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}
@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
    var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}
.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
    var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}
@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}
.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}
@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}
.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}
@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}
.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both
    f-crossfadeOut;
  z-index: 1;
}
@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInNext;
}
.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInPrev;
}
.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutNext;
}
.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutPrev;
}
@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInNext;
  z-index: 2;
}
.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInPrev;
  z-index: 2;
}
.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutNext;
  z-index: 1;
}
.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutPrev;
  z-index: 1;
}
@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}
.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}
@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
  outline: none;
}
.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px)
    var(--f-button-outline-color, var(--f-button-color));
}
.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}
.f-button[disabled] {
  cursor: default;
}
.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}
.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}
html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}
html.with-fancybox body {
  touch-action: none;
}
html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(
    var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px)
  );
  overflow: hidden !important;
  overscroll-behavior-y: none;
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}
.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}
.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}
.fancybox__viewport {
  width: 100%;
  height: 100%;
}
.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}
.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}
.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}
.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}
.fancybox__slide.has-image {
  overflow: hidden;
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}
.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
  display: block;
}
.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}
.is-loading .fancybox__content {
  opacity: 0;
}
.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}
.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}
.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}
.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}
.is-compact .fancybox__caption {
  padding-bottom: 0;
}
.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}
.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}
.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}
.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}
.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}
.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}
.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}
.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}
.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}
.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}
.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0
    var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}
.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}
.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}
.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}
.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}
.fancybox__container.is-animated[aria-hidden="false"]
  > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__carousel
  > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__slide
  > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards
    f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="true"]
  > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__carousel
  > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__slide
  > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}
.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}
.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}
.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}
.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}
.f-thumbs .f-spinner svg {
  display: none;
}
.f-thumbs.is-vertical {
  height: 100%;
}
.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.f-thumbs__track {
  display: flex;
}
.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}
.f-thumbs__slide.is-loading img {
  opacity: 0;
}
.is-classic .f-thumbs__viewport {
  height: 100%;
}
.is-modern .f-thumbs__track {
  width: max-content;
}
.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}
.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}
.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}
.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}
.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color))
    drop-shadow(2px 0px 0px var(--f-thumb-outline-color))
    drop-shadow(0px -1px 0px var(--f-thumb-outline-color))
    drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}
.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}
.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}
.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}
.is-modern .f-thumbs__slide__button {
  --clip-path: inset(
    0
      calc(
        ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) *
          (1 - var(--progress, 0)) * 0.5
      )
      round var(--f-thumb-border-radius, 0)
  );
  clip-path: var(--clip-path);
}
.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}
.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid
    var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}
.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}
.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
}
.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
}
.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}
.is-closing .fancybox__thumbs {
  transition: none !important;
}
.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
    "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(
    --fancybox-toolbar-text-shadow,
    1px 1px 1px rgba(0, 0, 0, 0.5)
  );
  pointer-events: none;
  z-index: 20;
}
.fancybox__toolbar :focus-visible {
  z-index: 1;
}
.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}
.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}
.fancybox__infobar span {
  padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}
[data-fancybox-toggle-slideshow] {
  position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}
[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}
.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0);
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
} /*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */ /*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #888 rgba(0, 0, 0, 0);
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default
  .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: rgba(0, 0, 0, 0);
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #888 rgba(0, 0, 0, 0);
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: gray;
}
.select2-container--classic
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.header {
  position: fixed;
  padding: 16px 0;
  background: #fff;
  width: 100%;
  z-index: 2;
}
.header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .header .nav {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 3;
    padding: 24px;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .header .nav.opened {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
.header .nav > ul {
  display: flex;
  gap: 50px;
  list-style: none;
}
@media only screen and (max-width: 1376px) {
  .header .nav > ul {
    gap: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .nav > ul {
    flex-direction: column;
  }
}
.header .nav a {
  font-weight: 500;
}
.header .nav a:hover {
  color: #2F419A;
}
.header .nav .menu-item-has-children,
.header .nav .btn-group {
  position: relative;
}
.header .nav .menu-item-has-children.open .dropdown-toggle,
.header .nav .btn-group.open .dropdown-toggle {
  color: #2F419A;
}
.header .nav .menu-item-has-children.open .dropdown-toggle::after,
.header .nav .btn-group.open .dropdown-toggle::after {
  transform: scale(1, -1);
}
.header .nav .menu-item-has-children .dropdown-toggle,
.header .nav .btn-group .dropdown-toggle {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  font-weight: 500;
  transition: 0.3s;
}
.header .nav .menu-item-has-children .dropdown-toggle:hover,
.header .nav .btn-group .dropdown-toggle:hover {
  color: #2F419A;
}
.header .nav .menu-item-has-children .dropdown-toggle::after,
.header .nav .btn-group .dropdown-toggle::after {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZXZyb24tZG93biI+CjxwYXRoIGlkPSJJY29uIiBkPSJNNCA2LjVMOCAxMC41TDEyIDYuNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K);
}
.header .nav .menu-item-has-children .dropdown-menu,
.header .nav .btn-group .dropdown-menu {
  box-shadow: 2px 2px 11px #e8e8e8;
  border: 1px solid #f8fafc;
  margin: 8px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .header .nav .menu-item-has-children .dropdown-menu,
  .header .nav .btn-group .dropdown-menu {
    position: relative;
    top: initial;
    left: initial;
    text-align: right;
    border: none;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  .header .nav .menu-item-has-children .dropdown-menu a,
  .header .nav .btn-group .dropdown-menu a {
    padding: 4px 0;
  }
}
.header .btn {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .header .btn {
    display: none;
  }
}
.header .toggle-menu-btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header .toggle-menu-btn {
    display: flex;
  }
}
.header .toggle-menu-btn.opened img:nth-of-type(1) {
  display: none;
}
.header .toggle-menu-btn.opened img:nth-of-type(2) {
  display: flex;
}
.header .toggle-menu-btn img:nth-of-type(2) {
  display: none;
}
.footer {
  background-color: black;
  color: #fff;
  padding: 80px 0;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 60px 0;
  }
}
.footer .row {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer .logo {
  display: inline-flex;
  height: 80px;
  width: auto;
  margin: 0 0 16px;
}
.footer .contact-box {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.footer .contact-box .links {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding: 0 24px 0 0;
  border-right: 1px solid #484b4f;
}
@media only screen and (max-width: 768px) {
  .footer .contact-box .links {
    padding: 0;
    border: none;
  }
}
.footer .contact-box .links a {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer .contact-box .links a img {
  width: 16px;
  height: 16px;
}
.footer .logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  visibility: hidden;
}
.footer .logo-list img {
  max-height: 72px;
}
.footer .site-links {
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .footer .site-links {
    display: none;
  }
}
.footer .site-links .footer-nav {
  display: flex;
  gap: 38px;
  list-style: none;
}
.footer .site-links .footer-nav li:last-of-type a::after {
  content: none;
}
.footer .site-links .footer-nav li a {
  position: relative;
  color: inherit;
  font-weight: 500;
}
.footer .site-links .footer-nav li a::after {
  content: "•";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  pointer-events: none;
}
.footer .site-links .socials {
  display: flex;
  align-items: center;
  gap: 20px;
  visibility: hidden;
}
.footer .site-links .socials img {
  width: 18px;
  height: 18px;
}
.footer .copyright {
  gap: 16px;
  padding: 16px 0 0 0;
  margin: 16px 0 0 0;
  border-top: 1px solid #484b4f;
  color: #ababab;
}
@media only screen and (max-width: 768px) {
  .footer .copyright {
    justify-content: center;
  }
}
.footer .copyright .links {
  display: flex;
  gap: 38px;
  list-style: none;
}
.footer .copyright a {
  position: relative;
  color: inherit;
}
.footer .copyright a::after {
  content: "•";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  pointer-events: none;
}
.footer .copyright li:last-of-type a::after {
  content: none;
}
html {
  min-width: 320px;
  background: #fff;
}
body {
  min-width: 1376px;
  height: 100%;
  color: #000;
  font-family: "IBMPlexSans", arial, sans-serif;
  font-size: 16px;
  line-height: normal;
}
@media only screen and (max-width: 1376px) {
  body {
    min-width: 320px;
  }
}
input:-webkit-autofill {
  box-shadow: 0 0 0 30px #fff inset;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
.global-wrap {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .global-wrap {
    height: 100%;
  }
}
.global-wrap .main {
  flex: 1 0 auto;
  padding-top: 74px;
}
.wrap {
  width: 1376px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (max-width: 1376px) {
  .wrap {
    width: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrap {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap {
    width: 480px;
  }
}
@media only screen and (max-width: 480px) {
  .wrap {
    width: 100%;
  }
}
h1 {
  font-size: 46px;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-size: 38px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
.title-bg span {
  background-image: url(brush.png);
  background-position: 50% 28px;
  background-size: 200px 26px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .title-bg span {
    background-position: 50% 20px;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  background-color: #2F419A;
  background-image: url(button1.png);
  background-position: center;
  background-size: cover;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 24px;
  color: white;
}
.btn:hover {
  text-decoration: none;
  color: initial;
}
.btn:hover img {
  transform: translate(4px, 0);
}
.btn img {
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
.link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #2F419A;
}
.link:hover {
  color: #2F419A;
}
.link:hover img {
  transform: translate(4px, 0);
}
.link img {
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
.object-cover {
  object-fit: cover;
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article-card {
  display: flex;
  flex-direction: column;
}
.article-card .img-box {
  display: flex;
  position: relative;
  padding: 0 0 57%;
  margin: 0 0 16px;
  border-radius: 10px;
  overflow: hidden;
}
.article-card .img-box:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.article-card .img-box img {
  transition: 0.3s;
}
.article-card .article-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 0;
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 14px;
}
.article-card .article-info .tag {
  border-radius: 999px;
  border: 1px solid #f7dfae;
  background: #fbf3df;
  padding: 4px 10px;
}
.article-card .article-info time {
  position: relative;
  color: #7d899a;
}
.article-card .article-info time::before {
  content: "•";
  margin: 0 16px;
}
.article-card .title {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article-card .desc {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0 0 16px;
}
.article-card .link {
  margin: 0 0 0 auto;
}
.article-card-v2 {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 35px;
}
.article-card-v2 .img-box {
  display: flex;
  position: relative;
  padding: 0 0 62%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 16px;
}
.article-card-v2 .img-box:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.article-card-v2 .img-box img {
  transition: 0.3s;
}
.article-card-v2 .img-box .category {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 8px;
  background: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(5px);
  padding: 6px 12px;
}
.article-card-v2 h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 8px;
}
.article-card-v2 .desc {
  font-size: 14px;
  margin: 0 0 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media only screen and (max-width: 768px) {
  .article-card-v2 .desc {
    margin: 0 0 54px;
  }
}
.article-card-v2 .bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto 0 0 0;
}
.article-card-v2 .bottom-box time {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #999;
}
.hero-section {
  padding: 76px 0 100px;
}
@media only screen and (max-width: 768px) {
  .hero-section {
    padding: 32px 0 60px;
  }
}
.hero-section .wrap {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hero-section .box {
  width: 44%;
}
@media only screen and (max-width: 768px) {
  .hero-section .box {
    width: 100%;
  }
}
.hero-section .box .page {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: #2F419A;
  text-transform: uppercase;
  margin: 0 0 32px;
}
.hero-section .box h1 {
  background-position: 50% 40px;
}
@media only screen and (max-width: 768px) {
  .hero-section .box h1 {
    background-position: 50% 24px;
  }
}
.hero-section .box .subtitle {
  margin: 32px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .hero-section .box .subtitle {
    margin: 20px 0 0 0;
  }
}
.hero-section .box .subtitle * {
  margin: 0 0 16px;
}
.hero-section .box .subtitle *:last-of-type {
  margin: 0;
}
.hero-section .box .blog-box {
  margin: 40px 0 0 0;
}
.hero-section .box .blog-box .categories span {
  font-size: 14px;
}
.hero-section .box .blog-box .categories .list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 12px 0 0 0;
}
.hero-section .box .blog-box .categories .list .filter-item {
  position: relative;
}
.hero-section .box .blog-box .categories .list .filter-item input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.hero-section
  .box
  .blog-box
  .categories
  .list
  .filter-item
  input:checked
  + label {
  border: 1px solid #2F419A;
  background: #2F419A;
  color: #000;
}
.hero-section .box .blog-box .categories .list .filter-item label {
  border-radius: 6px;
  border: 1px solid #585858;
  background-color: rgba(0, 0, 0, 0);
  color: #8a8a8a;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 14px;
}
.hero-section .box .blog-box .search-form,
.hero-section .box .blog-box form {
  position: relative;
  margin: 40px 0 0 0;
}
.hero-section .box .blog-box .search-form button,
.hero-section .box .blog-box form button {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
  display: flex;
}
.hero-section .box .blog-box .search-form input,
.hero-section .box .blog-box form input {
  width: 100%;
  max-width: 340px;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
  background: #fff;
  padding: 15px 15px 15px 44px;
  font-weight: 500;
  transition: 0.3s;
}
.hero-section .box .blog-box .search-form input:hover,
.hero-section .box .blog-box .search-form input:focus,
.hero-section .box .blog-box form input:hover,
.hero-section .box .blog-box form input:focus {
  border-color: #000;
}
.hero-section .box .blog-box .search-form input::placeholder,
.hero-section .box .blog-box form input::placeholder {
  color: #000;
}
.hero-section .box .inner-info-box {
  width: 100%;
  display: inline-flex;
  gap: 16px 40px;
  flex-wrap: wrap;
  align-items: center;
  color: #999;
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .hero-section .box .inner-info-box {
    gap: 16px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section .box .inner-info-box {
    margin: 32px 0 0 0;
  }
}
.hero-section .box .inner-info-box * {
  position: relative;
}
.hero-section .box .inner-info-box *:last-child:after {
  content: none;
}
.hero-section .box .inner-info-box *:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  width: 1px;
  height: 24px;
  background: #d3d3d3;
}
@media only screen and (max-width: 1024px) {
  .hero-section .box .inner-info-box *:after {
    right: -12px;
  }
}
.hero-section .box .inner-info-box .category {
  border-radius: 6px;
  border: 1px solid #2F419A;
  background: #2F419A;
  color: #000;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .hero-section .box .inner-info-box .category {
    display: none;
  }
}
.hero-section .box .inner-info-box time,
.hero-section .box .inner-info-box address {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-style: normal;
}
.hero-section .box .btn {
  margin: 40px 0 0 0;
}
.hero-section .img {
  width: 39%;
  height: auto;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  .hero-section .img {
    width: 100%;
  }
}
.full-width-hero-section {
  position: relative;
  padding: 60px 0;
  margin: 0 0 40px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .full-width-hero-section {
    padding: 30px 0 0 0;
    margin: 0 0 30px;
  }
}
.full-width-hero-section .img-box {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}
.full-width-hero-section .img-box:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #000 7.27%, rgba(0, 0, 0, 0) 69.8%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .full-width-hero-section .img-box:after {
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 123.22%);
  }
}
.full-width-hero-section .wrap {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 160px;
}
@media only screen and (max-width: 1376px) {
  .full-width-hero-section .wrap {
    gap: 40px 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .full-width-hero-section .wrap {
    grid-template-columns: 100%;
  }
}
.full-width-hero-section .object-cover {
  z-index: -1;
}
.full-width-hero-section .box {
  color: #fff;
}
.full-width-hero-section .box h1 {
  margin: 0 0 32px;
}
@media only screen and (max-width: 768px) {
  .full-width-hero-section .box h1 {
    margin: 0 0 20px;
  }
}
.full-width-hero-section .box .bottom-img {
  max-width: 100%;
  max-height: 116px;
  margin: 95px 0 0 0;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .full-width-hero-section .box .bottom-img {
    margin: 40px 0 0 0;
    max-height: 80px;
  }
}
.full-width-hero-section .form-box {
  padding: 66px 40px;
  border-radius: 16px;
  background: hsla(0, 0%, 100%, 0.9);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
}
@media only screen and (max-width: 768px) {
  .full-width-hero-section .form-box {
    padding: 40px 24px;
    margin: 0 -24px -16px;
  }
}
.full-width-hero-section .form-box .title {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 24px;
}
.full-width-hero-section .form-box .subtitle {
  max-width: 410px;
}
.full-width-hero-section .form-box form {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  margin: 40px 0 0 0;
}
.full-width-hero-section .form-box form .input-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.full-width-hero-section .form-box form .input-row input,
.full-width-hero-section .form-box form .input-row textarea {
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #e8eaec;
  background: #fff;
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.05),
    0px 6px 10px -10px rgba(0, 0, 0, 0.02);
  transition: 0.3s;
}
.full-width-hero-section .form-box form .input-row input:focus,
.full-width-hero-section .form-box form .input-row input:hover,
.full-width-hero-section .form-box form .input-row textarea:focus,
.full-width-hero-section .form-box form .input-row textarea:hover {
  border-color: #2F419A;
}
.full-width-hero-section .form-box form .input-row textarea {
  height: 90px;
}
.full-width-hero-section .form-box form .btn {
  min-width: 142px;
}
.section-header-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  .section-header-box {
    margin: 0 0 40px;
  }
}
span.wpcf7-spinner {
  display: none;
}
.section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
.section.black {
  background-color: #000;
  color: #fff;
}
.section.light-gray {
  background-color: #f8fafc;
}
.section .object-cover {
  z-index: -1;
}
.section .section-header {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  margin: 0 0 0;
}
@media only screen and (max-width: 768px) {
  .section .section-header {
    margin: 0 0 50px;
  }
}
.section .section-header.full h2,
.section .section-header.full p {
  max-width: 100%;
}
.section .section-header.centered {
  align-items: center;
  text-align: center;
}
.section .section-header h2 {
  max-width: 730px;
}
.section .section-header p {
  max-width: 730px;
}
.home-hero-section {
  padding-bottom: 0;
}
.home-hero-section .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: space-between;
  align-items: center;
}
.home-hero-section .box {
  width: 44%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .home-hero-section .box {
    width: 100%;
    padding: 0;
    text-align: center;
    align-items: center;
  }
}
.home-hero-section .box h1 {
  margin: 0 0 20px;
}
.home-hero-section .box .btn {
  margin: 50px 0 0 0;
}
.home-hero-section .hero-img {
  width: 39%;
}
@media only screen and (max-width: 768px) {
  .home-hero-section .hero-img {
    width: 80%;
    margin: 40px auto 0;
  }
}
.logos-slider {
  width: 100%;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .logos-slider {
    padding: 60px 0;
  }
}
.logos-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #fff 5%,
    rgba(255, 255, 255, 0) 15%,
    rgba(255, 255, 255, 0) 85%,
    #fff 95%
  );
  pointer-events: none;
  z-index: 2;
}
.logos-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.logos-slider .swiper-slide {
  width: auto;
}
.logos-slider .swiper-slide img {
  height: 54px;
  object-fit: contain;
}
.bordered-list-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bordered-list-box {
    gap: 36px;
  }
}
.bordered-list-box .bordered-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 -50px;
}
@media only screen and (max-width: 1376px) {
  .bordered-list-box .bordered-list {
    margin: 0 -24px;
  }
}
@media only screen and (max-width: 768px) {
  .bordered-list-box .bordered-list {
    grid-template-columns: 100%;
    margin: 0;
  }
}
.bordered-list-box .bordered-list .card {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  padding: 24px 100px;
  border-top: 1px dashed #cbd1d3;
  border-right: 1px dashed #cbd1d3;
}
@media only screen and (max-width: 1376px) {
  .bordered-list-box .bordered-list .card {
    padding: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .bordered-list-box .bordered-list .card {
    border-right: none;
    padding: 48px 10px;
  }
}
.bordered-list-box .bordered-list .card:nth-of-type(3n) {
  border-right: none;
}
.bordered-list-box .bordered-list .card:nth-of-type(-n + 3) {
  border-top: none;
}
@media only screen and (max-width: 768px) {
  .bordered-list-box .bordered-list .card:nth-of-type(-n + 3) {
    border-top: 1px dashed #cbd1d3;
  }
}
@media only screen and (max-width: 768px) {
  .bordered-list-box .bordered-list .card:nth-of-type(1) {
    border-top: none;
  }
}
.bordered-list-box .bordered-list .card .card-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bordered-list-box .bordered-list .card .card-title img {
  width: 24px;
  height: 24px;
}
.bordered-list-box .bordered-list .card .card-title h3 {
  max-width: calc(100% - 32px);
  font-size: 19px;
  font-weight: 500;
}
.bordered-list-box .bordered-list .card .desc {
  font-size: 14px;
}
.bordered-list-box .bordered-list .card .link {
  margin: auto 0 0 0;
}
.banner-logo-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  display: none;
}
.banner-logo-list img {
  max-height: 72px;
}
.case-studies-box .list .row {
  position: relative;
  display: flex;
  gap: 200px;
  align-items: center;
  padding: 50px 0;
}
@media only screen and (max-width: 1024px) {
  .case-studies-box .list .row {
    gap: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .case-studies-box .list .row {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 78px 0 50px;
  }
}
.case-studies-box .list .row:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .case-studies-box .list .row:nth-of-type(2n) {
    flex-direction: column;
  }
}
.case-studies-box .list .row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  width: 1px;
  border-right: 1px dashed #b8c0c5;
}
@media only screen and (max-width: 768px) {
  .case-studies-box .list .row::after {
    height: 30px;
  }
}
.case-studies-box .list .row .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  font-size: 21px;
  font-weight: 500;
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.05),
    0px 2px 7px 0px rgba(0, 0, 0, 0.09);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .case-studies-box .list .row .number {
    top: 30px;
    transform: translate(-50%, 0);
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
}
.case-studies-box .list .row .col {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .case-studies-box .list .row .col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.case-studies-box .list .row .col h2 {
  margin: 0 0 12px;
}
@media only screen and (max-width: 768px) {
  .case-studies-box .list .row .col h2 {
    font-size: 21px;
  }
}
.case-studies-box .list .row .col .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .case-studies-box .list .row .col .tags {
    justify-content: center;
  }
}
.case-studies-box .list .row .col .tags span {
  border-radius: 6px;
  background: #f2f4f6;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
}
.case-studies-box .list .row .col .link {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .case-studies-box .list .row .col .link {
    margin: 24px 0 0 0;
  }
}
.case-studies-box .list .row .col > img {
  width: 100%;
  height: auto;
}
.case-studies-box .bottom-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
  margin: 45px 0 0;
}
@media only screen and (max-width: 768px) {
  .case-studies-box .bottom-box {
    margin: 0;
  }
}
.case-studies-box .bottom-box .title {
  max-width: 620px;
  font-size: 21px;
  font-weight: 500;
}
.home-reviews .swiper .swiper-slide {
  width: 80%;
  border-radius: 13px;
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.05),
    0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.home-reviews .swiper .card {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e3e8ed;
  background: #fff;
  overflow: hidden;
}
.home-reviews .swiper .card .comment-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .home-reviews .swiper .card .comment-box {
    padding: 32px 24px 24px;
  }
}
.home-reviews .swiper .card .comment-box .logo {
  display: inline-flex;
  height: 34px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .home-reviews .swiper .card .comment-box .comment {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
  }
}
.home-reviews .swiper .card .comment-box .bottom-box {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto 0 0 0;
}
.home-reviews .swiper .card .comment-box .bottom-box .author-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.home-reviews .swiper .card .comment-box .bottom-box .author-box .img-box {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .home-reviews .swiper .card .comment-box .bottom-box .author-box .img-box {
    width: 32px;
    height: 32px;
  }
}
.home-reviews .swiper .card .comment-box .bottom-box .author-box .name {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .home-reviews .swiper .card .comment-box .bottom-box .author-box .name {
    font-size: 14px;
  }
}
.home-reviews .swiper .card .comment-box .bottom-box .author-box .position {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .home-reviews .swiper .card .comment-box .bottom-box .author-box .position {
    font-size: 12px;
  }
}
.home-reviews .swiper .card .comment-box .bottom-box .rating-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .home-reviews .swiper .card .comment-box .bottom-box .rating-box {
    font-size: 18px;
    align-items: center;
    flex-direction: initial;
  }
}
.home-reviews
  .swiper
  .card
  .comment-box
  .bottom-box
  .rating-box
  .rating-numbers {
  display: flex;
  gap: 4px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .home-reviews
    .swiper
    .card
    .comment-box
    .bottom-box
    .rating-box
    .rating-numbers::after {
    content: "•";
    margin: 0 8px;
  }
}
.home-reviews
  .swiper
  .card
  .comment-box
  .bottom-box
  .rating-box
  .rating-numbers
  .stars {
  position: relative;
  width: 90px;
  height: 18px;
  background-image: url(a9eb328009466dcff727da3f3763ba00.svg);
  background-size: 100%;
}
.home-reviews
  .swiper
  .card
  .comment-box
  .bottom-box
  .rating-box
  .rating-numbers
  .stars.one::after {
  width: 20%;
}
.home-reviews
  .swiper
  .card
  .comment-box
  .bottom-box
  .rating-box
  .rating-numbers
  .stars.two::after {
  width: 40%;
}
.home-reviews
  .swiper
  .card
  .comment-box
  .bottom-box
  .rating-box
  .rating-numbers
  .stars.three::after {
  width: 60%;
}
.home-reviews
  .swiper
  .card
  .comment-box
  .bottom-box
  .rating-box
  .rating-numbers
  .stars.four::after {
  width: 80%;
}
.home-reviews
  .swiper
  .card
  .comment-box
  .bottom-box
  .rating-box
  .rating-numbers
  .stars.five::after {
  width: 100%;
}
.home-reviews
  .swiper
  .card
  .comment-box
  .bottom-box
  .rating-box
  .rating-numbers
  .stars::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url(902fdc82bfa86b4ef115045de26dc307.svg);
  background-size: 90px 18px;
  background-repeat: no-repeat;
}
.home-reviews .swiper .card .comment-box .bottom-box .rating-box .clutch-logo {
  display: inline-flex;
}
@media only screen and (max-width: 768px) {
  .home-reviews
    .swiper
    .card
    .comment-box
    .bottom-box
    .rating-box
    .clutch-logo {
    height: 14px;
  }
}
.home-reviews .swiper .card .statistics-box {
  width: 290px;
  min-height: 396px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 54px;
  background: #f8fafc;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .home-reviews .swiper .card .statistics-box {
    min-height: initial;
    gap: 16px;
    width: 100%;
    padding: 16px 24px;
  }
}
.home-reviews .swiper .card .statistics-box .info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .home-reviews .swiper .card .statistics-box .info {
    font-size: 14px;
    gap: 8px;
  }
}
.home-reviews .swiper .card .statistics-box .info .info-number {
  color: #78828e;
}
.home-reviews
  .swiper
  .card
  .statistics-box
  .info
  .info-number:nth-of-type(1)
  span {
  color: #28b473;
}
.home-reviews
  .swiper
  .card
  .statistics-box
  .info
  .info-number:nth-of-type(2)
  span {
  color: #ff2d73;
}
.home-reviews .swiper .card .statistics-box .info .info-number span {
  font-size: 56px;
}
@media only screen and (max-width: 768px) {
  .home-reviews .swiper .card .statistics-box .info .info-number span {
    font-size: 28px;
  }
}
.blog-articles-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .blog-articles-box {
    gap: 40px;
  }
}
.blog-articles-box .list {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1024px) {
  .blog-articles-box .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-articles-box .list .article-card:nth-last-of-type(-n + 1) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .blog-articles-box .list {
    grid-template-columns: 100%;
  }
  .blog-articles-box .list .article-card:nth-last-of-type(-n + 2) {
    display: none;
  }
}
.winning-combo {
  gap: 32px;
  column-count: 2;
}
@media only screen and (max-width: 768px) {
  .winning-combo {
    display: grid;
    column-count: 1;
    gap: 0;
  }
}
.winning-combo .card {
  display: grid;
  position: relative;
  border-radius: 13px;
  border: 1px solid #f1f5f9;
  background: #fff;
  margin: 0 0 32px;
  padding: 40px;
  font-size: 18px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .winning-combo .card {
    padding: 24px 16px;
  }
}
.winning-combo .card:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .winning-combo .card:last-of-type {
    margin: 0 0 32px;
  }
}
@media only screen and (max-width: 768px) {
  .winning-combo .card:nth-of-type(3) {
    order: 1;
    margin: 0;
  }
}
.winning-combo .card img {
  z-index: -1;
}
.winning-combo .card h3 {
  font-size: 40px;
  font-weight: 500;
  background: linear-gradient(90deg, #5d5e6d 0%, #61808b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.subscribe-section {
  padding: 440px 0 100px;
  background: url(last_section_bg.png),
  linear-gradient(144deg, #1a1d22 0%, #2f3744 76.85%);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
   background-size: cover;
}
@media only screen and (max-width: 768px) {
  .subscribe-section {
    padding: 71% 0 60px;
    background: url(be8e0c37475e7b02ec13fbc9366a5fe9.png),
      linear-gradient(144deg, #1a1d22 0%, #2f3744 76.85%);
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.subscribe-section.one-col {
  padding: 218px 0;
}
@media only screen and (max-width: 768px) {
  .subscribe-section.one-col {
    padding: 71% 0 60px;
  }
}
.subscribe-section.one-col .wrap {
  grid-template-columns: 100%;
}
.subscribe-section.one-col .title {
  text-align: center;
  margin: 0 0 44px;
}
@media only screen and (max-width: 768px) {
  .subscribe-section.one-col .title {
    margin: 0 0 8px;
  }
}
.subscribe-section .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 200px;
  padding: 0 88px;
}
@media only screen and (max-width: 1024px) {
  .subscribe-section .wrap {
    gap: 24px 80px;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 768px) {
  .subscribe-section .wrap {
    grid-template-columns: 100%;
  }
}
.subscribe-section .box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.subscribe-section .box .title {
  font-size: 58px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .subscribe-section .box .title {
    font-size: 32px;
  }
}
.subscribe-section .form,
.subscribe-section form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 476px;
  margin: 0 auto;
}
.subscribe-section .form .title,
.subscribe-section form .title {
  text-align: center;
  margin: 0 0 44px;
}
@media only screen and (max-width: 768px) {
  .subscribe-section .form .title,
  .subscribe-section form .title {
    margin: 0 0 8px;
  }
}
.subscribe-section .form .input-row,
.subscribe-section form .input-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.subscribe-section .form .input-row label,
.subscribe-section form .input-row label {
  font-weight: 500;
}
.subscribe-section .form .input-row input,
.subscribe-section .form .input-row textarea,
.subscribe-section form .input-row input,
.subscribe-section form .input-row textarea {
  width: 100%;
  border-radius: 5px;
  border: 2px solid #f1f5f9;
  background: #fff;
  color: #000;
  padding: 14px;
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.05),
    0px 6px 10px -10px rgba(0, 0, 0, 0.02);
  transition: 0.3s;
}
.subscribe-section .form .input-row input:hover,
.subscribe-section .form .input-row input:focus,
.subscribe-section .form .input-row textarea:hover,
.subscribe-section .form .input-row textarea:focus,
.subscribe-section form .input-row input:hover,
.subscribe-section form .input-row input:focus,
.subscribe-section form .input-row textarea:hover,
.subscribe-section form .input-row textarea:focus {
  border-color: #2F419A;
}
.subscribe-section .form .input-row textarea,
.subscribe-section form .input-row textarea {
  height: 90px;
}
.subscribe-section .form .form-bottom,
.subscribe-section form .form-bottom {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .subscribe-section .form .form-bottom,
  .subscribe-section form .form-bottom {
    flex-direction: column;
    align-items: start;
  }
}
.subscribe-section .form .form-bottom .btn,
.subscribe-section form .form-bottom .btn {
  width: 195px;
  color: white;
}
.subscribe-section .form .form-bottom .policty,
.subscribe-section form .form-bottom .policty {
  font-size: 14px;
}
.subscribe-section .form .form-bottom .policty a,
.subscribe-section form .form-bottom .policty a {
  color: #2F419A;
}
.case-study-hero {
  position: relative;
  padding: 80px 0 0 0;
  margin: 0 0 -46px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .case-study-hero {
    padding: 32px 0;
    margin: 0;
  }
}
.case-study-hero .top-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px 84px;
}
.case-study-hero .top-box .box {
  width: 43%;
}
@media only screen and (max-width: 1024px) {
  .case-study-hero .top-box .box {
    width: 100%;
  }
}
.case-study-hero .top-box .box .cat {
  font-weight: 700;
  font-weight: 14px;
  color: #2F419A;
  margin: 0 0 8px;
}
.case-study-hero .top-box .box h1 {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .case-study-hero .top-box .box h1 {
    font-size: 36px;
  }
}
.case-study-hero .top-box .box .company {
  margin: 32px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .case-study-hero .top-box .box .company {
    margin: 20px 0 0 0;
  }
}
.case-study-hero .top-box .box .company .company-logo {
  height: 25px;
  width: auto;
  margin: 0 0 16px;
}
.case-study-hero .top-box .img {
  width: calc(52% - 84px);
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .case-study-hero .top-box .img {
    width: 100%;
  }
}
.case-study-hero .bottom-box {
  display: flex;
  gap: 24px 100px;
  padding: 32px;
  background-color: #000;
  background-image: url(941ff863d6cef8fdf189a867dd6e0fee.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 13px;
  margin: 80px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .case-study-hero .bottom-box {
    gap: 24px 50px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-hero .bottom-box {
    gap: 0;
    padding: 24px 16px;
    margin: 60px 0 0 0;
    background-image: url(e72362bd91fe5c218472be55114094ab.png);
  }
}
.case-study-hero .bottom-box .item {
  min-width: 13%;
  max-width: 30%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .case-study-hero .bottom-box .item {
    width: calc(50% - 25px);
    max-width: initial;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-hero .bottom-box .item {
    width: 100%;
    text-align: center;
    padding: 24px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .case-study-hero .bottom-box .item:nth-of-type(2n)::after {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-hero .bottom-box .item:nth-of-type(2n)::after {
    content: "";
  }
}
.case-study-hero .bottom-box .item:last-of-type::after {
  content: none;
}
.case-study-hero .bottom-box .item::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -50px;
  bottom: 8px;
  border-right: 1px dashed #cbd1d3;
}
@media only screen and (max-width: 1024px) {
  .case-study-hero .bottom-box .item::after {
    right: -25px;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-hero .bottom-box .item::after {
    top: initial;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px dashed #cbd1d3;
  }
}
.case-study-hero .bottom-box .item > span {
  font-weight: 600;
  font-size: 14px;
  color: #bac2cb;
}
.case-study-hero .bottom-box .item .content {
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .case-study-hero .bottom-box .item .content {
    justify-content: center;
    margin: 12px auto 0;
  }
}
.case-study-hero .bottom-box .item .content p:not(:first-of-type) {
  position: relative;
}
.case-study-hero .bottom-box .item .content p:not(:first-of-type):before {
  content: "•";
  margin: 0 6px 0 0;
  color: #566785;
}
.case-study-hero .bottom-box .item .content p strong {
  color: #1f9b6b;
  font-weight: 400;
}
.case-study-hero .bottom-box .item .content p:not(:first-of-type)::before {
  display: none;
}
.key-facts {
  padding: 138px 0 80px;
}
@media only screen and (max-width: 768px) {
  .key-facts {
    padding: 60px 0 12px;
  }
}
.key-facts h2 {
  text-align: center;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 768px) {
  .key-facts h2 {
    margin: 0 auto;
  }
}
.key-facts .bordered-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .key-facts .bordered-list {
    grid-template-columns: 100%;
  }
}
.key-facts .bordered-list .card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 50px;
  border-top: 1px dashed #cbd1d3;
  border-right: 1px dashed #cbd1d3;
}
@media only screen and (max-width: 1376px) {
  .key-facts .bordered-list .card {
    padding: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .key-facts .bordered-list .card {
    border-right: none;
    padding: 48px 10px;
  }
}
.key-facts .bordered-list .card:nth-of-type(3n) {
  border-right: none;
}
.key-facts .bordered-list .card:nth-of-type(-n + 3) {
  border-top: none;
}
@media only screen and (max-width: 768px) {
  .key-facts .bordered-list .card:nth-of-type(-n + 3) {
    border-top: 1px dashed #cbd1d3;
  }
}
@media only screen and (max-width: 768px) {
  .key-facts .bordered-list .card:nth-of-type(1) {
    border-top: none;
  }
}
.key-facts .bordered-list .card .card-title {
  display: flex;
  gap: 8px;
}
.key-facts .bordered-list .card .card-title img {
  width: 24px;
  height: 24px;
}
.key-facts .bordered-list .card .card-title h3 {
  max-width: calc(100% - 32px);
  font-size: 19px;
  font-weight: 500;
}
.key-facts .bordered-list .card .desc {
  font-size: 14px;
}
.business-challenge {
  color: #fff;
  background: linear-gradient(144deg, #1a1d22 0%, #2f3744 76.85%);
}
.business-challenge .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  margin: 62px auto 32px;
}
.business-challenge .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 54px;
  transform: translate(-50%, 0);
  border-right: 1px dashed #fff;
  z-index: -1;
}
.business-challenge .our-solution .top-box {
  margin: 0 0 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .business-challenge .our-solution .top-box {
    margin: 0;
  }
}
.business-challenge .our-solution .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .business-challenge .our-solution .list {
    grid-template-columns: 100%;
  }
}
.business-challenge .our-solution .list .item {
  padding: 24px 50px 48px 0;
  border-bottom: 1px dashed #4e5867;
  border-right: 1px dashed #4e5867;
}
@media only screen and (max-width: 768px) {
  .business-challenge .our-solution .list .item {
    padding: 48px 0;
    border-right: none;
  }
}
.business-challenge .our-solution .list .item:nth-of-type(2n) {
  padding: 24px 0 24px 50px;
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .business-challenge .our-solution .list .item:nth-of-type(2n) {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 768px) {
  .business-challenge .our-solution .list .item:nth-last-of-type(-n + 2) {
    border-bottom: 1px dashed #4e5867;
  }
}
@media only screen and (max-width: 768px) {
  .business-challenge .our-solution .list .item:last-of-type {
    border-bottom: none;
  }
}
.business-challenge .our-solution .list .item:last-child:nth-child(odd) {
  grid-column: 1/-1;
  border-right: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .business-challenge .our-solution .list .item:last-child:nth-child(odd) {
    text-align: left;
  }
}
.business-challenge .our-solution .list .item h3 {
  font-weight: 500;
  font-size: 21px;
  margin: 0 0 16px;
}
.business-challenge .swiper {
  margin: 60px 0 0 0;
  overflow: visible;
}
.business-challenge .swiper .swiper-wrapper {
  align-items: flex-end;
}
.business-challenge .swiper .swiper-slide {
  width: calc(43% - 36px);
  opacity: 0.6;
}
.business-challenge .swiper .swiper-slide.swiper-slide-active {
  width: 57%;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .business-challenge .swiper .swiper-slide.swiper-slide-active {
    width: initial;
  }
}
.business-challenge .swiper .swiper-slide.swiper-slide-active img {
  height: 446px;
}
@media only screen and (max-width: 768px) {
  .business-challenge .swiper .swiper-slide.swiper-slide-active img {
    width: calc(100% + 48px);
    max-width: initial;
    height: initial;
    margin: 0 -24px -12px;
  }
}
.business-challenge .swiper .swiper-slide img {
  height: 315px;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .business-challenge .swiper .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.business-challenge .swiper .swiper-scrollbar {
  position: initial;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #e2e8f0;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .business-challenge .swiper .swiper-scrollbar {
    display: none;
  }
}
.business-challenge .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fbae17;
}
.simple-img img {
  width: 100%;
  height: auto;
}
.vi-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.vi-box video,
.vi-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.business-impact h2 {
  text-align: center;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 768px) {
  .business-impact h2 {
    margin: 0 auto 16px;
  }
}
.business-impact .desc {
  font-size: 19px;
}
.business-impact .contact-box {
  margin: 60px 0 0 0;
  text-align: center;
}
.business-impact .contact-box h3 {
  font-weight: 500;
  font-size: 21px;
}
.business-impact .contact-box .btn {
  margin: 32px 0 0 0;
}
.blog-articles {
  padding: 80px 0;
}
.blog-articles h2 {
  text-align: center;
}
.blog-articles .list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin: 70px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .blog-articles .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .blog-articles .list {
    grid-template-columns: 100%;
    margin: 40px 0 0 0;
  }
}
.blog-articles .ajax_news {
  max-width: 330px;
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 60px;
}
.article-mobile-top-box {
  display: none;
  padding: 18px 0 8px;
}
@media only screen and (max-width: 768px) {
  .article-mobile-top-box {
    display: block;
  }
}
.article-mobile-top-box .siblings {
  display: flex;
  justify-content: space-between;
}
.article-mobile-top-box .siblings a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ababab;
}
.article-mobile-top-box .category {
  display: inline-flex;
  margin: 30px 0 0 0;
  border-radius: 6px;
  border: 1px solid #2F419A;
  background: #2F419A;
  color: #000;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.article-content {
  padding: 40px 0 56px;
}
@media only screen and (max-width: 768px) {
  .article-content {
    padding: 60px 0 36px;
  }
}
.article-content .wrap h2 {
  text-align: center;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  .article-content .wrap h2 {
    margin: 0 0 40px;
  }
}
.article-content .wrap h3 {
  font-weight: 700;
  font-size: 24px;
}
.article-content .wrap h4 {
  font-size: 22px;
}
.article-content .wrap h5 {
  font-size: 20px;
}
.article-content .wrap h6 {
  font-size: 18px;
}
.article-content .wrap * {
  margin: 0 0 24px;
}
.article-content .wrap ul li,
.article-content .wrap ol li {
  margin: 0 0 8px;
}
.article-content .wrap ul li:last-of-type,
.article-content .wrap ol li:last-of-type {
  margin: 0;
}
.more-articles {
  padding: 80px 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .more-articles {
    padding: 60px 0;
  }
}
.more-articles .wrap {
  display: flex;
  flex-direction: column;
}
.more-articles h2 {
  text-align: center;
}
.more-articles .swiper {
  margin: 60px 0 0 0;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .more-articles .swiper {
    margin: 50px 0 0 0;
  }
}
.more-articles .swiper .swiper-scrollbar {
  width: 100%;
  position: initial;
  height: 3px;
  border-radius: 2px;
  background: #e2e8f0;
  margin: 40px 0 0 0;
}
.more-articles .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 2px;
  background: #fbae17;
  border-radius: 2px;
}
.more-articles .btn {
  width: 320px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .more-articles .btn {
    margin: 40px auto 0;
  }
}
.careers-list {
  padding: 40px 0 80px;
}
@media only screen and (max-width: 768px) {
  .careers-list {
    padding: 60px 0;
  }
}
.careers-list .top-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.careers-list .list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin: 80px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .careers-list .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .careers-list .list {
    grid-template-columns: 100%;
    margin: 40px 0 0 0;
  }
}
.careers-list .list article {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid #e3e8ed;
  background: #fff;
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.05),
    0px 0px 21px 0px rgba(0, 0, 0, 0.07);
  padding: 20px;
}
@media only screen and (max-width: 1376px) {
  .careers-list .list article {
    background-position: left 20px bottom 16%;
  }
}
@media only screen and (max-width: 1024px) {
  .careers-list .list article {
    background-position: left 20px bottom 25px;
  }
}
.careers-list .list article time {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #999;
  margin: 0 0 20px;
}
.careers-list .list article h3 {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 8px;
}
.careers-list .list article h3:hover {
  color: #000;
}
.careers-list .list article address {
  font-weight: 600;
  font-size: 14px;
  color: #999;
  font-style: normal;
  margin: 0 0 12px;
}
.careers-list .list article .bottom-box {
  display: flex;
  justify-content: flex-end;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB3aWR0aD0iMjc2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAyNzYgOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3NS4zNTQgNC4zNTM1NUMyNzUuNTQ5IDQuMTU4MjkgMjc1LjU0OSAzLjg0MTcxIDI3NS4zNTQgMy42NDY0NUwyNzIuMTcyIDAuNDY0NDY2QzI3MS45NzYgMC4yNjkyMDQgMjcxLjY2IDAuMjY5MjA0IDI3MS40NjQgMC40NjQ0NjZDMjcxLjI2OSAwLjY1OTcyOCAyNzEuMjY5IDAuOTc2MzExIDI3MS40NjQgMS4xNzE1N0wyNzQuMjkzIDRMMjcxLjQ2NCA2LjgyODQzQzI3MS4yNjkgNy4wMjM2OSAyNzEuMjY5IDcuMzQwMjcgMjcxLjQ2NCA3LjUzNTUzQzI3MS42NiA3LjczMDggMjcxLjk3NiA3LjczMDggMjcyLjE3MiA3LjUzNTUzTDI3NS4zNTQgNC4zNTM1NVpNMCA0TDAgNC41SDI3NVY0VjMuNUgwTDAgNFoiIGZpbGw9IiM5OTk5OTkiIGZpbGwtb3BhY2l0eT0iMC42Ii8+Cjwvc3ZnPgo=);
  background-position: 0 50%;
  background-size: calc(100% - 112px) auto;
  background-repeat: no-repeat;
  margin: auto 0 0 0;
}
.careers-content {
  padding: 40px 0 60px;
}
.careers-content .wrap * {
  margin: 0 0 24px;
}
.careers-content .wrap h2 {
  font-weight: 700;
  font-size: 24px;
}
.careers-content .wrap h3 {
  font-weight: 700;
  font-size: 22px;
}
.careers-content .wrap h4 {
  font-size: 20px;
}
.careers-content .wrap h5 {
  font-size: 18px;
}
.careers-content .wrap h6 {
  font-size: 16px;
}
.careers-content .wrap ul li,
.careers-content .wrap ol li {
  margin: 0 0 8px;
}
.careers-content .wrap .btn {
  width: 320px;
  margin: 24px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .careers-content .wrap .btn {
    width: 100%;
  }
}
.what-guides-us {
  background: #f8fafc;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .what-guides-us {
    padding: 60px 0;
  }
}
.what-guides-us .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .what-guides-us .list {
    grid-template-columns: 100%;
  }
}
.what-guides-us .list .item {
  border-radius: 12px;
  border: 1px solid #e3e8ed;
  background: #fff;
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.05),
    0px 0px 21px 0px rgba(0, 0, 0, 0.07);
  padding: 40px;
  font-size: 14px;
}
.what-guides-us .list .item img {
  height: 24px;
  width: 24px;
  margin: 0 0 12px;
}
.what-guides-us .list .item h3 {
  font-weight: 500;
  font-size: 19px;
  margin: 0 0 20px;
}
.our-footprint {
  padding: 240px 0 164px;
  background: url(c227ecc945340f5bd0cd34f68dd72e59.png),
    linear-gradient(144deg, #1a1d22 0%, #2f3744 76.85%);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-repeat: no-repeat;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .our-footprint {
    padding: 71% 0 60px;
    background: url(be8e0c37475e7b02ec13fbc9366a5fe9.png),
      linear-gradient(144deg, #1a1d22 0%, #2f3744 76.85%);
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.our-footprint .wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.our-footprint .list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 535px;
  gap: 68px;
  margin: 176px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .our-footprint .list {
    gap: 48px;
    margin: 48px 0 0 0;
  }
}
.our-footprint .list .item .box {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 16px;
}
.our-footprint .list .item .box img {
  width: 24px;
  height: 24px;
}
.our-footprint .list .item .box h3 {
  font-weight: 500;
  font-size: 19px;
}
.faq-section {
  padding: 80px 0 44px;
}
@media only screen and (max-width: 768px) {
  .faq-section {
    padding: 60px 0 36px;
  }
}
.faq-section .list {
  column-count: 2;
  column-gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .faq-section .list {
    column-count: 1;
  }
}
.faq-section .list .accordion {
  position: relative;
  border-radius: 12px;
  border: 1px solid #e3e8ed;
  background: #fff;
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.05),
    0px 0px 21px 0px rgba(0, 0, 0, 0.07);
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding: 40px 40px 40px 84px;
  margin: 0 0 36px;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .faq-section .list .accordion {
    padding: 40px 20px 40px 64px;
    margin: 0 0 24px;
  }
}
.faq-section .list .accordion.opened {
  background: #293035;
  color: #fff;
}
.faq-section .list .accordion.opened::before {
  opacity: 0;
  transform: rotate(180deg);
}
.faq-section .list .accordion.opened::after {
  opacity: 1;
  transform: rotate(180deg);
}
.faq-section .list .accordion.opened .accordion-btn {
  color: #fcbe45;
}
.faq-section .list .accordion::before,
.faq-section .list .accordion::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: 100%;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .faq-section .list .accordion::before,
  .faq-section .list .accordion::after {
    left: 20px;
  }
}
.faq-section .list .accordion::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9InBsdXMiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNNSAxMkgxOU0xMiA1VjE5IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=);
}
.faq-section .list .accordion::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Im1pbnVzIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTUgMTJIMTkiIHN0cm9rZT0iI0ZDQkU0NSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K);
  opacity: 0;
}
.faq-section .list .accordion .accordion-btn {
  position: relative;
  font-weight: 500;
  font-size: 19px;
  text-align: left;
}
.faq-section .list .accordion .accordion-body {
  display: none;
  padding: 20px 0 0 0;
  font-size: 14px;
}
.goals-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1024px) {
  .goals-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .goals-list {
    grid-template-columns: 100%;
  }
}
.goals-list .card {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  padding: 24px 40px;
  border-top: 1px dashed #cbd1d3;
  border-right: 1px dashed #cbd1d3;
}
@media only screen and (max-width: 1376px) {
  .goals-list .card {
    padding: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .goals-list .card {
    border-right: none;
    padding: 48px 10px;
  }
}
.goals-list .card:nth-of-type(4n) {
  border-right: none;
}
@media only screen and (max-width: 1024px) {
  .goals-list .card:nth-of-type(2n) {
    border-right: none;
  }
}
.goals-list .card:nth-of-type(-n + 4) {
  border-top: none;
}
@media only screen and (max-width: 1024px) {
  .goals-list .card:nth-of-type(-n + 4) {
    border-top: 1px dashed #cbd1d3;
  }
}
@media only screen and (max-width: 1024px) {
  .goals-list .card:nth-of-type(-n + 2) {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .goals-list .card:nth-of-type(-n + 2) {
    border-top: 1px dashed #cbd1d3;
  }
}
@media only screen and (max-width: 768px) {
  .goals-list .card:nth-of-type(1) {
    border-top: none;
  }
}
.goals-list .card .card-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.goals-list .card .card-title img {
  width: 24px;
  height: 24px;
}
.goals-list .card .card-title h3 {
  max-width: calc(100% - 32px);
  font-size: 19px;
  font-weight: 500;
}
.goals-list .card .desc {
  font-size: 14px;
}
.goals-list .card .link {
  margin: auto 0 0 0;
}
.our-manifesto .swiper {
  overflow: visible;
}
.our-manifesto .swiper .swiper-wrapper {
  counter-reset: list;
}
.our-manifesto .swiper .swiper-slide {
  height: auto;
  border-radius: 12px;
  border: 1px solid #e3e8ed;
  background: #fff;
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.05),
    0px 0px 21px 0px rgba(0, 0, 0, 0.07);
  padding: 64px 40px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .our-manifesto .swiper .swiper-slide {
    padding: 40px;
  }
}
.our-manifesto .swiper .swiper-slide .numbered {
  display: block;
  font-weight: 500;
  font-size: 28px;
  color: #fbae17;
  margin-bottom: 10px;
}
.our-manifesto .swiper .swiper-scrollbar {
  width: 100%;
  position: initial;
  height: 3px;
  border-radius: 2px;
  background: #e2e8f0;
  margin: 40px 0 0 0;
}
.our-manifesto .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 2px;
  background: #fbae17;
  border-radius: 2px;
}
.built-apps {
  color: #fff;
  background-image: url(7681c136e42497407c0501cefb617f34.png);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .built-apps {
    background-image: url(8a66b8162c1a269b33d14af9d7e69cde.png);
  }
}
.built-apps .wrap {
  display: flex;
  flex-direction: column;
}
.built-apps h2 span {
  font-weight: 700;
  color: #fbae17;
}
.built-apps .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .built-apps .list {
    grid-template-columns: 100%;
  }
}
.built-apps .list .item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
  padding: 24px 50px 24px 0;
  border-top: 1px dashed #4e5867;
  border-right: 1px dashed #4e5867;
}
@media only screen and (max-width: 1376px) {
  .built-apps .list .item {
    padding: 24px 24px 24px 0;
  }
}
@media only screen and (max-width: 768px) {
  .built-apps .list .item {
    border-right: none;
    padding: 48px 0;
  }
}
.built-apps .list .item:nth-of-type(2n) {
  border-right: none;
  padding: 24px 0 24px 50px;
}
@media only screen and (max-width: 1376px) {
  .built-apps .list .item:nth-of-type(2n) {
    padding: 24px 0 24px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .built-apps .list .item:nth-of-type(2n) {
    padding: 48px 0;
  }
}
.built-apps .list .item:nth-of-type(-n + 2) {
  border-top: none;
}
@media only screen and (max-width: 768px) {
  .built-apps .list .item:nth-of-type(-n + 2) {
    border-top: 1px dashed #4e5867;
  }
}
@media only screen and (max-width: 768px) {
  .built-apps .list .item:nth-of-type(1) {
    border-top: none;
  }
}
.built-apps .list .item h3 {
  font-weight: 700;
  font-size: 21px;
}
.built-apps .btn {
  width: 220px;
  margin: 80px auto 0;
}
@media only screen and (max-width: 768px) {
  .built-apps .btn {
    margin: 16px auto 0;
  }
}
.industries-served .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
}
@media only screen and (max-width: 768px) {
  .industries-served .list {
    grid-template-columns: 100%;
  }
}
.industries-served .list article {
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: 14px;
}
.industries-served .list article .img-box {
  display: flex;
  width: 100%;
  position: relative;
  padding: 0 0 52%;
  border-radius: 10px;
  margin: 0 0 16px;
  overflow: hidden;
}
.industries-served .list article .img-box:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.industries-served .list article .img-box img {
  transition: 0.3s;
}
.industries-served .list article h3 {
  font-weight: 600;
  font-weight: 18px;
  margin: 0 0 8px;
}
.industries-served .list article .desc {
  margin: 0 0 20px;
}
.industries-served .list article .link {
  margin: auto 0 0 0;
}
.tech-stack {
  color: #fff;
  background-image: url(7681c136e42497407c0501cefb617f34.png);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .tech-stack {
    background: linear-gradient(144deg, #1a1d22 0%, #2f3744 76.85%);
  }
}
.tech-stack h2 span {
  font-weight: 700;
  color: #fbae17;
}
.tech-stack .table {
  border-top: 1px dashed #4e5867;
}
@media only screen and (max-width: 768px) {
  .tech-stack .table {
    border: none;
  }
}
.tech-stack .table .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #4e5867;
}
@media only screen and (max-width: 768px) {
  .tech-stack .table .row {
    margin: 0 0 40px;
    padding: 0 0 40px;
  }
  .tech-stack .table .row:last-of-type {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.tech-stack .table .row .title {
  display: flex;
  align-items: center;
  width: 132px;
  border-right: 1px dashed #4e5867;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .tech-stack .table .row .title {
    width: 100%;
    border: none;
    margin: 0 0 40px;
  }
}
.tech-stack .table .row .list {
  width: calc(100% - 132px);
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1376px) {
  .tech-stack .table .row .list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .tech-stack .table .row .list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .tech-stack .table .row .list {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
  }
}
.tech-stack .table .row .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 40px;
  font-size: 19px;
}
@media only screen and (max-width: 768px) {
  .tech-stack .table .row .list .item {
    padding: 0;
  }
}
.tech-stack .table .row .list .item img {
  width: 60px;
  height: auto;
}
.tech-stack .table.table-flex {
  display: flex;
  flex-wrap: wrap;
}
.tech-stack .table.table-flex .row {
  width: 50%;
  border-right: 1px dashed #4e5867;
}
@media only screen and (max-width: 1024px) {
  .tech-stack .table.table-flex .row {
    width: 100%;
    border-right: 0;
  }
}
.tech-stack .table.table-flex .row .list {
  width: calc(100% - 200px);
}
.tech-stack .table.table-flex .row .title {
  width: 200px;
  padding: 0 10px;
}
.web-dev-process .list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.web-dev-process .list .item {
  border-radius: 12px;
  border: 1px solid #e3e8ed;
  background: #fff;
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.05),
    0px 0px 21px 0px rgba(0, 0, 0, 0.07);
  padding: 24px;
  font-size: 14px;
}
.web-dev-process .list .item .top-box {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
}
.web-dev-process .list .item .top-box img {
  height: 48px;
  width: auto;
}
.web-dev-process .list .item .top-box h3 {
  font-weight: 500;
  font-size: 19px;
}
.book-a-call {
  background: linear-gradient(144deg, #1a1d22 0%, #2f3744 76.85%);
  color: #fff;
  text-align: center;
}
.book-a-call .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.book-a-call h4 {
  max-width: 982px;
  font-size: 20px;
}
.book-a-call h4 span {
  font-weight: 700;
  color: #fbae17;
}
.book-a-call img {
  width: 24px;
  height: auto;
}
.book-a-call .btn {
  width: 100%;
  max-width: 440px;
}
@media only screen and (max-width: 768px) {
  .book-a-call .btn {
    max-width: 285px;
  }
}
.not-found {
  padding: 100px 0;
  background-color: #f9f9f9;
  text-align: center;
  margin: 50px 0;
}
@media only screen and (max-width: 768px) {
  .not-found {
    padding: 60px 0;
  }
}
.not-found .subtitle {
  margin: 20px 0;
}
.simple-page {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .simple-page {
    padding: 40px 0 60px;
  }
}
.simple-page .row {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  margin: 70px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .simple-page .row {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .simple-page .row {
    margin: 40px 0 0 0;
  }
}
.simple-page .row .links {
  width: 360px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .simple-page .row .links {
    width: 100%;
  }
}
.simple-page .row .links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-family: "Syncopate";
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #eff3f7;
  padding: 20px 25px;
}
@media only screen and (max-width: 768px) {
  .simple-page .row .links a {
    font-size: 14px;
    padding: 16px;
  }
}
.simple-page .row .links a:hover {
  text-decoration: none;
}
.simple-page .row .links a.current-menu-item,
.simple-page .row .links a.active {
  background-color: #0c679a;
  color: #fff;
}
.simple-page .row .links a.current-menu-item svg,
.simple-page .row .links a.active svg {
  stroke: #fff;
}
.simple-page .row .links a span {
  max-width: calc(100% - 24px);
}
.simple-page .row .links a svg {
  width: 16px;
  height: 16px;
  stroke: #e2e2e3;
}
.simple-page .row .content {
  width: calc(100% - 460px);
}
@media only screen and (max-width: 1024px) {
  .simple-page .row .content {
    width: calc(100% - 400px);
  }
}
@media only screen and (max-width: 768px) {
  .simple-page .row .content {
    width: 100%;
  }
}
.simple-page .row .content .accordion {
  padding: 36px 0;
  border-bottom: 1px dashed #e2e2e3;
}
@media only screen and (max-width: 768px) {
  .simple-page .row .content .accordion {
    padding: 16px 0;
  }
}
.simple-page .row .content .accordion:first-of-type {
  padding-top: 0;
}
.simple-page .row .content .accordion:first-of-type .accordion-btn {
  padding-top: 0;
}
.simple-page .row .content .accordion:last-of-type {
  padding-bottom: 0;
  border: none;
}
.simple-page .row .content .accordion:last-of-type .accordion-body {
  padding-bottom: 0;
}
.simple-page .row .content .accordion .accordion-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  font-weight: 600;
  font-size: 24px;
  padding: 24px 0;
  text-align: left;
  transition: 0.3s;
}
.simple-page .row .content .accordion .accordion-btn:hover {
  color: #0c679a;
}
@media only screen and (max-width: 768px) {
  .simple-page .row .content .accordion .accordion-btn {
    gap: 20px;
    font-size: 18px;
    padding: 8px 0;
  }
}
.simple-page .row .content .accordion .accordion-btn.opened img {
  transform: rotate(135deg);
}
.simple-page .row .content .accordion .accordion-btn span {
  max-width: calc(100% - 58px);
}
@media only screen and (max-width: 768px) {
  .simple-page .row .content .accordion .accordion-btn span {
    max-width: calc(100% - 38px);
  }
}
.simple-page .row .content .accordion .accordion-btn img {
  width: 18px;
  height: 18px;
  transition: 0.3s;
}
.simple-page .row .content .accordion .accordion-body {
  display: none;
  font-size: 18px;
  padding: 0 58px 24px 0;
}
@media only screen and (max-width: 768px) {
  .simple-page .row .content .accordion .accordion-body {
    font-size: 14px;
    padding: 0 0 8px 0;
  }
}
.simple-page .row .content .text > * {
  margin: 0 0 16px;
}
.simple-page .row .content .text h2,
.simple-page .row .content .text h3,
.simple-page .row .content .text h4,
.simple-page .row .content .text h5,
.simple-page .row .content .text h6 {
  font-family: "RobotoSerif";
  font-weight: 500;
}
.simple-page .row .content .text h2 {
  font-size: 24px;
}
.simple-page .row .content .text ul,
.simple-page .row .content .text ol {
  padding: 0 0 0 16px;
}
.simple-page .row .content .text ul li,
.simple-page .row .content .text ol li {
  list-style-position: outside;
}

.nav #menu-main-menu > li:nth-child(5) {
  display: none; 
}