@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: "Poppins", sans-serif;
  color: #173244;
  letter-spacing: 0.2px;
}

body {
  margin: 0;
  background: #f7f7f7;
}

main {
  display: block;
  margin-top: 2rem !important;
}

@media (min-width: 1024px) {
  main {
    margin-top: 0 !important;
  }
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.work {
  background-color: #83858a !important;
}

.js-recaptcha-error {
  color: red;
  text-align: center;
  font-size: 12px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
}

pre {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
}

a {
  background-color: transparent;
}

a,
button {
  outline: 0 !important;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
  font-weight: 700;
}

code, kbd, samp {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  color: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type="button"], [type="submit"], button {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

[type="button"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset, ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #173244;
}

.link-color {
  color: #0062ff;
}

.link-color:hover {
  text-decoration: underline;
  color: #0062ff;
}

.link-geen {
  color: #129590;
}

.link-color-p p a {
  color: #0062ff;
}

.link-color-p p a:hover {
  text-decoration: underline;
  color: #0062ff;
}

.link-green a {
  color: #129590;
  text-decoration: underline;
}

.link-green a:hover {
  text-decoration: none;
}

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

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1260px) {
  .container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

.space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse));
}

.space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * (1 - var(--space-x-reverse)));
}

.space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--space-x-reverse)));
}

.space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse));
}

.space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1rem * var(--space-x-reverse));
  margin-left: calc(1rem * (1 - var(--space-x-reverse)));
}

.space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - var(--space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--space-y-reverse));
}

.space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--space-y-reverse));
}

.space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--space-x-reverse));
  margin-left: calc(1.5rem * (1 - var(--space-x-reverse)));
}

.space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--space-x-reverse));
  margin-left: calc(1.5rem * (1 - var(--space-x-reverse)));
}

.space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2rem * (1 - var(--space-y-reverse)));
  margin-bottom: calc(2rem * var(--space-y-reverse));
}

.bg-white {
  background-color: #fff;
}

.bg-lightGrey {
  background-color: #eee;
}

.bg-mediumGrey {
  background-color: #e0e0e0;
}

.bg-green {
  background-color: #129590;
}

.bg-lightGreen {
  background-color: #e8f5f4;
}

.bg-darkGreen {
  background-color: #00817c;
}

.bg-red {
  background-color: #f82530;
}

form .bg-red:hover {
  background-color: #d61c26;
}

.section-lines {
  position: relative;
}

@media (min-width: 1260px) {
  .section-lines:after,
  .section-lines:before {
    position: absolute;
    height: 100%;
    top: 0;
    border-right: 1px solid #E8F5F4;
    border-left: 1px solid #E8F5F4;
    z-index: -10;
    content: "";
    width: 45.8%;
  }
  .section-lines:before {
    left: 15.6%;
  }
  .section-lines:after {
    right: 15.6%;
  }
}

.rounded-none {
  border-radius: 0;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border: 0px;
  border-width: 1px;
}

.border-b {
  border: 0px;
  border-bottom-width: 1px;
}

.border-bottom-grey {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 20px;
}

.border-black {
  border-bottom: 1px solid #000;
}

.border-lightGreen {
  border-bottom: 1px solid #e8f5f4;
}

.border-opacity-25 {
  --border-opacity: 0.25;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.grid-center {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-start {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.hidden {
  display: none;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.place-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  place-items: center;
}

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-items-center {
  justify-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flexwrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.h-6 {
  height: 1.5rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-18 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-36 {
  height: 9rem;
}

.h-52 {
  height: 13rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-80 {
  height: 20rem;
}

.h-104 {
  height: 26rem;
}

.h-108 {
  height: 27rem;
}

.h-full {
  height: 100%;
}

.h-90 {
  height: 90px !important;
}

.min-h-64 {
  min-height: 16rem;
}

@media (min-width: 1280px) {
  .section-custom-height {
    padding-top: 80px;
  }
}

@media (min-width: 1024px) {
  .section-custom-height {
    min-height: 100vh;
    padding-top: 80px;
  }
}

.min-h-340 {
  min-height: 340px !important;
}

@media (max-width: 991px) {
  .min-h-120 {
    min-height: 120px;
  }
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.stroke-current {
  stroke: currentColor;
}

@media (min-width: 1024px) {
  .js-visible {
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .js-visible:not(.is-visible) {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
  }
}

.font-medium {
  font-weight: 500;
}

.font-14 {
  font-size: 14px;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.text-xs {
  font-size: 12px;
  line-height: 1.6;
}

.text-sm {
  font-size: 14px;
  line-height: 1.6;
}

.text-base {
  font-size: 16px;
  line-height: 1.6;
}

.text-lg {
  font-size: 18px;
  line-height: 1.5;
}

.text-xl {
  font-size: 24px;
  line-height: 1.5;
}

.text-2xl {
  font-size: 32px;
  line-height: 1.2;
}

.text-5xl {
  font-size: 40px;
  line-height: 1.2;
}

.leading-none {
  line-height: 1;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.socialmedia .text-white:hover {
  --text-opacity: 0.75;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-lightGrey {
  --text-opacity: 1;
  color: #eee;
  color: rgba(238, 238, 238, var(--text-opacity));
}

.text-mediumGrey {
  --text-opacity: 1;
  color: #e0e0e0;
  color: rgba(224, 224, 224, var(--text-opacity));
}

.text-dark {
  --text-opacity: 1;
  color: #173244;
  color: rgba(23, 50, 68, var(--text-opacity));
}

.socialmedia .text-green:hover {
  --text-opacity: 0.75;
  color: #129590;
  color: rgba(18, 149, 144, var(--text-opacity));
}

.text-green {
  --text-opacity: 1;
  color: #129590;
  color: rgba(18, 149, 144, var(--text-opacity));
}

.text-lightGreen {
  --text-opacity: 1;
  color: #e8f5f4;
  color: rgba(232, 245, 244, var(--text-opacity));
}

.text-red {
  --text-opacity: 1;
  color: #f82530;
  color: rgba(248, 37, 48, var(--text-opacity));
}

.text-opacity-50 {
  --text-opacity: 0.5;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.title-404 {
  --text-opacity: 1;
  color: #f82530;
  color: rgba(248, 37, 48, var(--text-opacity));
  font-weight: 700;
  font-size: 144px;
  line-height: 120%;
}

@media (min-width: 1024px) {
  .title-404 {
    font-size: 168px;
  }
}

@media (max-width: 991px) {
  .text-center-mobile {
    text-align: center;
  }
  .text-mb14 {
    font-size: 14px;
  }
}

.text-page {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 1024px) {
  .text-page {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.info-contact {
  font-size: 10px;
  line-height: 1.5;
  color: #97a0a6;
  font-weight: 400;
}

.mx-5 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-10 {
  margin: 0 10px;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mr--12 {
  margin-left: -3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mt-15 {
  margin-top: 3.75rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mt-22 {
  margin-top: 5.5rem;
}

.mb-22 {
  margin-bottom: 5.5rem;
}

.mb-30 {
  margin-bottom: 7.5rem;
}

.mt-auto {
  margin-top: auto;
}

.min-w-50 {
  min-width: 12.5rem;
}

@media (min-width: 1024px) {
  .ml-container {
    margin-left: calc(50% - 512px);
  }
}

@media (min-width: 1260px) {
  .ml-container {
    margin-left: calc(50% - 600px);
  }
}

@media (min-width: 1024px) {
  .mr-container {
    margin-right: calc(50% - 512px);
  }
}

@media (min-width: 1260px) {
  .mr-container {
    margin-right: calc(50% - 600px);
  }
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-14 {
  padding: 3.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-22 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pt-0 {
  padding-top: 0;
  margin-top: 0;
}

.pt-5 {
  padding-top: 0;
  padding-bottom: 1rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pb-10 {
  padding-bottom: 3.5rem;
}

.pb-5 {
  padding-bottom: 1rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pt-22 {
  padding-top: 5.5rem;
}

.pb-22 {
  padding-bottom: 5.5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pt-30 {
  padding-top: 7.5rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-37 {
  padding-top: 4rem;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.top-24 {
  top: 6rem;
}

.top-1\/2 {
  top: 50%;
}

.left-1\/2 {
  left: 50%;
}

.z-10 {
  z-index: 10;
}

.z-1 {
  z-index: 1;
}

.-z-10 {
  z-index: -10;
}

.zindex {
  position: relative;
  z-index: 1;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-15 {
  width: 3.75rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-1\/2 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-48\/100 {
  width: 48%;
}

.min-w-235 {
  min-width: 235px;
}

@media (max-width: 440px) {
  .min-w-235 {
    min-width: 210px;
    padding-left: 40px;
  }
}

.min-w-200 {
  min-width: 200px;
}

@media (max-width: 440px) {
  .min-w-200 {
    min-width: 210px;
  }
}

.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.gap-10 {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.gap-12 {
  grid-gap: 3rem;
  gap: 3rem;
}

.gap-22 {
  grid-gap: 5.5rem;
  gap: 5.5rem;
}

.gap-y-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.gap-y-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.gap-y-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.grid-cols-1 {
  -ms-grid-columns: (minmax(0, 1fr))[1];
      grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (max-width: 991px) {
  .mobile-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
  }
  .img-payment {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .text-payment {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.-translate-x-1\/2 {
  --transform-translate-x: -50%;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes ping {
  75%,
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%,
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@-webkit-keyframes bounce {
  0%,
  to {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes bounce {
  0%,
  to {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.mix-multiply {
  mix-blend-mode: multiply;
}

.translate-x-y-half {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  #animation_container {
    position: relative;
    width: 100% !important;
    height: 150px !important;
  }
  #animation_container canvas {
    width: 100% !important;
    height: auto !important;
  }
}

@media (min-width: 1024px) {
  .shadow-custom {
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .shadow-custom:hover {
    -webkit-box-shadow: 0 56px 54px -21px rgba(229, 229, 229, 0.7);
    box-shadow: 0 56px 54px -21px rgba(229, 229, 229, 0.7);
  }
}

.shadow-1 {
  -webkit-box-shadow: 0 56px 54px -21px rgba(229, 229, 229, 0.5);
  box-shadow: 0 56px 54px -21px rgba(229, 229, 229, 0.5);
}

.shadow-2 {
  -webkit-box-shadow: 0 56px 54px -21px rgba(157, 215, 210, 0.5);
  box-shadow: 0 56px 54px -21px rgba(157, 215, 210, 0.5);
}

.drop-shadow-red {
  -webkit-filter: drop-shadow(0 80px 80px rgba(248, 37, 48, 0.11)) drop-shadow(0 33.4221px 33.4221px rgba(248, 37, 48, 0.079074)) drop-shadow(0 17.869px 17.869px rgba(248, 37, 48, 0.0655718)) drop-shadow(0 10.0172px 10.0172px rgba(248, 37, 48, 0.055)) drop-shadow(0 5.32008px 5.32008px rgba(248, 37, 48, 0.0444282)) drop-shadow(0 2.21381px 2.21381px rgba(248, 37, 48, 0.030926));
  filter: drop-shadow(0 80px 80px rgba(248, 37, 48, 0.11)) drop-shadow(0 33.4221px 33.4221px rgba(248, 37, 48, 0.079074)) drop-shadow(0 17.869px 17.869px rgba(248, 37, 48, 0.0655718)) drop-shadow(0 10.0172px 10.0172px rgba(248, 37, 48, 0.055)) drop-shadow(0 5.32008px 5.32008px rgba(248, 37, 48, 0.0444282)) drop-shadow(0 2.21381px 2.21381px rgba(248, 37, 48, 0.030926));
}

.is-safari .drop-shadow-red {
  -webkit-filter: none;
  filter: none;
}

.drop-shadow-grey-1 {
  -webkit-filter: drop-shadow(0 154px 126px rgba(0, 0, 0, 0.07)) drop-shadow(0 49.9794px 43.1694px rgba(0, 0, 0, 0.0453408)) drop-shadow(0 23.2406px 18.791px rgba(0, 0, 0, 0.0325632)) drop-shadow(0 11.5388px 8.14689px rgba(0, 0, 0, 0.0227847)) drop-shadow(0 5.3376px 2.96572px rgba(0, 0, 0, 0.0145288)) drop-shadow(0 1.87513px 0.62975px rgba(0, 0, 0, 0.0071287));
  filter: drop-shadow(0 154px 126px rgba(0, 0, 0, 0.07)) drop-shadow(0 49.9794px 43.1694px rgba(0, 0, 0, 0.0453408)) drop-shadow(0 23.2406px 18.791px rgba(0, 0, 0, 0.0325632)) drop-shadow(0 11.5388px 8.14689px rgba(0, 0, 0, 0.0227847)) drop-shadow(0 5.3376px 2.96572px rgba(0, 0, 0, 0.0145288)) drop-shadow(0 1.87513px 0.62975px rgba(0, 0, 0, 0.0071287));
}

.is-safari .drop-shadow-grey-1 {
  -webkit-filter: none;
  filter: none;
}

.drop-shadow-grey-2 {
  -webkit-filter: drop-shadow(0 56px 54px rgba(229, 229, 229, 0.5));
  filter: drop-shadow(0 56px 54px rgba(229, 229, 229, 0.5));
}

.is-safari .drop-shadow-grey-2 {
  -webkit-filter: none;
  filter: none;
}

.page-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem;
  --text-opacity: 1;
  color: #129590;
  color: rgba(18, 149, 144, var(--text-opacity));
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .page-pagination {
    margin-top: 5rem;
  }
}

.page-pagination > * + * {
  margin-left: 1.5rem;
}

.white-label-table {
  min-width: 887px;
}

@media (min-width: 1024px) {
  .white-label-table {
    min-width: 100%;
  }
}

.scroll-top-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 1rem;
  margin-bottom: 5.5rem;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 20;
}

@media (min-width: 1024px) {
  .scroll-top-btn {
    display: block;
    margin-bottom: 1rem;
  }
}

.scroll-top-btn svg {
  width: 3rem;
  height: 3rem;
}

@media (min-width: 1024px) {
  .scroll-top-btn svg {
    width: 6rem;
    height: 6rem;
  }
}

@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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff
;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-wrapper-android .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper,
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper,
.swiper-container-autoheight .swiper-slide .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-left {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-css-mode > .swiper-wrapper.swiper-container-horizontal {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-css-mode > .swiper-wrapper.swiper-container-vertical {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 10;
}

.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic, .swiper-pagination-custom-dynamic, .swiper-pagination-fraction-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-custom-dynamic .swiper-pagination-bullet, .swiper-pagination-fraction-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main, .swiper-pagination-custom-dynamic .swiper-pagination-bullet-active, .swiper-pagination-custom-dynamic .swiper-pagination-bullet-active-main, .swiper-pagination-fraction-dynamic .swiper-pagination-bullet-active, .swiper-pagination-fraction-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev, .swiper-pagination-custom-dynamic .swiper-pagination-bullet-active-prev, .swiper-pagination-fraction-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev, .swiper-pagination-custom-dynamic .swiper-pagination-bullet-active-prev-prev, .swiper-pagination-fraction-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, .swiper-pagination-custom-dynamic .swiper-pagination-bullet-active-next, .swiper-pagination-fraction-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next, .swiper-pagination-custom-dynamic .swiper-pagination-bullet-active-next-next, .swiper-pagination-fraction-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-custom-dynamic .swiper-pagination-bullet, .swiper-pagination-fraction-dynamic .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-clickable, .swiper-pagination-custom-dynamic .swiper-pagination-bullet-clickable, .swiper-pagination-fraction-dynamic .swiper-pagination-bullet-clickable {
  cursor: pointer;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-custom-dynamic .swiper-pagination-bullet-active, .swiper-pagination-fraction-dynamic .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-theme-color, var(--swiper-pagination-color, var(--swiper-theme-color)));
}

.swiper-pagination-vertical {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-pagination-vertical-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, transform 0.2s;
  transition: top 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.swiper-pagination-horizontal {
  margin: 0 4px;
}

.swiper-pagination-horizontal-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-pagination-horizontal-dynamic .swiper-pagination-bullet {
  -webkit-transition: left 0.2s, -webkit-transform 0.2s;
  transition: left 0.2s, -webkit-transform 0.2s;
  transition: left 0.2s, transform 0.2s;
  transition: left 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.swiper-pagination-horizontal.swiper-container-rtl .swiper-pagination-bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, transform 0.2s;
  transition: right 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color, var(--swiper-pagination-color, var(--swiper-theme-color)));
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-drag-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-zoom-container-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
          animation: swiper-preloader-spin 1s linear infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color, var(--swiper-preloader-color, var(--swiper-theme-color)));
  border-radius: 50%;
  border-top: 4px solid transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next .swiper-slide-next, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-slide-cube-shadow::before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container--index-hero .swiper-slide, .swiper-container--white-label-payment .swiper-slide {
  opacity: 0 !important;
}

.swiper-container--index-hero .swiper-slide.swiper-slide-active, .swiper-container--white-label-payment .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.swiper-container--about-services .swiper-slide, .swiper-container--connectors-integration .swiper-slide {
  height: auto;
}

@media (min-width: 1024px) {
  .swiper-container--related-news {
    overflow: auto;
  }
  .swiper-container--related-news .swiper-wrapper {
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 3rem;
    gap: 3rem;
    display: -ms-grid !important;
    display: grid !important;
  }
}

.arrow-swipper {
  position: relative;
  z-index: 10;
  top: -40px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: -22px;
  margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-theme-color, var(--swiper-navigation-color, var(--swiper-theme-color)));
}

.swiper-button-next-disabled,
.swiper-button-prev-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after {
  content: "prev";
  font-family: swiper-icons;
  font-size: 0 !important;
  text-transform: none !important;
  letter-spacing: 0;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  background: url("../../images/arrow-swipe-left.svg") no-repeat 0 0;
  width: 36px;
  height: 36px;
  background-size: contain;
  position: relative;
  left: -60px;
}

.swiper-button-next:after {
  content: "next";
  font-family: swiper-icons;
  font-size: 0 !important;
  text-transform: none !important;
  letter-spacing: 0;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  background: url("../../images/arrow-swipe-right.svg") no-repeat 0 0;
  width: 36px;
  height: 36px;
  background-size: contain;
  position: relative;
  right: -60px;
}

.swiper-button-prev, .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}

.img-map-contact {
  background: url(../../images/map-akurateco.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 600px;
}

@media (max-width: 640px) {
  .img-map-contact {
    background: url(../../images/map-contact-mobile.jpg) no-repeat 38%;
    background-size: cover;
    width: 100%;
    height: 320px;
  }
}

.img-64 {
  width: 64px;
}

.chart-img img:first-child {
  display: block;
}

.chart-img img {
  display: none;
}

@media (min-width: 768px) {
  .three-img-desk {
    display: block;
  }
  .three-img-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .three-img-desk {
    display: none;
  }
  .three-img-mobile {
    display: block;
  }
}

.cta-block {
  z-index: 30;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  --bg-opacity: 1;
  background-color: #e8f5f4;
  background-color: rgba(232, 245, 244, var(--bg-opacity));
}

.cta-block .button {
  width: auto;
  letter-spacing: 0.05em;
  font-size: 10px;
  line-height: 15px;
}

@media (min-width: 1024px) {
  .cta-block {
    display: none;
  }
}

.accordion__title, .accordion__title_report, .accordion_icon_title_report {
  padding-left: 4rem;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 0.5rem;
  line-height: 32px;
}

@media (min-width: 1024px) {
  .accordion__title, .accordion__title_report, .accordion_icon_title_report {
    font-size: 24px;
    line-height: 1.4;
  }
}

.accordion__title:before, .accordion__title_report:before, .accordion_icon_title_report:before {
  left: 0;
  width: 2rem;
  height: 2rem;
  --bg-opacity: 1;
  background-color: #129590;
  background-color: rgba(18, 149, 144, var(--bg-opacity));
  border-radius: 0.5rem;
}

.accordion__title:hover:before, .accordion__title_report:hover:before, .accordion_icon_title_report:hover:before {
  -webkit-box-shadow: 0 80px 80px rgba(18, 149, 144, 0.11), 0 33.4221px 33.4221px rgba(18, 149, 144, 0.079074), 0 17.869px 17.869px rgba(18, 149, 144, 0.0655718), 0 10.0172px 10.0172px rgba(18, 149, 144, 0.055), 0 5.32008px 5.32008px rgba(18, 149, 144, 0.0444282), 0 2.21381px 2.21381px rgba(18, 149, 144, 0.030926);
  box-shadow: 0 80px 80px rgba(18, 149, 144, 0.11), 0 33.4221px 33.4221px rgba(18, 149, 144, 0.079074), 0 17.869px 17.869px rgba(18, 149, 144, 0.0655718), 0 10.0172px 10.0172px rgba(18, 149, 144, 0.055), 0 5.32008px 5.32008px rgba(18, 149, 144, 0.0444282), 0 2.21381px 2.21381px rgba(18, 149, 144, 0.030926);
}

.accordion__title:before, .accordion__title:after, .accordion__title_report:before, .accordion__title_report:after, .accordion_icon_title_report:before, .accordion_icon_title_report:after {
  top: 50%;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-translate-y: -50%;
  position: absolute;
  content: "";
}

.accordion__title:after, .accordion__title_report:after, .accordion_icon_title_report:after {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  left: 11px;
  background: url(../../images/arr-down-white.svg) no-repeat 50%;
  background-size: cover;
  width: 12px;
  height: 8px;
}

.accordion__title.is-active, .accordion__title.is-active_report, .accordion__title_report.is-active, .accordion__title_report.is-active_report, .accordion_icon_title_report.is-active, .accordion_icon_title_report.is-active_report {
  --bg-opacity: 1;
  background-color: #129590;
  background-color: rgba(18, 149, 144, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.accordion__title.is-active:after, .accordion__title.is-active_report:after, .accordion__title_report.is-active:after, .accordion__title_report.is-active_report:after, .accordion_icon_title_report.is-active:after, .accordion_icon_title_report.is-active_report:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.accordion__text, .accordion__text_report {
  padding: 1rem;
  --bg-opacity: 1;
  background-color: #e8f5f4;
  background-color: rgba(232, 245, 244, var(--bg-opacity));
  margin-bottom: 2rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.accordion__text p, .accordion__text_report p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

@media (max-width: 991px) {
  .accordion__text p, .accordion__text_report p {
    padding: 10px;
  }
}

@media (min-width: 1024px) {
  .accordion__text, .accordion__text_report {
    padding: 0 0 0 4rem;
    margin-top: 1rem;
    background-color: transparent;
    border-radius: 0;
  }
}

.faq .accordion__title.is-active, .faq .accordion__title_report.is-active_report {
  --text-opacity: 1;
  color: #173244;
  color: rgba(23, 50, 68, var(--text-opacity));
  background-color: transparent;
}

.faq .accordion__text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.js-accordion-content {
  display: none;
}

.accordion__title_report {
  cursor: pointer;
}

.accordion__text_report {
  display: none;
}

.is-active_report {
  display: block !important;
}

/* CSS для мобільних пристроїв (менше 991px) */
@media (max-width: 991px) {
  .accordion__items:not(.is-active_report) {
    display: none;
  }
  .accordion__items:first-child {
    display: block;
  }
  .mobile-open .accordion__items {
    display: block;
  }
  .accordion__text_report {
    margin: 0px !important;
    padding: 0px !important;
  }
}

.accordion__text ul li {
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 15px;
  background: url(../../images/arr-right-red.svg) 0 center no-repeat;
}

.accordion__text a {
  color: #0062ff;
}

.accordion__text a:hover {
  color: #0062ff;
  text-decoration: underline;
}

.accordion__text_report ul li {
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 15px;
  background: url(../../images/arr-right-red.svg) 0 center no-repeat;
}

.accordion__text_report a {
  color: #0062ff;
}

.accordion__text_report a:hover {
  color: #0062ff;
  text-decoration: underline;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
  padding: 7px 60px !important;
  background-color: #00817c;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli-bar-message {
  color: #fff !important;
}

.cli-bar-btn_container .cli-plugin-button {
  border-radius: 10px;
  padding: 15px 20px;
}

.cli-bar-btn_container .cli-plugin-button:hover {
  background-color: #f82530 !important;
  color: #fff !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #f82530 !important;
  border-radius: 10px !important;
  color: #fff !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn:hover {
  background-color: #d61c26 !important;
  color: #fff !important;
}

.cli-switch input:checked + .cli-slider {
  background-color: #f82530 !important;
}

.cli-modal-backdrop {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.cli-modal-content {
  border-radius: 1rem !important;
  padding: 40px !important;
}

.cli-modal-content .cli-bar-message {
  line-height: 1.75em;
}

.cli-tab-header a:before {
  border-right: 1px solid #f82530 !important;
  border-bottom: 1px solid #f82530 !important;
}

@media (max-width: 576px) {
  .cli-privacy-content-text,
  .cli-tab-container p,
  .wt-cli-cookie-description {
    color: #7a7a7a !important;
    font-size: 12px !important;
    line-height: 1.3em !important;
  }
  .cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
    max-height: 32px !important;
  }
  .cli-modal-content {
    border-radius: 0.5rem !important;
    padding: 20px !important;
  }
  .cli-tab-header a.cli-nav-link {
    font-size: 12px !important;
    margin-top: -3px !important;
  }
  .cli-tab-section .cli-tab-content {
    padding: 5px 10px !important;
  }
  a.cli-privacy-readmore {
    font-size: 12px !important;
    margin-top: 5px !important;
  }
  #cliSettingsPopup .cli-tab-section-container {
    padding-top: 5px !important;
  }
  .cli-tab-container h1, .cli-tab-container h4 {
    margin: 0 !important;
    font-weight: 600 !important;
  }
  .cli-switch .cli-slider:after {
    font-size: 10px !important;
    top: 3px !important;
  }
  .cli-tab-footer {
    text-align: center !important;
    padding: 15px 0 !important;
  }
  .cli-tab-footer .cli-btn {
    padding: 7px 60px 7px 15px !important;
  }
  .cli-tab-footer .wt-cli-privacy-accept-btn {
    border-radius: 6px !important;
  }
  .cli-style-v2 .cli-bar-message {
    font-size: 12px !important;
    line-height: 1.5em !important;
  }
  #cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 10px 15px !important;
  }
  .cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    border-radius: 6px !important;
    padding: 10px 20px !important;
  }
}

.card-integration {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 0.75rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 0 56px 54px -21px rgba(229, 229, 229, 0.5);
          box-shadow: 0 56px 54px -21px rgba(229, 229, 229, 0.5);
  min-height: 198px;
}

@media (min-width: 1024px) {
  .card-integration {
    border-radius: 1rem;
    padding: 2.5rem;
    min-height: 302px;
  }
}

.card-integration--about {
  min-height: unset;
}

@media (min-width: 1024px) {
  .card-integration--about {
    padding-top: 4rem;
    min-height: unset;
  }
}

.card-integration__number {
  position: absolute;
  --text-opacity: 1;
  color: #e8f5f4;
  color: rgba(232, 245, 244, var(--text-opacity));
  font-weight: 700;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-translate-x: 100%;
  font-size: 139px;
  bottom: -30px;
  right: 100px;
}

@media (min-width: 1024px) {
  .card-integration__number {
    font-size: 216px;
    bottom: -50px;
    right: 150px;
  }
}

.card-services {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 0.5rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

@media (min-width: 1024px) {
  .card-services {
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .card-services:hover {
    -webkit-box-shadow: 0 56px 54px -21px rgba(229, 229, 229, 0.5);
            box-shadow: 0 56px 54px -21px rgba(229, 229, 229, 0.5);
  }
  .card-services p.capitalize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 54px;
  }
}

.card-services img,
.card-services p {
  margin-bottom: 1.5rem;
}

.card-services a {
  margin-top: auto !important;
}

.card-blog {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 1rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-blog span {
  color: #173244;
}

@media (min-width: 1024px) {
  .card-blog {
    padding: 3.5rem;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .card-blog:hover {
    -webkit-box-shadow: 0 56px 54px -21px rgba(229, 229, 229, 0.5);
            box-shadow: 0 56px 54px -21px rgba(229, 229, 229, 0.5);
  }
}

.card-blog--modified {
  padding: 1.5rem;
}

.card-blog--modified .card-blog__text {
  display: none;
}

@media (min-width: 1024px) {
  .card-blog--modified {
    padding: 1.5rem;
  }
  .card-blog--modified .card-blog__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.card-blog .card-blog__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .card-blog .card-blog__img {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

.card-blog .card-blog__text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .card-blog .card-blog__text {
    -webkit-line-clamp: 2;
  }
}

.card-job {
  display: block;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 1.5rem;
  border-radius: 1rem;
}

.card-job .card-job__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  --text-opacity: 1;
  color: #129590;
  color: rgba(18, 149, 144, var(--text-opacity));
}

.card-job .card-job__description {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.75rem;
}

.card-job .card-job__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .card-job .card-job__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.card-job .card-job__info p {
  font-weight: 500;
  text-transform: uppercase;
}

.card-job .card-job__info > * + * {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .card-job .card-job__info > * + * {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: calc(100% - 20px);
}

.modal.is-open {
  opacity: 1 !important;
  pointer-events: auto;
}

@media (max-height: 600px) {
  .modal {
    min-height: 530px;
    overflow-y: auto;
  }
}

.modal-bg {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.modal-bg.is-open {
  opacity: 1 !important;
  pointer-events: auto;
}

.modal--request, .modal--request-2, .modal--methods, .modal--thanks, .modal--cookie {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 1rem;
  padding: 1.5rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .modal--request, .modal--request-2, .modal--methods, .modal--thanks, .modal--cookie {
    padding: 2rem;
    max-width: 48rem;
  }
}

.modal--request-2, .modal--request-2-2, .modal--methods-2, .modal--thanks-2, .modal--cookie-2 {
  padding: 1.5rem 1.5rem 3rem;
}

@media (min-width: 1024px) {
  .modal--request-2, .modal--request-2-2, .modal--methods-2, .modal--thanks-2, .modal--cookie-2 {
    padding: 3rem;
    max-width: 48rem;
  }
}

.modal--request-methods, .modal--request-2-methods, .modal--methods-methods, .modal--thanks-methods, .modal--cookie-methods {
  padding: 1.5rem 1.5rem 3rem;
  width: 100%;
  margin-bottom: 64px;
}

@media (min-width: 1024px) {
  .modal--request-methods, .modal--request-2-methods, .modal--methods-methods, .modal--thanks-methods, .modal--cookie-methods {
    padding: 1.5rem;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .modal--request-methods, .modal--request-2-methods, .modal--methods-methods, .modal--thanks-methods, .modal--cookie-methods {
    display: none;
  }
}

.modal--request-thanks, .modal--request-2-thanks, .modal--methods-thanks, .modal--thanks-thanks, .modal--cookie-thanks {
  text-align: center;
  padding: 1.5rem 1.5rem 3rem;
  -webkit-box-shadow: 0 56px 54px -21px rgba(229, 229, 229, 0.5);
  box-shadow: 0 56px 54px -21px rgba(229, 229, 229, 0.5);
}

@media (min-width: 1024px) {
  .modal--request-thanks, .modal--request-2-thanks, .modal--methods-thanks, .modal--thanks-thanks, .modal--cookie-thanks {
    width: 66.666667%;
    padding: 4rem;
    max-width: 56rem;
  }
}

.modal--request-cookie, .modal--request-2-cookie, .modal--methods-cookie, .modal--thanks-cookie, .modal--cookie-cookie {
  bottom: 0;
  width: 100%;
  padding: 2.5rem 1.5rem 2rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  position: fixed;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.modal--request-cookie.is-open, .modal--request-2-cookie.is-open, .modal--methods-cookie.is-open, .modal--thanks-cookie.is-open, .modal--cookie-cookie.is-open {
  pointer-events: auto;
  opacity: 1 !important;
}

.modal--request-cookie .button, .modal--request-2-cookie .button, .modal--methods-cookie .button, .modal--thanks-cookie .button, .modal--cookie-cookie .button {
  width: 100% !important;
}

@media (min-width: 768px) {
  .modal--request-cookie .button, .modal--request-2-cookie .button, .modal--methods-cookie .button, .modal--thanks-cookie .button, .modal--cookie-cookie .button {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}

.mob-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mob-modal p {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .display-none-mob {
    display: none;
  }
}

.closebtnmy {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 10px;
  top: -10px;
  background: #24817d;
  padding: 3px;
  border-radius: 50px;
}

.closebtnmy img {
  width: 32px !important;
  height: 32px;
}

@media (max-width: 991px) {
  #cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 7px 60px 7px 40px !important;
  }
}

.text-container > * + * {
  margin-top: 1rem;
}

.text-container .text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.text-container .text-large {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}

.text-container .text-xlarge {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
}

.text-container strong {
  font-weight: 700;
}

.text-container-article p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .text-container-article p {
    font-size: 16px;
  }
}

.text-container-article h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 3.5rem;
  margin-bottom: 0;
}

.text-container-article h2 {
  font-size: 39px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .text-container-article h2 {
    font-size: 30px;
  }
}

.text-container-article h3 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 0;
  color: #4c6d83;
}

@media (max-width: 991px) {
  .text-container-article h3 {
    font-size: 28px;
  }
}

.text-container-article h4,
.text-container-article h5,
.text-container-article h6 {
  line-height: 1.5;
  font-weight: 400;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.text-container-article h4 {
  font-size: 25px;
}

.text-container-article h5 {
  font-size: 22px;
}

.text-container-article h6 {
  font-size: 20px;
}

.text-container-article blockquote {
  font-size: 20px;
  width: 100%;
  margin: 50px auto;
  font-style: italic;
  color: #555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #00817c;
  line-height: 1.6;
  position: relative;
}

.text-container-article blockquote::before {
  content: "\201C";
  color: #00817c;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

.text-container-article blockquote::after {
  content: "";
}

.text-container-article img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .text-container-article img {
    height: auto;
  }
}

.text-container-article a {
  text-decoration: underline;
  color: #0062ff;
}

.text-container-article ol {
  list-style: auto;
  padding-left: 17px;
  padding-bottom: 0;
}

.text-container-article ol li {
  font-size: 16px;
  line-height: 1.25;
  margin-top: 1rem;
  position: relative;
  padding-left: 5px;
}

@media (min-width: 1024px) {
  .text-container-article ol li {
    margin-top: 1.25rem;
  }
}

.text-container-article > :first-child {
  margin-top: 0;
}

.text-container-article > :last-child {
  margin-bottom: 0;
}

.text-container--job h1,
.text-container--job h2,
.text-container--job h3,
.text-container--job h4,
.text-container--job h5 {
  font-weight: 700;
  text-transform: capitalize;
}

.text-container--job h1 {
  font-size: 32px;
  line-height: 1.2;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .text-container--job h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.text-container--job h2 {
  font-size: 39px;
  line-height: 1.5;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .text-container--job h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}

.text-container--job h3 {
  font-size: 32px;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .text-container--job h3 {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.text-container--job h4,
.text-container--job h5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .text-container--job h4,
  .text-container--job h5 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.text-container--job ol,
.text-container--job ul {
  list-style-position: inside;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.text-container--job ol ol,
.text-container--job ul ol {
  list-style-type: decimal;
}

.text-container--job ol li,
.text-container--job ol p,
.text-container--job ul li,
.text-container--job ul p {
  font-size: 14px;
  line-height: 1.6;
}

.text-container--job ol li p,
.text-container--job ol p p,
.text-container--job ul li p,
.text-container--job ul p p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.text-container--job ol > :first-child,
.text-container--job ul > :first-child {
  margin-top: 0;
}

.text-container--job ol > :last-child,
.text-container--job ul > :last-child {
  margin-bottom: 0;
}

.text-contact p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.text-contact b, .text-contact strong {
  font-size: 16px;
  line-height: 1.5;
}

.header {
  top: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 30;
}

@media (max-width: 1300px) {
  .header {
    width: 100%;
  }
}

.header.is-hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header-desk {
  display: none;
  padding: 1rem 2.5rem;
  -webkit-box-shadow: 0 56px 54px -21px rgba(229, 229, 229, 0.5);
  box-shadow: 0 56px 54px -21px rgba(229, 229, 229, 0.5);
}

@media (min-width: 1200px) {
  .header-desk {
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .header-desk {
    padding: 1rem 1.5rem;
  }
}

.header-desk-lp {
  display: none;
  padding: 1rem 2.5rem;
}

@media (min-width: 1200px) {
  .header-desk-lp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .header-mob {
    display: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

@media (min-width: 1200px) {
  .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }
}

.nav li {
  width: 100%;
}

@media (min-width: 1024px) {
  .nav li {
    width: auto;
  }
}

.nav__link {
  font-size: 24px;
  line-height: 1.5;
  --text-opacity: 1;
  color: #173244;
  color: rgba(23, 50, 68, var(--text-opacity));
  font-weight: 700;
}

@media (min-width: 1200px) {
  .nav__link {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    display: block;
  }
  .nav__link.active,
  .nav__link.active-link,
  .nav__link:hover {
    --bg-opacity: 1;
    background-color: #e8f5f4;
    background-color: rgba(232, 245, 244, var(--bg-opacity));
  }
}

.nav__dropdown {
  position: relative;
}

.nav__dropdown-content {
  position: fixed;
  left: 50%;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-translate-x: -50%;
  -webkit-box-shadow: 0 56px 54px -21px rgba(229, 229, 229, 0.5);
  box-shadow: 0 56px 54px -21px rgba(229, 229, 229, 0.5);
  padding-top: 25px;
  width: 980px;
}

.nav__dropdown:hover .nav__dropdown-content {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 1024px) {
  .nav__dropdown.active .nav__link,
  .nav__dropdown.hovered .nav__link {
    --bg-opacity: 1;
    background-color: #e8f5f4;
    background-color: rgba(232, 245, 244, var(--bg-opacity));
  }
}

.menu {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
  background-image: linear-gradient(0deg, var(--gradient-color-stops));
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color),
    var(--gradient-to-color, hsla(0, 0%, 100%, 0));
  --gradient-to-color: #eee;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
}

.menu.is-active {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  height: calc(100vh - 160px);
}

.menu.is-active,
.submenu-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.submenu-toggler {
  position: relative;
}

.submenu-toggler,
.submenu-toggler div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.submenu-toggler div {
  width: 2rem;
  height: 2rem;
  --bg-opacity: 1;
  background-color: #129590;
  background-color: rgba(18, 149, 144, var(--bg-opacity));
  border-radius: 0.5rem;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  place-items: center;
}

.submenu-toggler img {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.submenu-toggler.is-active img {
  --transform-rotate: 180deg;
}

.submenu,
.submenu-wrapper {
  width: 100%;
}

.submenu {
  display: none;
  padding: 2rem;
  margin-top: 1.5rem;
  --bg-opacity: 1;
  background-color: #e8f5f4;
  background-color: rgba(232, 245, 244, var(--bg-opacity));
}

.submenu a {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background-color: transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.submenu a.active-link {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.dropdown-link {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  display: block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background-color: transparent;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.dropdown-link.active-link,
.dropdown-link:hover {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.dropdown-content__wrapper {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
  background-image: linear-gradient(0deg, var(--gradient-color-stops));
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color),
    var(--gradient-to-color, hsla(0, 0%, 100%, 0));
  --gradient-to-color: #eee;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dropdown-content__wrapper > * {
  padding: 2rem;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.dropdown-content__wrapper > :hover {
  --bg-opacity: 1;
  background-color: #e8f5f4;
  background-color: rgba(232, 245, 244, var(--bg-opacity));
}

.nav-toggler {
  position: relative;
  cursor: pointer;
  z-index: 10;
  outline: 2px solid transparent;
  outline-offset: 2px;
  width: 32px;
  height: 18px;
}

@media (min-width: 1300px) {
  .nav-toggler {
    display: none;
  }
}

.nav-toggler__line {
  --bg-opacity: 1;
  background-color: #129590;
  background-color: rgba(18, 149, 144, var(--bg-opacity));
  width: 100%;
  left: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  border-radius: 0.25rem;
  height: 3px;
}

.nav-toggler__line:first-child {
  top: 0;
}

.nav-toggler.is-active .nav-toggler__line:first-child {
  -webkit-transform: translateY(7.5px) rotate(45deg) translateX(0);
  transform: translateY(7.5px) rotate(45deg) translateX(0);
}

.nav-toggler__line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 66%;
}

.nav-toggler.is-active .nav-toggler__line:nth-child(2) {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.nav-toggler__line:last-child {
  bottom: 0;
}

.nav-toggler.is-active .nav-toggler__line:last-child {
  -webkit-transform: translateY(-7.5px) rotate(-45deg);
  transform: translateY(-7.5px) rotate(-45deg);
}

.label-new li:last-child {
  position: relative;
}

@media (min-width: 1024px) {
  .label-new li:last-child::after {
    content: "NEW";
    position: absolute;
    width: 15px;
    padding: 3px;
    width: 30px;
    background-color: #129590;
    color: #fff;
    font-size: 10px;
    top: -5px;
    left: 180px;
    border-radius: 4px;
  }
}

button {
  border: 0;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.5rem;
  height: 3rem;
}

@media (min-width: 1024px) {
  .button {
    transition-property: box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}

.button-red {
  --bg-opacity: 1;
  background-color: #f82530;
  background-color: rgba(248, 37, 48, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .button-red:hover {
    -webkit-box-shadow: 0 80px 80px rgba(248, 37, 48, 0.11), 0 33.4221px 33.4221px rgba(248, 37, 48, 0.079074), 0 17.869px 17.869px rgba(248, 37, 48, 0.0655718), 0 10.0172px 10.0172px rgba(248, 37, 48, 0.055), 0 5.32008px 5.32008px rgba(248, 37, 48, 0.0444282), 0 2.21381px 2.21381px rgba(248, 37, 48, 0.030926);
    box-shadow: 0 80px 80px rgba(248, 37, 48, 0.11), 0 33.4221px 33.4221px rgba(248, 37, 48, 0.079074), 0 17.869px 17.869px rgba(248, 37, 48, 0.0655718), 0 10.0172px 10.0172px rgba(248, 37, 48, 0.055), 0 5.32008px 5.32008px rgba(248, 37, 48, 0.0444282), 0 2.21381px 2.21381px rgba(248, 37, 48, 0.030926);
  }
  .button-red:active {
    background-color: #d61c26;
    -webkit-box-shadow: 0 0 0 rgba(18, 149, 144, 0);
            box-shadow: 0 0 0 rgba(18, 149, 144, 0);
  }
}

.header-desk .button-red {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1199px) and (max-width: 1300px) {
  .header-desk .button-red {
    font-size: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.header-desk .button-green {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1199px) and (max-width: 1300px) {
  .header-desk .button-green {
    font-size: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.button-green {
  --bg-opacity: 1;
  background-color: #129590;
  background-color: rgba(18, 149, 144, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

@media (min-width: 1024px) {
  .button-green:hover {
    -webkit-box-shadow: 0 80px 80px rgba(18, 149, 144, 0.11), 0 33.4221px 33.4221px rgba(18, 149, 144, 0.079074), 0 17.869px 17.869px rgba(18, 149, 144, 0.0655718), 0 10.0172px 10.0172px rgba(18, 149, 144, 0.055), 0 5.32008px 5.32008px rgba(18, 149, 144, 0.0444282), 0 2.21381px 2.21381px rgba(18, 149, 144, 0.030926);
    box-shadow: 0 80px 80px rgba(18, 149, 144, 0.11), 0 33.4221px 33.4221px rgba(18, 149, 144, 0.079074), 0 17.869px 17.869px rgba(18, 149, 144, 0.0655718), 0 10.0172px 10.0172px rgba(18, 149, 144, 0.055), 0 5.32008px 5.32008px rgba(18, 149, 144, 0.0444282), 0 2.21381px 2.21381px rgba(18, 149, 144, 0.030926);
  }
  .button-green:active {
    background-color: #10827d;
    -webkit-box-shadow: 0 0 0 rgba(18, 149, 144, 0);
            box-shadow: 0 0 0 rgba(18, 149, 144, 0);
  }
}

.button-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #129590;
  border-color: rgba(18, 149, 144, var(--border-opacity));
  --text-opacity: 1;
  color: #129590;
  color: rgba(18, 149, 144, var(--text-opacity));
  height: 2.5rem;
  border-radius: 0.5rem;
  margin-top: 3rem;
  position: relative;
}

@media (min-width: 1024px) {
  .button-back {
    min-width: 10rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.button-back svg {
  fill: currentColor;
  --text-opacity: 1;
  color: #129590;
  color: rgba(18, 149, 144, var(--text-opacity));
  width: 2rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 5rem;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-translate-y: -50%;
}

@media (min-width: 1024px) {
  .button-back svg {
    margin-left: 0.5rem;
  }
}

.button-back p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  --text-opacity: 1;
  color: #129590;
  color: rgba(18, 149, 144, var(--text-opacity));
}

.button-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
          column-gap: 24px;
}

@media (max-width: 440px) {
  .button-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.control-but a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  border-radius: 0.5rem;
  height: 3rem;
}

@media (max-width: 441px) {
  .control-but a {
    margin-bottom: 20px;
  }
}

.circle-chart {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  place-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  opacity: 0;
}

@media (min-width: 1024px) {
  .circle-chart {
    width: 7rem;
    height: 7rem;
  }
}

.circle-chart.is-active {
  opacity: 1;
}

.circle-inner,
.circle-outer {
  -webkit-transition: stroke-dashoffset 2s linear;
  transition: stroke-dashoffset 2s linear;
}

.is-active .circle-inner,
.is-active .circle-outer {
  stroke-dashoffset: 0;
}

.circle-outer {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-rotate: -90deg;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  stroke-dashoffset: 97;
}

.circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 9999px;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  stroke-dashoffset: 87;
  width: 85%;
  height: 85%;
}

.lines-chart {
  opacity: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 3rem;
}

.lines-chart.is-active {
  opacity: 1;
}

.line {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.is-active .line {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.line--red {
  height: 70%;
}

.line--green {
  height: 100%;
}

.line {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.is-active .line {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.line--red {
  height: 70%;
}

.line--green {
  height: 100%;
}

.plane {
  display: none;
  position: absolute;
  width: 10rem;
}

@media (min-width: 1024px) {
  .plane {
    display: block;
  }
  .plane.hidden {
    display: none;
  }
}

.plane--down {
  top: -170vh;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  .plane--up {
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 1280px) {
  .plane--up {
    opacity: 0.6;
  }
}

.tab-heading {
  width: 50%;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (min-width: 1024px) {
  .tab-heading {
    font-size: 18px;
    line-height: 1.5;
  }
  .tab-heading:hover {
    --text-opacity: 1;
    color: #129590;
    color: rgba(18, 149, 144, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #e8f5f4;
    background-color: rgba(232, 245, 244, var(--bg-opacity));
  }
}

.comments-area {
  margin-top: 2.5rem;
}

.comments-title {
  --text-opacity: 1;
  color: #129590;
  color: rgba(18, 149, 144, var(--text-opacity));
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.comment-list > * + * {
  margin-top: 1.75rem;
}

.comment-body .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}

.comment-body .comment-author img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  margin-right: 0.75rem;
}

.comment-body .comment-author cite, .comment-body .comment-author span {
  font-size: 12px;
  line-height: 1.6;
  --text-opacity: 1;
  color: #129590;
  color: rgba(18, 149, 144, var(--text-opacity));
  font-weight: 500;
  font-style: normal;
}

.comment-body .comment-meta {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.comment-body .comment-reply-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #129590;
  border-color: rgba(18, 149, 144, var(--border-opacity));
  --text-opacity: 1;
  color: #129590;
  color: rgba(18, 149, 144, var(--text-opacity));
  height: 2.5rem;
  border-radius: 0.5rem;
  margin-top: 1.25rem;
  position: relative;
}

@media (min-width: 1024px) {
  .comment-body .comment-reply-link {
    min-width: 10rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.comment-respond {
  margin-top: 2.5rem;
}

.comment-reply-title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .comment-form {
    width: 100%;
  }
}

.comment-form label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 14px;
  line-height: 1.6;
}

.comment-form input, .comment-form textarea {
  width: 100%;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  --border-opacity: 0.25;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  height: 2.5rem;
}

.comment-form input:focus, .comment-form textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.comment-form input {
  height: 2.5rem;
}

.comment-form textarea {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.comment-form > * + * {
  margin-top: 0.75rem;
}

.comment-form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.comment-form .comment-form-cookies-consent input {
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}

.comment-form .comment-form-cookies-consent label {
  margin-bottom: 0;
}

.comment-form .submit {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #129590;
  border-color: rgba(18, 149, 144, var(--border-opacity));
  height: 2.5rem;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  position: relative;
  background-color: #129590;
  color: #fff;
}

.comment-form .submit:hover {
  -webkit-box-shadow: 0 80px 80px rgba(18, 149, 144, 0.11), 0 33.4221px 33.4221px rgba(18, 149, 144, 0.079074), 0 17.869px 17.869px rgba(18, 149, 144, 0.0655718), 0 10.0172px 10.0172px rgba(18, 149, 144, 0.055), 0 5.32008px 5.32008px rgba(18, 149, 144, 0.0444282), 0 2.21381px 2.21381px rgba(18, 149, 144, 0.030926);
          box-shadow: 0 80px 80px rgba(18, 149, 144, 0.11), 0 33.4221px 33.4221px rgba(18, 149, 144, 0.079074), 0 17.869px 17.869px rgba(18, 149, 144, 0.0655718), 0 10.0172px 10.0172px rgba(18, 149, 144, 0.055), 0 5.32008px 5.32008px rgba(18, 149, 144, 0.0444282), 0 2.21381px 2.21381px rgba(18, 149, 144, 0.030926);
}

@media (min-width: 1024px) {
  .comment-form .submit {
    min-width: 10rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-right: auto;
    background-color: #129590;
    color: #fff;
  }
}

.menu-glossary {
  display: block;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 1.5rem;
  border-radius: 1rem;
}

.items_glossary ul li {
  display: inline-block;
}

.items_glossary li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 12px;
  background: #fff;
  border-radius: 6px;
  margin-right: 5px;
  margin-bottom: 7px;
  color: #129590;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.items_glossary li:hover {
  background: #129590;
  color: #fff;
}

.items_glossary li .active {
  background: #129590;
  color: #fff;
}

.content_glossary_item-verbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content_glossary_letter {
  padding: 5px 12px;
  background: #129590;
  border-radius: 6px;
  margin-right: 24px;
  margin-bottom: 7px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
  width: 36px;
}

.content_glossary_verbs li a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 10px;
  display: block;
}

.content_glossary_verbs li a:hover {
  border-bottom: 2px solid #173244;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .content_glossary_verbs li a {
    font-size: 16px;
    line-height: 1.2em;
  }
}

@media (min-width: 1024px) {
  .section-hero-index {
    height: calc(100vh - 140px);
  }
  .index-hero-wrapper {
    display: block;
    width: auto;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 15%;
    -webkit-transform: none;
    transform: none;
    max-width: 43%;
    -webkit-filter: none;
            filter: none;
  }
  .is-safari .index-hero-wrapper .macbook, .is-safari .index-hero-wrapper .phone {
    -webkit-filter: none;
    filter: none;
  }
}

.index-hero-wrapper {
  display: none;
  position: relative;
  width: 91.666667%;
  margin-left: auto;
}

.index-hero-wrapper .phone {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 30%;
  -webkit-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
}

.index-hero-wrapper .macbook {
  width: 100%;
}

.flexwrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .index-hero-wrapper {
    display: block;
    width: auto;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 15%;
    -webkit-transform: none;
    transform: none;
    max-width: 43%;
    -webkit-filter: none;
            filter: none;
  }
  .index-hero-wrapper .is-safari .macbook, .index-hero-wrapper .is-safari .phone {
    -webkit-filter: none;
    filter: none;
  }
}

.payment-bg-img {
  display: none;
}

@media (min-width: 1024px) {
  .payment-bg-img {
    display: block;
    position: absolute;
    -webkit-filter: blur(35px);
    filter: blur(35px);
  }
}

.payment-bg-img--1 {
  top: 116px;
  left: calc(50% - 44px);
}

.payment-bg-img--2 {
  bottom: 140px;
  right: 210px;
}

.industries-bg-img--1 {
  top: 116px;
  left: 136px;
}

.industries-bg-img--2 {
  top: 280px;
  right: 207px;
}

@media (min-width: 768px) {
  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .md\:w-24 {
    width: 4.5rem;
    height: 7.5rem;
  }
  .md\:text-2xl {
    font-size: 24px;
    line-height: 1.2;
  }
  .md\:text-lg {
    font-size: 16px;
  }
  .md\:mt-8 {
    margin-top: 0;
  }
  .md\:mt-6 {
    margin-top: 1rem;
  }
  .md\:mt-15 {
    margin-top: 1.5rem;
  }
  .md\:pt-5 {
    padding-top: 1rem;
  }
  .md\:h-min-250 {
    min-height: 250px;
  }
  .sm\:grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
  .mobile-methods-none {
    display: none;
  }
  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .publdata,
  .timedata {
    margin-left: 0px !important;
    margin-top: 15px !important;
  }
}

@media (min-width: 1024px) {
  .lg\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * (1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }
  .lg\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * (1 - var(--space-x-reverse)));
  }
  .lg\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * (1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }
  .lg\:rounded-2xl {
    border-radius: 1rem;
  }
  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .lg\:place-items-auto {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    place-items: center;
  }
  .lg\:items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .lg\:items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .lg\:items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lg\:justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lg\:justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .lg\:justify-self-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .lg\:font-medium {
    font-weight: 500;
  }
  .lg\:text-left {
    text-align: left !important;
  }
  .lg\:h-20 {
    height: 5rem;
  }
  .lg\:h-40 {
    height: 10rem;
  }
  .lg\:h-44 {
    height: 11rem;
  }
  .lg\:h-60 {
    height: 15rem;
  }
  .lg\:h-112 {
    height: 28rem;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-min-320 {
    min-height: 350px;
  }
  .lg\:text-lg {
    font-size: 18px;
    line-height: 1.5;
  }
  .lg\:text-xl {
    font-size: 24px;
    line-height: 1.5;
  }
  .lg\:text-2xl {
    font-size: 32px;
    line-height: 1.2;
  }
  .lg\:text-4xl {
    font-size: 44px;
    line-height: 1.2;
  }
  .lg\:text-5xl {
    font-size: 48px;
    line-height: 1.2;
  }
  .lg\:text-6xl {
    font-size: 54px;
    line-height: 1.2;
  }
  .lg\:text-7xl {
    font-size: 64px;
    line-height: 1.2;
  }
  .lg\:text-44xl {
    font-size: 44px;
    line-height: 1.2;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mt-7 {
    margin-top: 1.75rem;
  }
  .lg\:mr-8 {
    margin-right: 2rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mt-15 {
    margin-top: 3.75rem;
  }
  .lg\:mr-15 {
    margin-right: 3.75rem;
  }
  .lg\:mb-15 {
    margin-bottom: 3.75rem;
  }
  .lg\:mt-16 {
    margin-top: 4rem;
  }
  .lg\:mr-16 {
    margin-right: 4rem;
  }
  .lg\:mr-18 {
    margin-right: 4.5rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mr-20 {
    margin-right: 5rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:mt-22 {
    margin-top: 5.5rem;
  }
  .lg\:mb-22 {
    margin-bottom: 5.5rem;
  }
  .lg\:ml-22 {
    margin-left: 5.5rem;
  }
  .lg\:mr-24 {
    margin-right: 6rem;
  }
  .lg\:mt-32 {
    margin-top: 8rem;
  }
  .lg\:mr-35 {
    margin-right: 8.75rem;
  }
  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }
  .lg\:max-w-xl {
    max-width: 36rem;
  }
  .lg\:min-h-screen {
    min-height: 100vh;
  }
  .lg\:min-w-50 {
    min-width: 12.5rem;
  }
  .lg\:overflow-visible {
    overflow: visible;
  }
  .lg\:p-16 {
    padding: 4rem;
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-24 {
    padding-left: 12rem;
    padding-right: 0;
  }
  .lg\:py-6 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-12 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pb-20 {
    padding-top: 2rem;
    padding-bottom: 5.5rem;
  }
  .lg\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .lg\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pb-10 {
    padding-bottom: 3rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pt-22 {
    padding-top: 5.5rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pb-28 {
    padding-bottom: 7rem;
  }
  .lg\:pt-30 {
    padding-top: 7.5rem;
  }
  .lg\:pb-30 {
    padding-bottom: 7.5rem;
  }
  .lg\:pt-32 {
    padding-top: 8rem;
  }
  .lg\:pt-35 {
    padding-top: 8.75rem;
  }
  .lg\:pb-35 {
    padding-bottom: 8.75rem;
  }
  .lg\:pt-36 {
    padding-top: 9rem;
  }
  .lg\:pt-44 {
    padding-top: 11rem;
  }
  .lg\:pb-44 {
    padding-bottom: 11rem;
  }
  .lg\:pt-48 {
    padding-top: 12rem;
  }
  .lg\:pb-48 {
    padding-bottom: 12rem;
  }
  .lg\:pt-56 {
    padding-top: 14rem;
  }
  .lg\:pt-58 {
    padding-top: 18rem;
  }
  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }
  .lg\:w-15 {
    width: 3.75rem;
  }
  .lg\:w-24 {
    width: 6rem;
  }
  .lg\:w-96 {
    width: 24rem;
  }
  .lg\:w-108 {
    width: 27rem;
  }
  .lg\:w-140 {
    width: 35rem;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-2\/6,
  .lg\:w-4\/12 {
    width: 33.333333%;
  }
  .lg\:w-5\/12 {
    width: 41.666667%;
  }
  .lg\:w-6\/12 {
    width: 50%;
  }
  .lg\:w-7\/12 {
    width: 58.333333%;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-9\/12 {
    width: 75%;
  }
  .lg\:w-10\/12 {
    width: 83.333333%;
  }
  .lg\:w-11\/12 {
    width: 91.666667%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-max-content {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .lg\:w-48\/100 {
    width: 48%;
  }
  .lg\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }
  .lg\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
  .lg\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }
  .lg\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .lg\:gap-x-35 {
    grid-column-gap: 8.75rem;
    -webkit-column-gap: 8.75rem;
    column-gap: 8.75rem;
  }
  .lg\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
  .lg\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
  .lg\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
        grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr))[12];
        grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .lg\:col-start-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .lg\:col-start-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .lg\:transform-none {
    -webkit-transform: none;
    transform: none;
  }
  .group:hover .lg\:group-hover\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
  .lg\:img-94 {
    width: 94px;
  }
  .lg\:flexwrap {
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
  }
  .lg\:text-center {
    text-align: center;
  }
}

.blog-style ul {
  list-style: none;
  margin-bottom: 2rem;
}

.blog-style ul li {
  background: url("../../images/arr-right-red.svg") no-repeat 0 center;
  padding-left: 20px;
  padding-top: 10px;
  line-height: 1.5em;
  padding-bottom: 10px;
}

.blog-style ol {
  list-style: auto;
  margin-left: 20px;
  margin-bottom: 0rem;
}

@media (max-width: 991px) {
  .blog-style ol {
    margin-left: 25px;
  }
}

.blog-style ol li {
  font-size: 18px;
}

@media (max-width: 991px) {
  .blog-style ol li {
    font-size: 16px;
  }
}

.blog-style ol li h3 {
  font-size: 32px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .blog-style ol li h3 {
    font-size: 28px;
  }
}

.blog-style ol li::marker {
  color: #f82530;
  font-weight: 400;
  font-size: 150%;
}

@media (max-width: 991px) {
  .blog-style ol li::marker {
    font-size: 160%;
  }
}

.blog-style table {
  border-collapse: collapse;
  width: 100%;
}

.blog-style table td, .blog-style table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.blog-style table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.blog-style table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #309591;
  color: #fff;
}

.author_place {
  margin-top: 100px;
  width: 100%;
  min-height: 150px;
  padding: 0 0 25px 30px;
  background: #41a9a5;
  -webkit-box-shadow: 0 56px 54px -21px rgba(86, 241, 229, 0.2);
          box-shadow: 0 56px 54px -21px rgba(86, 241, 229, 0.2);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 100px;
}

.author_place::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 30px;
  top: 30px;
  opacity: 0.8;
  border: 2px solid #129590;
  border-radius: 16px;
  z-index: -1;
}

.user_cont,
.user_face {
  width: 160px;
  position: relative;
}

.ap_left {
  margin-right: 20px;
}

.ap_right {
  padding-top: 20px;
  padding-right: 45px;
}

.uname_span {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.u_position {
  font-weight: 400;
  font-size: 16px;
}

.user_bio {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}

.user_face {
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  top: -50px;
}

.user_face img {
  width: auto;
}

.user_cont {
  top: -30px;
}

@media (max-width: 1024px) {
  .user_cont .ap_left {
    margin-right: 0;
  }
  .user_cont .ap_right {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .user_cont .author_place {
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 30px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .user_cont .author_place::after {
    width: 94%;
    height: 100%;
    left: 3%;
    top: 30px;
    opacity: 0.8;
    border: 1px solid #129590;
    border-radius: 16px;
    z-index: -1;
  }
  .user_cont .user_face {
    top: 0;
    width: 120px;
    height: 120px;
  }
  .user_cont .user_cont {
    top: 0;
    width: 120px;
    margin-top: 10px;
  }
}

.author_socials ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1024px) {
  .author_socials ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.author_socials ul li {
  padding-left: 0 !important;
  background: none !important;
}

.user_cont li a,
.author_socials li a {
  width: 32px;
  height: 32px;
  display: block;
}

.soc_cont_email {
  background: url(../../images/icon_mail_red.svg) no-repeat;
}

.soc_cont_email:active,
.soc_cont_email:hover {
  background: url(../../images/icon_mail_hover.svg) no-repeat;
}

.soc_linkedin {
  background: url(../../images/icon_linkidin.svg) no-repeat;
}

.soc_linkedin:active,
.soc_linkedin:hover {
  background: url(../../images/icon_linkidin_hover.svg) no-repeat;
}

.user_face_author {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  overflow: hidden;
}

.user_face_author img {
  width: auto;
}

.author_subhead {
  color: #8997a0;
}

.author_subhead .author_socials {
  margin-right: auto;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .author_subhead .author_socials {
    margin: 0 auto;
  }
  .author_subhead .author_socials .author_name,
  .author_subhead .author_socials .author_subhead {
    text-align: center;
    margin: 0 auto;
  }
  .author_subhead .author_socials .author_socials {
    margin: 0 auto;
    margin-top: 20px;
  }
  .author_subhead .author_socials .author_bio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.autordata img {
  margin-right: 10px;
}

@media (max-width: 1260px) {
  .flex-col-time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.publdata,
.timedata {
  position: relative;
  padding-left: 30px;
  margin-top: 0px;
}

.publdata::after {
  background: url("../../images/icon-calendar.svg") no-repeat 0px 0px;
  top: -3px;
  left: 0px;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
}

.timedata::after {
  top: -3px;
  left: 0px;
  width: 24px;
  height: 24px;
  background: url("../../images/icon-time.svg") no-repeat 0px 0px;
  content: "";
  position: absolute;
}

.icon-chek {
  background: url("../../images/icon-check.svg") 0px 0px no-repeat;
  width: 48px;
  height: 48px;
}

.icon-check-outline {
  margin-right: 24px;
  width: 48px;
  height: 48px;
  background: url("../../images/icon-check-outline.svg") 0px 0px no-repeat;
  background-size: 100% auto;
}

.num-big {
  color: #e8f5f4;
  position: absolute;
  z-index: 0;
  bottom: -45px;
  right: 5px;
  font-size: 160px;
  font-weight: 600;
}

.blog-banner h2 {
  margin-top: 0px !important;
  color: #173244 !important;
}

.blog-banner h3 {
  margin-top: 0px !important;
  color: #173244 !important;
  font-size: 24px !important;
}

.blog-banner a {
  color: white !important;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .icon-check-outline {
    margin-right: 10px;
    width: 36px;
    height: 36px;
  }
}

.breadcrumb {
  position: relative;
  top: 165px;
  z-index: 10;
  font-size: 12px;
}

.breadcrumb span {
  color: #a3b5c1;
  line-height: 2.5;
}

.breadcrumb span a {
  border-bottom: 1px solid #a3b5c1;
  color: #a3b5c1;
}

.breadcrumb span a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.ptext-5 p {
  padding-bottom: 5px;
}

.label-new li:last-child {
  position: relative;
}

.table_of_content {
  background-color: #fff;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.table_of_content .toc_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.table_of_content ul {
  margin-bottom: 0px;
}

.table_of_content li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table_of_content a {
  color: #129590;
  text-decoration: none;
}

.table_of_content a:hover {
  color: #173244;
}

.icon_ban, .square_ban {
  width: 65px;
  height: 65px;
}

.icon_ban img, .square_ban img {
  margin-top: 0px;
  margin-bottom: 0px;
}

.title_icon_ban {
  text-decoration: none !important;
  color: #173244 !important;
}

.link_square2 a, .square_ban2, .link_square2 {
  text-decoration: none !important;
}

.square_ban2 {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-file-input {
  color: transparent;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: "Attach Resume/CV";
  color: #309591;
  display: inline-block;
  background: #fff url("../../images/attach-resume.svg") 16px 15px no-repeat;
  border: 1px solid #95c8c6;
  border-radius: 8px;
  padding: 13px 16px 13px 42px;
  outline: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
}

.custom-file-input:hover::before {
  border-color: #95c8c6;
  background: #95c8c6 url("../../images/attach-resume.svg") 16px 15px no-repeat;
  color: #309591;
}

.custom-file-input:active {
  outline: 0;
}

.custom-file-input:active::before {
  border-color: #4eb6b2;
  background: #4eb6b2 url("../../images/attach-resume.svg") 16px 15px no-repeat;
  color: #309591;
}

.form__item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../../images/icon-select.svg") 0px 0px no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

.errorbox {
  margin-bottom: 10px;
  display: none;
  color: red;
  font-size: 12px;
  text-align: center;
}

.errorbor {
  border: 1px solid red !important;
}

.events-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.chose-date {
  font-size: 18px;
  line-height: 1.5;
}

.check-box-event {
  padding-right: 20px;
  float: left;
}

.checkbox-pt {
  position: relative;
  top: 2px;
}

.iti {
  position: relative;
  display: block !important;
}

.iti__selected-flag {
  padding: 0;
}

.pradio {
  position: relative;
  top: -2px;
  left: 5px;
}

.flex-tab-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .flex-tab-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-tab-form .mr-5 {
    margin-bottom: 5px;
  }
}

input[name="companys-radio"] {
  accent-color: #129590;
}

input[name="scedule-demo"] {
  accent-color: #129590;
}

.scedule-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0px;
}

.scedule-demo_checkbox {
  margin-right: 5px;
}

.trololo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sradio {
  position: relative;
  font-size: 8px;
  left: 5px;
  font-weight: 700;
}

.the_wheel {
  margin: 0 auto;
  background-image: url("../../wheel/wheel_back.png");
  background-position: center 0px;
  background-repeat: no-repeat;
  width: 100%;
}

.showcase {
  margin: 0 auto;
  padding-top: 55px;
}

.red-color {
  color: #f82530;
}

.icon-congratulations {
  background: url("../../images/congratulations.svg") 0px 0px no-repeat;
  width: 100px;
  height: 100px;
  background-size: cover;
  margin: 0 auto;
}

.showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.showcase #canvas {
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .showcase #canvas {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    top: -35px;
  }
}

@media (max-width: 440px) {
  .showcase #canvas {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    top: -35px;
  }
}

@media (max-width: 375px) {
  .showcase #canvas {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: -60px;
  }
}

@media (max-width: 767px) {
  .wheelformcont {
    margin-top: -100px !important;
  }
}

#gallery-icon img {
  border: 2px solid #fff !important;
}

.direct-icons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.icon-soc-modal {
  width: 52px;
  height: 52px;
  display: block;
}

@media (max-width: 456px) {
  .icon-soc-modal {
    width: 40px;
    height: 40px;
    display: block;
  }
}

.icon_skype, .icon_telegram, .icon_whatsapp, .icon_linkedin, .icon_mail {
  background: no-repeat 0 0;
  background-size: cover;
}

.icon_skype {
  background-image: url("../../images/icon_skype.svg");
}

.icon_telegram {
  background-image: url("../../images/icon_telegram.svg");
}

.icon_whatsapp {
  background-image: url("../../images/icon_whatsapp.svg");
}

.icon_linkedin {
  background-image: url("../../images/icon_linkedin.svg");
}

.icon_mail {
  background-image: url("../../images/icon_mail.svg");
}

.methods {
  margin-top: 80px;
}

.logo-methods {
  padding: 0;
  width: 100%;
  height: 90px;
  background: #fff;
  box-shadow: 0 154px 126px rgba(0, 0, 0, 0.07), 0 49.9794px 43.1694px rgba(0, 0, 0, 0.0453408), 0 23.2406px 18.791px rgba(0, 0, 0, 0.0325632), 0 11.5388px 8.14689px rgba(0, 0, 0, 0.0227847), 0 5.3376px 2.96572px rgba(0, 0, 0, 0.0145288), 0 1.87513px 0.62975px rgba(0, 0, 0, 0.0071287);
  -webkit-box-shadow: 0 154px 126px rgba(0, 0, 0, 0.07), 0 49.9794px 43.1694px rgba(0, 0, 0, 0.0453408), 0 23.2406px 18.791px rgba(0, 0, 0, 0.0325632), 0 11.5388px 8.14689px rgba(0, 0, 0, 0.0227847), 0 5.3376px 2.96572px rgba(0, 0, 0, 0.0145288), 0 1.87513px 0.62975px rgba(0, 0, 0, 0.0071287);
  border-radius: 8px;
}

.logo-methods img {
  display: block;
  margin: 0 auto;
}

.icon-callenar {
  position: relative;
  padding-left: 50px;
}

.icon-callenar::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 15px;
  background: url("../../images/icon-callendar.svg") no-repeat;
  width: 27px;
  height: 30px;
}

.social-media-icon {
  width: 48px;
  height: 48px;
  position: relative;
  top: -3px;
}

.social-media-icon img {
  width: 100%;
  height: 100%;
}

.social-media-icon:hover {
  opacity: 0.75;
}

@media (max-width: 991px) {
  .img-logo {
    min-width: 50%;
  }
}

.banner-top-hello {
  color: #fff;
  height: auto;
  position: relative;
  width: calc(100% + 5rem);
  z-index: 1000;
  background: #129590;
  margin: -16px 5rem 15px -2.5rem;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  .banner-top-hello {
    width: calc(100% + 3rem);
    margin: 0px 5rem 15px -2.5rem;
    padding: 15px 15px;
  }
}

.button-hello {
  background-color: #fff;
  padding: 5px 20px;
  color: #173244;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
  margin-left: 20px;
  cursor: pointer;
}

.button-hello:hover {
  background-color: #173244;
  color: #fff;
}

.icon-close {
  background: url("../../images/icon-close.svg") no-repeat;
  background-color: #fff;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 20px;
  padding: 14px;
  right: 12px;
  top: 10px;
}

@media (min-width: 1199px) and (max-width: 1300px) {
  .icon-close {
    right: 30px;
  }
}

@media (max-width: 1199px) {
  .icon-close {
    right: 20px;
  }
}

.modal--hello {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 1rem;
  padding: 1.5rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .modal--hello {
    padding: 3rem;
    max-width: 48rem;
  }
}

@media (max-width: 991px) {
  .banner-top-hello {
    margin: 0px;
    width: 100%;
    padding-bottom: 14px;
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .button-hello,
  .text-hello {
    margin-top: 0px;
    font-size: 12px;
  }
  .button-hello {
    margin-left: 0;
    margin-top: 5px;
  }
  .text-hello {
    width: 100%;
    text-align: center;
  }
  .similar_item {
    max-width: 400px !important;
    margin: 0 auto;
  }
  .title-similarpm {
    max-width: 400px !important;
    margin: 0 auto;
    text-align: center;
  }
  .box-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

@media (min-width: 1199px) and (max-width: 1300px) {
  .button-hello,
  .text-hello {
    font-size: 14px;
  }
}

.desktop-text-hello,
.gdpr-desktop {
  display: block;
}

.gdpr-mobile,
.mobile-text-hello {
  display: none;
}

@media (max-width: 991px) {
  .gdpr-desktop {
    display: none;
  }
  .gdpr-mobile {
    display: block;
  }
  .cli-style-v2 .cli-bar-btn_container {
    margin-top: 0px;
  }
}

.team-images {
  width: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}

.team-full-name {
  font-family: "Poppins", sans-serif;
  color: #173244;
  font-weight: 700;
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 10px;
}

.team-description,
.team-position {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.team-position {
  color: #f82530;
  font-size: 16px;
  min-height: 40px;
  overflow: hidden;
  display: block;
}

.team-description {
  color: #173244;
  font-size: 14px;
  line-height: 21px;
  opacity: 0.8;
  margin-top: 15px;
  min-height: 110px;
  overflow: hidden;
  display: block;
}

.team-linkedin {
  margin-top: 10px;
}

.team-linkedin .soc_linkedin {
  background: url(../../images/icon_linkidin.svg) no-repeat;
  display: block;
  width: 32px;
  height: 32px;
}

.team-linkedin .soc_linkedin:active, .team-linkedin .soc_linkedin:hover {
  background: url(../../images/icon_linkidin_hover.svg) no-repeat;
}

@media (max-width: 991px) {
  .team-full-name {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 5px;
    font-weight: 500;
  }
  .team-position {
    font-size: 14px;
    font-weight: 400;
  }
  .team-description {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

.footer-link {
  font-size: 14px;
  color: #e8f5f4;
  color: rgba(232, 245, 244, var(--text-opacity));
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link,
.footer-title {
  line-height: 1.6;
  --text-opacity: 1;
}

.footer-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  letter-spacing: 0.1em;
}

@media (min-width: 1024px) and (max-width: 1300px) {
  .fp1200 {
    font-size: 14px;
  }
}

@media (min-width: 1300px) {
  .fpw-96 {
    width: 24rem;
  }
}
/*# sourceMappingURL=0.css.map */