@charset "UTF-8";

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #70EB94;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #ED7C6E;
  --bs-light: #f8f9fa;
  --bs-dark: #002325;
  --bs-primary-rgb: 112, 235, 148;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 237, 124, 110;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 0, 35, 37;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 4, 4, 4;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Montserrat, sans-serif;
  --bs-body-font-size: 1.125rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.25;
  --bs-body-color: #022E34;
  --bs-body-color-rgb: 2, 46, 52;
  --bs-body-bg: #F9F9F9;
  --bs-body-bg-rgb: 249, 249, 249;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #12695C;
  --bs-link-color-rgb: 18, 105, 92;
  --bs-link-decoration: none;
  --bs-link-hover-color: #022E34;
  --bs-link-hover-color-rgb: 2, 46, 52;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(4, 4, 4, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.card-certificate--title,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "IvyPresto Headline", serif;
  font-weight: 400;
  line-height: 101%;
  color: var(--bs-heading-color);
}

h1,
.h1 {
  font-size: 2.625rem;
}

h2,
.h2 {
  font-size: 2.25rem;
}

h3,
.card-certificate--title,
.h3 {
  font-size: 2rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1.125rem;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small,
.small {
  font-size: 0.875em;
}

mark,
.mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-xl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-md: 640px;
  --bs-breakpoint-lg: 1024px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 1px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 1px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 2px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 2px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 4px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 4px;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 6px;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 6px;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 8px;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 8px;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 12px;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 12px;
}

.g-14,
.gx-14 {
  --bs-gutter-x: 14px;
}

.g-14,
.gy-14 {
  --bs-gutter-y: 14px;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 15px;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 15px;
}

.g-16,
.gx-16 {
  --bs-gutter-x: 16px;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 16px;
}

.g-17,
.gx-17 {
  --bs-gutter-x: 17px;
}

.g-17,
.gy-17 {
  --bs-gutter-y: 17px;
}

.g-18,
.gx-18 {
  --bs-gutter-x: 18px;
}

.g-18,
.gy-18 {
  --bs-gutter-y: 18px;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20px;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 20px;
}

.g-22,
.gx-22 {
  --bs-gutter-x: 22px;
}

.g-22,
.gy-22 {
  --bs-gutter-y: 22px;
}

.g-24,
.gx-24 {
  --bs-gutter-x: 24px;
}

.g-24,
.gy-24 {
  --bs-gutter-y: 24px;
}

.g-25,
.gx-25 {
  --bs-gutter-x: 25px;
}

.g-25,
.gy-25 {
  --bs-gutter-y: 25px;
}

.g-26,
.gx-26 {
  --bs-gutter-x: 26px;
}

.g-26,
.gy-26 {
  --bs-gutter-y: 26px;
}

.g-28,
.gx-28 {
  --bs-gutter-x: 28px;
}

.g-28,
.gy-28 {
  --bs-gutter-y: 28px;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}

.g-32,
.gx-32 {
  --bs-gutter-x: 32px;
}

.g-32,
.gy-32 {
  --bs-gutter-y: 32px;
}

.g-33,
.gx-33 {
  --bs-gutter-x: 33px;
}

.g-33,
.gy-33 {
  --bs-gutter-y: 33px;
}

.g-34,
.gx-34 {
  --bs-gutter-x: 34px;
}

.g-34,
.gy-34 {
  --bs-gutter-y: 34px;
}

.g-36,
.gx-36 {
  --bs-gutter-x: 36px;
}

.g-36,
.gy-36 {
  --bs-gutter-y: 36px;
}

.g-38,
.gx-38 {
  --bs-gutter-x: 38px;
}

.g-38,
.gy-38 {
  --bs-gutter-y: 38px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-42,
.gx-42 {
  --bs-gutter-x: 42px;
}

.g-42,
.gy-42 {
  --bs-gutter-y: 42px;
}

.g-44,
.gx-44 {
  --bs-gutter-x: 44px;
}

.g-44,
.gy-44 {
  --bs-gutter-y: 44px;
}

.g-46,
.gx-46 {
  --bs-gutter-x: 46px;
}

.g-46,
.gy-46 {
  --bs-gutter-y: 46px;
}

.g-48,
.gx-48 {
  --bs-gutter-x: 48px;
}

.g-48,
.gy-48 {
  --bs-gutter-y: 48px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-52,
.gx-52 {
  --bs-gutter-x: 52px;
}

.g-52,
.gy-52 {
  --bs-gutter-y: 52px;
}

.g-64,
.gx-64 {
  --bs-gutter-x: 64px;
}

.g-64,
.gy-64 {
  --bs-gutter-y: 64px;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 80px;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 80px;
}

.g-128,
.gx-128 {
  --bs-gutter-x: 128px;
}

.g-128,
.gy-128 {
  --bs-gutter-y: 128px;
}

.g-256,
.gx-256 {
  --bs-gutter-x: 256px;
}

.g-256,
.gy-256 {
  --bs-gutter-y: 256px;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.125em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-moz-placeholder,
.form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 23px;
  --bs-btn-padding-y: 11px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 20px;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 22px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #70EB94;
  --bs-btn-border-color: #70EB94;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #85eea4;
  --bs-btn-hover-border-color: #7eed9f;
  --bs-btn-focus-shadow-rgb: 95, 200, 126;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #8defa9;
  --bs-btn-active-border-color: #7eed9f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #70EB94;
  --bs-btn-disabled-border-color: #70EB94;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #ED7C6E;
  --bs-btn-border-color: #ED7C6E;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f09084;
  --bs-btn-hover-border-color: #ef897d;
  --bs-btn-focus-shadow-rgb: 201, 105, 94;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f1968b;
  --bs-btn-active-border-color: #ef897d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ED7C6E;
  --bs-btn-disabled-border-color: #ED7C6E;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #002325;
  --bs-btn-border-color: #002325;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #264446;
  --bs-btn-hover-border-color: #1a393b;
  --bs-btn-focus-shadow-rgb: 38, 68, 70;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #334f51;
  --bs-btn-active-border-color: #1a393b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #002325;
  --bs-btn-disabled-border-color: #002325;
}

.btn-outline-primary {
  --bs-btn-color: #70EB94;
  --bs-btn-border-color: #70EB94;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #70EB94;
  --bs-btn-hover-border-color: #70EB94;
  --bs-btn-focus-shadow-rgb: 112, 235, 148;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #70EB94;
  --bs-btn-active-border-color: #70EB94;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #70EB94;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #70EB94;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #ED7C6E;
  --bs-btn-border-color: #ED7C6E;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ED7C6E;
  --bs-btn-hover-border-color: #ED7C6E;
  --bs-btn-focus-shadow-rgb: 237, 124, 110;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ED7C6E;
  --bs-btn-active-border-color: #ED7C6E;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ED7C6E;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ED7C6E;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #002325;
  --bs-btn-border-color: #002325;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #002325;
  --bs-btn-hover-border-color: #002325;
  --bs-btn-focus-shadow-rgb: 0, 35, 37;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #002325;
  --bs-btn-active-border-color: #002325;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #002325;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #002325;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: none;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 13px;
  --bs-btn-padding-x: 23px;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 24px;
}

.btn-sm {
  --bs-btn-padding-y: 5px;
  --bs-btn-padding-x: 12px;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 20px;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

.modal {
  --bs-modal-margin: 1.75rem;
  --bs-modal-box-shadow: var(--bs-box-shadow);
}

.modal-dialog {
  max-width: var(--bs-modal-width);
  margin-right: auto;
  margin-left: auto;
}

.modal-sm {
  --bs-modal-width: 300px;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 430px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 16px;
  --bs-offcanvas-padding-y: 16px;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: 0;
  --bs-offcanvas-border-color: transparent;
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 320px;
  --bs-tooltip-padding-x: 12px;
  --bs-tooltip-padding-y: 12px;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #FFF2D6;
  --bs-tooltip-bg: #022E34;
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.btn {
  position: relative;
  z-index: 0;
}

.btn:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background: linear-gradient(77deg, #F0F5B3 -71.32%, #93F6A4 4.91%, #CBD2FF 78.55%);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.btn:hover {
  --bs-btn-hover-color: #022E34;
  --bs-btn-active-color: #022E34;
}

.btn:hover:after {
  opacity: 1;
}

[class*=btn-outline-] {
  --bs-btn-hover-bg: transparent;
  --bs-btn-active-bg: transparent;
  --bs-btn-hover-border-color: transparent;
}

.header {
  --header-link-color: #022E34;
  --header-logo-color: #022E34;
  --header-text-color: #022E34;
  --header-bg-color: #fff;
  --header-link-hover-line-color: #12695C;
  --header-acion-link-hover-color: #70EB94;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--header-bg-color);
  color: var(--header-text-color);
  z-index: 9;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

.header.slide-up {
  transform: translateY(-100%);
}

.header.slide-up .desktop-menu-dropdown {
  opacity: 0 !important;
  visibility: hidden !important;
}

.header.dark {
  --header-link-color: #fff;
  --header-logo-color: #fff;
  --header-text-color: #fff;
  --header-bg-color: #022E34;
  --header-link-hover-line-color: #70EB94;
  --header-acion-link-hover-color: #70EB94;
}

.header--logo {
  color: var(--header-logo-color);
  width: 88px;
  height: auto;
  display: flex;
}

.header--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1366px;
  margin: 0 auto;
  padding: 16px 0;
}

.header--nav,
.header--actions {
  display: none;
}

.header--actions {
  justify-content: flex-end;
}

.desktop-menu,
.header--actions-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.desktop-menu a,
.header--actions-menu a {
  color: var(--header-link-color);
  font: 400 16px/1.5 Montserrat, sans-serif;
  display: flex;
  align-items: center;
}

.desktop-menu > li > a {
  white-space: nowrap;
}

.desktop-menu a {
  position: relative;
  z-index: 1;
}

.desktop-menu a:after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--header-link-hover-line-color);
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform 0.15s ease-in-out;
}

.desktop-menu a[href="#"] {
  pointer-events: none;
  cursor: default;
}

.desktop-menu > li:hover > a:after {
  transform: scaleX(1);
}

.desktop-menu > li {
  position: relative;
}

.desktop-menu > li:after {
  cursor: pointer;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 58px;
}

.desktop-menu > li:hover .desktop-menu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.desktop-menu > li.inactive:after {
  cursor: default;
}

.desktop-menu-dropdown {
  position: fixed;
  left: 0;
  top: 92px;
  right: 0;
  margin: 0 auto;
  width: calc(100% - var(--container-padding, 16px) * 2);
  max-width: 1222px;
  padding-top: 16px;
  transition: transform 0.15s ease-in-out;
  transition-property: transform, opacity, visibility;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  --container-padding: 16px;
}

.desktop-menu-dropdown.dropdown-fit-content,
.desktop-menu-dropdown.dropdown-small,
.desktop-menu-dropdown.dropdown-solutions,
.desktop-menu-dropdown.dropdown-languages {
  width: 642px;
  max-width: initial;
  position: absolute;
  margin: initial;
  top: 58px;
  left: 50%;
  right: auto;
  margin-left: -321px;
  padding-left: 0;
  padding-right: 0;
}

.desktop-menu-dropdown.dropdown-small {
  width: 246px;
  margin-left: 0;
  left: -30px;
}

.desktop-menu-dropdown.dropdown-solutions {
  margin-left: 0;
  left: -30px;
  width: 580px;
}

.desktop-menu-dropdown.dropdown-languages {
  min-width: 158px;
  max-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -79px;
}

.desktop-menu-dropdown.dropdown-languages .desktop-menu-dropdown--inner {
  padding: 16px;
}

.desktop-menu-dropdown li > a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #022E34;
  font: 400 14px/1.43 Montserrat, sans-serif;
}

.desktop-menu-dropdown li > a:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: 0 0;
  background: #70EB94;
  transition: transform 0.2s ease-in-out;
}

.desktop-menu-dropdown--inner {
  padding: 32px;
  background: #fff;
  border-radius: 16px;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.desktop-menu-dropdown--row {
  --cols: 2;
  row-gap: 56px;
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  margin: 0 -24px;
}

.desktop-menu-dropdown--row.dropdown-cols-1 {
  --cols: 1;
}

.desktop-menu-dropdown--row.dropdown-cols-2 {
  --cols: 2;
}

.desktop-menu-dropdown--row.dropdown-cols-3 {
  --cols: 3;
}

.desktop-menu-dropdown--row.dropdown-cols-4 {
  --cols: 4;
}

.desktop-menu-dropdown--col {
  padding: 0 24px;
}

.desktop-menu-dropdown--col:not(:first-child) {
  border-left: 1px solid #E2E2E2;
}

.desktop-menu-dropdown--col.cols-2 {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.desktop-menu-dropdown--col.cols-3 {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.desktop-menu-dropdown--col.col-span-2 {
  grid-column: span 2/span 2;
}

.desktop-menu-dropdown--col.solutions {
  padding: 0 20px;
}

.desktop-menu-dropdown--submenu-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.desktop-menu-dropdown--submenu-wrap .link-line.link-line-primary,
.desktop-menu-dropdown--submenu-wrap .contact-sales--checkbox-text a.link-line-primary,
.contact-sales--checkbox-text .desktop-menu-dropdown--submenu-wrap a.link-line-primary {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 128px;
}

.desktop-menu-dropdown--submenu-wrap .link-line.link-line-primary:before,
.desktop-menu-dropdown--submenu-wrap .contact-sales--checkbox-text a.link-line-primary:before,
.contact-sales--checkbox-text .desktop-menu-dropdown--submenu-wrap a.link-line-primary:before {
  background: #022E34;
}

.desktop-menu-dropdown--submenu-wrap .link-line.link-line-primary:hover:after,
.desktop-menu-dropdown--submenu-wrap .contact-sales--checkbox-text a.link-line-primary:hover:after,
.contact-sales--checkbox-text .desktop-menu-dropdown--submenu-wrap a.link-line-primary:hover:after {
  background: #70EB94;
}

.desktop-menu-dropdown--title {
  color: #12695C;
  font: 600 14px/1.43 Montserrat, sans-serif;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.desktop-menu-dropdown ul {
  list-style: none;
}

.desktop-menu-dropdown--submenu-level1 {
  margin: -16px 0 0;
  padding: 0;
}

.desktop-menu-dropdown--submenu-level1 > li {
  padding-top: 16px;
}

.desktop-menu-dropdown--submenu-level1 > li > a {
  font: 600 16px/1.5 Montserrat, sans-serif;
}

.desktop-menu-dropdown--submenu-level1.submenu-cols-2 {
  -moz-column-count: 2;
  column-count: 2;
  gap: 16px;
}

.desktop-menu-dropdown--submenu-level1.submenu-cols-2 > li {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.desktop-menu-dropdown--submenu-level2 {
  margin: 8px 0 0;
  display: grid;
  gap: 4px;
  padding: 0 0 0 12px;
}

.desktop-menu-dropdown--submenu-level1 > li:not(:last-child) > .desktop-menu-dropdown--submenu-level2 {
  margin-bottom: 8px;
}

.desktop-menu-dropdown--submenu-level2-alt {
  margin: 16px 0 0;
  display: grid;
  gap: 16px;
  padding: 0;
}

.desktop-menu-dropdown--submenu-level2-alt > li > a {
  font: 600 16px/1.5 Montserrat, sans-serif;
}

.desktop-menu-dropdown--submenu-level1 > li:not(:last-child) > .desktop-menu-dropdown--submenu-level2-alt {
  margin-bottom: 8px;
}

.desktop-menu-dropdown--submenu-languages {
  margin: 0 0;
  display: grid;
  gap: 12px;
  padding: 0;
}

.desktop-menu-dropdown--submenu-languages li > a {
  font: 400 16px/1.5 Montserrat, sans-serif;
  margin-left: 32px;
}

.desktop-menu-dropdown--submenu-languages li > a > img {
  margin-left: -32px;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.desktop-menu-dropdown--img {
  border-radius: 8px;
  display: block;
}

.post-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.post-card a:after {
  content: none;
}

.post-card--link-img {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  display: block;
}

.post-card--img {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 257/170;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease-out;
}

.post-card--categories {
  color: #12695C;
  font: 600 14px/1.43 Montserrat, sans-serif;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.post-card--title {
  font: 600 16px/1.5 Montserrat, sans-serif;
  color: #022E34;
  margin: 0;
}

.post-card--title a {
  font: inherit;
  color: inherit;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(#70EB94, #70EB94);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.2s ease-in-out;
}

.post-card--subtitle {
  font: 400 14px/1.43 Montserrat, sans-serif;
  color: rgba(2, 46, 52, 0.7);
  margin: 0;
}

.desktop-menu-languages-item a:after {
  content: none;
}

.desktop-menu-languages-item a > svg {
  flex-shrink: 0;
  transition: transform 0.2s ease-in-out;
}

.desktop-menu-languages-item:hover a > svg {
  transform: rotate(180deg);
}

.contact-card {
  gap: 32px;
}

.btn-burger {
  color: var(--header-text-color);
  padding: 8px 8px;
  margin: -8px -8px -8px auto;
  background: none;
  border: none;
  border-radius: 0;
}

.btn-close,
.btn-close-mobile-submenu {
  border: none;
  background: none;
  border-radius: 0;
}

.btn-close-mobile-submenu {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4px;
  font: 400 18px/1.33 Montserrat, sans-serif;
  color: #022E34;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  transition-delay: 0s;
}

.offcanvas-logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.offcanvas-logo {
  display: flex;
  transition: transform 0.2s ease-out;
  transition-delay: 0.15s;
}

.submenu-open .btn-close-mobile-submenu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.15s;
}

.submenu-open .offcanvas-logo {
  transform: translateX(-120%);
  transition-delay: 0s;
}

.offcanvas-divider {
  height: 1px;
  flex-shrink: 0;
  margin: 0 16px;
  background: #E2E2E2;
  margin-top: 16px;
}

.offcanvas-body {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.offcanvas-actions-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

.offcanvas-actions-menu a {
  color: #022E34;
  color: var(--header-link-color);
  font: 400 16px/1.5 Montserrat, sans-serif;
  display: flex;
  align-items: center;
}

.offcanvas-footer {
  background: var(--bs-body-bg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 16px;
}

.mobile-menu {
  list-style: none;
  height: 100%;
  margin: 0;
  padding: 0 16px;
  transition: transform 0.25s ease-out;
  background: var(--bs-body-bg);
}

.mobile-menu.submenu-open {
  transform: translateX(-100%);
}

.mobile-menu > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E2E2E2;
}

.mobile-menu > li > a {
  color: #022E34;
  font: 600 16px/1.33 Montserrat, sans-serif;
  display: flex;
  align-items: center;
  padding: 16px 0;
}

.mobile-menu--toggle-btn {
  color: #022E34;
  display: flex;
  flex-shrink: 0;
  border: none;
  background: none;
  border-radius: 0;
  padding: 16px 0 16px 16px;
  position: relative;
  z-index: 1;
}

.mobile-menu--toggle-btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100vw - 32px);
  max-width: 398px;
  right: 0;
  z-index: 1;
}

.mobile-menu-dropdown {
  padding: 16px;
  background: var(--bs-body-bg);
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  transition: visibility 0s ease-in-out;
  transition-delay: 0.25s;
}

.submenu-open > .mobile-menu-dropdown {
  visibility: visible;
  transition-delay: 0s;
}

.mobile-menu-dropdown ul {
  list-style: none;
}

.mobile-menu-dropdown a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #022E34;
  font: 400 14px/1.43 Montserrat, sans-serif;
}

.mobile-menu-dropdown--title {
  color: #12695C;
  font: 600 14px/1.43 Montserrat, sans-serif;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.mobile-menu-dropdown--section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mobile-menu-dropdown--section:not(:first-child) {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #E2E2E2;
}

.mobile-menu-dropdown--submenu-level1 {
  margin: -12px 0 0;
  padding: 0;
}

.mobile-menu-dropdown--submenu-level1 > li {
  padding-top: 12px;
}

.mobile-menu-dropdown--submenu-level1 > li > a {
  font: 600 16px/1.25 Montserrat, sans-serif;
}

.mobile-menu-dropdown--submenu-level1.submenu-level1-lg {
  margin-top: -16px;
}

.mobile-menu-dropdown--submenu-level1.submenu-level1-lg > li {
  padding: 0;
  border-bottom: 1px solid #E2E2E2;
}

.mobile-menu-dropdown--submenu-level1.submenu-level1-lg > li > a {
  padding: 24px 0;
}

.mobile-menu-dropdown--submenu-languages {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 24px;
}

.mobile-menu-dropdown--submenu-languages > li > a {
  display: flex;
  align-items: center;
  gap: 8px;
  font: 400 16px/1.25 Montserrat, sans-serif;
}

.mobile-menu-dropdown--submenu-languages > li > a > img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-menu-dropdown--submenu-level2 {
  margin: 12px 0 0;
  display: grid;
  gap: 8px;
  padding: 0 0 0 16px;
}

.mobile-menu-dropdown--submenu-level1 > li:not(:last-child) > .mobile-menu-dropdown--submenu-level2 {
  margin-bottom: 8px;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("../webp/flags-2.webp");
  --iti-path-flags-2x: url("../webp/flags%402x-2.webp");
  --iti-path-globe-1x: url("../webp/globe-2.webp");
  --iti-path-globe-2x: url("../webp/globe%402x-2.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}

.iti__dial-code {
  color: var(--iti-dialcode-color);
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__country-list .iti__flag,
.iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__country-list .iti__flag,
[dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
}

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

:root {
  --iti-arrow-padding: 8px;
  --iti-spacer-horizontal: 10px;
  --iti-arrow-height: 6px;
  --iti-arrow-width: 10px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-color: #B1B1B1;
  --iti-hover-color: #F4F4F4;
  --iti-dialcode-color: #6D6D6D;
}

.iti {
  display: block;
}

.iti__selected-country-primary {
  background: none !important;
}

.iti__dropdown-content {
  color: #022E34;
  font-size: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.iti__search-input {
  border: 1px solid #B1B1B1;
  border-width: 0 0 1px;
  border-radius: 0;
  padding: 8px 10px;
  font: 400 16px/1.4 Montserrat, sans-serif;
  color: #6D6D6D;
}

.iti__search-input:focus {
  border-color: #B1B1B1;
}

.iti__arrow {
  width: 24px;
  height: 24px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41Z' fill='%23C9C9C9'/%3E%3C/svg%3E");
  transition: transform 0.15s ease;
}

.iti__arrow--up {
  transform: rotate(180deg);
}

.iti .iti__selected-dial-code {
  color: var(--input-text-color, #6D6D6D);
  margin-left: 0;
  height: 100%;
  border-right: 1px solid var(--input-border-color, #B1B1B1);
  padding-right: var(--iti-spacer-horizontal);
  margin-right: var(--iti-spacer-horizontal);
  width: calc(50px + var(--iti-spacer-horizontal));
  display: flex;
  align-items: center;
  font-size: 18px;
}

.iti__country-list .iti__flag {
  margin-left: 2px;
}

.iti--inline-dropdown .iti__dropdown-content {
  box-shadow: none;
}

.badge {
  --bs-badge-bg: #B1B1B1;
  background-color: var(--bs-badge-bg, #dc3545);
  text-transform: uppercase;
  vertical-align: middle;
  --bs-badge-padding-x: 4px;
  --bs-badge-padding-y: 2px;
  --bs-badge-font-size: .625rem;
  --bs-badge-font-weight: 600;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 4px;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  border-radius: var(--bs-badge-border-radius);
}

.badge-green {
  --bs-badge-bg: #2C9C74;
}

.badge-purple {
  --bs-badge-bg: #9FA6F4;
}

.tooltip {
  line-height: 1.43;
}

.tooltip-inner {
  text-align: left;
  color: #fff;
}

.tooltip-icon {
  --tooltip-text-color: #12695C;
  --tooltip-hover-text-color: #B1B1B1;
  cursor: pointer;
  color: var(--tooltip-text-color);
  display: inline-flex;
  margin-bottom: 2px;
  vertical-align: middle;
  transition: color 0.2s ease-in-out;
}

.tooltip-icon.tooltip-icon-gray {
  --tooltip-text-color: #9E9E9E;
  --tooltip-hover-text-color: #12695C;
}

html {
  scroll-padding-top: 40px;
}

body {
  -webkit-font-smoothing: antialiased;
}

a,
button {
  transition-duration: 0.2s;
  transition-property: color, background-color, opacity, border-color;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
}

.section-title {
  margin-top: 64px;
  margin-bottom: 64px;
}

.main {
  padding: 0 0 64px;
}

.outer-container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

h1,
.h1 {
  font-size: 42px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.card-certificate--title,
.h3 {
  font-size: 32px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 18px;
}

.location-section--body,
.contact-support--banner-desc,
.accordion-info--body,
.security-hero--text,
.post-cards-list-block--description,
.accordion-round--body,
.card-full-img--body-text,
.contact-support-list--item-text,
.section-group-overview--text,
.section-key-info-condensed--body-text,
.section-key-info-condensed--text,
.section-certificate--text,
.section-resource--item-desc,
.slider-key-info-slide--text,
.section-cta--text,
.slider-full-product-pagination-slide--text,
.section-full-product--text,
.section-pricing-plans--text,
.section-three-up-images--item-desc,
.section-three-up-images--desc,
.section-rated--footer,
.section-rated--desc,
.block-help--text,
.section-before-after--item-text,
.section-before-after--text,
.section-support--text,
.block-text-simple--text,
.block-4-up--text,
.section-4-up--text,
.accordion--body,
.slider-benefits-features-pagination-slide--text,
.section-benefits-features--text,
.block-3-up-icon--text,
.section-3-up-icon--text,
.section-hero-alt--text,
.section-hero--text,
.text-header--text,
.section-full-bleed-header-alt--text,
.section-full-bleed-header--text,
.section--text {
  margin: 0;
}

.location-section--body ul,
.contact-support--banner-desc ul,
.accordion-info--body ul,
.security-hero--text ul,
.post-cards-list-block--description ul,
.accordion-round--body ul,
.card-full-img--body-text ul,
.contact-support-list--item-text ul,
.section-group-overview--text ul,
.section-key-info-condensed--body-text ul,
.section-key-info-condensed--text ul,
.section-certificate--text ul,
.section-resource--item-desc ul,
.slider-key-info-slide--text ul,
.section-cta--text ul,
.slider-full-product-pagination-slide--text ul,
.section-full-product--text ul,
.section-pricing-plans--text ul,
.section-three-up-images--item-desc ul,
.section-three-up-images--desc ul,
.section-rated--footer ul,
.section-rated--desc ul,
.block-help--text ul,
.section-before-after--item-text ul,
.section-before-after--text ul,
.section-support--text ul,
.block-text-simple--text ul,
.block-4-up--text ul,
.section-4-up--text ul,
.accordion--body ul,
.slider-benefits-features-pagination-slide--text ul,
.section-benefits-features--text ul,
.block-3-up-icon--text ul,
.section-3-up-icon--text ul,
.section-hero-alt--text ul,
.section-hero--text ul,
.text-header--text ul,
.section-full-bleed-header-alt--text ul,
.section-full-bleed-header--text ul,
.section--text ul {
  padding: 0;
  list-style: none;
}

.location-section--body ul li,
.contact-support--banner-desc ul li,
.accordion-info--body ul li,
.security-hero--text ul li,
.post-cards-list-block--description ul li,
.accordion-round--body ul li,
.card-full-img--body-text ul li,
.contact-support-list--item-text ul li,
.section-group-overview--text ul li,
.section-key-info-condensed--body-text ul li,
.section-key-info-condensed--text ul li,
.section-certificate--text ul li,
.section-resource--item-desc ul li,
.slider-key-info-slide--text ul li,
.section-cta--text ul li,
.slider-full-product-pagination-slide--text ul li,
.section-full-product--text ul li,
.section-pricing-plans--text ul li,
.section-three-up-images--item-desc ul li,
.section-three-up-images--desc ul li,
.section-rated--footer ul li,
.section-rated--desc ul li,
.block-help--text ul li,
.section-before-after--item-text ul li,
.section-before-after--text ul li,
.section-support--text ul li,
.block-text-simple--text ul li,
.block-4-up--text ul li,
.section-4-up--text ul li,
.accordion--body ul li,
.slider-benefits-features-pagination-slide--text ul li,
.section-benefits-features--text ul li,
.block-3-up-icon--text ul li,
.section-3-up-icon--text ul li,
.section-hero-alt--text ul li,
.section-hero--text ul li,
.text-header--text ul li,
.section-full-bleed-header-alt--text ul li,
.section-full-bleed-header--text ul li,
.section--text ul li {
  position: relative;
  padding-left: 16px;
}

.location-section--body ul li:before,
.contact-support--banner-desc ul li:before,
.accordion-info--body ul li:before,
.security-hero--text ul li:before,
.post-cards-list-block--description ul li:before,
.accordion-round--body ul li:before,
.card-full-img--body-text ul li:before,
.contact-support-list--item-text ul li:before,
.section-group-overview--text ul li:before,
.section-key-info-condensed--body-text ul li:before,
.section-key-info-condensed--text ul li:before,
.section-certificate--text ul li:before,
.section-resource--item-desc ul li:before,
.slider-key-info-slide--text ul li:before,
.section-cta--text ul li:before,
.slider-full-product-pagination-slide--text ul li:before,
.section-full-product--text ul li:before,
.section-pricing-plans--text ul li:before,
.section-three-up-images--item-desc ul li:before,
.section-three-up-images--desc ul li:before,
.section-rated--footer ul li:before,
.section-rated--desc ul li:before,
.block-help--text ul li:before,
.section-before-after--item-text ul li:before,
.section-before-after--text ul li:before,
.section-support--text ul li:before,
.block-text-simple--text ul li:before,
.block-4-up--text ul li:before,
.section-4-up--text ul li:before,
.accordion--body ul li:before,
.slider-benefits-features-pagination-slide--text ul li:before,
.section-benefits-features--text ul li:before,
.block-3-up-icon--text ul li:before,
.section-3-up-icon--text ul li:before,
.section-hero-alt--text ul li:before,
.section-hero--text ul li:before,
.text-header--text ul li:before,
.section-full-bleed-header-alt--text ul li:before,
.section-full-bleed-header--text ul li:before,
.section--text ul li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.location-section--body ul li + li,
.contact-support--banner-desc ul li + li,
.accordion-info--body ul li + li,
.security-hero--text ul li + li,
.post-cards-list-block--description ul li + li,
.accordion-round--body ul li + li,
.card-full-img--body-text ul li + li,
.contact-support-list--item-text ul li + li,
.section-group-overview--text ul li + li,
.section-key-info-condensed--body-text ul li + li,
.section-key-info-condensed--text ul li + li,
.section-certificate--text ul li + li,
.section-resource--item-desc ul li + li,
.slider-key-info-slide--text ul li + li,
.section-cta--text ul li + li,
.slider-full-product-pagination-slide--text ul li + li,
.section-full-product--text ul li + li,
.section-pricing-plans--text ul li + li,
.section-three-up-images--item-desc ul li + li,
.section-three-up-images--desc ul li + li,
.section-rated--footer ul li + li,
.section-rated--desc ul li + li,
.block-help--text ul li + li,
.section-before-after--item-text ul li + li,
.section-before-after--text ul li + li,
.section-support--text ul li + li,
.block-text-simple--text ul li + li,
.block-4-up--text ul li + li,
.section-4-up--text ul li + li,
.accordion--body ul li + li,
.slider-benefits-features-pagination-slide--text ul li + li,
.section-benefits-features--text ul li + li,
.block-3-up-icon--text ul li + li,
.section-3-up-icon--text ul li + li,
.section-hero-alt--text ul li + li,
.section-hero--text ul li + li,
.text-header--text ul li + li,
.section-full-bleed-header-alt--text ul li + li,
.section-full-bleed-header--text ul li + li,
.section--text ul li + li {
  margin-top: 12px;
}

.location-section--body > :first-child,
.contact-support--banner-desc > :first-child,
.accordion-info--body > :first-child,
.security-hero--text > :first-child,
.post-cards-list-block--description > :first-child,
.accordion-round--body > :first-child,
.card-full-img--body-text > :first-child,
.contact-support-list--item-text > :first-child,
.section-group-overview--text > :first-child,
.section-key-info-condensed--body-text > :first-child,
.section-key-info-condensed--text > :first-child,
.section-certificate--text > :first-child,
.section-resource--item-desc > :first-child,
.slider-key-info-slide--text > :first-child,
.section-cta--text > :first-child,
.slider-full-product-pagination-slide--text > :first-child,
.section-full-product--text > :first-child,
.section-pricing-plans--text > :first-child,
.section-three-up-images--item-desc > :first-child,
.section-three-up-images--desc > :first-child,
.section-rated--footer > :first-child,
.section-rated--desc > :first-child,
.block-help--text > :first-child,
.section-before-after--item-text > :first-child,
.section-before-after--text > :first-child,
.section-support--text > :first-child,
.block-text-simple--text > :first-child,
.block-4-up--text > :first-child,
.section-4-up--text > :first-child,
.accordion--body > :first-child,
.slider-benefits-features-pagination-slide--text > :first-child,
.section-benefits-features--text > :first-child,
.block-3-up-icon--text > :first-child,
.section-3-up-icon--text > :first-child,
.section-hero-alt--text > :first-child,
.section-hero--text > :first-child,
.text-header--text > :first-child,
.section-full-bleed-header-alt--text > :first-child,
.section-full-bleed-header--text > :first-child,
.section--text > :first-child {
  margin-top: 0;
}

.location-section--body > :last-child,
.contact-support--banner-desc > :last-child,
.accordion-info--body > :last-child,
.security-hero--text > :last-child,
.post-cards-list-block--description > :last-child,
.accordion-round--body > :last-child,
.card-full-img--body-text > :last-child,
.contact-support-list--item-text > :last-child,
.section-group-overview--text > :last-child,
.section-key-info-condensed--body-text > :last-child,
.section-key-info-condensed--text > :last-child,
.section-certificate--text > :last-child,
.section-resource--item-desc > :last-child,
.slider-key-info-slide--text > :last-child,
.section-cta--text > :last-child,
.slider-full-product-pagination-slide--text > :last-child,
.section-full-product--text > :last-child,
.section-pricing-plans--text > :last-child,
.section-three-up-images--item-desc > :last-child,
.section-three-up-images--desc > :last-child,
.section-rated--footer > :last-child,
.section-rated--desc > :last-child,
.block-help--text > :last-child,
.section-before-after--item-text > :last-child,
.section-before-after--text > :last-child,
.section-support--text > :last-child,
.block-text-simple--text > :last-child,
.block-4-up--text > :last-child,
.section-4-up--text > :last-child,
.accordion--body > :last-child,
.slider-benefits-features-pagination-slide--text > :last-child,
.section-benefits-features--text > :last-child,
.block-3-up-icon--text > :last-child,
.section-3-up-icon--text > :last-child,
.section-hero-alt--text > :last-child,
.section-hero--text > :last-child,
.text-header--text > :last-child,
.section-full-bleed-header-alt--text > :last-child,
.section-full-bleed-header--text > :last-child,
.section--text > :last-child {
  margin-bottom: 0;
}

.contact-support--banner-desc,
.accordion-info--body,
.security-hero--text,
.post-cards-list-block--description,
.card-certificate--description,
.accordion-round--body,
.card-full-img--body-text,
.contact-support-list--item-text,
.block-group-overview--text,
.section-group-overview--text,
.section-key-info-condensed--body-text,
.section-key-info-condensed--text,
.section-certificate--text,
.section-resource--item-desc,
.slider-key-info-slide--text,
.section-cta--text,
.section-full-product--text,
.card-pricing--text,
.section-pricing-plans--text,
.section-three-up-images--item-desc,
.section-three-up-images--desc,
.section-rated--footer,
.section-rated--desc,
.block-help--text,
.section-before-after--item-text,
.section-before-after--text,
.section-support--text,
.block-text-simple--text,
.block-4-up--text,
.section-4-up--text,
.section-benefits-features--text,
.block-3-up-icon--text,
.section-3-up-icon--text,
.section-hero-alt--text,
.section-hero--text,
.text-header--text,
.gated-content-header--text,
.section-full-bleed-header-alt--text,
.section-full-bleed-header--text,
.section--text {
  font: 400 18px/1.33 Montserrat, sans-serif;
}

.accordion-info--subtitle,
.accordion-round--subtitle,
.section-before-after--item-list,
.block-text-simple--title,
.block-4-up--title {
  font: 600 18px/1.33 Montserrat, sans-serif;
}

.contact-support-list--item-text a,
.block-help--text a {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.contact-support-list--item-text a:after,
.block-help--text a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: transform 0.2s ease-in-out;
  transform: scaleX(0);
  transform-origin: 0 0;
  background: #70EB94;
}

.link-line,
.contact-sales--checkbox-text a {
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  color: #022E34;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font: 400 16px/1.25 Montserrat, sans-serif;
}

.link-line:before,
.contact-sales--checkbox-text a:before,
.link-line:after,
.contact-sales--checkbox-text a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #12695C;
  transition: transform 0.12s ease-in-out;
}

.link-line:before,
.contact-sales--checkbox-text a:before {
  transform-origin: 100% 0;
  transition-delay: 0.12s;
}

.link-line:after,
.contact-sales--checkbox-text a:after {
  transform: scaleX(0);
  transform-origin: 0 0;
  background: #70EB94;
  transition-delay: 0s;
}

.link-line.link-line-light,
.contact-sales--checkbox-text a.link-line-light {
  color: #fff;
}

.link-line.link-line-light:hover,
.contact-sales--checkbox-text a.link-line-light:hover {
  color: #fff;
}

.link-line.link-line-primary:before,
.contact-sales--checkbox-text a.link-line-primary:before {
  background: #70EB94;
}

.link-line.link-line-primary:after,
.contact-sales--checkbox-text a.link-line-primary:after {
  background: #12695C;
}

.link-line.link-line-lg,
.contact-sales--checkbox-text a.link-line-lg {
  font-size: 18px;
  line-height: 1.4;
}

.list-check,
.card-pricing--features,
.section-support--body-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.list-check li,
.card-pricing--features li,
.section-support--body-text ul li {
  position: relative;
  padding-left: 32px;
}

.list-check li:before,
.card-pricing--features li:before,
.section-support--body-text ul li:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 16px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.08 9.62 1.3 5.83 0 7.11l5.08 5.09L16 1.28 14.72 0 5.08 9.62Z' fill='%2312695C'/%3E%3C/svg%3E");
}

.section {
  padding: 48px 0;
}

.section.no-pb {
  padding-bottom: 0;
}

.section.no-pt {
  padding-top: 0;
}

.section--header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.section--suptitle {
  color: #12695C;
  text-align: center;
  margin: 0 0 -12px;
  font: 600 14px/1.42 Montserrat, sans-serif;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.section--title {
  text-align: center;
  margin: 0;
  font: 400 36px/1.11 "IvyPresto Headline", serif;
}

.section--text {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.section--actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

[type=checkbox] {
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 4px;
  border: 1px solid var(--input-border-color, #B1B1B1);
  transition: background 0.15s ease-in-out;
  transition-property: background, border-color;
}

[type=checkbox]:hover {
  border-color: var(--input-focus-border-color, #6D6D6D);
}

[type=checkbox]:checked {
  background: #fff url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.08 9.62 1.3 5.83 0 7.11l5.08 5.09L16 1.28 14.72 0 5.08 9.62Z' fill='%2312695C'/%3E%3C/svg%3E") 50% no-repeat;
  border-color: var(--input-focus-border-color, #6D6D6D);
}

textarea,
select,
[type=text],
[type=tel],
[type=email] {
  padding: 15px;
  border: 1px solid var(--input-border-color, #B1B1B1);
  border-radius: 8px;
  font: 400 18px/1.33 Montserrat, sans-serif;
  color: var(--input-text-color, #6D6D6D);
  border-radius: 16px;
  background: none;
  width: 100%;
  transition: background 0.15s ease-in-out;
  transition-property: background, border-color, color;
}

textarea::-moz-placeholder,
select::-moz-placeholder,
[type=text]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=email]::-moz-placeholder {
  color: var(--input-placeholder-color, #B1B1B1);
}

textarea::placeholder,
select::placeholder,
[type=text]::placeholder,
[type=tel]::placeholder,
[type=email]::placeholder {
  color: var(--input-placeholder-color, #B1B1B1);
}

textarea:focus,
textarea:hover,
select:focus,
select:hover,
[type=text]:focus,
[type=text]:hover,
[type=tel]:focus,
[type=tel]:hover,
[type=email]:focus,
[type=email]:hover {
  border-color: var(--input-focus-border-color, #6D6D6D);
  outline: none;
}

textarea:focus,
select:focus,
[type=text]:focus,
[type=tel]:focus,
[type=email]:focus {
  box-shadow: 0 0 0 1px var(--input-focus-border-color, #6D6D6D);
}

textarea:not(:placeholder-shown):invalid,
select:not(:placeholder-shown):invalid,
[type=text]:not(:placeholder-shown):invalid,
[type=tel]:not(:placeholder-shown):invalid,
[type=email]:not(:placeholder-shown):invalid {
  border-color: #ED7C6E;
  color: #ED7C6E;
}

textarea:not(:placeholder-shown):invalid + .form-input-error,
select:not(:placeholder-shown):invalid + .form-input-error,
[type=text]:not(:placeholder-shown):invalid + .form-input-error,
[type=tel]:not(:placeholder-shown):invalid + .form-input-error,
[type=email]:not(:placeholder-shown):invalid + .form-input-error {
  display: block;
}

.form-block-dark {
  --input-text-color: #C9C9C9;
  --input-border-color: #B1B1B1;
  --input-focus-border-color: #fff;
  --input-placeholder-color: #9E9E9E;
}

label {
  cursor: pointer;
}

.form-agree {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font: 400 16px/1.5 Montserrat, sans-serif;
  max-width: 500px;
}

.form-agree input[type=checkbox] {
  margin-top: 4px;
}

.form-label {
  cursor: default;
  pointer-events: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font: 600 18px/1.33 Montserrat, sans-serif;
  margin-bottom: 8px;
}

.form-input-error {
  margin-top: 8px;
  display: none;
  color: #ED7C6E;
  font-weight: 400 14px/1.5 Montserrat, sans-serif;
}

@font-face {
  font-family: "Montserrat";
  src: url("../woff2/montserrat-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../woff2/montserrat-semibolditalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../woff2/montserrat-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../woff2/montserrat-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../woff2/montserrat-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IvyPresto Headline";
  src: url("../woff2/ivyprestoheadline-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IvyPresto Headline";
  src: url("../woff2/ivyprestoheadline-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.section-full-bleed-header {
  position: relative;
  background: #022E34;
  color: #fff;
}

.section-full-bleed-header--img-mobile {
  display: block;
  width: 100%;
}

.section-full-bleed-header--inner {
  display: grid;
  gap: 16px;
  padding: 104px 0 48px;
}

.section-full-bleed-header--subtitle {
  margin-bottom: 0;
  color: #70EB94;
  font: 600 14px/1.42 Montserrat, sans-serif;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.section-full-bleed-header--title {
  margin: 0;
  font: 400 42px/1.14 "IvyPresto Headline", serif;
}

.section-full-bleed-header--actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
  gap: 22px;
}

.section-full-bleed-header--actions .btn-outline-light::after {
  display: none;
}

.section-full-bleed-header--actions .btn-outline-light:hover {
  color: #70EB94;
  border-color: #70EB94;
  background-color: transparent;
}

.section-full-bleed-header-alt {
  position: relative;
  background: #084D4B var(--bg-image) no-repeat 50%/cover;
  color: #fff;
}

.section-full-bleed-header-alt--inner {
  display: grid;
  justify-items: center;
  padding: 104px 0 48px;
}

.section-full-bleed-header-alt--subtitle {
  color: #70EB94;
  text-align: center;
  margin-bottom: 8px;
  font: 600 14px/1.42 Montserrat, sans-serif;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.section-full-bleed-header-alt--title {
  text-align: center;
  margin: 0 0 16px 0;
  font: 400 42px/1.14 "IvyPresto Headline", serif;
}

.section-full-bleed-header-alt--text {
  text-align: center;
  margin-bottom: 32px;
}

.section-full-bleed-header-alt--actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.gated-content-header {
  padding: 90px 0 48px;
  background: linear-gradient(to bottom, #DDFFDA 0%, #DDFFDA 60%, #fff 50.1%, #fff 100%);
}

.gated-content-header--img-desktop,
.gated-content-header--img-mob {
  border-radius: 16px;
  display: block;
  width: 100%;
  box-shadow: 0px 2px 12px 4px rgba(2, 46, 52, 0.15);
}

.gated-content-header--row {
  display: grid;
  gap: 24px;
}

.gated-content-header--body {
  position: relative;
  background: #022E34;
  color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px;
}

.gated-content-header--title {
  font: 400 32px/1.25 "IvyPresto Headline", serif;
  margin-bottom: 16px;
}

.gated-content-header--text {
  margin: 0;
}

.gated-content-header--actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  padding-top: 8px;
}

.gated-content-header--form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gated-content-header--thank-you-msg {
  visibility: hidden;
  border-radius: 16px;
  position: absolute;
  background: #022E34;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 16px;
}

.text-header {
  position: relative;
  background: #F0F0FF;
  color: #022E34;
  padding: 112px 0 56px;
}

.text-header.green {
  background: #DDFFDA;
  padding: 142px 0 86px;
}

.text-header.green::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: 0;
  background-image: url("../svg/background.svg");
}

.text-header .container {
  position: relative;
  z-index: 1;
}

.text-header--subtitle {
  color: #12695C;
  text-align: center;
  margin: 0 auto 16px;
  font: 600 14px/1.42 Montserrat, sans-serif;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.text-header--title {
  text-align: center;
  max-width: 884px;
  margin: 0 auto 16px;
  font: 400 36px/1.01 "IvyPresto Headline", serif;
  color: #022E34;
}

.text-header--text {
  text-align: center;
  max-width: 536px;
  margin: 0 auto;
}

.text-header::after {
  position: absolute;
  top: 54px;
  right: -268px;
  content: "";
  width: 566px;
  height: 586px;
  transform: rotate(22deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='539' height='380' viewBox='0 0 539 380' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M344.63 429.603C485.206 472.357 632.729 389.342 674.133 244.183C715.538 99.0239 635.144 -53.3101 494.569 -96.0646C353.994 -138.819 206.47 -55.8039 165.066 89.3552C123.662 234.514 204.055 386.848 344.63 429.603Z' stroke='url(%23paint0_linear_507_2057)' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M519.444 355.424C648.19 282.975 707.939 139.693 652.896 35.3951C597.853 -68.9028 448.862 -94.7216 320.116 -22.2727C191.37 50.1763 131.621 193.458 186.664 297.756C241.707 402.054 390.697 427.873 519.444 355.424Z' stroke='url(%23paint1_linear_507_2057)' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M471.254 264.103C600.001 191.654 681.326 89.257 652.9 35.3933C624.473 -18.4704 497.06 -3.40418 368.313 69.0447C239.567 141.494 158.241 243.89 186.668 297.754C215.094 351.618 342.508 336.552 471.254 264.103Z' stroke='url(%23paint2_linear_507_2057)' stroke-width='2' stroke-miterlimit='10'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_507_2057' x1='494.569' y1='-96.0646' x2='335.534' y2='426.836' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E4FD'/%3E%3Cstop offset='1' stop-color='%23C4C8F7'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_507_2057' x1='320.116' y1='-22.2726' x2='529.478' y2='349.777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E4FD'/%3E%3Cstop offset='1' stop-color='%23C4C8F7'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_507_2057' x1='368.313' y1='69.0447' x2='476.436' y2='261.187' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E4FD'/%3E%3Cstop offset='1' stop-color='%23C4C8F7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.section-hero--main {
  padding: 110px 0 48px;
}

.section-hero--footer {
  overflow: hidden;
  background: #DDFFDA;
}

.section-hero--footer-text {
  background: #12695C;
  color: #fff;
  font: 600 16px/1.25 Montserrat, sans-serif;
  display: flex;
  align-items: center;
  margin: 0 -16px;
  padding: 16px;
  position: relative;
  z-index: 0;
}

.section-hero--footer-text:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background: #12695C;
  z-index: -1;
}

.section-hero--footer-text > :last-child {
  margin-bottom: 0;
}

.section-hero--footer-text > :first-child {
  margin-top: 0;
}

.section-hero--logos-wrap {
  flex-grow: 1;
  position: relative;
  background: #DDFFDA;
}

.section-hero--logos {
  --cols: 3;
  min-height: 130px;
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(var(--cols, 2), 1fr);
  gap: 8px;
  padding: 16px 0;
}

.section-hero--logos:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-hero--logos:not(:first-child) img {
  opacity: 0;
}

.section-hero--logos-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-hero--header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-hero--body {
  max-width: 740px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-hero--title {
  color: #002325;
  font: 400 48px/1 "IvyPresto Headline", serif;
  margin-bottom: 0;
}

.section-hero--text {
  max-width: 504px;
}

.section-hero--actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.section-hero-alt {
  background-color: #F0F0FF;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.section-hero-alt.light-green {
  background-image: url("data:image/svg+xml,%3Csvg width='929' height='700' viewBox='0 0 929 700' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath d='M747.895 24.3211C548.497 -56.951 326.018 30.979 250.974 220.718C175.931 410.457 276.74 630.155 476.138 711.427C675.536 792.699 898.015 704.769 973.058 515.03C1048.1 325.291 947.293 105.593 747.895 24.3211Z' stroke='url(%23paint0_linear_617_9653)' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M488.948 89.3267C297.766 167.813 197.89 356.118 265.868 509.918C333.846 663.718 543.937 724.772 735.119 646.286C926.301 567.799 1026.18 379.494 958.199 225.694C890.221 71.8945 680.13 10.8406 488.948 89.3267Z' stroke='url(%23paint1_linear_617_9653)' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M548.08 222.469C355.724 301.788 228.424 431.16 263.747 511.429C299.071 591.698 483.641 592.468 675.997 513.148C868.353 433.829 995.654 304.458 960.33 224.189C925.007 143.92 740.436 143.15 548.08 222.469Z' stroke='url(%23paint2_linear_617_9653)' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_617_9653' x1='833.035' y1='501.154' x2='267.469' y2='598.69' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232C9C74'/%3E%3Cstop offset='1' stop-color='%2370EB94'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_617_9653' x1='788.58' y1='578.339' x2='269.014' y2='606.239' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232C9C74'/%3E%3Cstop offset='1' stop-color='%2370EB94'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_617_9653' x1='750.9' y1='293.049' x2='284.26' y2='484.338' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232C9C74'/%3E%3Cstop offset='1' stop-color='%2370EB94'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"), linear-gradient(80deg, #F5FFF4 23.71%, #E4FFE1 79.72%);
  background-position: center;
  background-size: 180%, 100%;
}

.section-hero-alt.green {
  background-color: #084D4B;
}

.section-hero-alt--main {
  padding: 104px 0 0;
}

.section-hero-alt--inner {
  display: flex;
}

.section-hero-alt--header {
  display: flex;
  flex-direction: column;
}

.section-hero-alt--body {
  max-width: 537px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.section-hero-alt--subtitle {
  color: #12695C;
  margin-bottom: 8px;
  font: 600 14px/1.42 Montserrat, sans-serif;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.green .section-hero-alt--subtitle {
  color: #fff;
}

.section-hero-alt--title {
  color: #002325;
  font: 400 36px/1 "IvyPresto Headline", serif;
  margin-bottom: 16px;
}

.green .section-hero-alt--title {
  color: #fff;
}

.section-hero-alt--text {
  max-width: 521px;
  margin-bottom: 32px;
}

.green .section-hero-alt--text {
  color: #fff;
}

.section-hero-alt--image {
  width: 100%;
  height: auto;
}

.section-hero-alt--actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 32px;
}

.section-testimonials-header {
  padding: 0;
  position: relative;
  background: #022E34;
  color: #fff;
  overflow: hidden;
  margin-top: 60px;
}

.section-testimonials-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(62.55% 62.55% at 50% 42.18%, #022E34 0%, rgba(2, 46, 52, 0.6) 76.15%, rgba(2, 46, 52, 0.3) 100%);
  z-index: 1;
}

.section-testimonials-header--inner {
  position: relative;
  z-index: 2;
  min-height: calc(100lvh - 60px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 100px 0;
}

.section-testimonials-header--title {
  margin: 0 auto;
  max-width: 900px;
  font: 400 42px/1.14 "IvyPresto Headline", serif;
}

.section-testimonials-header--text {
  font-size: 20px;
  line-height: 1.4;
  max-width: 600px;
  margin: 0 auto;
}

.section-testimonials-header--actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.section-testimonials-grid {
  --grid-gap: 12px;
  --grid-cols: 3;
  position: absolute;
  top: 0;
  left: -10%;
  right: -10%;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(var(--grid-cols, 3), minmax(0, 1fr));
  gap: var(--grid-gap);
  padding: 0 var(--grid-gap);
}

.section-testimonials-grid--img,
.section-testimonials-grid--logo {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.section-testimonials-grid--img {
  width: 100%;
}

.section-testimonials-grid--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9E9E9E;
}

.section-testimonials-grid--marque {
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap);
  animation: marqueeY 100s linear infinite;
  padding-bottom: var(--grid-gap);
}

.section-testimonials-grid--marque.reversed {
  animation-name: marqueeYreversed;
}

.section-testimonials-grid--marque.speed-1 {
  animation-duration: 80s;
}

.section-testimonials-grid--marque.speed-2 {
  animation-duration: 90s;
}

@keyframes marqueeY {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes marqueeYreversed {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

.section-key-stats {
  padding: 48px 0;
}

.section-key-stats--body {
  --bg-gradient: linear-gradient(96deg, #F0F0FF 14.92%, #C4C8F7 137.99%);
  border-radius: 16px;
  padding-top: 164px;
  background: url("../svg/key-stats-bg-mob-light.svg") no-repeat 50% 0/100% auto, var(--bg-gradient);
  color: var(--text-color, #022E34);
}

.section-key-stats--body.dark {
  --text-color: #fff;
  background-color: #022E34;
  background-image: url("../svg/key-stats-bg-mob-dark.svg");
}

.section-key-stats--inner {
  padding: 0 16px 16px;
  display: grid;
  gap: 32px;
  width: 100%;
}

.section-key-stats--number {
  font: 400 55px/101% "IvyPresto Headline", serif;
  margin-bottom: 12px;
}

.section-key-stats--text {
  font: 400 18px/1.4 Montserrat, sans-serif;
}

.section-key-stats--text > :first-child {
  margin-top: 0;
}

.section-key-stats--text > :last-child {
  margin-bottom: 0;
}

.section-3-up-icon {
  padding: 48px 0;
}

.section-3-up-icon--header {
  text-align: center;
  margin-bottom: 48px;
}

.section-3-up-icon--suptitle {
  color: #12695C;
  text-align: center;
  margin-bottom: 12px;
  font: 600 14px/1.42 Montserrat, sans-serif;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.section-3-up-icon--title {
  text-align: center;
  max-width: 796px;
  margin: 0 auto 24px;
  font: 400 36px/1.01 "IvyPresto Headline", serif;
  color: #022E34;
}

.section-3-up-icon--text {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.section-3-up-icon--bottom-image {
  padding-top: 48px;
}

.section-3-up-icon--bottom-image img {
  border-radius: 32px;
}

.section-3-up-icon--video {
  padding-top: 48px;
  overflow: hidden;
  border-radius: 32px;
  display: none;
}

.section-3-up-icon--video video {
  border-radius: 16px;
  height: auto;
}

.section-3-up-icon--video.mobile {
  display: block;
}

.section-3-up-icon--globe {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  margin-top: 48px;
}

.section-3-up-icon--globe canvas {
  display: block;
  cursor: ew-resize;
}

.section-3-up-icon--globe #containerGlobe {
  width: 100%;
  height: 680px;
  position: relative;
}

.section-3-up-icon--globe > canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  display: none;
}

.block-3-up-icon--icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #084D4B;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-3-up-icon--icon img,
.block-3-up-icon--icon svg {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.block-3-up-icon--title {
  font: 400 24px/1.33 "IvyPresto Headline", serif;
  margin-bottom: 12px;
  letter-spacing: 0.32px;
}

.section-benefits-features {
  padding: 48px 0;
}

.section-benefits-features.light-green {
  --bg-color: #DDFFDA;
}

.section-benefits-features.light-purple {
  --bg-color: #F0F0FF;
}

.section-benefits-features.light-yellow {
  --bg-color: #FFF2D6;
}

.section-benefits-features--header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.section-benefits-features--title {
  text-align: center;
  margin: 0;
  font: 400 36px/1.11 "IvyPresto Headline", serif;
}

.section-benefits-features--title2 {
  margin: 0;
  font: 400 32px/1.25 "IvyPresto Headline", serif;
  margin-bottom: 32px;
}

.section-benefits-features--text {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.section-benefits-features--slider-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.section-benefits-features--slider-bg .splide__track {
  height: 100%;
}

.section-benefits-features--slider-bg .splide__slide {
  position: relative;
}

.section-benefits-features--slider-bg .splide__slide > * {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.section-benefits-features--slider-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-benefits-features--slider-main {
  display: none !important;
  background: #fff;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.section-benefits-features--slider-main .splide__track {
  height: 100%;
}

.section-benefits-features--pagination-wrap {
  position: relative;
  z-index: 1;
  background-color: var(--bg-color, #fff);
  border-radius: 16px;
  padding: 24px 16px;
}

.section-benefits-features--slider-pagination .splide__list {
  display: grid;
  gap: 24px;
}

.slider-benefits-features-slide {
  background: white;
  aspect-ratio: 327/245;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-top: 24px;
}

.slider-benefits-features-slide > * {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.slider-benefits-features-pagination-slide {
  outline: none;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s ease-out;
  opacity: 0.5;
}

.slider-benefits-features-pagination-slide--body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.slider-benefits-features-pagination-slide:after,
.slider-benefits-features-pagination-slide:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: #022E34;
  z-index: 1;
  transform: translateX(-100%);
}

.slider-benefits-features-pagination-slide:before {
  height: 1px;
  top: 1px;
  background: rgba(18, 105, 92, 0.3);
  transform: translateX(0);
}

.slider-benefits-features-pagination-slide.is-active {
  cursor: default;
  opacity: 1;
  border: none !important;
}

.slider-benefits-features-pagination-slide:hover:not(.is-active) {
  opacity: 0.8;
}

.slider-benefits-features-pagination-slide--title {
  font: 600 18px/1.33 Montserrat, sans-serif;
  color: #022E34;
  margin: 0;
}

.slider-benefits-features-pagination-slide--title button {
  color: inherit;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  outline: none;
  justify-content: space-between;
  font: inherit;
  margin: 0;
  padding: 8px 0 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slider-benefits-features-pagination-slide--title button svg {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease-in-out;
  transform: rotate(180deg);
}

.slider-benefits-features-pagination-slide--title button.collapsed svg {
  transform: rotate(0deg);
}

.slider-benefits-features-pagination-slide--text {
  font: 400 18px/1.33 Montserrat, sans-serif;
  color: #022E34;
  padding-right: 40px;
}

@keyframes sliderPaginationProgres {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

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

.bg-light-green {
  background-color: #DDFFDA !important;
}

.bg-light-purple {
  background-color: #F0F0FF !important;
}

.bg-light-yellow {
  background-color: #FFF2D6 !important;
}

.section-faq {
  padding: 48px 0;
}

.section-faq--header {
  text-align: center;
  margin-bottom: 48px;
  margin-bottom: 64px;
}

.section-faq--title {
  max-width: 815px;
  margin: 0 auto 8px;
  font: 400 36px/1.01 "IvyPresto Headline", serif;
}

.section-faq--text {
  max-width: 600px;
  margin: 0 auto;
  font: 400 18px/1.4 Montserrat, sans-serif;
}

.accordion--item {
  border-top: 1px solid #E2E2E2;
}

.accordion--header {
  margin: 0;
}

.accordion--button {
  padding: 24px 0;
  border-radius: 0;
  border: none;
  background: none;
  font: 600 18px/1.33 Montserrat, sans-serif;
  color: #022E34;
  transition: color 0.15s ease-in-out;
  transition-property: color, font-weight;
  flex-grow: 1;
  text-align: left;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.accordion--button.collapsed .accordion--icon:after {
  transform: rotate(-90deg);
}

.accordion--button:active {
  color: #022E34;
}

.accordion--icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
  margin-top: 0.1em;
}

.accordion--icon:before,
.accordion--icon:after {
  content: "";
  position: absolute;
  background: #6D6D6D;
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
  transition: transform 0.15s ease-in-out;
}

.accordion--body {
  font: 400 18px/1.33 Montserrat, sans-serif;
  color: #022E34;
  padding-bottom: 32px;
  max-width: 757px;
}

.section-4-up {
  padding: 48px 0;
}

.section-4-up--header {
  text-align: center;
  margin-bottom: 48px;
}

.section-4-up--suptitle {
  color: #12695C;
  text-align: center;
  margin-bottom: 12px;
  font: 600 14px/1.42 Montserrat, sans-serif;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.section-4-up--title {
  text-align: center;
  max-width: 895px;
  margin: 0 auto 24px;
  font: 400 36px/1.01 "IvyPresto Headline", serif;
}

.section-4-up--title.small {
  font-size: 32px;
  line-height: 1.25;
}

.section-4-up--text {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.section-4-up.remove-top-indent {
  padding-top: 0;
}

.block-4-up--icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #F0F0FF;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-4-up--icon img,
.block-4-up--icon svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.block-4-up--title {
  margin-bottom: 8px;
}

.section-text-image {
  padding: 48px 0;
}

.section-text-image--inner {
  display: grid;
  gap: 24px;
}

.section-text-image--suptitle {
  color: #12695C;
  margin-bottom: 12px;
  font: 600 14px/1.42 Montserrat, sans-serif;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.section-text-image--title {
  margin: 0;
  font: 400 32px/1.25 "IvyPresto Headline", serif;
  color: #022E34;
}

.section-text-image--img {
  display: block;
  border-radius: 16px;
  width: 100%;
}

.section-text-image--text {
  color: #022E34;
  font: 400 18px/1.33 Montserrat, sans-serif;
}

.section-text-image--text ul {
  padding: 0;
  list-style: none;
}

.section-text-image--text ul li {
  position: relative;
  padding-left: 16px;
}

.section-text-image--text ul li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.section-text-image--text ul li + li {
  margin-top: 12px;
}

.section-text-image--text > :first-child {
  margin-top: 0;
}

.section-text-image--text > :last-child {
  margin-bottom: 0;
}

.section-text-image--actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.section-text-image--columns {
  margin-top: 32px;
}

.block-text-simple--icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #F0F0FF;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-text-simple--icon img,
.block-text-simple--icon svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.block-text-simple--title {
  margin-bottom: 8px;
}

.section-support {
  padding: 48px 0;
}

.section-support--category {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #12695C;
}

.section-support--header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.section-support--title {
  text-align: center;
  margin: 0;
  font: 400 36px/1.11 "IvyPresto Headline", serif;
}

.section-support--text {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.section-support--img-mobile {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  border-radius: 16px;
}

.section-support--body-title {
  margin-bottom: 24px;
  font: 400 36px/1.11 "IvyPresto Headline", serif;
  color: #022E34;
}

.section-support--body-title.title-h3 {
  font: 400 32px/1.25 "IvyPresto Headline", serif;
}

.section-support--body-text {
  font: 400 18px/1.4 Montserrat, sans-serif;
  max-width: 470px;
}

.section-support--body-text ul {
  margin: 16px 0;
  gap: 12px;
}

.section-support--body-text > :first-child {
  margin-top: 0;
}

.section-support--body-text > :last-child {
  margin-bottom: 0;
}

.section-support--body-actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.section-support--body-actions .btn-outline-dark:after {
  display: none;
  opacity: 0;
}

.section-support--body-actions .btn-outline-dark:hover {
  background: none;
  color: #3FB67D !important;
  border-color: #3FB67D !important;
}

.section-before-after {
  padding: 48px 0;
}

.section-before-after--header {
  text-align: center;
  margin-bottom: 48px;
}

.section-before-after--title {
  text-align: center;
  max-width: 796px;
  margin: 0 auto 24px;
  font: 400 36px/1.01 "IvyPresto Headline", serif;
}

.section-before-after--text {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.section-before-after--body {
  border-radius: 16px;
  padding: 48px 16px 16px;
  background: no-repeat 50% 100%/100% auto;
  background-image: var(--bg-image-mobile);
}

.section-before-after--item {
  padding: 32px 24px;
  background: #fff;
  border-radius: 16px;
  width: 284px;
  flex: 0 0 auto;
}

.section-before-after--item-title {
  font: 400 24px/1.33 "IvyPresto Headline", serif;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
}

.section-before-after--item-list {
  margin: 48px 0 0;
}

.section-before-after--item-list ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 16px;
}

.section-before-after--item-list a {
  color: #022E34;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.section-before-after--item-list a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: 0 0;
  background: #70EB94;
  transition: transform 0.2s ease-in-out;
}

.section-help {
  padding: 48px 0;
}

.section-help--title {
  text-align: center;
  max-width: 796px;
  margin: 0 auto 32px;
  font: 400 36px/1.01 "IvyPresto Headline", serif;
  color: #022E34;
}

.section-help--row {
  display: grid;
  gap: 24px;
}

.block-help {
  background: #DDFFDA;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.block-help--icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #12695C;
  margin-bottom: 24px;
}

.block-help--icon img,
.block-help--icon svg {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.block-help--title {
  font: 600 21px/1.33 Montserrat, sans-serif;
  margin-bottom: 8px;
}

.block-help--body {
  flex-grow: 1;
}

.block-help--btn {
  margin-top: 50px;
}

.section-rated {
  padding: 48px 0;
}

.section-rated--title {
  text-align: center;
  max-width: 796px;
  margin: 0 auto 24px;
  font: 400 36px/1.01 "IvyPresto Headline", serif;
  color: #022E34;
}

.section-rated--desc {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.section-rated--row {
  display: flex;
  flex-wrap: wrap;
  max-width: 650px;
  margin: 0 auto 60px;
  justify-content: space-between;
  flex-direction: column;
}

.section-rated--row.no-footer-text {
  margin-bottom: 0;
}

.section-rated--item {
  display: flex;
  flex-direction: column;
  max-width: 230px;
  margin: 0 auto 30px;
}

.section-rated--item:last-child {
  margin-bottom: 0;
}

.section-rated--item-logo {
  flex-grow: 1;
  text-align: center;
}

.section-rated--item-logo img {
  max-height: 70px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-rated--item-title {
  color: #022E34;
  margin: 30px 0 0 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.section-rated--item-desc {
  color: #022E34;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 21px 0;
}

.section-rated--item-rate {
  color: #022E34;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin: 31px 0 0 0;
  font-weight: 600;
}

.section-rated--footer {
  text-align: center;
}

.section-three-up-images {
  padding: 48px 0;
}

.section-three-up-images.no-btn {
  padding-bottom: 16px;
}

.section-three-up-images--name {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 12px;
  color: #12695C;
}

.section-three-up-images--title {
  text-align: center;
  max-width: 796px;
  font: 400 36px/1.01 "IvyPresto Headline", serif;
  color: #022E34;
  margin: 0 auto 32px;
}

.section-three-up-images--desc {
  max-width: 590px;
  text-align: center;
  margin: 0 auto 32px;
}

.section-three-up-images--row {
  display: flex;
  margin: 0px -24px;
  flex-wrap: wrap;
}

.section-three-up-images--item {
  width: 100%;
  padding: 0 24px;
  margin-bottom: 32px;
}

.section-three-up-images--item-img {
  margin-bottom: 16px;
}

.section-three-up-images--item-img img {
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.section-three-up-images--item-title {
  font-size: 24px;
  font-weight: 600;
  color: #022E34;
  line-height: 1.33;
  margin-bottom: 12px;
}

.section-three-up-images--item-desc {
  margin: 0;
}

.section-three-up-images--btn {
  margin: 0 auto;
}

.section-three-up-images--wrap {
  text-align: center;
}

.section-pricing-plans {
  overflow: initial;
  padding: 48px 0;
}

.section-pricing-plans--header {
  text-align: center;
  margin-bottom: 48px;
}

.section-pricing-plans--title {
  text-align: center;
  max-width: 796px;
  margin: 0 auto 24px;
  font: 400 36px/1.01 "IvyPresto Headline", serif;
  color: #022E34;
}

.section-pricing-plans--text {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.section-pricing-plans--actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.section-pricing-plans--columns {
  margin-top: 32px;
}

.pricing-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.card-pricing {
  border-radius: 16px;
  background: #FFF2D6;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 500px;
  width: 100%;
}

.card-pricing--header {
  margin-bottom: 32px;
}

.card-pricing--text {
  margin: 0;
}

.card-pricing--title {
  font: 400 32px/1.33 "IvyPresto Headline", serif;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-pricing--icon {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-pricing--features {
  font-size: 16px;
  gap: 3px;
}

.card-pricing--features li {
  padding-left: 23px;
}

.card-pricing--features li:before {
  top: 0.2em;
}

.card-pricing--actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.card-pricing--action-btn {
  width: 100%;
}

.card-pricing--details {
  font: 400 16px/1.5 Montserrat, sans-serif;
}

.card-pricing--details p,
.card-pricing--details ul,
.card-pricing--details ol {
  margin: 12px 0;
}

.card-pricing--details ul {
  padding: 0;
  list-style: none;
}

.card-pricing--details ul li {
  position: relative;
  padding-left: 12px;
}

.card-pricing--details ul li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.card-pricing--details ul li + li {
  margin-top: 10px;
}

.card-pricing--details > :first-child {
  margin-top: 0;
}

.card-pricing--details > :last-child {
  margin-bottom: 0;
}

.plans-comparison {
  margin-top: 32px;
}

.plans-comparison--toggle-wrap {
  text-align: center;
}

.plans-comparison--toggle-wrap-inner {
  text-align: center;
  padding-top: 32px;
}

.plans-comparison--toggle-btn.collapsed .hide-label {
  display: none;
}

.plans-comparison--toggle-btn:not(.collapsed) .show-label {
  display: none;
}

.plans-comparison--container {
  padding-top: 32px;
  position: relative;
}

.plans-comparison--header {
  --bg-color: #084D4B;
  position: sticky;
  z-index: 2;
  top: 68px;
  border-radius: 16px;
  background: var(--bg-color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 8px 16px;
  color: #fff;
}

.collapsing .plans-comparison--header {
  position: static;
}

.plans-comparison--header-body {
  overflow: hidden;
}

.plans-comparison--header-body::-webkit-scrollbar {
  display: none;
}

.plans-comparison--header-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 650px;
}

.plans-comparison--header-table th {
  padding: 0 10px;
}

.plans-comparison--header-table th:first-child {
  background: var(--bg-color);
  position: sticky;
  left: 0;
  padding-left: 0;
  padding-right: 20px;
}

.separated-block .plans-comparison--header-table th:first-child {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.plans-comparison--header-table th:nth-child(2) {
  padding-left: 20px;
}

.plans-comparison--header-table th:last-child {
  padding-right: 0;
}

.plans-comparison--header-title {
  font: 400 24px/1.33 "IvyPresto Headline", serif;
  letter-spacing: 0.24px;
}

.separated-block .plans-comparison--header-title {
  text-align: center;
}

.plans-comparison--col2,
.plans-comparison--col3,
.plans-comparison--col4 {
  width: 24%;
}

.plans-comparison--sections {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
}

.plans-comparison-section {
  --bg-color: #F0F0FF;
  padding: 16px;
  border-radius: 16px;
  background: var(--bg-color);
}

.plans-comparison-section:nth-child(even) {
  --bg-color: #DDFFDA;
}

.plans-comparison-section--title {
  margin: 0;
  font: 600 20px/1.2 Montserrat, sans-serif;
  color: #022E34;
}

.plans-comparison-section--title button {
  color: inherit;
  font: inherit;
  display: block;
  width: 100%;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
}

.plans-comparison-section--title button:focus {
  outline: none;
  color: #12695C;
}

.plans-comparison-section--title button.collapsed .plans-comparison-section--title-icon:after {
  transform: rotate(-90deg);
}

.plans-comparison-section--title-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
  margin-top: 0.1em;
}

.plans-comparison-section--title-icon:before,
.plans-comparison-section--title-icon:after {
  content: "";
  position: absolute;
  background: #6D6D6D;
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
  transition: transform 0.15s ease-in-out;
}

.plans-comparison-section--body-scroll {
  z-index: 0;
  overflow: hidden;
}

.plans-comparison-section--body {
  position: relative;
  padding-top: 12px;
}

.separated-block .plans-comparison-section--body {
  padding-top: 0;
}

.plans-comparison-section--table {
  width: 100%;
  min-width: 650px;
  font: 400 16px/1.5 Montserrat, sans-serif;
  color: #022E34;
  border-collapse: collapse;
  border-bottom: 1px solid rgba(2, 46, 52, 0.1);
}

.separated-block .plans-comparison-section--table {
  border-bottom: none;
}

.separated-block .plans-comparison-section--table tr td {
  border: none;
  vertical-align: middle;
}

.separated-block .plans-comparison-section--table tr td b {
  display: block;
  color: #022E34;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.separated-block .plans-comparison-section--table tr td .true,
.separated-block .plans-comparison-section--table tr td .false {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.separated-block .plans-comparison-section--table tr td .true {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.575 18.65L3.25 12.325L5.4125 10.1625L9.575 14.325L18.5875 5.3125L20.75 7.475L9.575 18.65Z' fill='%231D8269'/%3E%3C/svg%3E");
}

.separated-block .plans-comparison-section--table tr td .false {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.475 19.6496L4.375 17.5246L9.875 11.9996L4.375 6.47461L6.475 4.34961L12 9.87461L17.525 4.34961L19.625 6.47461L14.125 11.9996L19.625 17.5246L17.525 19.6496L12 14.1246L6.475 19.6496Z' fill='%23FF7373'/%3E%3C/svg%3E");
}

.separated-block .plans-comparison-section--table tr:not(.separated-block .plans-comparison-section--table tr:last-child) td {
  border-bottom: 1px solid rgba(2, 46, 52, 0.1);
}

.plans-comparison-section--table td {
  border-top: 1px solid rgba(2, 46, 52, 0.1);
  padding: 10px;
  background: var(--bg-color);
  vertical-align: top;
}

.plans-comparison-section--table td:nth-child(2) {
  padding-left: 20px;
}

.plans-comparison-section--table td:first-child {
  position: sticky;
  left: 0;
  padding-left: 0;
  padding-right: 20px;
}

.plans-comparison-section--table td:last-child {
  padding-right: 0;
}

.icon-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2C9C74;
  display: inline-block;
  vertical-align: middle;
}

.section-full-product {
  padding: 48px 0;
}

.section-full-product--top-title {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  line-height: 1.42;
  color: #12695C;
}

.section-full-product--header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.section-full-product--title {
  text-align: center;
  margin: 0;
  font: 400 36px/1.11 "IvyPresto Headline", serif;
}

.section-full-product--title.smaller {
  font-size: 32px;
  line-height: 1.25;
}

.section-full-product--text {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.section-full-product--body {
  background: #084D4B;
  position: relative;
  overflow: hidden;
  padding: 32px 16px;
  margin: 0 -16px;
}

.section-full-product--slider-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-full-product--slider-bg .splide__track {
  height: 100%;
}

.section-full-product--slider-bg .splide__slide {
  position: relative;
}

.section-full-product--slider-bg .splide__slide video,
.section-full-product--slider-bg .splide__slide iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.section-full-product--slider-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-full-product--slider-main {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.section-full-product--slider-main .splide__track {
  height: 100%;
}

.section-full-product--pagination-wrap {
  margin-top: 16px;
  position: relative;
  z-index: 1;
  background: rgba(240, 240, 255, 0.92);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 24px 16px;
}

.section-full-product--slider-pagination .splide__list {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.slider-full-product-slide {
  position: relative;
  overflow: hidden;
}

.slider-full-product-slide img {
  display: none;
}

.slider-full-product-slide img.mobile-img {
  width: 100%;
  display: block;
}

.slider-full-product-pagination-slide {
  outline: none;
  position: relative;
  overflow: hidden;
}

.slider-full-product-pagination-slide--body {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
  gap: 8px;
  padding-top: 12px;
  transition: opacity 0.15s ease-in-out;
  transition-property: opacity, color;
  color: #6D6D6D;
}

.slider-full-product-pagination-slide:after,
.slider-full-product-pagination-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: #022E34;
  z-index: 1;
  transform: translateX(-100%);
}

.slider-full-product-pagination-slide:before {
  height: 1px;
  top: 1px;
  background: rgba(32, 96, 105, 0.25);
  transform: translateX(0);
}

.slider-full-product-pagination-slide.is-active {
  cursor: default;
}

.slider-full-product-pagination-slide.is-active:after {
  animation: sliderPaginationProgres var(--autoplay-interval, 5s) ease-out;
}

.slider-full-product-pagination-slide.is-active .slider-full-product-pagination-slide--body {
  color: #022E34;
}

.slider-full-product-pagination-slide--title {
  font: 600 16px/1.25 Montserrat, sans-serif;
  color: inherit;
  margin: 0;
}

.slider-full-product-pagination-slide--text {
  font: 400 16px/1.25 Montserrat, sans-serif;
  color: inherit;
}

@keyframes sliderPaginationProgres {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

.section-cta {
  padding: 48px 0;
}

.section-cta--inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.section-cta--header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.section-cta--title {
  margin: 0;
  font: 400 42px/1.14 "IvyPresto Headline", serif;
}

.section-cta--text {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.section-cta--bg-img {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: -50px;
  left: -1px;
  right: -1px;
  bottom: -50px;
  background: inherit;
  transform-origin: 50% 50%;
  background: transparent no-repeat 50% 100%/cover;
  background-image: var(--bg-image-mobile);
}

.section-cta--body {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  min-height: 360px;
  border-radius: 16px;
  padding: 64px 32px;
  background: #F0F0FF;
}

.section-cta--actions .btn-dark:after {
  background: linear-gradient(80deg, #022E34 28.78%, #10584F 75.76%, #1D8269 106.14%);
}

.section-cta--actions .btn-dark:hover {
  color: #fff;
}

.section-social-proof {
  background: #fff;
  padding: 48px 0;
}

.section-social-proof--title {
  color: #022E34;
  font: 600 24px/1.33 Montserrat, sans-serif;
  margin-bottom: 24px;
  text-align: center;
}

.grid-logos {
  flex-grow: 1;
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
}

.grid-logos--section {
  --cols: 3;
  display: grid;
  grid-template-columns: repeat(var(--cols, 2), 1fr);
  gap: 12px 24px;
  padding: 0 12px;
}

.grid-logos--section:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.grid-logos--section:not(:first-child) img {
  opacity: 0;
}

.grid-logos--cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-key-info {
  overflow: hidden;
  padding: 48px 0;
}

.section-key-info--title {
  text-align: center;
  max-width: 796px;
  margin: 0 auto 32px;
  font: 400 36px/1.01 "IvyPresto Headline", serif;
  color: #022E34;
}

.slider-key-info-slide {
  height: 505px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.slider-key-info-slide--img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
  transition: transform 0.4s ease-in-out;
  display: none;
}

.slider-key-info-slide--img.mobile-img {
  width: 100%;
  display: block;
}

.slider-key-info-slide:hover:not(.is-active) .slider-key-info-slide--img {
  transform: scale(1.05);
}

.slider-key-info-slide.is-active .slider-key-info-slide--body {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.slider-key-info-slide--body {
  color: #002325;
  position: absolute;
  z-index: 2;
  bottom: 48px;
  left: 16px;
  right: 16px;
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: opacity, transform, visibility;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition-delay: 0s;
}

.slider-key-info-slide--logo {
  margin-bottom: 16px;
  max-width: 142px;
  height: auto;
}

.slider-key-info-slide--suptitle {
  color: #12695C;
  font: 600 18px/1.33 Montserrat, sans-serif;
  margin-bottom: 20px;
}

.slider-key-info-slide--title {
  color: #022E34;
  font: 400 32px/1.25 "IvyPresto Headline", serif;
  margin-bottom: 20px;
}

.slider-key-info-slide--link {
  margin-top: 16px;
}

.slider-key-info-slide > :last-child {
  margin-bottom: 0;
}

.slider-key-info-pagination {
  margin-top: 24px;
}

.slider-key-info-pagination-slide {
  outline: none;
  position: relative;
  overflow: hidden;
}

.slider-key-info-pagination-slide--body {
  border-top: 2px solid rgba(2, 46, 52, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.slider-key-info-pagination-slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: #12695C;
  z-index: 1;
  transform: translateX(-100%);
}

.slider-key-info-pagination-slide img {
  display: none;
  filter: grayscale(1);
  opacity: 0.5;
  transition: filter 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.slider-key-info-pagination-slide.is-active {
  cursor: default;
}

.slider-key-info-pagination-slide.is-active img {
  filter: grayscale(0);
  opacity: 1;
}

.slider-key-info-pagination-slide:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.slider-key-info-pagination.has-autoplay.autoplay-run .slider-key-info-pagination-slide.is-active:after {
  animation: sliderProgres var(--autoplay-interval, 5s) ease-out;
}

@keyframes sliderProgres {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

.section-testimonials {
  overflow: hidden;
  padding: 48px 0;
  --bg-color: #002325;
  --text-color: #fff;
  --quotes-color: #70EB94;
  --text-highlight-color: #70EB94;
}

.section-testimonials.light-yellow {
  --bg-color: #FFF2D6;
  --text-color: #002325;
  --quotes-color: #002325;
  --text-highlight-color: #C6A115;
}

.section-testimonials.light-green {
  --bg-color: #DDFFDA;
  --text-color: #002325;
  --quotes-color: #002325;
  --text-highlight-color: #3FB67D;
}

.section-testimonials.light-purple {
  --bg-color: #F0F0FF;
  --text-color: #002325;
  --quotes-color: #002325;
  --text-highlight-color: #747FEC;
}

.section-testimonials.light-purple .section-testimonials--text:before {
  color: #747FEC;
}

.section-testimonials--body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--text-color);
  position: relative;
  padding-bottom: 26px;
}

.section-testimonials--text,
.section-testimonials--info {
  background: var(--bg-color);
  border-radius: 16px;
}

.section-testimonials--text {
  min-height: 432px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  font: 400 32px/1.25 "IvyPresto Headline", serif;
  padding-top: 24px;
}

.section-testimonials--text:hover {
  cursor: grab;
}

.section-testimonials--text:before {
  content: "“";
  font: 400 42px/1.14 "IvyPresto Headline", serif;
  color: var(--quotes-color);
  margin: 0 24px;
}

.section-testimonials--blockquote {
  margin: 0;
  padding: 0 24px 24px;
}

.section-testimonials--blockquote em {
  color: var(--text-highlight-color);
  font: inherit;
}

.section-testimonials--blockquote > :last-child {
  margin-bottom: 0;
}

.section-testimonials--author-wrap {
  height: 100%;
  display: grid;
  gap: 12px;
  grid-template-columns: 5fr 2fr;
  padding: 24px;
}

.section-testimonials--author-wrap:hover {
  cursor: grab;
}

.section-testimonials--logo-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.section-testimonials--logo {
  height: 42px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}

.section-testimonials--author {
  font: 400 24px/1.25 "IvyPresto Headline", serif;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.section-testimonials--author-avatar {
  width: 47px;
  height: 47px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 9px;
}

.section-testimonials--author-name {
  font: 600 20px/1.2 Montserrat, sans-serif;
  margin: 0;
}

.section-testimonials--author-position {
  font: 400 18px/1.33 Montserrat, sans-serif;
  margin: 0;
}

.slider-testimonials {
  position: static;
}

.slider-testimonials .splide__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 24px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  flex-direction: row;
}

.slider-testimonials .splide__pagination li {
  flex: 0 1 120px;
}

.slider-testimonials .splide__pagination button {
  width: 100%;
  display: block;
  padding: 1px 0 0;
  height: 2px;
  border: none;
  background: none;
  border-radius: 0;
  transition: background-color 0.2s ease-in;
  position: relative;
  overflow: hidden;
}

.slider-testimonials .splide__pagination button::before {
  content: "";
  display: block;
  height: 1px;
  background: #9E9E9E;
}

.slider-testimonials .splide__pagination button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: #022E34;
  z-index: 1;
  transition: transform 0.2s ease-in;
  transform: translateX(-100%);
}

.slider-testimonials .splide__pagination button.is-active {
  background: none;
}

.slider-testimonials .splide__pagination button.is-active:after {
  transform: translateX(0);
}

.slider-testimonials.has-autoplay .splide__pagination button.is-active:after {
  animation: sliderTestimonialsProgress var(--autoplay-interval, 5s) ease-out;
}

.slider-testimonials-author {
  height: 100%;
}

.slider-testimonials-author .splide__track {
  height: 100%;
}

@keyframes sliderTestimonialsProgress {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

.section-resource {
  padding: 48px 0 16px 0;
}

.section-resource--title {
  text-align: center;
  max-width: 796px;
  margin: 0 auto 32px;
  font: 400 36px/1.01 "IvyPresto Headline", serif;
  color: #022E34;
}

.section-resource--row {
  display: flex;
  margin: 0px -24px;
  flex-wrap: wrap;
}

.section-resource--item {
  width: 100%;
  padding: 0 24px;
  margin-bottom: 32px;
}

.section-resource--item-wrap {
  position: relative;
  height: 100%;
}

.section-resource--item-wrap:hover {
  cursor: pointer;
}

.section-resource--item-wrap:hover .section-resource--item-title {
  color: #12695C;
}

.section-resource--item-wrap:hover .section-resource--item-img img {
  transform: scale(1.05);
}

.section-resource--item-img {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 16px;
}

.section-resource--item-img img {
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.4s ease-out;
}

.section-resource--item-title {
  font-size: 24px;
  font-weight: 600;
  color: #022E34;
  line-height: 1.33;
  margin-bottom: 8px;
}

.section-resource--item-desc {
  margin: 0;
}

.section-resource--item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
}

.section-resource--item-category {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #12695C;
}

.section-certificate {
  padding: 48px 0;
}

.section-certificate--inner {
  text-align: center;
  max-width: 598px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.section-certificate--title {
  text-align: center;
  margin: 0;
  font: 400 36px/1.11 "IvyPresto Headline", serif;
}

.section-certificate--text {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.section-certificate--body {
  position: relative;
  z-index: 1;
  background: #022E34;
  border-radius: 32px;
  color: #fff;
  padding: 60px 22px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.section-certificate--logos-grid {
  --cols: 2;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(var(--cols), 1fr);
}

.certificate-logo {
  aspect-ratio: 1/1;
  border-radius: 16px;
  background: #022E34;
  border: 1px solid #02414A;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-decoration: none;
  transition: border-color 0.15s ease-in-out;
}

.single-title {
  padding: 48px 0;
  text-align: center;
  padding-bottom: 0;
}

.single-title h2,
.single-title .h2 {
  max-width: 806px;
  margin: 0 auto;
}

.section-key-info-condensed {
  padding: 48px 0;
}

.section-key-info-condensed--header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.section-key-info-condensed--title {
  text-align: center;
  margin: 0;
  font: 400 36px/1.11 "IvyPresto Headline", serif;
}

.section-key-info-condensed--text {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.section-key-info-condensed--inner {
  background: #E2E2E2;
  min-height: 538px;
  position: relative;
  overflow: hidden;
  padding: 80px 16px;
  margin: 0 -16px;
  display: flex;
  align-items: center;
}

.section-key-info-condensed--img-desktop,
.section-key-info-condensed--img-mobile {
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
  height: calc(100% + 80px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
}

.section-key-info-condensed--img-desktop {
  top: 0;
  height: 100%;
}

.section-key-info-condensed--body {
  position: relative;
  z-index: 1;
  color: #002325;
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.section-key-info-condensed--body-header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.section-key-info-condensed--body-logo {
  height: 40px;
  width: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

.section-key-info-condensed--body-suptitle {
  color: #12695C;
  font: 600 18px/1.33 Montserrat, sans-serif;
  margin: 0;
}

.section-key-info-condensed--body-title {
  color: #022E34;
  font: 400 32px/1.25 "IvyPresto Headline", serif;
  margin: 0;
}

.section-key-info-condensed--body-link {
  margin-top: auto;
}

.section-group-overview {
  padding: 48px 0;
}

.section-group-overview--header {
  text-align: center;
  max-width: 796px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.section-group-overview--title {
  text-align: center;
  margin: 0;
  font: 400 36px/1.11 "IvyPresto Headline", serif;
}

.section-group-overview--text {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.section-group-overview--body {
  position: relative;
  z-index: 1;
  background: #022E34;
  border-radius: 16px;
  color: #fff;
  padding: 32px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.section-group-overview--grid {
  --cols: 1;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(var(--cols), 1fr);
}

.block-group-overview {
  position: relative;
  background: #084D4B;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  border-radius: 16px;
  gap: 8px;
  transition: background-color 0.2s ease-in-out;
  transition-property: background-color, color, border-color;
}

.block-group-overview:hover {
  background: rgba(8, 77, 75, 0.7019607843);
  cursor: pointer;
}

.block-group-overview--title {
  font: 400 32px/1.33 "IvyPresto Headline", serif;
  margin: 0;
  letter-spacing: 0.24px;
}

.block-group-overview--text {
  margin: 0;
  flex-grow: 1;
  max-width: 474px;
}

.block-group-overview--text > :last-child {
  margin-bottom: 0;
}

.block-group-overview--actions {
  margin-top: 16px;
  position: relative;
}

.block-group-overview--link {
  padding: 0 0 2px;
  border-radius: 0;
  border: none;
  color: #fff;
  text-decoration: none;
  font: 400 16px/1.5 Montserrat, sans-serif;
  display: inline;
  text-decoration: none;
  background: no-repeat 100% 100%;
  background-image: linear-gradient(to right, #12695C 0%, #12695C 33.3%, transparent 33.34%, transparent 66.7%, #70EB94 66.8%, #70EB94 100%);
  background-size: 300% 2px;
  transition: background-position 0.2s ease-in-out;
}

.block-group-overview--link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.block-group-overview--link:hover {
  color: #fff;
  background-position: 0% 100%;
}

.block-group-overview-cta {
  border: 1px solid rgba(112, 235, 148, 0.3);
  background-color: #022E34;
}

.contact-support-list {
  padding: 48px 0;
}

.contact-support-list--row {
  display: grid;
  gap: 24px;
}

.contact-support-list--item {
  background: #DDFFDA;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.contact-support-list--item-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #12695C;
  margin-left: 24px;
}

.contact-support-list--item-icon img,
.contact-support-list--item-icon svg {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.contact-support-list--item-title {
  font: 600 21px/1.33 Montserrat, sans-serif;
  margin-bottom: 8px;
}

.contact-support-list--item-body {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-grow: 1;
}

.contact-support-list--item-btn {
  margin-top: 42px;
}

.section-benefits-features-simple {
  padding: 48px 0;
}

.section-benefits-features-simple.light-green {
  --bg-color: #DDFFDA;
}

.section-benefits-features-simple.light-purple {
  --bg-color: #F0F0FF;
}

.section-benefits-features-simple.light-yellow {
  --bg-color: #FFF2D6;
}

.section-benefits-features-simple--header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.section-benefits-features-simple--title {
  text-align: center;
  margin: 0;
  font: 400 36px/1.11 "IvyPresto Headline", serif;
}

.section-benefits-features-simple--body-title {
  margin: 0;
  font: 400 32px/1.25 "IvyPresto Headline", serif;
  margin-bottom: 32px;
}

.section-benefits-features-simple--text {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  font: 400 18px/1.33 Montserrat, sans-serif;
}

.section-benefits-features-simple--text > :first-child {
  margin-top: 0;
}

.section-benefits-features-simple--text > :last-child {
  margin-bottom: 0;
}

.section-benefits-features-simple--bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.section-benefits-features-simple--bg > * {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.section-benefits-features-simple--inner {
  position: relative;
  z-index: 1;
  background-color: var(--bg-color, #fff);
  border-radius: 16px;
  padding: 24px 16px;
}

.section-benefits-features-simple--list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-benefits-features-simple--image-mobile {
  background: white;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 16px;
}

.section-benefits-features-simple--image-mobile img {
  display: block;
  width: 100%;
}

.section-benefits-features-simple--image-mobile > *:not(img) {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 327/245;
}

.section-benefits-features-simple--image-mobile > video {
  aspect-ratio: 16/9;
}

.block-benefits-features {
  position: relative;
  overflow: hidden;
  padding-top: 16px;
  border-top: 1px solid rgba(2, 46, 52, 0.3);
}

.block-benefits-features--body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 40px;
}

.block-benefits-features--title {
  font: 600 18px/1.33 Montserrat, sans-serif;
  color: #022E34;
  margin: 0;
}

.block-benefits-features--text {
  font: 400 18px/1.33 Montserrat, sans-serif;
  color: #022E34;
}

.block-benefits-features--text > :first-child {
  margin-top: 0;
}

.block-benefits-features--text > :last-child {
  margin-bottom: 0;
}

.cards-grid-2-cols {
  --grid-cols: 1;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(var(--grid-cols), minmax(0, 1fr));
}

.card-full-img {
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  background: #B1B1B1;
  padding: 80px 24px 24px;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
}

.card-full-img:hover .card-full-img--img {
  transform: scale(1.05);
}

.card-full-img--caption {
  top: 0;
  left: 0;
  z-index: 1;
  padding: 24px;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  font: 600 14px/1.42 Montserrat, sans-serif;
}

.card-full-img--body {
  position: relative;
  z-index: 1;
  color: #002325;
  border-radius: 12px;
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.card-full-img--body-header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.card-full-img--body-logo {
  height: 40px;
  width: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

.card-full-img--body-suptitle {
  color: #12695C;
  font: 600 18px/1.33 Montserrat, sans-serif;
  margin: 0;
}

.card-full-img--body-title {
  color: #022E34;
  font: 400 32px/1.25 "IvyPresto Headline", serif;
  margin: 0;
}

.card-full-img--actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}

.card-full-img--img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease-out;
}

.accordion-round {
  --bg-color: #CBFFCB;
  --title-color: #022E34;
  --title-hover-color: #022E34;
  --title-hover-bg-color: rgba(203, 255, 203, 0.6);
}

.accordion-round.light-yellow {
  --bg-color: #FFF2D6;
  --title-hover-bg-color: rgba(255, 242, 214, 0.6);
}

.accordion-round.light-purple {
  --bg-color: #F0F0FF;
  --title-hover-bg-color: rgba(240, 240, 255, 0.6);
}

.accordion-round--item + .accordion-round--item {
  margin-top: 16px;
}

.accordion-round--header {
  margin: 0;
}

.accordion-round--button {
  padding: 16px 16px;
  border-radius: 16px;
  border: none;
  background: var(--bg-color);
  font: 400 24px/1.334 "IvyPresto Headline", serif;
  color: var(--title-color);
  transition: color 0.15s ease-in-out;
  transition-property: color, background-color;
  letter-spacing: 0.01em;
  flex-grow: 1;
  text-align: left;
  min-height: 96px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.accordion-round--button.collapsed .accordion-round--icon:after {
  transform: rotate(-90deg);
}

.accordion-round--button:active {
  color: var(--title-color);
  background-color: var(--title-hover-bg-color);
}

.accordion-round--icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
}

.accordion-round--icon:before,
.accordion-round--icon:after {
  content: "";
  position: absolute;
  background: #6D6D6D;
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
  transition: transform 0.15s ease-in-out;
}

.accordion-round--body {
  color: #022E34;
  padding: 31px;
  border-radius: 16px;
  border: 1px solid #C9C9C9;
  margin-top: 16px;
}

.accordion-round--body hr {
  margin: 24px 0;
}

.accordion-round--subtitle {
  margin-bottom: 12px;
}

.slidind-cards {
  position: relative;
  width: 100%;
}

.slidind-cards--container {
  display: flex;
  gap: 24px;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: column;
}

.slidind-cards--container:active {
  cursor: grabbing;
}

.slidind-cards--progress-container {
  margin: 64px auto 0;
  height: 2px;
  background-color: #e2e8f0;
  position: relative;
  max-width: 530px;
  display: none;
}

.slidind-cards--progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #022E34;
  width: 260px;
  cursor: pointer;
}

.card-certificate {
  --bg-color: #FFF2D6;
  flex: 1 0 auto;
  background-color: var(--bg-color);
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 440px;
}

.card-certificate.light-yellow {
  --bg-color: #FFF2D6;
}

.card-certificate.light-green {
  --bg-color: #DDFFDA;
}

.card-certificate.light-purple {
  --bg-color: #F0F0FF;
}

.card-certificate--body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  margin-top: auto;
}

.card-certificate--logo {
  width: 256px;
  height: 88px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

.card-certificate--title {
  margin: 0;
}

.card-certificate--description {
  padding-bottom: 16px;
  margin: 0;
}

.case-studying-list {
  font-family: "Montserrat", sans-serif;
  color: #022E34;
  padding: 80px 0;
}

.case-studying-list--select-wrap {
  position: relative;
  display: none;
  width: 100%;
  margin-bottom: 48px;
}

.case-studying-list--select-wrap::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  margin-top: -12px;
  transition: transform 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.59 8.58984L12 13.1698L7.41 8.58984L6 9.99984L12 15.9998L18 9.99984L16.59 8.58984Z' fill='%2312695C'/%3E%3C/svg%3E%0A");
}

.case-studying-list--select-wrap:focus-within::before {
  transform: rotateZ(180deg);
}

.case-studying-list--select {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  color: #12695C;
  font-size: 20px;
  line-height: 1.4;
  padding: 13px 13px 13px 48px;
  border-radius: 0;
  background: none;
  outline: none;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.case-studying-list--select:hover,
.case-studying-list--select:focus {
  border-color: #d9d9d9;
}

.case-studying-list .container {
  max-width: 1256px;
  padding: 0 16px;
}

.case-studying-list--categories-wrap {
  margin-bottom: 36px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.case-studying-list--category-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 50px;
  border: solid 1px #C9C9C9;
  color: #022E34;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.3s;
  background-color: transparent;
  margin: 0 6px;
  margin-bottom: 12px;
}

.case-studying-list--category-btn:hover,
.case-studying-list--category-btn.active {
  color: #fff;
  background-color: #022E34;
  border-color: #022E34;
}

.case-studying-list--load-more-btn-wrap {
  margin-top: 80px;
  text-align: center;
}

.case-studying-list--load-more-btn {
  padding: 10px 24px;
  border-radius: 100px;
  border: 1px solid #022E34;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
}

.case-studying-list--load-more-btn:hover {
  background-color: #022E34;
  color: #fff;
}

.case-studying-list--load-more-btn.loading::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 3px solid #022E34;
  border-right-color: transparent !important;
  animation: rotate 1s linear infinite;
  transition: border-color 0.3s;
  margin-right: 4px;
}

.case-studying-list--load-more-btn.loading:hover::before {
  border-color: #fff;
}

.case-study-card {
  border-radius: 32px;
  padding: 32px;
  display: flex;
  background-color: #F0F0FF;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  color: #022E34;
  animation: pop-up 0.5s ease-out;
  transition: background-color 0.3s;
}

.case-study-card:hover {
  background-color: rgba(240, 240, 255, 0.6);
}

.case-study-card.card-color-yellow {
  background-color: #FFF2D6;
}

.case-study-card.card-color-yellow:hover {
  background-color: rgba(255, 242, 214, 0.6);
}

.case-study-card.card-color-green {
  background-color: #CBFFCB;
}

.case-study-card.card-color-green:hover {
  background-color: rgba(203, 255, 203, 0.6);
}

.case-study-card--inner {
  max-width: 100%;
}

.case-study-card.hide-card {
  transform: translateY(48px);
  opacity: 0;
  transition: all 0.5s;
}

.case-study-card--description {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.4;
}

.case-study-card--btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 50px;
  border: solid 1px #022E34;
  color: #022E34;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.3s;
  background-color: transparent;
}

.case-study-card--btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.case-study-card--btn:hover {
  color: #fff;
  background-color: #022E34;
}

.case-study-card--header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 100%;
}

.case-study-card--logo {
  width: 230px;
  height: 60px;
  text-align: right;
  margin-bottom: 0;
}

.case-study-card--logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.case-study-card--category {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #12695C;
}

.case-study-card--title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 24px;
}

.case-study-card--image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s;
  z-index: 0;
}

.case-study-card:hover .case-study-card--image {
  transform: scale(1.1);
}

.case-study-card.normal {
  padding: 24px;
  min-height: 700px;
}

.case-study-card.normal .case-study-card--inner {
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
  align-self: end;
  z-index: 1;
}

.case-study-card.normal .case-study-card--title {
  font-weight: 400;
}

.case-study-card.minimal .case-study-card--header {
  margin-bottom: 38px;
}

.case-study-card.minimal .case-study-card--inner {
  height: 100%;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}

.case-study-card.minimal .case-study-card--title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 32px;
  height: 96px;
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.case-study-card.minimal .case-study-card--title-inner {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-study-card.testimonial {
  border: solid 1px #6D6D6D;
  padding: 31px;
  min-height: 700px;
  flex-direction: column;
  flex: 1;
}

.case-study-card.testimonial:not(.testimonial-g2) {
  background: #fff;
}

.case-study-card.testimonial .case-study-card--quote {
  padding-top: 62px;
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 80px;
  flex: 1;
}

.case-study-card.testimonial .case-study-card--quote::before {
  content: "";
  width: 38px;
  height: 31px;
  left: 0;
  top: 0;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='31' viewBox='0 0 38 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.621 1.7726C10.8571 3.65598 4.98542 7.97668 4.98542 12.8513C4.98542 16.3965 7.86589 16.9504 10.8571 17.3936C15.3994 18.0583 17.172 21.2711 17.172 24.0408C17.172 27.4752 14.5131 30.4665 10.3032 30.4665C5.207 30.4665 0 26.2566 0 18.2799C0 7.86589 8.19825 1.99417 14.9563 0L15.621 1.7726ZM20.828 18.2799C20.828 7.86589 29.0262 1.99417 35.7843 0L36.449 1.7726C31.6851 3.65598 25.8134 7.97668 25.8134 12.8513C25.8134 16.3965 28.6939 16.9504 31.6851 17.3936C36.2274 18.0583 38 21.2711 38 24.0408C38 27.4752 35.3411 30.4665 31.1312 30.4665C26.035 30.4665 20.828 26.2566 20.828 18.2799Z' fill='%23002325'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.case-study-card.testimonial .case-study-card--inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  flex: 1;
}

.case-study-card.testimonial .case-study-card--reviewer {
  font-size: 20px;
  line-height: 1.4;
}

.case-study-card.testimonial .case-study-card--reviewer-name {
  font-weight: 600;
}

.case-study-card.testimonial .case-study-card--header {
  margin-bottom: 80px;
}

.case-study-card.testimonial-g2 {
  border: none;
}

.case-study-card.testimonial-g2 .case-study-card--logo {
  height: 69px;
}

.case-study-card.testimonial-g2 .case-study-card--header {
  margin-bottom: 47px;
}

.case-study-card.testimonial-g2 .case-study-card--reviewer-avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0 auto 24px;
}

.case-study-card.testimonial-g2 .case-study-card--reviewer-avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.case-study-card.testimonial-g2 .case-study-card--quote {
  width: 100%;
  padding-top: 0;
  font-family: "IvyPresto Headline", serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 32px;
  text-align: center;
  margin-bottom: 48px;
  flex: initial;
}

.case-study-card.testimonial-g2 .case-study-card--quote::before {
  display: none;
}

.case-study-card.testimonial-g2 .case-study-card--reviewer {
  text-align: center;
}

.case-study-card.testimonial-g2 .case-study-card--reviewer-name {
  margin-bottom: 4px;
}

.case-study-card.testimonial-g2 .case-study-card--btn {
  margin-top: 64px;
  display: inline-block;
}

@keyframes pop-up {
  0% {
    transform: translateY(48px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.post-cards-list-block {
  padding: 48px 0;
}

.post-cards-list-block--header-label {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 12px;
  color: #12695C;
}

.post-cards-list-block--title {
  text-align: center;
  max-width: 796px;
  font: 400 36px/1.01 "IvyPresto Headline", serif;
  color: #022E34;
  margin: 0 auto 32px;
}

.post-cards-list-block--description {
  max-width: 590px;
  text-align: center;
  margin: 0 auto 32px;
}

.post-cards-list-block--header {
  margin-bottom: 64px;
}

.post-cards-list-block--card-img {
  overflow: hidden;
  border-radius: 16px;
  height: 260px;
  margin-bottom: 16px;
  background-color: #022E34;
}

.post-cards-list-block--card-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
}

.post-cards-list-block--card:hover img {
  transform: scale(1.1);
}

.post-cards-list-block--card-category {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.43;
  color: #12695C;
  margin-bottom: 8px;
}

.post-cards-list-block--card-title {
  font-family: "Montserrat", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.post-cards-list-block--card-meta {
  color: #9E9E9E;
  font-size: 14px;
  line-height: 1.42;
  display: flex;
  align-items: center;
}

.post-cards-list-block--card-meta-separator {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #9E9E9E;
  margin: 0 12px;
  border-radius: 50%;
}

.post-cards-list-block--card {
  position: relative;
  margin-bottom: 24px;
}

.post-cards-list-block--card .btn {
  margin-top: 24px;
}

.post-cards-list-block--card .btn.btn-outline-dark:after {
  display: none;
  opacity: 0;
}

.post-cards-list-block--card .btn.btn-outline-dark:hover {
  background: none;
  color: #3FB67D;
  border-color: #3FB67D;
}

.post-cards-list-block--card-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.post-cards-list-block--button {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-cards-list-block--button .btn-outline-dark:after {
  display: none;
  opacity: 0;
}

.post-cards-list-block--button .btn-outline-dark:hover {
  background: none;
  color: #3FB67D;
  border-color: #3FB67D;
}

.cta-subscribe-block {
  padding: 48px 0;
}

.cta-subscribe-block--wrap {
  border-radius: 32px;
  padding: 97px 16px 106px;
  background-color: #f0f0fa;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cta-subscribe-block--inner {
  max-width: 868px;
  margin: 0 auto;
  text-align: center;
}

.cta-subscribe-block--logo {
  margin-bottom: 8px;
}

.cta-subscribe-block--title {
  font-family: "IvyPresto Headline", serif;
  font-weight: 400;
  font-size: 68px;
  line-height: 1;
  text-align: center;
  margin-bottom: 39px;
}

.cta-subscribe-block--form {
  transition: all 0.3s;
  transform: initial;
}

.cta-subscribe-block--form.hide-animation {
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
}

.cta-subscribe-block--form .invalid-feedback {
  font-size: 14px;
  text-align: left;
  margin-top: 4px;
  line-height: 1.42;
}

.cta-subscribe-block--form .row {
  --bs-gutter-x: 16px;
}

.cta-subscribe-block--form input[type=email] {
  background: #fff;
  gap: 10px;
  padding: 10px 24px;
  border-radius: 16px;
  border: solid 1px #fff;
}

.cta-subscribe-block--form input[type=email].is-invalid {
  border-color: #dc3545;
}

.cta-subscribe-block--form .btn {
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 50px;
}

.cta-subscribe-block--form-agree {
  display: flex;
  font-size: 14px;
  line-height: 1.42;
  text-align: left;
  margin-top: 18px;
}

.cta-subscribe-block--form-agree input {
  background: #fff;
  border-color: #fff;
}

.cta-subscribe-block--form-agree input.is-invalid {
  border-color: #dc3545;
}

.cta-subscribe-block--form-agree input.is-invalid + label {
  color: #dc3545;
}

.cta-subscribe-block--form-agree label {
  margin-left: 12px;
}

.cta-subscribe-block--form-agree label a {
  color: inherit;
  text-decoration: underline;
}

.cta-subscribe-block--form-agree label a:hover {
  color: #12695C;
}

.cta-subscribe-block--form-wrap {
  position: relative;
  max-width: 552px;
  margin: 0 auto;
}

.cta-subscribe-block--thank-you {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: all 0.3s;
  transform: translateY(-40px);
  text-align: center;
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
}

.cta-subscribe-block--thank-you.display-animation {
  visibility: visible;
  opacity: 1;
  transform: initial;
}

.security-hero {
  background: #F0F0FF;
  padding: 115px 0 64px 0;
}

.security-hero--title {
  text-align: center;
  max-width: 796px;
  margin: 0 auto 24px;
  font: 400 36px/1.01 "IvyPresto Headline", serif;
  color: #022E34;
}

.security-hero--text {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 24px auto;
}

.security-hero--actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.security-hero--actions .industry {
  display: flex;
  align-items: center;
  max-width: 308px;
  width: 100%;
  padding: 16px;
  position: relative;
  border-radius: 16px;
  border: 1px solid #C4C8F7;
}

.security-hero--actions .industry--logo {
  margin-right: 24px;
}

.security-hero--actions .industry--logo svg,
.security-hero--actions .industry--logo img {
  width: 100%;
  height: auto;
}

.security-hero--actions .industry--link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
}

.security-hero--actions .industry--content {
  color: #6D6D6D;
  font-family: "IvyPresto Headline", serif;
  font-size: 16px;
  line-height: 24px;
}

.security-hero--actions .industry--content b {
  color: #022E34;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.accordion-info {
  --title-color: #022E34;
  --title-hover-color: #022E34;
  --title-hover-bg-color: rgba(203, 255, 203, 0.6);
}

.accordion-info--item + .accordion-info--item {
  margin-top: 16px;
}

.accordion-info--header {
  margin: 0;
}

.accordion-info--button {
  padding: 16px 16px;
  border-radius: 16px;
  font: 400 24px/1.334 "IvyPresto Headline", serif;
  color: var(--title-color);
  transition: color 0.15s ease-in-out;
  transition-property: color, background-color;
  letter-spacing: 0.01em;
  flex-grow: 1;
  text-align: left;
  min-height: 80px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #1C8269;
  background: transparent;
}

.accordion-info--button.collapsed .accordion-info--icon:after {
  transform: rotate(-90deg);
}

.accordion-info--button:active {
  color: var(--title-color);
}

.accordion-info--subrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.accordion-info--img {
  width: 32px;
  height: 32px;
  padding: 6px;
  box-sizing: border-box;
  background-color: #F0F0FF;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
}

.accordion-info--icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
}

.accordion-info--icon:before,
.accordion-info--icon:after {
  content: "";
  position: absolute;
  background: #6D6D6D;
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
  transition: transform 0.15s ease-in-out;
}

.accordion-info--body {
  color: #022E34;
  padding: 24px 16px;
  border-radius: 16px;
  border: 1px solid #C9C9C9;
  margin-top: 16px;
}

.accordion-info--body hr {
  margin: 24px 0;
}

.accordion-info--subtitle {
  margin-bottom: 12px;
}

.accordion-info--content {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  color: #022E34;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.accordion-info--content div:first-child {
  min-width: 118px;
  width: 118px;
  font-weight: 500;
}

.accordion-info--content p {
  margin: 0;
}

.accordion-info--content p em {
  font-style: normal;
}

.accordion-info--content a[href^="tel:"],
.accordion-info--content a[href^="mailto:"] {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #022E34;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.accordion-info--content a[href^="tel:"]:before,
.accordion-info--content a[href^="mailto:"]:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  padding: 6px;
  background-position: center;
  background-repeat: no-repeat;
}

.accordion-info--content a[href^="tel:"]:before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.4563 18.375C15.6333 18.375 13.8323 17.9776 12.0531 17.1828C10.274 16.388 8.65521 15.2615 7.19688 13.8031C5.73854 12.3448 4.61198 10.726 3.81719 8.94688C3.0224 7.16771 2.625 5.36667 2.625 3.54375C2.625 3.28125 2.7125 3.0625 2.8875 2.8875C3.0625 2.7125 3.28125 2.625 3.54375 2.625H7.0875C7.29167 2.625 7.47396 2.69427 7.63438 2.83281C7.79479 2.97135 7.88958 3.13542 7.91875 3.325L8.4875 6.3875C8.51667 6.62083 8.50938 6.81771 8.46562 6.97813C8.42188 7.13854 8.34167 7.27708 8.225 7.39375L6.10312 9.5375C6.39479 10.0771 6.74115 10.5984 7.14219 11.1016C7.54323 11.6047 7.98438 12.0896 8.46562 12.5562C8.91771 13.0083 9.39167 13.4276 9.8875 13.8141C10.3833 14.2005 10.9083 14.5542 11.4625 14.875L13.5188 12.8187C13.65 12.6875 13.8214 12.5891 14.0328 12.5234C14.2443 12.4578 14.4521 12.4396 14.6562 12.4688L17.675 13.0813C17.8792 13.1396 18.0469 13.2453 18.1781 13.3984C18.3094 13.5516 18.375 13.7229 18.375 13.9125V17.4563C18.375 17.7188 18.2875 17.9375 18.1125 18.1125C17.9375 18.2875 17.7188 18.375 17.4563 18.375Z' fill='%2312695C'/%3E%3C/svg%3E%0A");
}

.accordion-info--content a[href^="mailto:"]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cg clip-path='url(%23clip0_52_366)'%3E%3Cpath d='M17.5 3.5H3.5C2.5375 3.5 1.75875 4.2875 1.75875 5.25L1.75 15.75C1.75 16.7125 2.5375 17.5 3.5 17.5H17.5C18.4625 17.5 19.25 16.7125 19.25 15.75V5.25C19.25 4.2875 18.4625 3.5 17.5 3.5ZM17.5 7L10.5 11.375L3.5 7V5.25L10.5 9.625L17.5 5.25V7Z' fill='%2312695C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_52_366'%3E%3Crect width='21' height='21' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

@font-face {
  font-family: "Montserrat";
  src: url("../woff2/montserrat-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../woff2/montserrat-semibolditalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../woff2/montserrat-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../woff2/montserrat-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../woff2/montserrat-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IvyPresto Headline";
  src: url("../woff2/ivyprestoheadline-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IvyPresto Headline";
  src: url("../woff2/ivyprestoheadline-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.text-error {
  display: none;
  padding: 0 12px 12px;
  margin-top: -5px;
  color: #F97575;
  font-size: 14px;
}

.request-error {
  display: block;
  margin-top: 15px;
  color: #F97575;
  font-size: 16px;
}

.custom-m.pop-up .modal-dialog {
  max-width: 564px;
}

.custom-m.pop-up .modal-content {
  background-color: #fff;
  padding: 24px;
  border: none;
  border-radius: 16px;
  box-shadow: none;
}

.custom-m.pop-up .modal-header {
  padding: 0;
  border: none;
  flex-direction: column;
  align-items: initial;
}

.custom-m.pop-up .close {
  all: unset;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 32px;
  right: 32px;
}

.custom-m.pop-up .close svg {
  width: 100%;
  height: auto;
}

.custom-m.pop-up .close:hover {
  cursor: pointer;
}

.custom-m.pop-up .pop-up-title {
  margin: 0;
  color: #002325;
  font: 400 32px/1.25 "IvyPresto Headline", serif;
}

.custom-m.pop-up .pop-up-description {
  margin: 0;
  color: #022E34;
  font: 400 18px/1.33 Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.custom-m.pop-up .pop-up-description.mt {
  margin-top: 8px;
  margin-right: 5px;
}

.custom-m.pop-up .modal-body {
  padding: 0;
  margin-top: 20px;
}

.custom-m.pop-up .form-group {
  margin-bottom: 16px;
}

.custom-m.pop-up .form-group.checkbox {
  margin-top: 0;
  margin-bottom: 24px;
}

.custom-m.pop-up .form-group.company-group {
  display: none;
}

.custom-m.pop-up .form-group label {
  margin-bottom: 4px;
  text-align: left;
  color: #022E34;
  font: 400 18px/1.33 Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: default;
  pointer-events: none;
}

.custom-m.pop-up .form-group label:hover {
  cursor: default;
  pointer-events: none;
}

.custom-m.pop-up .form-group label.privacy-policy-check-label {
  cursor: pointer;
  pointer-events: visible;
}

.custom-m.pop-up .form-group label.privacy-policy-check-label:hover {
  cursor: pointer;
  pointer-events: visible;
}

.custom-m.pop-up .form-group .form-control {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 16px 24px;
  font: 400 18px/1.33 Montserrat, sans-serif;
  color: #6D6D6D;
  border-radius: 16px !important;
  background: none;
  box-shadow: 0 0 0 1px #B1B1B1;
  transition: background 0.15s ease-in-out;
  transition-property: background, border-color, color, box-shadow;
  border: none;
}

.custom-m.pop-up .form-group .form-control::-moz-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #B1B1B1;
}

.custom-m.pop-up .form-group .form-control::placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #B1B1B1;
}

.custom-m.pop-up .form-group .form-control[type=text]:hover,
.custom-m.pop-up .form-group .form-control[type=tel]:hover,
.custom-m.pop-up .form-group .form-control[type=email]:hover {
  box-shadow: 0 0 0 1px #12695C;
}

.custom-m.pop-up .form-group .form-control[type=text]:focus,
.custom-m.pop-up .form-group .form-control[type=tel]:focus,
.custom-m.pop-up .form-group .form-control[type=email]:focus {
  box-shadow: 0 0 0 2px #12695C;
}

.custom-m.pop-up .form-group .form-control[type=text].validation-error,
.custom-m.pop-up .form-group .form-control[type=tel].validation-error,
.custom-m.pop-up .form-group .form-control[type=email].validation-error {
  box-shadow: 0 0 0 2px #ED7C6E;
}

.custom-m.pop-up .form-group .form-control[type=text].validation-error::-moz-placeholder,
.custom-m.pop-up .form-group .form-control[type=tel].validation-error::-moz-placeholder,
.custom-m.pop-up .form-group .form-control[type=email].validation-error::-moz-placeholder {
  color: #ED7C6E;
}

.custom-m.pop-up .form-group .form-control[type=text].validation-error::placeholder,
.custom-m.pop-up .form-group .form-control[type=tel].validation-error::placeholder,
.custom-m.pop-up .form-group .form-control[type=email].validation-error::placeholder {
  color: #ED7C6E;
}

.custom-m.pop-up .form-group .form-control[type=checkbox] {
  visibility: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
}

.custom-m.pop-up .form-group .form-control[type=checkbox] + label {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 32px;
  position: relative;
  color: #022E34;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.custom-m.pop-up .form-group .form-control[type=checkbox] + label a {
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  color: #022E34;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font: inherit;
}

.custom-m.pop-up .form-group .form-control[type=checkbox] + label a:before,
.custom-m.pop-up .form-group .form-control[type=checkbox] + label a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #12695C;
  transition: transform 0.12s ease-in-out;
}

.custom-m.pop-up .form-group .form-control[type=checkbox] + label a:before {
  transform-origin: 100% 0;
  transition-delay: 0.12s;
}

.custom-m.pop-up .form-group .form-control[type=checkbox] + label a:after {
  transform: scaleX(0);
  transform-origin: 0 0;
  background: #70EB94;
  transition-delay: 0s;
}

.custom-m.pop-up .form-group .form-control[type=checkbox] + label::after {
  display: none;
}

.custom-m.pop-up .form-group .form-control[type=checkbox] + label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}

.custom-m.pop-up .form-group .form-control[type=checkbox] + label::before {
  border-radius: 4px;
  border: 1px solid #B1B1B1;
  background: #fff;
  transition: background 0.15s ease-in-out;
  transition-property: background, border-color;
}

.custom-m.pop-up .form-group .form-control[type=checkbox]:checked + label::before {
  background: #fff url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.08 9.62 1.3 5.83 0 7.11l5.08 5.09L16 1.28 14.72 0 5.08 9.62Z' fill='%2312695C'/%3E%3C/svg%3E") 50% no-repeat;
  border-color: #6D6D6D;
}

.custom-m.pop-up .form-group .form-control[type=checkbox].error + label {
  color: #ED7C6E;
}

.custom-m.pop-up .form-group .form-control[type=checkbox].error + label::before {
  border: 1px solid #ED7C6E;
}

.custom-m.pop-up .form-group .form-control[type=checkbox].error + label a {
  color: inherit;
}

.custom-m.pop-up .form-group .form-control[type=checkbox].error + label a:before,
.custom-m.pop-up .form-group .form-control[type=checkbox].error + label a:after {
  background: #ED7C6E;
}

.custom-m.pop-up .form-group .text-error {
  padding: 0;
  margin-top: 8px;
  color: #ED7C6E;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.custom-m.pop-up .form-group .btn {
  all: unset;
  position: relative;
  z-index: 0;
  display: inline-block;
  min-width: 164px;
  padding: 12px 24px;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #022E34;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 100px;
  background-color: #70EB94;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.custom-m.pop-up .form-group .btn:hover {
  color: #022E34;
}

.custom-m.pop-up .form-group .btn:hover::after {
  opacity: 1;
}

.custom-m.pop-up .form-group .btn::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background: linear-gradient(77deg, #F0F5B3 -71.32%, #93F6A4 4.91%, #CBD2FF 78.55%);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.pop-up-thnx .modal-dialog {
  max-width: 600px;
}

.pop-up-thnx .modal-content {
  min-height: 560px;
  padding: 20px;
  border-radius: 16px;
  background: #DDFFDA;
  box-shadow: none;
  border: none;
}

.pop-up-thnx .modal-header {
  padding: 0;
  border: none;
  flex-direction: column;
}

.pop-up-thnx .modal-body {
  padding: 0;
}

.pop-up-thnx-icon {
  max-width: 85px;
  width: 100%;
  margin: 32px auto 32px;
}

.pop-up-thnx-icon svg {
  max-width: 111px;
  width: 100%;
  height: auto;
}

.pop-up-thnx-title {
  margin: 0 0 32px 0;
  color: #022E34;
  text-align: center;
  font-family: "IvyPresto Headline", serif;
  font-size: 48px;
  line-height: 1;
}

.pop-up-thnx-description {
  max-width: 519px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  color: #022E34;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.pop-up-thnx .close {
  all: unset;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 32px;
  right: 32px;
}

.pop-up-thnx .close svg {
  width: 100%;
  height: auto;
}

.pop-up-thnx .close:hover {
  cursor: pointer;
}

.pop-up-thnx .body-close {
  display: block;
  position: relative;
  z-index: 0;
  min-width: 168px;
  padding: 12px 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
  color: #022E34;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 100px;
  border: 1px solid #002325;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.pop-up-thnx .body-close:hover,
.pop-up-thnx .body-close.active {
  color: #022E34;
  cursor: pointer;
  border-color: transparent;
}

.pop-up-thnx .body-close:hover::after,
.pop-up-thnx .body-close.active::after {
  opacity: 1;
}

.pop-up-thnx .body-close::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background: linear-gradient(77deg, #F0F5B3 -71.32%, #93F6A4 4.91%, #CBD2FF 78.55%);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.pop-up-thnx .request {
  display: flex;
  align-items: center;
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 63px;
  padding: 24px 35px;
  background-color: #fff;
  border-radius: 16px;
  transition: background-color ease-in-out 0.3s;
}

.pop-up-thnx .request--description {
  margin-bottom: 0;
  line-height: 1.4;
  color: #12695C;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pop-up-thnx .request--toggler {
  margin-left: 21px;
}

.pop-up-thnx .request--toggler .toggler-input {
  opacity: 0;
  position: absolute;
}

.pop-up-thnx .request--toggler .toggler-input + label {
  display: block;
  width: 64px;
  height: 32px;
  margin: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.4s ease;
}

.pop-up-thnx .request--toggler .toggler-input + label::before {
  display: block;
  content: "";
  position: absolute;
  width: 64px;
  height: 32px;
  top: 0;
  left: 0;
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #9E9E9E;
}

.pop-up-thnx .request--toggler .toggler-input + label::after {
  content: "";
  position: absolute;
  display: block;
  background: #9E9E9E;
  height: 28px;
  width: 28px;
  top: 2px;
  left: 2px;
  transition: 0.2s linear;
  border-radius: 50%;
}

.pop-up-thnx .request--toggler .toggler-input + label:hover {
  cursor: pointer;
}

.pop-up-thnx .request--toggler .toggler-input:checked + label::after {
  left: 34px;
  background-image: none;
  background-color: #fff;
}

.pop-up-thnx .request--toggler .toggler-input:checked + label::before {
  border-color: #12695C;
  background-color: #12695C;
}

.pop-up-thnx .request:hover {
  cursor: pointer;
}

:root {
  --iti-arrow-padding: 8px;
  --iti-spacer-horizontal: 10px;
  --iti-arrow-height: 6px;
  --iti-arrow-width: 10px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-color: #B1B1B1;
  --iti-hover-color: #F4F4F4;
  --iti-dialcode-color: #6D6D6D;
}

.iti {
  display: block;
}

.iti__country-container {
  padding: 0 !important;
}

.iti__selected-country-primary {
  background: none !important;
}

.iti__dropdown-content {
  color: #022E34;
  font-size: 16px;
  border-radius: 16px !important;
  overflow: hidden;
}

.iti__search-input {
  border: 1px solid #B1B1B1 !important;
  border-width: 0 0 1px !important;
  border-radius: 0 !important;
  padding: 8px 10px;
  font: 400 16px/1.4 Montserrat, sans-serif;
  color: #6D6D6D;
}

.iti__search-input:focus {
  border-color: #B1B1B1;
  outline: none;
}

.iti__arrow {
  width: 24px !important;
  height: 24px !important;
  border: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41Z' fill='%23C9C9C9'/%3E%3C/svg%3E");
  transition: transform 0.15s ease;
}

.iti__arrow--up {
  transform: rotate(180deg);
}

.iti__country-list {
  max-width: none;
}

.iti .iti__selected-dial-code {
  color: var(--input-text-color, #6D6D6D);
  margin-left: 0;
  height: 100%;
  border-right: 1px solid var(--input-border-color, #B1B1B1);
  padding-right: var(--iti-spacer-horizontal);
  margin-right: var(--iti-spacer-horizontal);
  width: calc(50px + var(--iti-spacer-horizontal));
  display: flex;
  align-items: center;
  font-size: 18px;
  transition: border-right-color 0.15s ease-in-out;
}

.iti:hover .iti__selected-dial-code {
  border-color: #12695C;
}

.iti:hover input.phone-input {
  box-shadow: 0 0 0 1px #12695C !important;
}

.iti__country-list .iti__flag {
  margin-left: 2px;
}

.iti--inline-dropdown .iti__dropdown-content {
  box-shadow: none !important;
}

.page-template-pricing-template-redesign {
  padding-top: 60px;
}

.contact-support--banner {
  padding: 96px 0 44px;
  background: #F0F0FF;
}

.contact-support--banner.additional-margin {
  margin-bottom: 48px;
}

.contact-support--banner-title {
  text-align: center;
  font: 400 36px/1.01 "IvyPresto Headline", serif;
  color: #022E34;
  margin: 0;
}

.contact-support--banner-desc {
  text-align: center;
  margin: 24px 0 0 0;
}

.contact-support--banner-wrap {
  padding: 72px 0;
  background-image: url("../png/dots.png");
  background-size: cover;
  background-position: center center;
}

.contact-support--banner-wrap.with-desc {
  padding: 36px 0;
}

.location-section {
  padding: 48px 0;
}

.location-section--title {
  text-align: center;
  margin-bottom: 32px;
  font: 400 36px/1.01 "IvyPresto Headline", serif;
  color: #022E34;
}

.location-section--list .accordion--collapse {
  padding-left: 312px;
}

.location-section--address {
  width: 100%;
  padding: 0 12px;
  margin-bottom: 24px;
  width: 100%;
}

.location-section--address:last-child {
  margin-bottom: 24px;
}

.location-section--address-title {
  margin-bottom: 12px;
  color: #022E34;
  font-weight: 600;
  font-size: 16px;
}

.location-section--address-content p {
  margin-bottom: 0;
}

.location-section--address-content a {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.location-section--item {
  border-top: 1px solid #E2E2E2;
}

.location-section--item:last-child {
  border-bottom: 1px solid #E2E2E2;
}

.location-section--header {
  margin: 0;
}

.location-section--button {
  padding: 24px 0;
  border-radius: 0;
  border: none;
  background: none;
  font: 600 18px/1.4 Montserrat, sans-serif;
  color: #022E34;
  transition: color 0.15s ease-in-out;
  transition-property: color, font-weight;
  flex-grow: 1;
  text-align: left;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.location-section--button.collapsed .location-section--icon:after {
  transform: rotate(-90deg);
}

.location-section--button:active {
  color: #022E34;
}

.location-section--icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
  margin-top: 0.1em;
}

.location-section--icon:before,
.location-section--icon:after {
  content: "";
  position: absolute;
  background: #6D6D6D;
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
  transition: transform 0.15s ease-in-out;
}

.location-section--body {
  width: 100%;
  font: 400 18px/1.33 Montserrat, sans-serif;
  color: #022E34;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.page-template-contact-sales-redesign {
  padding-top: 60px;
}

.contact-sales--intro {
  position: relative;
  overflow: hidden;
  padding-bottom: 128px;
}

.contact-sales--row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  align-items: flex-start;
}

.contact-sales--hero-title {
  width: 459px;
  max-width: 100%;
  position: relative;
}

.contact-sales--hero-text {
  position: relative;
  font-size: 20px;
}

.contact-sales--left-inner {
  padding-top: 76px;
  padding-bottom: 76px;
  position: relative;
  margin-bottom: 41px;
}

.contact-sales--left-inner:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 200vw;
  transform: translateX(-50%);
  background: #CBFFCB;
}

.contact-sales--right {
  position: relative;
  padding-top: 76px;
}

.contact-sales--form-wrap {
  background: #022E34;
  border-radius: 16px;
  color: #fff;
  padding: 32px 32px 72px;
  min-height: 823px;
}

.contact-sales--form-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 38px;
}

.contact-sales--checkbox-text a {
  color: #fff;
}

.contact-sales--checkbox-text a:hover {
  color: #fff !important;
}

.contact-sales--checkbox-text a:before {
  background-color: #fff;
}

.contact-sales--items {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.contact-sales--item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.contact-sales--item-icon {
  min-width: 54px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F0FF;
  border-radius: 12px;
}

.contact-sales--item-icon img {
  max-width: 28px;
  height: auto;
}

.contact-sales--item-title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: 600;
}

.contact-sales--item-text {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 24px;
  width: 380px;
  max-width: 100%;
}

.contact-sales--item-email {
  font-size: 16px;
  margin-bottom: 24px;
  display: inline-block;
}

.contact-sales--item-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.contact-sales--collapse-button.collapsed .hide-label {
  display: none;
}

.contact-sales--collapse-button:not(.collapsed) .show-label {
  display: none;
}

.contact-sales--form-bottom {
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-sales--form-bottom button {
  width: 172px;
  max-width: 100%;
}

.contact-sales--form input.validation-error {
  color: #ED7C6E;
}

.contact-sales--form input.validation-error::-moz-placeholder {
  color: #ED7C6E;
}

.contact-sales--form input.validation-error::placeholder {
  color: #ED7C6E;
}

.contact-sales--form input:not([type=checkbox]):focus {
  background: transparent;
  color: #fff;
}

.contact-sales--form input[type=checkbox]:focus {
  background-color: transparent;
}

.contact-sales--form input[type=checkbox]:checked {
  background-color: #fff;
}

.contact-sales--form input.iti__search-input:not([type=checkbox]):focus {
  background: transparent;
  color: #6D6D6D;
}

.contact-sales--form .privacy-policy-check {
  padding: 0;
}

.contact-sales--form .privacy-policy-check.error {
  border-color: #ED7C6E;
  height: 20px;
  width: 20px;
  background: none;
}

.contact-sales--form .privacy-policy-check.error + span {
  color: #ED7C6E;
}

.contact-sales--form.hide {
  display: none;
}

.contact-sales--form .text-error {
  margin-top: 5px;
}

.contact-sales--form-thanks {
  display: none;
}

.contact-sales--form-thanks.show {
  display: block;
}

.contact-sales--form-wrap .iti:hover .iti__selected-dial-code,
.contact-sales--form-wrap .iti:hover input.phone-input {
  border-color: #fff;
}

.page-text {
  padding-top: 56px;
}

.page-text--header {
  color: #022E34;
  min-height: 380px;
  background: #DDFFDA;
  padding: 48px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}

.page-text--header:before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 16px;
  right: 16px;
  z-index: -1;
  background-image: radial-gradient(#93F6A4 12%, transparent 0);
  background-size: 24px 24px;
  opacity: 0.7;
}

.page-text--header-inner {
  position: relative;
  z-index: 0;
  text-align: center;
  margin: 0 auto;
  max-width: 796px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

.page-text--title {
  text-align: center;
  margin: 0;
  font: 400 36px/1.11 "IvyPresto Headline", serif;
}

.page-text--description {
  text-align: center;
  max-width: 536px;
  margin: 0 auto;
  font: 400 18px/1.33 Montserrat, sans-serif;
}

.page-text--description > :first-child {
  margin-top: 0;
}

.page-text--description > :last-child {
  margin-bottom: 0;
}

.page-text--date {
  color: #12695C;
  font: 600 14px/1.43 Montserrat, sans-serif;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.page-text--content {
  max-width: 704px;
  margin: 0 auto;
  padding: 48px 0;
}

.page-text .content-block {
  color: #022E34;
  font: 400 16px/1.5 Montserrat, sans-serif;
}

.page-text .content-block p {
  margin-bottom: 22px;
}

.page-text .content-block h1,
.page-text .content-block .h1,
.page-text .content-block h2,
.page-text .content-block .h2 {
  margin: 32px 0 24px;
}

.page-text .content-block h3,
.page-text .content-block .h3,
.page-text .content-block .card-certificate--title,
.page-text .content-block h4,
.page-text .content-block .h4 {
  margin-top: 32px;
  margin-bottom: 24px;
}

.page-text .content-block h5,
.page-text .content-block .h5,
.page-text .content-block h6,
.page-text .content-block .h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.33;
  margin-top: 32px;
  margin-bottom: 12px;
}

.page-text .content-block h1,
.page-text .content-block .h1 {
  font-size: 32px;
  line-height: 1.11;
}

.page-text .content-block h2,
.page-text .content-block .h2 {
  font-size: 32px;
  line-height: 1.25;
}

.page-text .content-block h3,
.page-text .content-block .h3,
.page-text .content-block .card-certificate--title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 24px;
}

.page-text .content-block ol,
.page-text .content-block ul {
  margin: 24px 0;
}

.page-text .content-block ol li + li,
.page-text .content-block ul li + li {
  margin-top: 16px;
}

.page-text .content-block ol {
  padding-left: 28px;
}

.page-text .content-block ol ::marker {
  font-weight: 600;
}

.page-text .content-block ul {
  padding: 0;
  list-style: none;
}

.page-text .content-block ul li {
  position: relative;
  padding-left: 12px;
}

.page-text .content-block ul li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.page-text .content-block .combined-list {
  counter-reset: section;
  list-style: none;
  padding-left: 37px;
}

.page-text .content-block .combined-list > li {
  position: relative;
  counter-increment: subSection;
}

.page-text .content-block .combined-list > li:before {
  position: absolute;
  left: -37px;
  font-weight: 600;
  content: attr(data-start) "." counter(subSection) ". ";
}

.page-text .content-block blockquote {
  max-width: 600px;
  margin: 24px 0;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font: 400 25px/1.33 "IvyPresto Headline", serif;
}

.page-text .content-block blockquote:before {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  background: no-repeat 50%/contain;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='20' viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.37 1.12c-3.01 1.19-6.72 3.92-6.72 7 0 2.24 1.82 2.59 3.7 2.87 2.88.42 4 2.44 4 4.2 0 2.16-1.68 4.05-4.34 4.05-3.22 0-6.51-2.66-6.51-7.7C.5 4.98 5.68 1.27 9.95 0l.42 1.12Zm3.28 10.43c0-6.58 5.18-10.3 9.45-11.55l.42 1.12c-3 1.19-6.72 3.92-6.72 7 0 2.24 1.82 2.59 3.71 2.87 2.87.42 3.99 2.44 3.99 4.2 0 2.16-1.68 4.05-4.34 4.05-3.22 0-6.5-2.66-6.5-7.7Z' fill='%23022E34'/%3E%3C/svg%3E");
}

.page-text .content-block blockquote > p {
  margin-bottom: 0;
}

.page-text .content-block .wp-block-table {
  width: 100%;
  border-collapse: collapse;
  font: 400 16px/1.25 Montserrat, sans-serif;
  margin: 48px 0;
}

.page-text .content-block .wp-block-table th {
  border-top: 1px solid #E2E2E2;
}

.page-text .content-block .wp-block-table th,
.page-text .content-block .wp-block-table td {
  padding: 10px 12px 10px 0;
  border-bottom: 1px solid #E2E2E2;
  vertical-align: top;
}

.page-text .content-block .wp-block-table th {
  font-weight: 600;
}

.page-text .content-block .wp-block-table td {
  font: 400 16px/1.5 Montserrat, sans-serif;
}

.page-text .content-block h2 + *,
.page-text .content-block .h2 + *,
.page-text .content-block h3 + *,
.page-text .content-block .h3 + *,
.page-text .content-block .card-certificate--title + *,
.page-text .content-block h4 + *,
.page-text .content-block .h4 + *,
.page-text .content-block h5 + *,
.page-text .content-block .h5 + *,
.page-text .content-block h6 + *,
.page-text .content-block .h6 + * {
  margin-top: 0 !important;
}

.page-text .content-block a {
  color: inherit;
  text-decoration: underline;
}

.page-text .content-block a:hover {
  color: #12695C;
}

.page-text .content-block .wp-image,
.page-text .content-block .wp-video,
.page-text .content-block .wp-video-shortcode,
.page-text .content-block iframe {
  margin: 40px 0;
}

.page-text .content-block .wp-video,
.page-text .content-block .wp-video-shortcode {
  width: 100% !important;
  aspect-ratio: 16/9;
  height: auto !important;
}

.page-text .content-block iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.page-text .content-block > :first-child {
  margin-top: 0;
}

.page-text .content-block > :last-child {
  margin-bottom: 0;
}

.page-text .quote-block {
  margin: 40px 0;
  padding: 0 0 0 21px;
  border-left: 3px solid #12695C;
  font: 400 16px/1.5 Montserrat, sans-serif;
}

.page-text .quote-block > :last-child {
  margin-bottom: 0;
}

.page-text .quote-block > :first-child {
  margin-top: 0;
}

.faq-page--banner {
  padding: 96px 0 48px;
}

.faq-page--banner-title {
  text-align: center;
  font: 400 36px/1.01 "IvyPresto Headline", serif;
  color: #022E34;
  margin: 0 0 24px 0;
}

.faq-page--banner-desc {
  text-align: center;
}

.faq-page--banner-desc p {
  color: #022E34;
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
}

.faq-page--banner-desc p a {
  color: #022E34;
  text-decoration: underline;
}

.faq-page--banner-desc p a:hover {
  color: #12695C;
}

.faq-page--banner-wrap {
  padding: 72px 0;
  background-image: url("../png/dots-2.png");
  background-size: cover;
  background-position: center center;
}

.error404--content {
  padding: 200px 0;
  text-align: center;
  color: #022E34;
}

.error404--content h1,
.error404--content .h1 {
  font-size: 96px;
  margin-bottom: 32px;
  color: inherit;
}

.error404--content h2,
.error404--content .h2 {
  font-size: 48px;
  color: inherit;
  margin-bottom: 24px;
}

.error404--content p {
  margin-bottom: 24px;
  color: inherit;
  font-size: 20px;
  line-height: 1.4;
}

.clients--main {
  margin-top: 92px;
}

.case-studies-masonry--item {
  padding: 0 6px;
  width: 50%;
}

.case-studies-masonry .case-study-card {
  visibility: hidden;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.5s ease-out, background-color 0.3s linear;
  animation: none;
}

.case-studies-masonry .case-study-card.show-masonry-item {
  visibility: visible;
  transform: initial;
  opacity: 1;
}

.resources-header {
  padding: 44px 0;
  background-color: #F0F0FF;
  background-image: url("../png/resources-page-header-dots.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 57px;
}

.resources-header--wrap {
  text-align: center;
  padding: 104px 0 108px;
  max-width: 690px;
  margin: 0 auto;
}

.webinars {
  padding-top: 56px;
}

.webinars .section--header {
  max-width: 675px;
}

.webinars .section--text {
  max-width: 595px;
  margin-left: auto;
  margin-right: auto;
}

.webinars .section.colored {
  padding-top: 30px;
  background-color: #F0F0FF;
}

.webinars .section.colored--header {
  margin-bottom: 30px;
  gap: 12px;
}

.webinars .section.colored--logo {
  display: block;
  max-width: 132px;
  height: auto;
}

.webinars .section.colored--title {
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 400;
}

.webinars .webinar-list {
  --grid-cols: 1;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(var(--grid-cols), minmax(0, 1fr));
}

.webinars .webinar-list--col {
  border-radius: 16px;
  background: #F0F0FF url("data:image/svg+xml,%3Csvg width='559' height='398' viewBox='0 0 559 398' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.6'%3E%3Cpath d='M574.801 203.562L580.645 208.466C588.507 215.063 592.249 225.849 592.086 240.008C591.923 254.162 587.852 271.54 580.263 291.077C565.089 330.141 535.934 377.618 496.352 424.791C456.769 471.964 415.076 508.92 379.24 530.647C361.318 541.513 344.911 548.54 331 551.158C317.085 553.777 305.812 551.965 297.95 545.368L292.106 540.465C283.518 533.258 279.448 521.975 279.478 507.476C279.508 492.971 283.647 475.364 291.349 455.728C306.748 416.464 336.292 369.315 375.108 323.055C413.924 276.796 455.228 239.513 491.221 217.53C509.222 206.536 525.842 199.401 540.121 196.853C554.395 194.306 566.213 196.356 574.801 203.562Z' stroke='%23E0E7FC' stroke-width='2'/%3E%3Cpath d='M104.582 53.9034L112.399 51.8088C122.929 48.9874 134.637 52.4593 146.934 61.5167C159.224 70.5701 171.97 85.1148 184.476 104.13C209.48 142.152 233.393 197.85 250.741 262.594C268.089 327.337 275.229 387.531 272.586 432.961C271.263 455.681 267.497 474.649 261.38 488.635C255.26 502.628 246.856 511.489 236.326 514.311L228.509 516.405C217.007 519.487 204.666 515.995 191.991 506.842C179.313 497.685 166.41 482.935 153.886 463.757C128.843 425.411 105.45 369.572 88.4381 306.083C71.4262 242.593 63.7657 182.54 66.2802 136.809C67.5378 113.939 71.3372 94.7133 77.7386 80.4447C84.1385 66.1797 93.0802 56.9852 104.582 53.9034Z' stroke='%23E0E7FC' stroke-width='2'/%3E%3Cpath d='M150.158 10.7369L152.767 3.56803C156.277 -6.07553 165.133 -13.2815 178.494 -17.9709C191.851 -22.6588 209.573 -24.7767 230.527 -24.3275C272.425 -23.4293 327.01 -12.271 384.876 8.79048C442.742 29.852 491.729 56.3909 524.403 82.6346C540.743 95.7595 552.958 108.773 560.176 120.95C567.397 133.13 569.549 144.343 566.039 153.987L563.43 161.156C559.595 171.691 550.385 179.375 536.75 184.305C523.109 189.238 505.149 191.37 484.063 190.849C441.9 189.808 387.489 178.172 330.744 157.518C273.998 136.864 224.837 110.803 191.869 84.4992C175.382 71.3444 162.993 58.1668 155.715 45.62C148.439 33.0785 146.323 21.2719 150.158 10.7369Z' stroke='%23E0E7FC' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center;
  background-size: cover;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.webinars .webinar-list--caption {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  color: #022E34;
  font: 400 20px/1.4 Montserrat, sans-serif;
}

.webinars .webinar-list--body {
  min-height: 184px;
  margin-bottom: 20px;
}

.webinars .webinar-list--title {
  color: #022E34;
  font: 400 32px/1.25 "IvyPresto Headline", serif;
  margin: 0;
}

.webinars--actions {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.webinars .btn-outline-dark {
  --bs-btn-hover-border-color: #3FB67D;
  --bs-btn-hover-color: #3FB67D;
}

.webinars .btn-outline-dark:after {
  display: none;
}

.webinars .btn-outline-dark:hover {
  color: var(--bs-btn-hover-color);
  background-color: transparent;
  border-color: var(--bs-btn-hover-border-color);
}

.webinars .cta-subscribe-block--title {
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.webinars .slider-webinar-slide {
  min-height: 505px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-color: #022E34;
  background-image: url(../png/graphic-device.png);
  background-repeat: no-repeat;
  background-position: 55% 0;
  background-size: cover;
}

.webinars .slider-webinar-slide.is-active .slider-webinar-slide--body {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.webinars .slider-webinar-slide--header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.webinars .slider-webinar-slide--header span {
  color: #B8FFBD;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 16px;
  line-height: 24px;
}

.webinars .slider-webinar-slide--header span:not(.webinars .slider-webinar-slide--header span:last-child) {
  margin-right: 16px;
}

.webinars .slider-webinar-slide--header span:last-child {
  position: relative;
  margin-left: 4px;
}

.webinars .slider-webinar-slide--header span:last-child::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  border-radius: 50%;
  background-color: #B8FFBD;
  transform: translateY(-50%);
}

.webinars .slider-webinar-slide--time {
  display: flex;
  flex-wrap: wrap;
}

.webinars .slider-webinar-slide--body {
  display: flex;
  flex-direction: column;
  padding: 24px;
  height: 100%;
  color: #002325;
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: opacity, transform, visibility;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition-delay: 0s;
}

.webinars .slider-webinar-slide--left {
  margin-bottom: 53px;
}

.webinars .slider-webinar-slide--right {
  width: 100%;
  max-width: 475px;
  align-self: center;
}

.webinars .slider-webinar-slide--logo {
  margin-bottom: 16px;
  max-width: 142px;
  height: auto;
}

.webinars .slider-webinar-slide--title {
  -webkit-line-clamp: 5;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #fff;
  font: 400 32px/1.25 "IvyPresto Headline", serif;
  margin-bottom: 24px;
}

.webinars .slider-webinar-slide .guest-info {
  display: flex;
  justify-content: space-between;
  min-height: 183px;
  border-radius: 16px;
  background: #094E4A;
  color: #fff;
}

.webinars .slider-webinar-slide .guest-info--content {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 16px;
  font-family: Montserrat, sans-serif;
}

.webinars .slider-webinar-slide .guest-info--company-logo {
  align-self: flex-start;
}

.webinars .slider-webinar-slide .guest-info--company-logo svg,
.webinars .slider-webinar-slide .guest-info--company-logo img {
  width: 100%;
  height: auto;
}

.webinars .slider-webinar-slide .guest-info--text {
  margin-top: auto;
}

.webinars .slider-webinar-slide .guest-info--subtitle {
  font-size: 8px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.3px;
  font-family: inherit;
}

.webinars .slider-webinar-slide .guest-info--name {
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 17px;
}

.webinars .slider-webinar-slide .guest-info--position {
  font-size: 9px;
  font-weight: 400;
  line-height: 15px;
}

.webinars .slider-webinar-slide .guest-info--img {
  width: 50%;
  max-width: 180px;
  border-radius: 16px;
  background-color: #C4C8F7;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-align: right;
}

.webinars .slider-webinar-slide > :last-child {
  margin-bottom: 0;
}

.webinars .slider-webinar-pagination {
  margin-top: 24px;
}

.webinars .slider-webinar-pagination .splide__list {
  justify-content: center;
}

.webinars .slider-webinar-pagination-slide {
  max-width: 256px;
  outline: none;
  position: relative;
  overflow: hidden;
}

.webinars .slider-webinar-pagination-slide--body {
  border-top: 2px solid rgba(2, 46, 52, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.webinars .slider-webinar-pagination-slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: #12695C;
  z-index: 1;
  transform: translateX(-100%);
}

.webinars .slider-webinar-pagination-slide.is-active {
  cursor: default;
}

.webinars .slider-webinar-pagination.has-autoplay.autoplay-run .slider-webinar-pagination-slide.is-active:after {
  animation: sliderProgres var(--autoplay-interval, 5s) ease-out;
}

@keyframes sliderProgres {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

[data-pinned-container] {
  overflow: hidden;
}

.slider-charting-success--grid {
  display: flex !important;
  flex-direction: column;
  gap: 32px;
}

.slider-charting-success--item {
  margin-bottom: 20px;
}

.slider-charting-success--item:last-of-type {
  margin-bottom: 0;
}

.slider-charting-success--photo {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 340px;
}

.slider-charting-success--photo img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slider-charting-success--group {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  width: 100%;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-charting-success--overlay {
  background: linear-gradient(270deg, rgba(67, 67, 67, 0) 0%, rgba(0, 0, 0, 0.7) 127.84%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.slider-charting-success--description {
  color: #022E34;
  font-weight: 600;
  line-height: 28px;
  font-size: 18px;
  margin-top: 24px;
  padding: 0 24px;
}

.slider-charting-success--position {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 4px;
}

.charting-success .section--title,
.charting-success .section--text {
  color: #022E34;
}

.webinar-content-header {
  background-color: #F0F0FF;
}

.webinar-content-header--row {
  display: grid;
  gap: 16px;
}

.webinar-content-header--body {
  position: relative;
  background: #022E34;
  color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px;
}

.webinar-content-header--img-col {
  padding: 24px;
  background-color: #022E34;
  background-image: url(../png/webinar-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px 4px rgba(2, 46, 52, 0.15);
}

.webinar-content-header .future-webinar--header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 30px;
}

.webinar-content-header .future-webinar--header span {
  color: #B8FFBD;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 16px;
  line-height: 24px;
}

.webinar-content-header .future-webinar--header span:not(.webinar-content-header .future-webinar--header span:last-child) {
  margin-right: 16px;
}

.webinar-content-header .future-webinar--header span:last-child {
  position: relative;
  margin-left: 4px;
}

.webinar-content-header .future-webinar--header span:last-child::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  border-radius: 50%;
  background-color: #B8FFBD;
  transform: translateY(-50%);
}

.webinar-content-header .future-webinar--time {
  display: flex;
  flex-wrap: wrap;
}

.webinar-content-header .future-webinar--title {
  -webkit-line-clamp: 5;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 100px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.32px;
}

.webinar-content-header .future-webinar--body {
  display: flex;
  justify-content: space-between;
  min-height: 183px;
  border-radius: 16px;
  background: #094E4A;
  color: #fff;
}

.webinar-content-header .future-webinar--content {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 16px;
  position: relative;
  font-family: Montserrat, sans-serif;
}

.webinar-content-header .future-webinar--company-logo {
  align-self: flex-start;
}

.webinar-content-header .future-webinar--company-logo svg,
.webinar-content-header .future-webinar--company-logo img {
  width: 100%;
  height: auto;
}

.webinar-content-header .future-webinar--text {
  margin-top: auto;
}

.webinar-content-header .future-webinar--link {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.webinar-content-header .future-webinar--subtitle {
  font-size: 8px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.3px;
  font-family: inherit;
}

.webinar-content-header .future-webinar--name {
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 17px;
}

.webinar-content-header .future-webinar--position {
  font-size: 9px;
  font-weight: 400;
  line-height: 15px;
}

.webinar-content-header .future-webinar--img {
  width: 50%;
  max-width: 180px;
  border-radius: 16px;
  background-color: #C4C8F7;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-align: right;
}

.webinar-content-header--title {
  letter-spacing: 0.32px;
  font: 400 32px/1.25 "IvyPresto Headline", serif;
  margin-bottom: 16px;
}

.webinar-content-header--text {
  margin: 0;
}

.webinar-content-header--actions {
  margin-top: auto;
}

.webinar-content-header--actions .btn {
  font-family: Montserrat, sans-serif;
}

.webinar-content-header--form,
.webinar-content-header--form-passed {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.webinar-content-header--form .form-agree a,
.webinar-content-header--form-passed .form-agree a {
  color: #fff;
  text-decoration: underline;
}

.webinar-content-header--form .form-agree a:hover,
.webinar-content-header--form-passed .form-agree a:hover {
  color: #fff;
}

.webinar-content-header--form .form-agree input.error,
.webinar-content-header--form-passed .form-agree input.error {
  border-color: #ed7c6e;
  width: 20px !important;
  height: 20px !important;
  background: none !important;
}

.webinar-content-header--form [type=text].validation-error,
.webinar-content-header--form [type=email].validation-error,
.webinar-content-header--form-passed [type=text].validation-error,
.webinar-content-header--form-passed [type=email].validation-error {
  border-color: #ed7c6e;
  color: #ed7c6e;
}

.webinar-content-header--form .form-agree input.error + span,
.webinar-content-header--form-passed .form-agree input.error + span {
  color: #ed7c6e;
}

.webinar-content-header--form .form-input-error,
.webinar-content-header--form-passed .form-input-error {
  display: none;
  margin-top: 8px;
  color: #ed7c6e;
  font: 400 14px/1.5 Montserrat, sans-serif;
}

.webinar-content-header--form .validation-error + .form-input-error,
.webinar-content-header--form-passed .validation-error + .form-input-error {
  display: block;
}

.webinar-content-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 9;
  display: none;
}

.webinar-content-modal--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.webinar-content-modal--close {
  all: unset;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 20px;
  height: 20px;
  display: block;
}

.webinar-content-modal--close svg {
  width: 100%;
  height: auto;
}

.webinar-content-modal--content {
  max-width: 807px;
  width: 100%;
  padding: 0 16px;
}

.webinar-content-modal--title {
  display: block;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.04;
  font-family: "IvyPresto Headline", serif;
  color: #002325;
  font-size: 36px;
  font-weight: 400;
}

.webinar-content-modal--text {
  display: block;
  margin-bottom: 32px;
  text-align: center;
  color: #022E34;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.webinar-content-modal--banner {
  width: 100%;
  position: relative;
  padding: 16px;
  border-radius: 16px;
  background-color: #084D4B;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='278' height='181' viewBox='0 0 278 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M201 401C311.457 401 401 311.457 401 201C401 90.543 311.457 1 201 1C90.5431 1 1 90.543 1 201C1 311.457 90.5431 401 201 401Z' stroke='%232C9C74' stroke-miterlimit='10'/%3E%3Cpath d='M138.5 334.333C214.439 334.333 276 272.772 276 196.833C276 120.894 214.439 59.333 138.5 59.333C62.5607 59.333 1 120.894 1 196.833C1 272.772 62.5607 334.333 138.5 334.333Z' stroke='%232C9C74' stroke-miterlimit='10'/%3E%3Cpath d='M76 276C117.421 276 151 242.421 151 201C151 159.579 117.421 126 76 126C34.5786 126 1 159.579 1 201C1 242.421 34.5786 276 76 276Z' stroke='%232C9C74' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}

.webinar-content-modal--banner-text {
  display: block;
  margin-bottom: 16px;
  font-family: "IvyPresto Headline", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.32px;
}

.footer--top {
  padding: 48px 0;
  background: #022E34;
  color: #fff;
}

.footer--bottom {
  position: relative;
  z-index: 0;
  padding: 34px 0 60px;
  background: #DDFFDA;
}

.footer--logo {
  color: #fff;
  width: 124px;
  height: auto;
  display: flex;
}

.footer--logo img,
.footer--logo svg {
  width: 100%;
}

.footer--copyright {
  font: 400 12px/1.4 Montserrat, sans-serif;
  color: #2C9C74;
  margin-top: 12px;
}

.footer-menu {
  display: grid;
  gap: 16px;
}

.footer-menu + .footer-menu {
  margin-top: 32px;
}

.footer-menu--title {
  margin: 0;
  font: 600 16px/1.25 Montserrat, sans-serif;
}

.footer-menu--nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.footer-menu--nav a {
  font: 400 16px/1.25 Montserrat, sans-serif;
  color: #fff;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-menu--nav a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: 0 0;
  background: #70EB94;
  transition: transform 0.2s ease-in-out;
}

.footer-locations {
  display: grid;
  gap: 32px;
}

.footer-location {
  display: grid;
  gap: 8px;
  font: 400 16px/1.25 Montserrat, sans-serif;
  color: #92A2A4;
}

.footer-location--title {
  color: #fff;
  margin: 0;
  font: 600 16px/1.25 Montserrat, sans-serif;
}

.footer-location.special-links .link-line,
.footer-location.special-links .contact-sales--checkbox-text a,
.contact-sales--checkbox-text .footer-location.special-links a {
  width: -moz-max-content;
  width: max-content;
}

.footer-location.special-links .link-line:last-of-type,
.footer-location.special-links .contact-sales--checkbox-text a:last-of-type,
.contact-sales--checkbox-text .footer-location.special-links a:last-of-type {
  margin-top: 32px;
}

.footer-logos {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-logos a {
  display: flex;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}

.footer-logos a:hover {
  opacity: 0.8;
}

.footer-bottom-menu {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-bottom-menu a {
  color: #022E34;
  font: 400 12px/1.43 Montserrat, sans-serif;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-bottom-menu a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: 0 0;
  background: #12695C;
  transition: transform 0.2s ease-in-out;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 21px;
}

.footer-socials a {
  display: flex;
  color: #fff;
}

.footer-socials a svg {
  width: 32px;
  height: 32px;
}

.footer-socials a:hover {
  color: #70EB94;
}

.footer-description {
  margin-top: 44px;
}

.footer-description p {
  color: #E2E2E2;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#cookie-law-info-bar {
  padding: 24px !important;
  background: rgb(255, 255, 255) !important;
  font-size: 12px !important;
  color: #464646 !important;
  max-width: 640px !important;
  bottom: 63px !important;
  left: 63px;
  border-radius: 16px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1) !important;
}

body .cookie-yes {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.2;
  text-align: center;
}

.cookie-yes .inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.cookie-yes .inner .text {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.4;
  color: #022E34;
  font-family: Montserrat, sans-serif;
}

.cookie-yes .close-cookie-yes {
  cursor: pointer;
  display: block;
  border: solid 1px #464646;
  padding: 6px 10px;
  width: 88px;
  background: transparent;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  align-self: center;
  border-radius: 4px;
  transition: all 0.3s;
}

.cookie-yes .close-cookie-yes:hover {
  border-color: #3BAE5B;
  background-color: #3BAE5B;
  color: #ffffff;
}

.cookie-yes .text a {
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  color: #022E34;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.cookie-yes .text a:before,
.cookie-yes .text a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #12695C;
  transition: transform 0.12s ease-in-out;
}

.cookie-yes .text a:before {
  transform-origin: 100% 0;
  transition-delay: 0.12s;
}

.cookie-yes .text a:after {
  transform: scaleX(0);
  transform-origin: 0 0;
  background: #70EB94;
  transition-delay: 0s;
}

.cookie-yes .text a:hover {
  color: #022E34;
}

.cookie-yes .text a:hover:before {
  transform: scaleX(0);
  transition-delay: 0s;
}

.cookie-yes .text a:hover:after {
  transform: scaleX(1);
  transition-delay: 0.12s;
}

.cli-switch .cli-slider:after {
  left: auto;
  background-image: none !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #3BAE5B;
}

.cli-tab-footer .wt-cli-privacy-accept-btn:hover {
  background-color: #2F8B49;
}

#wt-cli-accept-all-btn,
#wt-cli-settings-btn {
  display: block;
  padding: 12px 23px;
  background: transparent !important;
  text-align: center;
  line-height: 1.13;
  box-sizing: border-box;
  align-self: center;
  border-radius: 100px !important;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: Montserrat, sans-serif;
}

#wt-cli-settings-btn {
  margin-right: 16px !important;
  border: 1px solid #002325 !important;
  color: #002325 !important;
}

#wt-cli-settings-btn:hover {
  color: #3FB67D !important;
  border-color: #3FB67D !important;
}

#wt-cli-accept-all-btn {
  background: #70EB94 !important;
  border: 1px solid #70EB94 !important;
  z-index: 0;
  position: relative;
  color: #022E34 !important;
  border-radius: 100px !important;
}

#wt-cli-accept-all-btn:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background: linear-gradient(77deg, #F0F5B3 -71.32%, #93F6A4 4.91%, #CBD2FF 78.55%);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

#wt-cli-accept-all-btn:hover {
  color: #022E34 !important;
}

#wt-cli-accept-all-btn:hover:after {
  opacity: 1;
}

.cli-switch .cli-slider {
  margin-top: 0;
  margin-bottom: 5px;
}

.cli-modal-content {
  border-radius: 16px !important;
}

.cli-switch input:checked + .cli-slider,
.wcc-switch input[type=checkbox]:checked {
  background: #70EB94 !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  padding: 14px 20px !important;
  background: #70EB94 !important;
  border: 1px solid #70EB94 !important;
  z-index: 0;
  position: relative;
  color: #022E34 !important;
  border-radius: 100px !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background: linear-gradient(77deg, #F0F5B3 -71.32%, #93F6A4 4.91%, #CBD2FF 78.55%);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.cli-tab-footer .wt-cli-privacy-accept-btn:hover {
  color: #022E34 !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn:hover:after {
  opacity: 1;
}

.wcc-consent-container {
  max-width: 640px !important;
  width: 100% !important;
}

.wcc-consent-bar {
  padding: 24px !important;
  background: rgb(255, 255, 255) !important;
  font-size: 12px !important;
  color: #464646 !important;
  bottom: 63px !important;
  left: 63px;
  border-radius: 16px !important;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.wcc-title {
  margin: 0 !important;
}

.wcc-notice-des {
  margin-bottom: 32px;
  font-size: 20px !important;
  line-height: 1.4 !important;
  color: #022E34;
  font-family: Montserrat, sans-serif;
}

.wcc-notice-des p {
  font-size: inherit !important;
}

.wcc-notice-des a {
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  color: #022E34;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 1.4;
  font-family: Montserrat, sans-serif;
}

.wcc-notice-des a:before,
.wcc-notice-des a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #12695C;
  transition: transform 0.12s ease-in-out;
}

.wcc-notice-des a:before {
  transform-origin: 100% 0;
  transition-delay: 0.12s;
}

.wcc-notice-des a:after {
  transform: scaleX(0);
  transform-origin: 0 0;
  background: #70EB94;
  transition-delay: 0s;
}

.wcc-notice-des a:hover:before {
  transform: scaleX(0);
  transition-delay: 0s;
}

.wcc-notice-des a:hover:after {
  transform: scaleX(1);
  transition-delay: 0.12s;
}

.wcc-notice-btn-wrapper {
  margin-top: 0;
  gap: 16px;
}

.wcc-prefrence-btn-wrapper {
  gap: 8px;
}

.wcc-prefrence-btn-wrapper .wcc-btn {
  min-width: 160px;
}

.wcc-btn-customize,
.wcc-btn-reject,
.wcc-btn-preferences {
  flex: none !important;
  margin-right: 0 !important;
  border: 1px solid #002325 !important;
  color: #002325 !important;
  display: block;
  padding: 12px 23px !important;
  background: transparent !important;
  text-align: center;
  line-height: 1.13;
  box-sizing: border-box;
  align-self: center;
  border-radius: 100px !important;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: Montserrat, sans-serif !important;
}

.wcc-btn-customize:hover,
.wcc-btn-reject:hover,
.wcc-btn-preferences:hover {
  color: #3FB67D !important;
  border-color: #3FB67D !important;
}

.wcc-btn-accept {
  flex: none !important;
  margin: 0 !important;
  padding: 12px 23px !important;
  background: #70EB94 !important;
  border: 1px solid #70EB94 !important;
  z-index: 0;
  position: relative;
  color: #022E34 !important;
  border-radius: 100px !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.13;
}

.wcc-btn-accept:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background: linear-gradient(77deg, #F0F5B3 -71.32%, #93F6A4 4.91%, #CBD2FF 78.55%);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.wcc-btn-accept:hover {
  color: #022E34 !important;
}

.wcc-btn-accept:hover:after {
  opacity: 1;
}

.main-menu-wrap,
.navbar.custom-navbar,
#footer-cta {
  display: none !important;
}

.status-bar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 8px);
  z-index: -1;
  width: 100%;
  max-width: 1193px;
  background-color: #DDFFDA;
  border-radius: 8px;
  padding: 0 17px;
  display: none;
}

.status-bar--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.status-bar--animation {
  margin-right: 4px;
  min-width: 38px;
  width: 38px;
  height: 38px;
}

.status-bar--text {
  display: flex;
  align-items: center;
}

.status-bar--text p {
  margin-bottom: 0;
  padding: 13px 0;
  font-size: 16px;
  line-height: 24px;
  color: #12695C;
}

.status-bar--close {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  margin-left: 18px;
}

.status-bar--close svg {
  display: block;
  max-width: 16px;
  max-height: 16px;
  width: 100%;
}

.status-bar--close svg path {
  transition: all ease-in-out 0.3s;
}

.status-bar--close:hover,
.status-bar--close:focus {
  outline: none;
  cursor: pointer;
}

.status-bar--close:hover path,
.status-bar--close:focus path {
  stroke: #5C6971;
}

.page-template-landing-template-redesign .header--logo {
  width: 180px;
}

.page-template-landing-template-redesign .header--inner {
  padding: 16px 0;
}

.simplified-page {
  padding-top: 40px;
  padding-bottom: 40px;
}

.simplified-page--header-inner {
  align-items: center;
}

.simplified-page--header-inner .image-mobile {
  display: none;
}

.simplified-page--header {
  padding-top: 68px;
  padding-bottom: 68px;
  background-color: #022E34;
  background-image: var(--bg-image-mobile);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 68px;
}

.simplified-page--title {
  margin-bottom: 0;
  margin-top: 68px;
  color: #FFF;
  font-family: "IvyPresto Headline", sans-serif;
  font-size: 42px;
  line-height: 48px;
}

.wp-block-group.simplified {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  line-height: 24px;
  color: #022E34;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.wp-block-group.simplified *:last-child {
  margin-bottom: 0;
}

.wp-block-group.simplified h2,
.wp-block-group.simplified .h2 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: "IvyPresto Headline", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.24px;
}

.wp-block-group.simplified p {
  margin-bottom: 24px;
}

.wp-block-group.simplified ul {
  padding-left: 0;
  margin-bottom: 24px;
}

.wp-block-group.simplified ul li {
  padding-left: 14px;
  list-style: none;
  position: relative;
}

.wp-block-group.simplified ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
  background-color: #022E34;
}

.wp-block-group.simplified ul li:not(.wp-block-group.simplified ul li:last-child) {
  margin-bottom: 16px;
}

@media (min-width: 640px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 1px;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 1px;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 2px;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 2px;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 4px;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 4px;
  }

  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6px;
  }

  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6px;
  }

  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8px;
  }

  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8px;
  }

  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 12px;
  }

  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 12px;
  }

  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 14px;
  }

  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 14px;
  }

  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 15px;
  }

  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 15px;
  }

  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 16px;
  }

  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 16px;
  }

  .g-md-17,
  .gx-md-17 {
    --bs-gutter-x: 17px;
  }

  .g-md-17,
  .gy-md-17 {
    --bs-gutter-y: 17px;
  }

  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 18px;
  }

  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 18px;
  }

  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 20px;
  }

  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 20px;
  }

  .g-md-22,
  .gx-md-22 {
    --bs-gutter-x: 22px;
  }

  .g-md-22,
  .gy-md-22 {
    --bs-gutter-y: 22px;
  }

  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 24px;
  }

  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 24px;
  }

  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 25px;
  }

  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 25px;
  }

  .g-md-26,
  .gx-md-26 {
    --bs-gutter-x: 26px;
  }

  .g-md-26,
  .gy-md-26 {
    --bs-gutter-y: 26px;
  }

  .g-md-28,
  .gx-md-28 {
    --bs-gutter-x: 28px;
  }

  .g-md-28,
  .gy-md-28 {
    --bs-gutter-y: 28px;
  }

  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 30px;
  }

  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 30px;
  }

  .g-md-32,
  .gx-md-32 {
    --bs-gutter-x: 32px;
  }

  .g-md-32,
  .gy-md-32 {
    --bs-gutter-y: 32px;
  }

  .g-md-33,
  .gx-md-33 {
    --bs-gutter-x: 33px;
  }

  .g-md-33,
  .gy-md-33 {
    --bs-gutter-y: 33px;
  }

  .g-md-34,
  .gx-md-34 {
    --bs-gutter-x: 34px;
  }

  .g-md-34,
  .gy-md-34 {
    --bs-gutter-y: 34px;
  }

  .g-md-36,
  .gx-md-36 {
    --bs-gutter-x: 36px;
  }

  .g-md-36,
  .gy-md-36 {
    --bs-gutter-y: 36px;
  }

  .g-md-38,
  .gx-md-38 {
    --bs-gutter-x: 38px;
  }

  .g-md-38,
  .gy-md-38 {
    --bs-gutter-y: 38px;
  }

  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 40px;
  }

  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 40px;
  }

  .g-md-42,
  .gx-md-42 {
    --bs-gutter-x: 42px;
  }

  .g-md-42,
  .gy-md-42 {
    --bs-gutter-y: 42px;
  }

  .g-md-44,
  .gx-md-44 {
    --bs-gutter-x: 44px;
  }

  .g-md-44,
  .gy-md-44 {
    --bs-gutter-y: 44px;
  }

  .g-md-46,
  .gx-md-46 {
    --bs-gutter-x: 46px;
  }

  .g-md-46,
  .gy-md-46 {
    --bs-gutter-y: 46px;
  }

  .g-md-48,
  .gx-md-48 {
    --bs-gutter-x: 48px;
  }

  .g-md-48,
  .gy-md-48 {
    --bs-gutter-y: 48px;
  }

  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 50px;
  }

  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 50px;
  }

  .g-md-52,
  .gx-md-52 {
    --bs-gutter-x: 52px;
  }

  .g-md-52,
  .gy-md-52 {
    --bs-gutter-y: 52px;
  }

  .g-md-64,
  .gx-md-64 {
    --bs-gutter-x: 64px;
  }

  .g-md-64,
  .gy-md-64 {
    --bs-gutter-y: 64px;
  }

  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 80px;
  }

  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 80px;
  }

  .g-md-128,
  .gx-md-128 {
    --bs-gutter-x: 128px;
  }

  .g-md-128,
  .gy-md-128 {
    --bs-gutter-y: 128px;
  }

  .g-md-256,
  .gx-md-256 {
    --bs-gutter-x: 256px;
  }

  .g-md-256,
  .gy-md-256 {
    --bs-gutter-y: 256px;
  }

  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-md .offcanvas-header {
    display: none;
  }

  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }

  .header--logo {
    width: 104px;
  }

  .header--inner {
    padding: 24px 0;
  }

  .desktop-menu-dropdown {
    --container-padding: 32px;
  }

  .iti__dropdown-content {
    font-size: 20px;
  }

  .iti__search-input {
    font-size: 20px;
  }

  .iti .iti__selected-dial-code {
    font-size: 20px;
  }

  .iti__country-list .iti__flag,
  .iti__country-name {
    margin-right: 16px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  h1,
  .h1 {
    font-size: 84px;
  }

  h2,
  .h2 {
    font-size: 64px;
  }

  h3,
  .card-certificate--title,
  .h3 {
    font-size: 48px;
  }

  h4,
  .h4 {
    font-size: 32px;
  }

  h5,
  .h5 {
    font-size: 24px;
  }

  h6,
  .h6 {
    font-size: 20px;
  }

  .contact-support--banner-desc,
  .accordion-info--body,
  .security-hero--text,
  .post-cards-list-block--description,
  .card-certificate--description,
  .accordion-round--body,
  .card-full-img--body-text,
  .contact-support-list--item-text,
  .block-group-overview--text,
  .section-group-overview--text,
  .section-key-info-condensed--body-text,
  .section-key-info-condensed--text,
  .section-certificate--text,
  .section-resource--item-desc,
  .slider-key-info-slide--text,
  .section-cta--text,
  .section-full-product--text,
  .card-pricing--text,
  .section-pricing-plans--text,
  .section-three-up-images--item-desc,
  .section-three-up-images--desc,
  .section-rated--footer,
  .section-rated--desc,
  .block-help--text,
  .section-before-after--item-text,
  .section-before-after--text,
  .section-support--text,
  .block-text-simple--text,
  .block-4-up--text,
  .section-4-up--text,
  .section-benefits-features--text,
  .block-3-up-icon--text,
  .section-3-up-icon--text,
  .section-hero-alt--text,
  .section-hero--text,
  .text-header--text,
  .gated-content-header--text,
  .section-full-bleed-header-alt--text,
  .section-full-bleed-header--text,
  .section--text {
    font-size: 20px;
    line-height: 1.4;
  }

  .accordion-info--subtitle,
  .accordion-round--subtitle,
  .section-before-after--item-list,
  .block-text-simple--title,
  .block-4-up--title {
    font-size: 20px;
    line-height: 1.4;
  }

  .link-line.link-line-lg,
  .contact-sales--checkbox-text a.link-line-lg {
    font-size: 20px;
  }

  .section {
    padding: 80px 0;
  }

  .section--header {
    margin-bottom: 48px;
  }

  .section--title {
    line-height: 1;
    font-size: 63px;
  }

  .section--actions {
    gap: 24px;
  }

  textarea,
  select,
  [type=text],
  [type=tel],
  [type=email] {
    padding: 13px 23px;
    font-size: 20px;
    line-height: 1.4;
  }

  .form-label {
    font-size: 20px;
    line-height: 1.4;
  }

  .form-input-error {
    font-size: 16px;
  }

  .section-full-bleed-header--title {
    font-size: 63px;
    line-height: 101%;
  }

  .section-full-bleed-header--actions {
    gap: 24px;
  }

  .section-full-bleed-header-alt--title {
    font-size: 63px;
    line-height: 101%;
  }

  .section-full-bleed-header-alt--actions {
    gap: 24px;
  }

  .gated-content-header--body {
    padding: 32px;
  }

  .gated-content-header--title {
    font-size: 48px;
    line-height: 1;
  }

  .gated-content-header--actions {
    gap: 24px;
  }

  .gated-content-header--thank-you-msg {
    gap: 32px;
    padding: 32px;
  }

  .text-header {
    padding: 141px 0 64px;
  }

  .text-header.green::after {
    background-size: contain;
  }

  .text-header.green {
    padding-top: 163px;
  }

  .text-header--subtitle {
    margin-bottom: 24px;
  }

  .text-header--title {
    font-size: 63px;
    margin-bottom: 24px;
  }

  .text-header::after {
    top: -10px;
    right: -227px;
    width: 661px;
    height: 637px;
    transform: rotate(-2deg);
  }

  .section-hero {
    background: var(--bg-image-desktop, url("")) no-repeat 50% 50%/auto 100%, linear-gradient(180deg, rgba(221, 255, 218, 0.5) 54.75%, rgba(112, 235, 148, 0.5) 115.26%), var(--Color-Core-Green-light-green, #DDFFDA);
    margin-bottom: 80px;
  }

  .section-hero--main {
    padding: 220px 0 145px;
  }

  .section-hero--footer-text {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 -32px;
    padding: 32px;
  }

  .section-hero--footer-text + .section-hero--logos-wrap {
    margin: 0;
  }

  .section-hero--logos {
    --cols: 3;
  }

  .section-hero--header {
    gap: 28px;
  }

  .section-hero--body {
    gap: 36px;
  }

  .section-hero--title {
    font-size: 76px;
  }

  .section-hero--actions {
    gap: 24px;
  }

  .section-hero-alt.light-green {
    background-image: var(--bg-image, url("")), url("data:image/svg+xml,%3Csvg width='929' height='700' viewBox='0 0 929 700' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath d='M747.895 24.3211C548.497 -56.951 326.018 30.979 250.974 220.718C175.931 410.457 276.74 630.155 476.138 711.427C675.536 792.699 898.015 704.769 973.058 515.03C1048.1 325.291 947.293 105.593 747.895 24.3211Z' stroke='url(%23paint0_linear_617_9653)' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M488.948 89.3267C297.766 167.813 197.89 356.118 265.868 509.918C333.846 663.718 543.937 724.772 735.119 646.286C926.301 567.799 1026.18 379.494 958.199 225.694C890.221 71.8945 680.13 10.8406 488.948 89.3267Z' stroke='url(%23paint1_linear_617_9653)' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M548.08 222.469C355.724 301.788 228.424 431.16 263.747 511.429C299.071 591.698 483.641 592.468 675.997 513.148C868.353 433.829 995.654 304.458 960.33 224.189C925.007 143.92 740.436 143.15 548.08 222.469Z' stroke='url(%23paint2_linear_617_9653)' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_617_9653' x1='833.035' y1='501.154' x2='267.469' y2='598.69' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232C9C74'/%3E%3Cstop offset='1' stop-color='%2370EB94'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_617_9653' x1='788.58' y1='578.339' x2='269.014' y2='606.239' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232C9C74'/%3E%3Cstop offset='1' stop-color='%2370EB94'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_617_9653' x1='750.9' y1='293.049' x2='284.26' y2='484.338' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232C9C74'/%3E%3Cstop offset='1' stop-color='%2370EB94'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"), linear-gradient(80deg, #F5FFF4 23.71%, #E4FFE1 79.72%);
    background-position: 100% 50%, 100% 50%, center;
    background-size: 51%, 90%, 100%;
  }

  .section-hero-alt {
    background-image: var(--bg-image, url(""));
    background-size: 45%;
  }

  .section-hero-alt--main {
    padding: 104px 0 32px;
  }

  .section-hero-alt--body {
    width: 47%;
  }

  .section-hero-alt--title {
    font-size: 43px;
  }

  .section-hero-alt--image {
    display: none;
  }

  .section-hero-alt--actions {
    margin-bottom: 0;
  }

  .section-testimonials-header {
    margin-top: 77px;
  }

  .section-testimonials-header--inner {
    gap: 32px;
  }

  .section-testimonials-header--inner {
    min-height: calc(100lvh - 77px);
  }

  .section-testimonials-header--title {
    font-size: 84px;
    line-height: 104%;
  }

  .section-testimonials-header--actions {
    gap: 24px;
  }

  .section-testimonials-grid {
    --grid-gap: 24px;
  }

  .section-key-stats {
    padding: 80px 0;
  }

  .section-key-stats--body {
    border-radius: 32px;
    background-image: url("../svg/key-stats-bg-desktop-light.svg"), var(--bg-gradient);
  }

  .section-key-stats--body.dark {
    background-image: url("../svg/key-stats-bg-desktop-dark.svg");
  }

  .section-key-stats--inner {
    padding: 0 48px 48px;
  }

  .section-key-stats--number {
    font-size: 80px;
    margin-bottom: 16px;
  }

  .section-key-stats--text {
    font-size: 20px;
  }

  .section-3-up-icon {
    padding: 80px 0;
  }

  .section-3-up-icon--header {
    margin-bottom: 64px;
  }

  .section-3-up-icon--title {
    font-size: 63px;
  }

  .section-3-up-icon--bottom-image {
    padding-top: 80px;
  }

  .section-3-up-icon--video {
    display: block;
    padding-top: 80px;
    height: 680px;
  }

  .section-3-up-icon--video.mobile {
    display: none;
  }

  .section-3-up-icon--video video {
    border-radius: 32px;
    height: auto;
  }

  .block-3-up-icon--icon {
    width: 68px;
    height: 68px;
  }

  .block-3-up-icon--icon img,
  .block-3-up-icon--icon svg {
    width: 38px;
    height: 38px;
  }

  .block-3-up-icon--title {
    font-size: 32px;
    line-height: 1.25;
  }

  .section-benefits-features {
    padding: 80px 0;
  }

  .section-benefits-features--header {
    margin-bottom: 48px;
  }

  .section-benefits-features--title {
    line-height: 1;
    font-size: 63px;
  }

  .section-benefits-features--title2 {
    line-height: 1;
    font-size: 48px;
  }

  .section-benefits-features--pagination-wrap {
    margin-top: 24px;
    padding: 32px 24px;
  }

  .slider-benefits-features-slide {
    aspect-ratio: 340/180;
  }

  .slider-benefits-features-pagination-slide--title {
    line-height: 1.4;
  }

  .slider-benefits-features-pagination-slide--title button {
    padding-top: 12px;
  }

  .slider-benefits-features-pagination-slide--text {
    line-height: 1.11;
  }

  .section-faq {
    padding: 80px 0;
  }

  .section-faq--title {
    font-size: 63px;
    margin-bottom: 24px;
  }

  .section-faq--text {
    font-size: 20px;
  }

  .accordion--button {
    font-size: 21px;
  }

  .accordion--body {
    font-size: 21px;
  }

  .section-4-up {
    padding: 80px 0;
  }

  .section-4-up--header {
    margin-bottom: 64px;
  }

  .section-4-up--title {
    font-size: 63px;
  }

  .section-4-up--title.small {
    font-size: 48px;
    line-height: 1;
  }

  .section-text-image {
    padding: 80px 0;
  }

  .section-text-image--inner {
    gap: 32px;
  }

  .section-text-image--title {
    font-size: 48px;
    line-height: 1;
  }

  .section-text-image--text {
    font-size: 20px;
    line-height: 1.4;
  }

  .section-text-image--text ul li + li {
    margin-top: 20px;
  }

  .section-text-image--columns {
    margin-top: 64px;
  }

  .section-support--header {
    margin-bottom: 48px;
  }

  .section-support--title {
    line-height: 1;
    font-size: 63px;
  }

  .section-support--body {
    padding: 80px 0;
  }

  .section-support--body-title {
    max-width: 470px;
    font-size: 64px;
    line-height: 1.01;
    margin-bottom: 24px;
  }

  .section-support--body-title.title-h3 {
    font-size: 48px;
    line-height: 1;
  }

  .section-support--body-text {
    font-size: 20px;
    line-height: 1.4;
  }

  .section-support--body-actions {
    gap: 24px;
    margin-top: 36px;
  }

  .section-before-after {
    padding: 80px 0;
  }

  .section-before-after--header {
    margin-bottom: 80px;
  }

  .section-before-after--title {
    font-size: 63px;
  }

  .section-before-after--body {
    padding: 80px 32px 32px;
    border-radius: 32px;
    background-position: 50% 0;
  }

  .section-before-after--item {
    width: 360px;
  }

  .section-before-after--item-title {
    font-size: 32px;
    line-height: 1.25;
  }

  .section-before-after--item-list ul {
    gap: 24px;
  }

  .section-help {
    padding: 80px 0;
  }

  .section-help--title {
    font-size: 63px;
    margin-bottom: 64px;
  }

  .section-help--row {
    grid-template-columns: repeat(2, 1fr);
  }

  .block-help--title {
    font-size: 24px;
  }

  .section-rated {
    padding: 80px 0;
  }

  .section-rated--title {
    font-size: 63px;
    margin-bottom: 24px;
  }

  .section-rated--desc {
    margin-bottom: 80px;
  }

  .section-rated--row {
    margin-bottom: 120px;
    flex-direction: row;
  }

  .section-rated--item {
    margin: 0;
  }

  .section-three-up-images {
    padding: 80px 0;
  }

  .section-three-up-images--title {
    font-size: 63px;
    margin: 0 auto 0;
  }

  .section-three-up-images--desc {
    margin: 24px auto 0;
  }

  .section-three-up-images--row {
    margin-top: 64px;
  }

  .section-three-up-images--item {
    width: 50%;
    margin-bottom: 32px;
  }

  .section-pricing-plans {
    padding: 80px 0;
  }

  .section-pricing-plans--header {
    margin-bottom: 64px;
  }

  .section-pricing-plans--title {
    font-size: 63px;
  }

  .section-pricing-plans--columns {
    margin-top: 64px;
  }

  .card-pricing {
    padding: 51px 36px 42px;
  }

  .card-pricing--title {
    font-size: 48px;
    line-height: 1;
  }

  .card-pricing--icon {
    width: 50px;
    height: 50px;
  }

  .card-pricing--actions {
    gap: 24px;
  }

  .plans-comparison--header {
    padding: 16px 32px;
    top: 82px;
  }

  .plans-comparison--header-table {
    min-width: initial;
  }

  .plans-comparison--header-title {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.32px;
  }

  .plans-comparison--col2,
  .plans-comparison--col3,
  .plans-comparison--col4 {
    width: 20%;
  }

  .plans-comparison--sections {
    padding-top: 24px;
    gap: 24px;
  }

  .plans-comparison-section {
    padding: 24px 32px;
  }

  .plans-comparison-section--title {
    line-height: 1.4;
  }

  .plans-comparison-section--table {
    min-width: initial;
  }

  .section-full-product {
    padding: 80px 0;
  }

  .section-full-product--header {
    margin-bottom: 48px;
  }

  .section-full-product--title {
    line-height: 1;
    font-size: 63px;
  }

  .section-full-product--title.smaller {
    line-height: 1;
    font-size: 48px;
  }

  .section-full-product--body {
    padding: 44px 32px;
    margin: 0 -32px;
  }

  .section-full-product--pagination-wrap {
    margin-top: 24px;
    padding: 32px 24px;
  }

  .slider-full-product-pagination-slide--title {
    line-height: 1.5;
  }

  .slider-full-product-pagination-slide--text {
    line-height: 1.5;
  }

  .section-cta {
    padding: 80px 0;
  }

  .section-cta--title {
    font-size: 68px;
    line-height: 1;
  }

  .section-cta--body {
    padding: 72px 32px;
    border-radius: 32px;
  }

  .section-social-proof {
    padding: 80px 0;
  }

  .section-social-proof--title {
    margin-bottom: 32px;
  }

  .grid-logos--section {
    --cols: 3;
    padding: 0;
  }

  .section-key-info {
    padding: 80px 0;
  }

  .section-key-info--title {
    font-size: 63px;
    margin-bottom: 64px;
  }

  .slider-key-info-slide {
    height: 600px;
  }

  .slider-key-info-slide--img {
    display: block;
  }

  .slider-key-info-slide--img.mobile-img {
    display: none;
  }

  .slider-key-info-slide--body {
    padding: 32px;
    bottom: 32px;
    left: 32px;
    right: auto;
    width: 568px;
    min-height: 400px;
  }

  .slider-key-info-slide--suptitle {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 24px;
  }

  .slider-key-info-slide--title {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 24px;
  }

  .slider-key-info-slide--link {
    margin-top: 56px;
  }

  .slider-key-info-pagination {
    margin-top: 48px;
  }

  .section-testimonials {
    padding: 80px 0;
  }

  .section-testimonials--body {
    padding-bottom: 50px;
  }

  .section-testimonials--text,
  .section-testimonials--info {
    border-radius: 32px;
  }

  .section-testimonials--text {
    font-size: 48px;
    line-height: 1.35;
    padding-top: 28px;
  }

  .section-testimonials--text:before {
    font-size: 84px;
    line-height: 1.04;
    margin: 0 32px;
  }

  .section-testimonials--blockquote {
    padding: 0 32px 44px;
  }

  .section-testimonials--author-wrap {
    padding: 28px 32px;
  }

  .section-testimonials--logo-wrap {
    justify-content: flex-start;
  }

  .section-testimonials--logo {
    height: 60px;
    width: 100%;
    max-width: 200px;
  }

  .section-testimonials--author-avatar {
    width: 100px;
    height: 100px;
  }

  .section-testimonials--author-position {
    font-size: 20px;
  }

  .slider-testimonials .splide__pagination {
    margin-top: 48px;
  }

  .section-resource {
    padding: 80px 0 16px 0;
  }

  .section-resource--title {
    font-size: 63px;
    margin-bottom: 64px;
  }

  .section-resource--item {
    width: 50%;
    margin-bottom: 32px;
  }

  .section-certificate {
    padding: 80px 0;
  }

  .section-certificate--inner {
    gap: 32px;
  }

  .section-certificate--title {
    line-height: 1;
    font-size: 63px;
  }

  .section-certificate--logos-grid {
    --cols: 4;
  }

  .section-certificate--logos-grid {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }

  .certificate-logo {
    width: 160px;
  }

  .single-title {
    padding: 80px 0;
  }

  .section-key-info-condensed {
    padding: 80px 0;
  }

  .section-key-info-condensed--header {
    margin-bottom: 48px;
  }

  .section-key-info-condensed--title {
    line-height: 1;
    font-size: 63px;
  }

  .section-key-info-condensed--inner {
    padding: 80px 32px;
    margin: 0 -32px;
    min-height: 600px;
  }

  .section-key-info-condensed--img-mobile {
    display: none;
  }

  .section-key-info-condensed--body {
    padding: 32px;
    max-width: 568px;
    min-height: 400px;
  }

  .section-key-info-condensed--body-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }

  .section-key-info-condensed--body-logo {
    order: 1;
    -o-object-position: right;
    object-position: right;
  }

  .section-key-info-condensed--body-suptitle {
    font-size: 20px;
    line-height: 1.4;
  }

  .section-key-info-condensed--body-title {
    font-size: 48px;
    line-height: 1;
  }

  .section-group-overview {
    padding: 80px 0;
  }

  .section-group-overview--title {
    line-height: 1;
    font-size: 63px;
  }

  .section-group-overview--body {
    padding: 80px 32px;
    border-radius: 32px;
  }

  .section-group-overview--grid {
    --cols: 2;
  }

  .block-group-overview {
    padding: 32px;
  }

  .contact-support-list {
    padding: 80px 0;
  }

  .contact-support-list--item-title {
    font-size: 24px;
  }

  .contact-support-list--item-btn {
    margin-top: 86px;
  }

  .section-benefits-features-simple {
    padding: 80px 0;
  }

  .section-benefits-features-simple--header {
    margin-bottom: 48px;
  }

  .section-benefits-features-simple--title {
    line-height: 1;
    font-size: 63px;
  }

  .section-benefits-features-simple--body-title {
    line-height: 1;
    font-size: 48px;
  }

  .section-benefits-features-simple--text {
    font-size: 20px;
    line-height: 1.4;
  }

  .section-benefits-features-simple--inner {
    padding: 32px 24px;
  }

  .section-benefits-features-simple--image-mobile {
    margin-bottom: 32px;
  }

  .section-benefits-features-simple--image-mobile > *:not(img) {
    aspect-ratio: 340/200;
  }

  .block-benefits-features--title {
    font-size: 20px;
    line-height: 1.4;
  }

  .block-benefits-features--text {
    line-height: 1.11;
  }

  .card-full-img {
    min-height: 700px;
    border-radius: 32px;
  }

  .card-full-img--body {
    border-radius: 16px;
    padding: 32px;
    gap: 24px;
  }

  .card-full-img--body-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }

  .card-full-img--body-logo {
    order: 1;
    -o-object-position: right;
    object-position: right;
  }

  .card-full-img--body-suptitle {
    font-size: 20px;
    line-height: 1.4;
  }

  .card-full-img--body-title {
    font-size: 48px;
    line-height: 1;
  }

  .card-full-img--actions {
    gap: 24px;
    margin-top: 8px;
  }

  .accordion-round--button {
    font-size: 32px;
    padding: 28px 27px;
    line-height: 1.25;
  }

  .slidind-cards--container {
    flex-direction: row;
  }

  .slidind-cards--progress-container {
    display: block;
  }

  .card-certificate {
    width: 500px;
    min-height: 600px;
    padding: 32px;
    border-radius: 32px;
  }

  .card-certificate--body {
    min-height: 300px;
    max-width: 480px;
  }

  .card-certificate--logo {
    width: 330px;
    height: 128px;
  }

  .card-certificate--description {
    padding-bottom: 0;
    flex-grow: 1;
  }

  .case-study-card--logo {
    margin-left: 12px;
  }

  .post-cards-list-block {
    padding: 80px 0;
  }

  .post-cards-list-block--title {
    font-size: 63px;
    margin: 0 auto 0;
  }

  .post-cards-list-block--description {
    margin: 24px auto 0;
  }

  .post-cards-list-block--button {
    margin-top: 64px;
  }

  .post-cards-list-block--card.big-card .post-cards-list-block--card-img {
    height: 440px;
    border-radius: 32px;
  }

  .post-cards-list-block--card.big-card .post-cards-list-block--card-title {
    font-size: 24px;
    line-height: 1.33;
  }

  .cta-subscribe-block {
    padding: 80px 0;
  }

  .security-hero {
    padding-top: 160px;
    padding-bottom: 115px;
  }

  .security-hero--text {
    margin: 0 auto 55px auto;
  }

  .security-hero--actions {
    gap: 34px;
  }

  .security-hero--actions .industry {
    width: 50%;
    padding: 24px;
  }

  .security-hero--actions .industry--content {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.32px;
  }

  .security-hero--actions .industry--content b {
    font-size: 48px;
    line-height: 48px;
  }

  .accordion-info--button {
    min-height: 96px;
    font-size: 32px;
    padding: 28px 27px;
    line-height: 1.25;
  }

  .accordion-info--subrow {
    gap: 16px;
  }

  .accordion-info--img {
    width: 40px;
    height: 40px;
  }

  .accordion-info--body {
    padding: 32px;
  }

  .accordion-info--content {
    font-size: 20px;
    line-height: 1.4;
  }

  .accordion-info--content div:first-child {
    min-width: 176px;
    width: 176px;
  }

  .custom-m.pop-up .pop-up-title {
    margin: 24px 0 0 0;
  }

  .pop-up-thnx .modal-content {
    min-height: 708px;
    padding: 32px;
  }

  .pop-up-thnx-icon {
    margin: 100px auto 32px;
  }

  .pop-up-thnx-title {
    font-size: 63px;
    line-height: 64px;
  }

  .pop-up-thnx .request--description {
    font-size: 20px;
  }

  .iti__dropdown-content {
    font-size: 20px;
  }

  .iti__search-input {
    font-size: 20px;
  }

  .iti .iti__selected-dial-code {
    font-size: 20px;
  }

  .iti__country-list .iti__flag,
  .iti__country-name {
    margin-right: 16px;
  }

  .contact-support--banner.additional-margin {
    margin-bottom: 80px;
  }

  .contact-support--banner {
    padding: 136px 0 44px;
  }

  .contact-support--banner-title {
    font-size: 63px;
    margin: 0;
  }

  .contact-support--banner-wrap {
    padding: 114px 0;
  }

  .contact-support--banner-wrap.with-desc {
    padding: 88px 0;
  }

  .location-section {
    padding: 80px 0;
  }

  .location-section--title {
    font-size: 63px;
    margin-bottom: 64px;
  }

  .location-section--address {
    width: 50%;
  }

  .location-section--button {
    font-size: 20px;
  }

  .page-text {
    padding-top: 76px;
  }

  .page-text--header:before {
    top: 44px;
    bottom: 44px;
  }

  .page-text--title {
    line-height: 1;
    font-size: 63px;
  }

  .page-text--description {
    font-size: 20px;
    line-height: 1.4;
  }

  .page-text--date {
    margin-bottom: 48px;
  }

  .page-text--content {
    padding: 64px 0;
  }

  .page-text .content-block p {
    margin-bottom: 24px;
  }

  .page-text .content-block h1,
  .page-text .content-block .h1,
  .page-text .content-block h2,
  .page-text .content-block .h2 {
    margin: 64px 0 48px;
  }

  .page-text .content-block h3,
  .page-text .content-block .h3,
  .page-text .content-block .card-certificate--title,
  .page-text .content-block h4,
  .page-text .content-block .h4 {
    margin-top: 48px;
    margin-bottom: 32px;
  }

  .page-text .content-block h5,
  .page-text .content-block .h5,
  .page-text .content-block h6,
  .page-text .content-block .h6 {
    margin-top: 48px;
  }

  .page-text .content-block h1,
  .page-text .content-block .h1 {
    font-size: 63px;
    line-height: 1.01;
  }

  .page-text .content-block h2,
  .page-text .content-block .h2 {
    font-size: 48px;
    line-height: 1;
  }

  .page-text .content-block h3,
  .page-text .content-block .h3,
  .page-text .content-block .card-certificate--title {
    font-size: 32px;
    line-height: 1.25;
    margin-top: 48px;
    margin-bottom: 32px;
  }

  .page-text .content-block ol,
  .page-text .content-block ul {
    margin: 32px 0;
  }

  .page-text .content-block blockquote {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.32px;
    margin: 32px 0;
  }

  .page-text .content-block .wp-image,
  .page-text .content-block .wp-video,
  .page-text .content-block .wp-video-shortcode,
  .page-text .content-block iframe {
    margin: 48px 0;
  }

  .page-text .quote-block {
    margin: 48px 0;
  }

  .faq-page--banner {
    padding: 136px 0 80px;
  }

  .faq-page--banner-title {
    font-size: 63px;
    margin: 0 0 24px 0;
  }

  .faq-page--banner-wrap {
    padding: 92px 0;
  }

  .resources-header {
    margin-top: 77px;
  }

  .webinars {
    padding-top: 76px;
  }

  .webinars .section.colored {
    padding-top: 56px;
  }

  .webinars .section.colored--header {
    margin-bottom: 56px;
    gap: 24px;
  }

  .webinars .section.colored--logo {
    max-width: 220px;
  }

  .webinars .section.colored--title {
    margin-bottom: 0;
    font-size: 84px;
    line-height: 88px;
  }

  .webinars .webinar-list--col {
    border-radius: 32px;
    padding: 40px;
  }

  .webinars .webinar-list--title {
    font-size: 48px;
    line-height: 1;
  }

  .webinars--actions {
    margin-top: 64px;
  }

  .webinars .slider-webinar-slide {
    min-height: 600px;
    height: auto;
    background-position: center;
  }

  .webinars .slider-webinar-slide--header {
    align-items: center;
    margin-bottom: 74px;
  }

  .webinars .slider-webinar-slide--header span {
    font-size: 20px;
    line-height: 28px;
  }

  .webinars .slider-webinar-slide--body {
    padding: 40px;
  }

  .webinars .slider-webinar-slide--title {
    max-width: 475px;
    min-height: 165px;
    max-height: 215px;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 32px;
  }

  .webinars .slider-webinar-slide .guest-info {
    min-height: 230px;
  }

  .webinars .slider-webinar-slide .guest-info--content {
    padding: 24px;
  }

  .webinars .slider-webinar-slide .guest-info--subtitle {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.48px;
  }

  .webinars .slider-webinar-slide .guest-info--name {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }

  .webinars .slider-webinar-slide .guest-info--position {
    font-size: 14px;
    line-height: 24px;
  }

  .webinars .slider-webinar-slide .guest-info--img {
    max-width: 243px;
  }

  .webinars .slider-webinar-pagination {
    margin-top: 64px;
  }

  .webinar-content-header--body {
    padding: 32px;
    border-radius: 32px;
  }

  .webinar-content-header--img-col {
    padding: 40px;
    border-radius: 32px;
  }

  .webinar-content-header .future-webinar--header {
    align-items: center;
  }

  .webinar-content-header .future-webinar--header span {
    font-size: 20px;
    line-height: 28px;
  }

  .webinar-content-header .future-webinar--title {
    max-height: 215px;
    font-size: 48px;
    line-height: 52px;
  }

  .webinar-content-header .future-webinar--body {
    min-height: 220px;
  }

  .webinar-content-header .future-webinar--content {
    padding: 24px;
  }

  .webinar-content-header .future-webinar--subtitle {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.48px;
  }

  .webinar-content-header .future-webinar--name {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }

  .webinar-content-header .future-webinar--position {
    font-size: 14px;
    line-height: 24px;
  }

  .webinar-content-header .future-webinar--img {
    max-width: 243px;
  }

  .webinar-content-header--title {
    font-size: 48px;
    line-height: 1;
  }

  .webinar-content-header--form,
  .webinar-content-header--form-passed {
    gap: 32px;
  }

  .webinar-content-modal--close {
    width: 40px;
    height: 40px;
  }

  .webinar-content-modal--title {
    font-size: 84px;
    margin-bottom: 24px;
  }

  .webinar-content-modal--text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 82px;
  }

  .webinar-content-modal--banner {
    padding: 32px;
  }

  .webinar-content-modal--banner-text {
    font-size: 32px;
    margin-bottom: 24px;
    line-height: 40px;
  }

  .footer--bottom {
    padding: 63px 0 15px 0;
  }

  .footer--logo {
    width: 164px;
  }

  .footer-bottom-menu {
    gap: 15px;
  }

  .page-template-landing-template-redesign .header--logo {
    width: 239px;
  }

  .page-template-landing-template-redesign .header--inner {
    padding: 33px 0;
  }
}

@media (min-width: 768px) {
  .status-bar--text {
    margin-left: -12px;
  }

  .simplified-page--title {
    font-size: 80px;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 1px;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 1px;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 2px;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 2px;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 4px;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 4px;
  }

  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6px;
  }

  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6px;
  }

  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 8px;
  }

  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 8px;
  }

  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 12px;
  }

  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 12px;
  }

  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 14px;
  }

  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 14px;
  }

  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 15px;
  }

  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 15px;
  }

  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 16px;
  }

  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 16px;
  }

  .g-lg-17,
  .gx-lg-17 {
    --bs-gutter-x: 17px;
  }

  .g-lg-17,
  .gy-lg-17 {
    --bs-gutter-y: 17px;
  }

  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 18px;
  }

  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 18px;
  }

  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 20px;
  }

  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 20px;
  }

  .g-lg-22,
  .gx-lg-22 {
    --bs-gutter-x: 22px;
  }

  .g-lg-22,
  .gy-lg-22 {
    --bs-gutter-y: 22px;
  }

  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 24px;
  }

  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 24px;
  }

  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 25px;
  }

  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 25px;
  }

  .g-lg-26,
  .gx-lg-26 {
    --bs-gutter-x: 26px;
  }

  .g-lg-26,
  .gy-lg-26 {
    --bs-gutter-y: 26px;
  }

  .g-lg-28,
  .gx-lg-28 {
    --bs-gutter-x: 28px;
  }

  .g-lg-28,
  .gy-lg-28 {
    --bs-gutter-y: 28px;
  }

  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 30px;
  }

  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 30px;
  }

  .g-lg-32,
  .gx-lg-32 {
    --bs-gutter-x: 32px;
  }

  .g-lg-32,
  .gy-lg-32 {
    --bs-gutter-y: 32px;
  }

  .g-lg-33,
  .gx-lg-33 {
    --bs-gutter-x: 33px;
  }

  .g-lg-33,
  .gy-lg-33 {
    --bs-gutter-y: 33px;
  }

  .g-lg-34,
  .gx-lg-34 {
    --bs-gutter-x: 34px;
  }

  .g-lg-34,
  .gy-lg-34 {
    --bs-gutter-y: 34px;
  }

  .g-lg-36,
  .gx-lg-36 {
    --bs-gutter-x: 36px;
  }

  .g-lg-36,
  .gy-lg-36 {
    --bs-gutter-y: 36px;
  }

  .g-lg-38,
  .gx-lg-38 {
    --bs-gutter-x: 38px;
  }

  .g-lg-38,
  .gy-lg-38 {
    --bs-gutter-y: 38px;
  }

  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 40px;
  }

  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 40px;
  }

  .g-lg-42,
  .gx-lg-42 {
    --bs-gutter-x: 42px;
  }

  .g-lg-42,
  .gy-lg-42 {
    --bs-gutter-y: 42px;
  }

  .g-lg-44,
  .gx-lg-44 {
    --bs-gutter-x: 44px;
  }

  .g-lg-44,
  .gy-lg-44 {
    --bs-gutter-y: 44px;
  }

  .g-lg-46,
  .gx-lg-46 {
    --bs-gutter-x: 46px;
  }

  .g-lg-46,
  .gy-lg-46 {
    --bs-gutter-y: 46px;
  }

  .g-lg-48,
  .gx-lg-48 {
    --bs-gutter-x: 48px;
  }

  .g-lg-48,
  .gy-lg-48 {
    --bs-gutter-y: 48px;
  }

  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 50px;
  }

  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 50px;
  }

  .g-lg-52,
  .gx-lg-52 {
    --bs-gutter-x: 52px;
  }

  .g-lg-52,
  .gy-lg-52 {
    --bs-gutter-y: 52px;
  }

  .g-lg-64,
  .gx-lg-64 {
    --bs-gutter-x: 64px;
  }

  .g-lg-64,
  .gy-lg-64 {
    --bs-gutter-y: 64px;
  }

  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 80px;
  }

  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 80px;
  }

  .g-lg-128,
  .gx-lg-128 {
    --bs-gutter-x: 128px;
  }

  .g-lg-128,
  .gy-lg-128 {
    --bs-gutter-y: 128px;
  }

  .g-lg-256,
  .gx-lg-256 {
    --bs-gutter-x: 256px;
  }

  .g-lg-256,
  .gy-lg-256 {
    --bs-gutter-y: 256px;
  }

  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }

  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-lg .offcanvas-header {
    display: none;
  }

  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }

  .header--nav,
  .header--actions {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .btn-burger {
    display: none;
  }

  .section--header {
    margin-bottom: 64px;
  }

  .section-full-bleed-header {
    background: #022E34 var(--bg-image) no-repeat 50%/cover;
    padding: 172px 0 80px;
    margin-bottom: 80px;
    min-height: 660px;
  }

  .section-full-bleed-header--img-mobile {
    display: none;
  }

  .section-full-bleed-header--inner {
    max-width: 600px;
    padding: 0;
  }

  .section-full-bleed-header-alt {
    padding: 221px 0 171px;
  }

  .section-full-bleed-header-alt--inner {
    max-width: 858px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .section-full-bleed-header-alt--text {
    max-width: 600px;
  }

  .gated-content-header {
    background: linear-gradient(to bottom, #DDFFDA 0%, #DDFFDA 73%, #fff 73.1%, #fff 100%);
    padding: 144px 0 80px;
  }

  .gated-content-header--img-desktop,
  .gated-content-header--img-mob {
    width: auto;
  }

  .gated-content-header--img-mob {
    display: none;
  }

  .gated-content-header--row {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .text-header {
    padding: 156px 0 64px;
  }

  .text-header.green {
    padding-top: 178px;
  }

  .text-header::after {
    top: -64px;
    right: -21px;
  }

  .section-hero--main {
    background: none;
  }

  .section-hero--footer {
    background: rgba(221, 255, 218, 0.6);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
  }

  .section-hero--footer-inner {
    display: flex;
  }

  .section-hero--footer-text {
    margin: 0;
    max-width: 340px;
    padding: 16px 32px 16px 0;
  }

  .section-hero--logos-wrap {
    margin-left: -32px;
    background: none;
  }

  .section-hero--logos {
    --cols: 6;
    padding: 30px 0px 30px 32px;
    gap: 24px;
  }

  .section-hero--title {
    font-size: 96px;
  }

  .section-hero-alt.light-green {
    background-size: 630px, 992px, 100%;
  }

  .section-hero-alt.purple {
    background-size: 635px;
  }

  .section-hero-alt {
    background-size: 580px;
  }

  .section-hero-alt--main {
    padding: 238px 0 153px;
  }

  .section-hero-alt--title {
    font-size: 63px;
  }

  .section-testimonials-header {
    margin-top: 92px;
  }

  .section-testimonials-header--inner {
    min-height: calc(100lvh - 92px);
  }

  .section-testimonials-grid {
    --grid-cols: 4;
    left: -5%;
    right: -5%;
  }

  .section-key-stats--body {
    padding-top: 0;
    aspect-ratio: 1223/700;
    display: flex;
    align-items: flex-end;
  }

  .section-key-stats--inner {
    padding: 0 0 50px;
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .section-key-stats--item {
    display: flex;
    position: relative;
  }

  .section-key-stats--item:not(:nth-child(3n+1))::before {
    content: "";
    position: absolute;
    top: 26px;
    left: -16px;
    bottom: 10px;
    width: 1px;
    background: currentColor;
    z-index: 1;
  }

  .section-key-stats--item:nth-child(3n+1) {
    padding-left: 48px;
    padding-right: 24px;
  }

  .section-key-stats--item:nth-child(3n+2) {
    justify-content: center;
    padding: 0 24px;
  }

  .section-key-stats--item:nth-child(3n) {
    justify-content: end;
    padding-right: 48px;
  }

  .section-key-stats--item-inner {
    width: 100%;
    max-width: 244px;
  }

  .section-3-up-icon--globe {
    margin-top: 80px;
  }

  .section-benefits-features {
    background-color: var(--bg-color, #fff);
  }

  .section-benefits-features--header {
    margin-bottom: 80px;
    gap: 48px;
  }

  .section-benefits-features--body {
    background: #fff;
    position: relative;
    overflow: hidden;
    height: 700px;
    border-radius: 32px;
  }

  .section-benefits-features--slider-bg {
    display: block;
  }

  .section-benefits-features--slider-main {
    border-radius: 16px 16px 0 0;
  }

  .section-benefits-features--pagination-wrap {
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 38px;
    bottom: 38px;
    right: 36px;
    width: 486px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    padding: 32px 30px;
    border-radius: 16px;
  }

  .section-benefits-features--slider-pagination {
    margin-top: auto;
  }

  .slider-benefits-features-slide {
    display: none;
  }

  .slider-benefits-features-pagination-slide--body {
    gap: 4px;
  }

  .slider-benefits-features-pagination-slide.is-active:after {
    animation: sliderPaginationProgres var(--autoplay-interval, 5s) ease-out;
  }

  .slider-benefits-features-pagination-slide--title button svg {
    display: none;
  }

  .slider-benefits-features-pagination-slide--collapse {
    display: block !important;
    height: auto !important;
  }

  .slider-benefits-features-pagination-slide--text {
    padding-right: 0;
  }

  .section-text-image--img-column {
    order: 1;
  }

  .section-support {
    padding: 80px 0;
  }

  .section-support--body {
    border-radius: 32px;
    background: #E2E2E2 var(--bg-image) no-repeat 50%/cover;
    min-height: 520px;
    padding: 32px;
  }

  .section-support--img-mobile {
    display: none;
  }

  .section-support--inner {
    max-width: 568px;
    background: #fff;
    padding: 32px 32px 40px;
    border-radius: 16px;
  }

  .section-support--inner.inner-align-right {
    margin-left: auto;
  }

  .section-before-after--body {
    background-position: 50% 100%;
    background-image: var(--bg-image-desktop);
  }

  .section-before-after--row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .section-before-after--item {
    padding: 24px;
    width: auto;
  }

  .section-help--row {
    grid-template-columns: repeat(3, 1fr);
  }

  .section-three-up-images--item {
    width: 33.33%;
    margin-bottom: 64px;
  }

  .pricing-container {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  .card-pricing {
    gap: 56px;
    max-width: initial;
    flex: 0 0 33.3%;
  }

  .card-pricing.enterprise {
    background-color: rgba(255, 242, 214, 0.5);
    border-radius: 0 16px 16px 0;
  }

  .card-pricing.core {
    background-color: rgba(255, 242, 214, 0.5);
    border-radius: 16px 0 0 16px;
  }

  .card-pricing.premier {
    padding-top: 57px;
    padding-bottom: 71px;
  }

  .card-pricing.premier .card-pricing--header {
    margin-bottom: 46px;
  }

  .card-pricing.premier .card-pricing--actions {
    margin-top: 18px;
  }

  .card-pricing--header {
    margin-bottom: 40px;
  }

  .plans-comparison--toggle-wrap-inner {
    padding-top: 24px;
  }

  .plans-comparison--header {
    padding: 24px 32px;
    top: 92px;
  }

  .plans-comparison-section {
    padding: 32px;
  }

  .separated-block .plans-comparison-section {
    padding: 0 32px;
  }

  .plans-comparison-section--body {
    padding-top: 16px;
  }

  .separated-block .plans-comparison-section--body {
    padding-top: 0;
  }

  .section-full-product--header {
    margin-bottom: 64px;
  }

  .section-full-product--body {
    height: 700px;
    border-radius: 32px;
    padding: 64px 44px 0;
    margin: 0;
  }

  .section-full-product--slider-main {
    background: #fff;
  }

  .section-full-product--slider-main {
    border-radius: 16px 16px 0 0;
  }

  .section-full-product--pagination-wrap {
    position: absolute;
    z-index: 2;
    bottom: 24px;
    left: 32px;
    right: 32px;
  }

  .section-full-product--slider-pagination {
    max-width: 896px;
    margin: 0 auto;
  }

  .section-full-product--slider-pagination .splide__list {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }

  .slider-full-product-slide {
    aspect-ratio: initial;
    height: 100%;
  }

  .slider-full-product-slide > * {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .slider-full-product-slide img {
    display: block;
  }

  .slider-full-product-slide img.mobile-img {
    display: none;
  }

  .slider-full-product-pagination-slide--body {
    gap: 4px;
  }

  .section-cta--bg-img {
    background-position: 50% 0;
    background-size: auto 100%;
    background-image: var(--bg-image-desktop);
  }

  .section-social-proof--title {
    margin-bottom: 48px;
  }

  .grid-logos--section {
    --cols: 6;
    gap: 24px;
    height: 76px;
  }

  .grid-logos--section img {
    height: 76px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: initial;
  }

  .slider-key-info--list {
    gap: 24px;
  }

  .slider-key-info-slide {
    height: 520px;
    flex-shrink: 10;
    transition: flex 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    width: auto !important;
    flex: 1 1 1%;
  }

  .slider-key-info-slide.is-active {
    flex-grow: 12;
    transition-delay: 0s;
    cursor: default;
  }

  .slider-key-info-slide.is-active .slider-key-info-slide--body {
    transition-delay: 0.6s;
  }

  .slider-key-info-slide--body {
    transition-duration: 0.4s;
  }

  .slider-key-info-slide--logo {
    display: none;
  }

  .slider-key-info-pagination-slide--body {
    padding: 20px 24px 0;
  }

  .slider-key-info-pagination-slide img {
    display: block;
    max-width: 200px;
  }

  .section-testimonials--body {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  }

  .section-testimonials--text {
    padding-top: 24px;
  }

  .section-testimonials--blockquote {
    max-width: 778px;
  }

  .section-testimonials--author-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px 28px 20px;
  }

  .section-testimonials--logo {
    -o-object-position: left;
    object-position: left;
  }

  .section-testimonials--author {
    order: 1;
  }

  .section-resource--item {
    width: 33.33%;
    margin-bottom: 64px;
  }

  .section-certificate--body {
    gap: 36px;
    min-height: 600px;
    padding: 96px 40px 64px;
    align-items: center;
    justify-content: flex-end;
  }

  .section-certificate--logos-grid {
    width: 86%;
  }

  .section-certificate--logos-grid > :first-child {
    position: absolute;
    left: 40px;
    top: 96px;
  }

  .section-certificate--logos-grid > :nth-child(2) {
    position: absolute;
    right: 40px;
    top: 96px;
  }

  .section-key-info-condensed--header {
    margin-bottom: 64px;
  }

  .section-key-info-condensed--inner {
    display: block;
    margin: 0 auto;
    padding: 32px;
    border-radius: 32px;
    height: 520px;
    min-height: initial;
  }

  .section-key-info-condensed--body {
    position: absolute;
    z-index: 2;
    right: auto;
    bottom: 32px;
    left: 32px;
    width: 568px;
    max-height: 456px;
    overflow: hidden;
  }

  .contact-support-list--row {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-benefits-features-simple {
    background-color: var(--bg-color, #fff);
  }

  .section-benefits-features-simple--header {
    margin-bottom: 80px;
    gap: 48px;
  }

  .section-benefits-features-simple--body-title {
    margin-bottom: 0;
  }

  .section-benefits-features-simple--body {
    background: #fff;
    position: relative;
    overflow: hidden;
    height: 700px;
    border-radius: 32px;
  }

  .section-benefits-features-simple--bg {
    display: block;
  }

  .section-benefits-features-simple--inner {
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 38px;
    bottom: 38px;
    right: 36px;
    width: 486px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    padding: 32px 30px;
    border-radius: 16px;
  }

  .section-benefits-features-simple--list {
    gap: 32px;
    margin-top: auto;
  }

  .section-benefits-features-simple--image-mobile {
    display: none;
  }

  .block-benefits-features {
    padding-top: 8px;
  }

  .block-benefits-features--body {
    max-width: initial;
    padding-right: 0;
  }

  .cards-grid-2-cols {
    --grid-cols: 2;
  }

  .card-certificate {
    width: calc(50% - 12px);
    /* 50% width minus half the gap */
  }

  .security-hero {
    padding-top: 202px;
  }

  .security-hero--title {
    font-size: 96px;
  }

  .page-template-pricing-template-redesign {
    padding-top: 92px;
  }

  .location-section--address {
    width: 25%;
  }

  .page-template-contact-sales-redesign {
    padding-top: 92px;
  }

  .page-text {
    padding-top: 92px;
  }

  .page-text--header:before {
    left: 56px;
    right: 56px;
  }

  .resources-header {
    margin-top: 92px;
  }

  .webinars {
    padding-top: 92px;
  }

  .webinars .section.colored {
    padding-top: 74px;
  }

  .webinars .section.colored--header {
    margin-bottom: 74px;
  }

  .webinars .webinar-list {
    --grid-cols: 2;
  }

  .webinars .slider-webinar--list {
    gap: 24px;
  }

  .webinars .slider-webinar-slide {
    min-height: auto;
    height: 520px;
    flex-shrink: 10;
    transition: flex 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    width: auto !important;
    flex: 1 1 1%;
  }

  .webinars .slider-webinar-slide.is-active {
    flex-grow: 12;
    transition-delay: 0s;
    cursor: default;
  }

  .webinars .slider-webinar-slide.is-active .slider-webinar-slide--body {
    transition-delay: 0.6s;
  }

  .webinars .slider-webinar-slide--body {
    transition-duration: 0.4s;
    flex-direction: row;
  }

  .webinars .slider-webinar-slide--left {
    width: 60%;
    margin-bottom: 0;
  }

  .webinars .slider-webinar-slide--logo {
    display: none;
  }

  .webinars .slider-webinar-slide .guest-info {
    min-height: 282px;
  }

  .slider-charting-success--grid {
    flex-direction: row;
  }

  .slider-charting-success--item {
    width: calc(36.5% - 16px);
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .webinar-content-header--row {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .webinar-content-header .future-webinar--body {
    min-height: 282px;
  }

  .footer--top {
    padding: 50px 0 100px;
  }

  .footer--bottom {
    background: linear-gradient(to right, #DDFFDA 0%, #DDFFDA 50%, #12695C 50.1%, #12695C 100%);
  }

  .footer--bottom:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 50%;
    background: url("data:image/svg+xml,%0A%3Csvg width='854' height='228' viewBox='0 0 854 228' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_572_4418)'%3E%3Cg filter='url(%23filter0_ii_572_4418)'%3E%3Cpath d='M355.5 498C567.3 498 739 326.08 739 114S567.3-270 355.5-270-28-98.08-28 114s171.7 384 383.5 384Z' fill='%23022E34'/%3E%3Cpath d='M355.5 498C567.3 498 739 326.08 739 114S567.3-270 355.5-270-28-98.08-28 114s171.7 384 383.5 384Z' fill='url(%23paint0_linear_572_4418)'/%3E%3Cpath d='M355.5 498C567.3 498 739 326.08 739 114S567.3-270 355.5-270-28-98.08-28 114s171.7 384 383.5 384Z' fill='url(%23paint1_radial_572_4418)'/%3E%3C/g%3E%3Cpath d='M735.37 114c0 211.75-170.76 383.4-381.38 383.4C143.36 497.4-27.4 325.74-27.4 114c0-211.75 170.75-383.4 381.38-383.4 210.62 0 381.38 171.65 381.38 383.4Z' stroke='url(%23paint2_radial_572_4418)' stroke-width='1.21'/%3E%3Cg filter='url(%23filter1_bii_572_4418)'%3E%3Cpath d='M259.63 450.5c158.85 0 287.62-150.65 287.62-336.5S418.48-222.5 259.62-222.5C100.78-222.5-28-71.85-28 114s128.77 336.5 287.63 336.5Z' fill='url(%23paint3_linear_572_4418)'/%3E%3Cpath d='M259.63 450.5c158.85 0 287.62-150.65 287.62-336.5S418.48-222.5 259.62-222.5C100.78-222.5-28-71.85-28 114s128.77 336.5 287.63 336.5Z' fill='url(%23paint4_radial_572_4418)'/%3E%3C/g%3E%3Cpath d='M543.62 114c0 185.6-127.92 335.9-285.5 335.9C100.51 449.9-27.4 299.6-27.4 114c0-185.6 127.9-335.9 285.5-335.9S543.61-71.6 543.61 114Z' stroke='url(%23paint5_radial_572_4418)' stroke-width='1.21'/%3E%3Cg filter='url(%23filter2_bii_572_4418)'%3E%3Cpath d='M163.75 402c105.9 0 191.75-128.94 191.75-288s-85.85-288-191.75-288S-28-45.06-28 114s85.85 288 191.75 288Z' fill='url(%23paint6_linear_572_4418)'/%3E%3Cpath d='M163.75 402c105.9 0 191.75-128.94 191.75-288s-85.85-288-191.75-288S-28-45.06-28 114s85.85 288 191.75 288Z' fill='url(%23paint7_radial_572_4418)' fill-opacity='.5'/%3E%3Cpath d='M163.75 402c105.9 0 191.75-128.94 191.75-288s-85.85-288-191.75-288S-28-45.06-28 114s85.85 288 191.75 288Z' fill='url(%23paint8_radial_572_4418)'/%3E%3C/g%3E%3Cpath d='M351.87 114c0 79.43-21.27 151.3-55.62 203.31-34.36 52.01-81.75 84.08-134.01 84.08-52.27 0-99.66-32.07-134.02-84.08-34.35-52-55.61-123.88-55.61-203.31S-6.13-37.3 28.22-89.31c34.36-52.01 81.75-84.08 134.02-84.08 52.26 0 99.65 32.07 134 84.08 34.36 52 55.63 123.88 55.63 203.31Z' stroke='url(%23paint9_radial_572_4418)' stroke-width='1.21'/%3E%3Cg filter='url(%23filter3_bii_572_4418)'%3E%3Cpath d='M67.88 306c52.95 0 95.87-85.96 95.87-192S120.83-78 67.87-78C14.92-78-28 7.96-28 114s42.92 192 95.88 192Z' fill='url(%23paint10_linear_572_4418)'/%3E%3C/g%3E%3Cpath d='M160.64 114c0 52.95-10.36 100.85-27.07 135.5-16.73 34.7-39.73 55.9-64.94 55.9s-48.2-21.2-64.94-55.9c-16.71-34.65-27.07-82.55-27.07-135.5S-13.02 13.15 3.7-21.5c16.73-34.7 39.73-55.9 64.94-55.9s48.2 21.2 64.94 55.9c16.71 34.65 27.07 82.55 27.07 135.5Z' stroke='url(%23paint11_radial_572_4418)' stroke-width='1.21'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_572_4418' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 -426 361.67 0 259.63 204)'%3E%3Cstop offset='.58' stop-color='%23022E34'/%3E%3Cstop offset='1' stop-color='%23022E34' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_572_4418' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 528.344 -563.938 0 735.97 114)'%3E%3Cstop stop-color='%23B5FFD5'/%3E%3Cstop offset='1' stop-color='%23E0FFDF' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint4_radial_572_4418' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 -376.873 249.064 0 163.75 206.14)'%3E%3Cstop offset='.51' stop-color='%23022E34'/%3E%3Cstop offset='1' stop-color='%23022E34' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint5_radial_572_4418' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 462.997 -422.395 0 544.22 114)'%3E%3Cstop stop-color='%23B5FFD5'/%3E%3Cstop offset='1' stop-color='%23E0FFDF' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint7_radial_572_4418' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 197.719 -106.817 0 64.31 114)'%3E%3Cstop stop-color='%231C8269'/%3E%3Cstop offset='1' stop-color='%231C8269' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint8_radial_572_4418' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(17.9767 -267.9998 140.172 9.4024 59.89 178)'%3E%3Cstop offset='.35' stop-color='%23022E34'/%3E%3Cstop offset='.95' stop-color='%23022E34' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint9_radial_572_4418' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 396.258 -280.852 0 352.47 114)'%3E%3Cstop stop-color='%23B5FFD5'/%3E%3Cstop offset='1' stop-color='%23E0FFDF' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint11_radial_572_4418' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 264.172 -136.726 0 161.24 114)'%3E%3Cstop stop-color='%23B5FFD5'/%3E%3Cstop offset='1' stop-color='%23E0FFDF' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_572_4418' x1='-28' y1='114' x2='739' y2='114' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231D8269' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%231D8269'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_572_4418' x1='-28' y1='114' x2='547.25' y2='114' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232C9C74' stop-opacity='.1'/%3E%3Cstop offset='1' stop-color='%232C9C74'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_572_4418' x1='-28' y1='114' x2='355.5' y2='114' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233FB67D' stop-opacity='.2'/%3E%3Cstop offset='1' stop-color='%233FB67D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_572_4418' x1='-28' y1='114' x2='163.75' y2='114' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2357D188' stop-opacity='.2'/%3E%3Cstop offset='1' stop-color='%2357D188'/%3E%3C/linearGradient%3E%3Cfilter id='filter0_ii_572_4418' x='-28' y='-270' width='767.91' height='768' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-4.84'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix values='0 0 0 0 0.341176 0 0 0 0 0.819608 0 0 0 0 0.533333 0 0 0 0.5 0'/%3E%3CfeBlend in2='shape' result='effect1_innerShadow_572_4418'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='3.63'/%3E%3CfeGaussianBlur stdDeviation='.45'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix values='0 0 0 0 0.341176 0 0 0 0 0.819608 0 0 0 0 0.533333 0 0 0 0.1 0'/%3E%3CfeBlend in2='effect1_innerShadow_572_4418' result='effect2_innerShadow_572_4418'/%3E%3C/filter%3E%3Cfilter id='filter1_bii_572_4418' x='-47.38' y='-241.88' width='614.01' height='711.77' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='9.69'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_572_4418'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_572_4418' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-4.84'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix values='0 0 0 0 0.576471 0 0 0 0 0.964706 0 0 0 0 0.643137 0 0 0 0.5 0'/%3E%3CfeBlend in2='shape' result='effect2_innerShadow_572_4418'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='3.63'/%3E%3CfeGaussianBlur stdDeviation='.45'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix values='0 0 0 0 0.796078 0 0 0 0 1 0 0 0 0 0.796078 0 0 0 0.05 0'/%3E%3CfeBlend in2='effect2_innerShadow_572_4418' result='effect3_innerShadow_572_4418'/%3E%3C/filter%3E%3Cfilter id='filter2_bii_572_4418' x='-47.38' y='-193.38' width='422.26' height='614.76' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='9.69'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_572_4418'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_572_4418' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-4.84'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix values='0 0 0 0 0.576471 0 0 0 0 0.964706 0 0 0 0 0.643137 0 0 0 0.5 0'/%3E%3CfeBlend in2='shape' result='effect2_innerShadow_572_4418'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='3.63'/%3E%3CfeGaussianBlur stdDeviation='.45'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix values='0 0 0 0 0.796078 0 0 0 0 1 0 0 0 0 0.796078 0 0 0 0.05 0'/%3E%3CfeBlend in2='effect2_innerShadow_572_4418' result='effect3_innerShadow_572_4418'/%3E%3C/filter%3E%3Cfilter id='filter3_bii_572_4418' x='-47.26' y='-97.26' width='230.28' height='422.53' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='9.63'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_572_4418'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_572_4418' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-4.84'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix values='0 0 0 0 0.576471 0 0 0 0 0.964706 0 0 0 0 0.643137 0 0 0 0.5 0'/%3E%3CfeBlend in2='shape' result='effect2_innerShadow_572_4418'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='3.63'/%3E%3CfeGaussianBlur stdDeviation='.45'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix values='0 0 0 0 0.796078 0 0 0 0 1 0 0 0 0 0.796078 0 0 0 0.05 0'/%3E%3CfeBlend in2='effect2_innerShadow_572_4418' result='effect3_innerShadow_572_4418'/%3E%3C/filter%3E%3CclipPath id='clip0_572_4418'%3E%3Cpath fill='%23fff' d='M0 0h854v228H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 0 center/auto 100%;
  }

  .footer-menu--nav a {
    font-size: 14px;
    line-height: 1.42;
  }

  .footer-location {
    line-height: 1.5;
  }

  .footer-logos {
    margin-bottom: 54px;
    gap: 36px;
  }

  .footer-socials {
    justify-content: flex-end;
  }

  .footer-description {
    max-width: 185px;
  }

  .wcc-prefrence-btn-wrapper {
    gap: 16px;
  }

  .page-template-landing-template-redesign .footer--top {
    padding: 48px 0 80px;
  }

  .simplified-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .simplified-page--header {
    padding-top: 93px;
    padding-bottom: 113px;
    background-image: var(--bg-image);
    background-position: right 93px;
  }

  .simplified-page--title {
    margin-top: 71px;
    margin-left: -16px;
    font-size: 120px;
    font-weight: 400;
    line-height: 128px;
  }

  .wp-block-group.simplified {
    max-width: 704px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    font-size: 20px;
    line-height: 28px;
  }

  .wp-block-group.simplified h2,
  .wp-block-group.simplified .h2 {
    margin-top: 63px;
    margin-bottom: 48px;
    font-size: 48px;
    line-height: 48px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container {
    max-width: 1366px;
  }

  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 1px;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 1px;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 2px;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 2px;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 4px;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 4px;
  }

  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 6px;
  }

  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 6px;
  }

  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 8px;
  }

  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 8px;
  }

  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 12px;
  }

  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 12px;
  }

  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 14px;
  }

  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 14px;
  }

  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 15px;
  }

  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 15px;
  }

  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 16px;
  }

  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 16px;
  }

  .g-xl-17,
  .gx-xl-17 {
    --bs-gutter-x: 17px;
  }

  .g-xl-17,
  .gy-xl-17 {
    --bs-gutter-y: 17px;
  }

  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 18px;
  }

  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 18px;
  }

  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 20px;
  }

  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 20px;
  }

  .g-xl-22,
  .gx-xl-22 {
    --bs-gutter-x: 22px;
  }

  .g-xl-22,
  .gy-xl-22 {
    --bs-gutter-y: 22px;
  }

  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 24px;
  }

  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 24px;
  }

  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 25px;
  }

  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 25px;
  }

  .g-xl-26,
  .gx-xl-26 {
    --bs-gutter-x: 26px;
  }

  .g-xl-26,
  .gy-xl-26 {
    --bs-gutter-y: 26px;
  }

  .g-xl-28,
  .gx-xl-28 {
    --bs-gutter-x: 28px;
  }

  .g-xl-28,
  .gy-xl-28 {
    --bs-gutter-y: 28px;
  }

  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 30px;
  }

  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 30px;
  }

  .g-xl-32,
  .gx-xl-32 {
    --bs-gutter-x: 32px;
  }

  .g-xl-32,
  .gy-xl-32 {
    --bs-gutter-y: 32px;
  }

  .g-xl-33,
  .gx-xl-33 {
    --bs-gutter-x: 33px;
  }

  .g-xl-33,
  .gy-xl-33 {
    --bs-gutter-y: 33px;
  }

  .g-xl-34,
  .gx-xl-34 {
    --bs-gutter-x: 34px;
  }

  .g-xl-34,
  .gy-xl-34 {
    --bs-gutter-y: 34px;
  }

  .g-xl-36,
  .gx-xl-36 {
    --bs-gutter-x: 36px;
  }

  .g-xl-36,
  .gy-xl-36 {
    --bs-gutter-y: 36px;
  }

  .g-xl-38,
  .gx-xl-38 {
    --bs-gutter-x: 38px;
  }

  .g-xl-38,
  .gy-xl-38 {
    --bs-gutter-y: 38px;
  }

  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 40px;
  }

  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 40px;
  }

  .g-xl-42,
  .gx-xl-42 {
    --bs-gutter-x: 42px;
  }

  .g-xl-42,
  .gy-xl-42 {
    --bs-gutter-y: 42px;
  }

  .g-xl-44,
  .gx-xl-44 {
    --bs-gutter-x: 44px;
  }

  .g-xl-44,
  .gy-xl-44 {
    --bs-gutter-y: 44px;
  }

  .g-xl-46,
  .gx-xl-46 {
    --bs-gutter-x: 46px;
  }

  .g-xl-46,
  .gy-xl-46 {
    --bs-gutter-y: 46px;
  }

  .g-xl-48,
  .gx-xl-48 {
    --bs-gutter-x: 48px;
  }

  .g-xl-48,
  .gy-xl-48 {
    --bs-gutter-y: 48px;
  }

  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 50px;
  }

  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 50px;
  }

  .g-xl-52,
  .gx-xl-52 {
    --bs-gutter-x: 52px;
  }

  .g-xl-52,
  .gy-xl-52 {
    --bs-gutter-y: 52px;
  }

  .g-xl-64,
  .gx-xl-64 {
    --bs-gutter-x: 64px;
  }

  .g-xl-64,
  .gy-xl-64 {
    --bs-gutter-y: 64px;
  }

  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 80px;
  }

  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 80px;
  }

  .g-xl-128,
  .gx-xl-128 {
    --bs-gutter-x: 128px;
  }

  .g-xl-128,
  .gy-xl-128 {
    --bs-gutter-y: 128px;
  }

  .g-xl-256,
  .gx-xl-256 {
    --bs-gutter-x: 256px;
  }

  .g-xl-256,
  .gy-xl-256 {
    --bs-gutter-y: 256px;
  }

  .modal-xl {
    --bs-modal-width: 1140px;
  }

  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-xl .offcanvas-header {
    display: none;
  }

  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }

  .header--actions {
    width: 22%;
  }

  .header--actions:not([lang=en-US] .header--actions) {
    width: 25%;
  }

  [lang=fr-FR] .header--actions {
    width: 27% !important;
  }

  .header--brand {
    width: 14%;
  }

  .desktop-menu,
  .header--actions-menu {
    gap: 24px;
  }

  .desktop-menu-dropdown {
    --container-padding: 72px;
  }

  .container {
    padding-left: 72px;
    padding-right: 72px;
  }

  .section-hero--logos-wrap {
    margin-left: -72px;
  }

  .section-hero--logos {
    padding: 30px 16px 30px 88px;
  }

  .section-testimonials-grid {
    --grid-gap: 30px;
  }

  .section-key-stats--item-inner {
    max-width: 275px;
  }

  .section-key-stats--number {
    font-size: 127px;
  }

  .section-before-after--item-inner {
    max-width: 275px;
  }

  .section-full-product--body {
    padding: 86px 96px 0;
  }

  .section-full-product--pagination-wrap {
    margin: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-full-product--slider-pagination .splide__list {
    gap: 32px 84px;
  }

  .section-testimonials--body {
    grid-template-columns: minmax(0, 3fr) minmax(0, 9fr);
  }

  .section-certificate--body {
    padding-left: 96px;
    padding-right: 96px;
  }

  .section-certificate--logos-grid > :first-child {
    left: 96px;
  }

  .section-certificate--logos-grid > :nth-child(2) {
    right: 96px;
  }

  .section-group-overview--body {
    gap: 64px;
  }

  .page-text--content {
    max-width: 808px;
    padding-right: 104px;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 1px;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 1px;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 2px;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 2px;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 4px;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 4px;
  }

  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 6px;
  }

  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 6px;
  }

  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 8px;
  }

  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 8px;
  }

  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 12px;
  }

  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 12px;
  }

  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 14px;
  }

  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 14px;
  }

  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 15px;
  }

  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 15px;
  }

  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 16px;
  }

  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 16px;
  }

  .g-xxl-17,
  .gx-xxl-17 {
    --bs-gutter-x: 17px;
  }

  .g-xxl-17,
  .gy-xxl-17 {
    --bs-gutter-y: 17px;
  }

  .g-xxl-18,
  .gx-xxl-18 {
    --bs-gutter-x: 18px;
  }

  .g-xxl-18,
  .gy-xxl-18 {
    --bs-gutter-y: 18px;
  }

  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 20px;
  }

  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 20px;
  }

  .g-xxl-22,
  .gx-xxl-22 {
    --bs-gutter-x: 22px;
  }

  .g-xxl-22,
  .gy-xxl-22 {
    --bs-gutter-y: 22px;
  }

  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 24px;
  }

  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 24px;
  }

  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 25px;
  }

  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 25px;
  }

  .g-xxl-26,
  .gx-xxl-26 {
    --bs-gutter-x: 26px;
  }

  .g-xxl-26,
  .gy-xxl-26 {
    --bs-gutter-y: 26px;
  }

  .g-xxl-28,
  .gx-xxl-28 {
    --bs-gutter-x: 28px;
  }

  .g-xxl-28,
  .gy-xxl-28 {
    --bs-gutter-y: 28px;
  }

  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 30px;
  }

  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 30px;
  }

  .g-xxl-32,
  .gx-xxl-32 {
    --bs-gutter-x: 32px;
  }

  .g-xxl-32,
  .gy-xxl-32 {
    --bs-gutter-y: 32px;
  }

  .g-xxl-33,
  .gx-xxl-33 {
    --bs-gutter-x: 33px;
  }

  .g-xxl-33,
  .gy-xxl-33 {
    --bs-gutter-y: 33px;
  }

  .g-xxl-34,
  .gx-xxl-34 {
    --bs-gutter-x: 34px;
  }

  .g-xxl-34,
  .gy-xxl-34 {
    --bs-gutter-y: 34px;
  }

  .g-xxl-36,
  .gx-xxl-36 {
    --bs-gutter-x: 36px;
  }

  .g-xxl-36,
  .gy-xxl-36 {
    --bs-gutter-y: 36px;
  }

  .g-xxl-38,
  .gx-xxl-38 {
    --bs-gutter-x: 38px;
  }

  .g-xxl-38,
  .gy-xxl-38 {
    --bs-gutter-y: 38px;
  }

  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 40px;
  }

  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 40px;
  }

  .g-xxl-42,
  .gx-xxl-42 {
    --bs-gutter-x: 42px;
  }

  .g-xxl-42,
  .gy-xxl-42 {
    --bs-gutter-y: 42px;
  }

  .g-xxl-44,
  .gx-xxl-44 {
    --bs-gutter-x: 44px;
  }

  .g-xxl-44,
  .gy-xxl-44 {
    --bs-gutter-y: 44px;
  }

  .g-xxl-46,
  .gx-xxl-46 {
    --bs-gutter-x: 46px;
  }

  .g-xxl-46,
  .gy-xxl-46 {
    --bs-gutter-y: 46px;
  }

  .g-xxl-48,
  .gx-xxl-48 {
    --bs-gutter-x: 48px;
  }

  .g-xxl-48,
  .gy-xxl-48 {
    --bs-gutter-y: 48px;
  }

  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 50px;
  }

  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 50px;
  }

  .g-xxl-52,
  .gx-xxl-52 {
    --bs-gutter-x: 52px;
  }

  .g-xxl-52,
  .gy-xxl-52 {
    --bs-gutter-y: 52px;
  }

  .g-xxl-64,
  .gx-xxl-64 {
    --bs-gutter-x: 64px;
  }

  .g-xxl-64,
  .gy-xxl-64 {
    --bs-gutter-y: 64px;
  }

  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 80px;
  }

  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 80px;
  }

  .g-xxl-128,
  .gx-xxl-128 {
    --bs-gutter-x: 128px;
  }

  .g-xxl-128,
  .gy-xxl-128 {
    --bs-gutter-y: 128px;
  }

  .g-xxl-256,
  .gx-xxl-256 {
    --bs-gutter-x: 256px;
  }

  .g-xxl-256,
  .gy-xxl-256 {
    --bs-gutter-y: 256px;
  }

  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-xxl .offcanvas-header {
    display: none;
  }

  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (min-width: 1600px) {
  .section-testimonials-grid {
    left: 0;
    right: 0;
  }
}

@media (min-width: 1920px) {
  .card-certificate {
    min-height: 700px;
  }

  .custom-m.pop-up .modal-dialog {
    max-width: 600px;
  }

  .custom-m.pop-up .pop-up-title {
    font-size: 48px;
    line-height: 1;
  }

  .custom-m.pop-up .pop-up-description.mt {
    margin-top: 16px;
  }

  .custom-m.pop-up .pop-up-description {
    font-size: 20px;
    line-height: 28px;
  }

  .custom-m.pop-up .modal-body {
    margin-top: 32px;
  }

  .custom-m.pop-up .form-group.checkbox {
    margin-bottom: 32px;
  }

  .custom-m.pop-up .form-group label {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .custom-m.pop-up .form-group .form-control[type=checkbox] + label {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1920px) {
  .custom-m.pop-up .modal-content {
    padding: 32px;
  }

  .custom-m.pop-up .modal-header {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
  }

  .custom-m.pop-up .pop-up-title {
    width: 100%;
  }

  .custom-m.pop-up .form-group.form-btn-group {
    margin-bottom: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }

  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }

  .card-certificate .link-line,
  .card-certificate .contact-sales--checkbox-text a,
  .contact-sales--checkbox-text .card-certificate a {
    margin-bottom: 16px;
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1200px) {
  .custom-m.pop-up .form-group {
    text-align: left;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }

  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1151px) {
  .status-bar--text p {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .status-bar {
    padding: 14px 15px 14px 17px;
    top: calc(100% + 4px);
  }
}

@media (max-width: 1023.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }

  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }

  .desktop-menu-dropdown {
    display: none;
  }

  .gated-content-header--img-desktop {
    display: none;
  }

  .section-testimonials-grid--col:last-child {
    display: none;
  }

  .section-key-stats--item:not(:first-child) {
    border-top: 1px solid currentColor;
    padding-top: 24px;
  }

  .slider-benefits-features-pagination-slide.is-active:after {
    transition: transform 0.3s ease-out;
    transform: translateX(0);
  }

  .section-before-after--row {
    margin: 0 -32px;
    padding: 0 32px;
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    overflow-x: auto;
  }

  .section-before-after--row::-webkit-scrollbar {
    display: none;
  }

  .plans-comparison--header-body {
    padding-right: 32px;
    margin-right: -32px;
  }

  .slider-key-info--track {
    overflow: visible;
  }

  .case-studying-list--select-wrap {
    display: block;
  }

  .case-studying-list .container {
    max-width: 632px;
  }

  .case-studying-list--categories-wrap {
    display: none;
  }

  .cta-subscribe-block--wrap {
    padding: 64px 16px;
  }

  .cta-subscribe-block--title {
    font-size: 48px;
  }

  .location-section--list .accordion--collapse {
    padding-left: 0;
  }

  .contact-sales--intro {
    padding-bottom: 64px;
  }

  .contact-sales--row {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-sales--hero-title {
    width: 100%;
  }

  .contact-sales--right {
    padding-top: 38px;
  }

  .contact-sales--form-wrap {
    min-height: auto;
    padding: 16px 16px 48px;
  }

  .contact-sales--item-text {
    width: initial;
  }

  .webinars .slider-webinar--track {
    overflow: visible;
  }
}

@media (max-width: 1023.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 1023px) {
  .clients--main {
    margin-top: 77px;
  }

  .case-studies-masonry--item {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .cookie-yes {
    padding: 15px;
  }

  .cookie-yes .inner .text {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .cookie-yes .close-cookie-yes {
    margin-top: 10px;
  }
}

@media screen and (max-width: 900px) {
  #wt-cli-settings-btn {
    margin-right: 10px !important;
  }

  .wcc-notice-btn-wrapper {
    gap: 8px;
  }

  .wcc-btn-customize,
  .wcc-btn-reject,
  .wcc-btn-preferences {
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .status-bar--container {
    align-items: flex-start;
  }

  .status-bar--animation {
    display: none;
  }

  .status-bar--text svg {
    display: none;
  }

  .status-bar--close {
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: auto;
  }

  .status-bar--close svg {
    max-width: 12px;
    max-height: 12px;
    min-width: 12px;
    min-height: 12px;
  }
}

@media (max-width: 670px) {
  .wcc-box-bottom-left {
    bottom: 0 !important;
    left: 0 !important;
  }
}

@media (max-width: 641px) {
  .pop-up-thnx .request {
    flex-direction: column;
    align-items: initial;
    padding: 12px;
    margin-bottom: 33px;
  }

  .pop-up-thnx .request--toggler {
    margin-top: 16px;
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .error404--content {
    padding: 80px 0;
  }

  .error404--content h1,
  .error404--content .h1 {
    font-size: 42px;
    margin-bottom: 24px;
  }

  .error404--content h2,
  .error404--content .h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .error404--content p {
    font-size: 18px;
  }

  #cookie-law-info-bar {
    bottom: 0px !important;
    left: 0px;
    border-radius: 0;
  }

  .cookie-yes .inner .text {
    font-size: 11px;
  }

  .wcc-consent-bar {
    bottom: 0 !important;
    left: 0;
    border-radius: 0;
  }

  .simplified-page--header-inner .image-desktop {
    display: none;
  }

  .simplified-page--header-inner .image-mobile {
    display: block;
  }
}

@media (max-width: 639.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }

  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }

  .section-full-bleed-header--title br {
    display: none;
  }

  .section-full-bleed-header--text br {
    display: none;
  }

  .section-hero--main {
    background-image: url("../webp/hero-bg-mobile.webp"), linear-gradient(180deg, rgba(221, 255, 218, 0.5) 54.75%, rgba(112, 235, 148, 0.5) 115.26%);
    background-color: var(--Color-Core-Green-light-green, #DDFFDA);
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: calc(100svh - 72px);
    display: flex;
    align-items: center;
    background-position: 100% 100%;
  }

  .section-hero--footer-text {
    min-height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section-hero--title br {
    display: none;
  }

  .section-hero--text br {
    display: none;
  }

  .section-hero-alt--main {
    display: flex;
    align-items: center;
  }

  .section-hero-alt--inner {
    flex-direction: column;
  }

  .section-3-up-icon--globe {
    border-radius: 16px;
  }

  .section-3-up-icon--globe #containerGlobe {
    width: 100%;
    aspect-ratio: 4/2;
    height: auto;
  }

  .section-3-up-icon--globe .cities {
    font-size: 4vh;
  }

  .section-3-up-icon--globe #containerGlobe canvas {
    border-radius: 16px;
  }

  .section-before-after--row {
    margin: 0 -16px;
    padding: 0 16px;
  }

  .plans-comparison--header-body {
    padding-right: 16px;
    margin-right: -16px;
  }

  .plans-comparison-section--collapse {
    margin-right: -16px;
  }

  .plans-comparison-section--body {
    padding-bottom: 10px;
  }

  .separated-block .plans-comparison-section--body {
    padding-top: 0;
  }

  .plans-comparison-section--body:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 182px;
    top: 12px;
    bottom: 10px;
    width: 32px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.06) -7.83%, rgba(0, 0, 0, 0) 32.17%);
  }

  .section-key-info-condensed--img-desktop {
    display: none;
  }

  .card-certificate--description {
    font-size: 16px;
    line-height: 1.5;
  }

  .case-studying-list {
    padding: 40px 0;
  }

  .case-studying-list--load-more-btn-wrap {
    margin-top: 0;
  }

  .case-study-card {
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 32px;
  }

  .case-study-card--description {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.25;
  }

  .case-study-card--header {
    flex-direction: column-reverse;
    justify-content: start;
    flex-wrap: wrap;
  }

  .case-study-card--logo {
    text-align: left;
    width: 100%;
    height: 50px;
    margin-bottom: 32px;
  }

  .case-study-card.normal {
    min-height: 550px;
  }

  .case-study-card.normal .case-study-card--inner {
    padding: 16px 24px;
  }

  .case-study-card.normal .case-study-card--title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 16px;
  }

  .case-study-card.normal .case-study-card--logo {
    height: 40px;
    margin-bottom: 16px;
  }

  .case-study-card.minimal .case-study-card--title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.25;
  }

  .case-study-card.minimal .case-study-card--btn {
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0;
    border: 0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
  }

  .case-study-card.minimal .case-study-card--logo {
    margin-bottom: 67px;
  }

  .case-study-card.minimal .case-study-card--header {
    margin-bottom: 16px;
  }

  .case-study-card.minimal .case-study-card--title {
    height: auto;
  }

  .case-study-card.testimonial {
    padding: 24px;
    min-height: 550px;
  }

  .case-study-card.testimonial .case-study-card--quote {
    padding-top: 49px;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 45px;
  }

  .case-study-card.testimonial .case-study-card--quote::before {
    width: 32px;
    height: 25px;
    background-size: contain;
  }

  .case-study-card.testimonial .case-study-card--reviewer {
    font-size: 18px;
    line-height: 1.33;
  }

  .case-study-card.testimonial .case-study-card--header {
    margin-bottom: 24px;
    flex-direction: column;
  }

  .case-study-card.testimonial .case-study-card--logo {
    margin-bottom: 0;
  }

  .case-study-card.testimonial .case-study-card--category {
    margin-bottom: 84px;
  }

  .cta-subscribe-block--wrap {
    padding: 48px 16px;
  }

  .cta-subscribe-block--title {
    font-size: 36px;
  }

  .cta-subscribe-block--form .btn {
    margin-top: 24px;
    width: 100%;
    display: block;
  }

  .accordion-info--item:last-child .accordion-info--content {
    gap: 0;
    margin-bottom: 0;
    flex-direction: column;
  }

  .accordion-info--item:last-child .accordion-info--content div a[href^="tel:"],
  .accordion-info--item:last-child .accordion-info--content div a[href^="mailto:"] {
    margin-top: 12px;
  }

  .accordion-info--item:last-child .accordion-info--content div a[href^="mailto:"] {
    margin-bottom: 12px;
  }

  .accordion-info--item:last-child .accordion-info--content div:first-child {
    width: 100%;
    min-width: 100%;
  }

  .accordion-info--content div:first-child:empty {
    display: none;
  }

  .accordion-info--content p em strong {
    display: inline-block;
    margin-bottom: 12px;
  }

  .accordion-info--content a[href^="mailto:"] {
    align-items: initial;
    word-break: break-all;
  }

  .page-text .content-block .wp-block-table {
    margin: 40px 0;
  }

  .footer-bottom-menu {
    max-width: 282px;
  }

  .footer-socials {
    padding-top: 16px;
  }
}

@media (max-width: 639.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 639px) {
  .clients--main {
    margin-top: 60px;
  }
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}

@media screen and (max-width: 440px) {
  .wcc-consent-bar {
    padding: 0 !important;
  }

  .wcc-notice-des {
    padding-top: 24px !important;
  }
}

@media screen and (max-width: 420px) {
  #cookie-law-info-bar {
    padding: 0 !important;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }

  .collapsing {
    transition: none;
  }

  .collapsing.collapse-horizontal {
    transition: none;
  }

  .form-control {
    transition: none;
  }

  .form-control::file-selector-button {
    transition: none;
  }

  .form-select {
    transition: none;
  }

  .form-switch .form-check-input {
    transition: none;
  }

  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }

  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }

  .form-floating > label {
    transition: none;
  }

  .btn {
    transition: none;
  }

  .modal.fade .modal-dialog {
    transition: none;
  }

  .offcanvas {
    transition: none;
  }
}

@media (hover) {
  .header--actions-menu a:hover {
    color: var(--header-acion-link-hover-color);
  }

  .desktop-menu a:hover {
    color: var(--header-link-color);
  }

  .desktop-menu a:hover:after {
    transform: scaleX(1);
  }

  .desktop-menu-dropdown li > a:hover {
    color: #022E34;
  }

  .desktop-menu-dropdown li > a:hover:after {
    transform: scaleX(1);
  }

  .post-card--link-img:hover img {
    transform: scale(1.05);
  }

  .post-card--title a:hover {
    background-size: 100% 1px;
  }

  .tooltip-icon:hover {
    color: var(--tooltip-hover-text-color);
  }

  .contact-support-list--item-text a:hover:after,
  .block-help--text a:hover:after {
    transform: scaleX(1);
  }

  .link-line:hover,
  .contact-sales--checkbox-text a:hover {
    color: #022E34;
  }

  .link-line:hover:before,
  .contact-sales--checkbox-text a:hover:before {
    transform: scaleX(0);
    transition-delay: 0s;
  }

  .link-line:hover:after,
  .contact-sales--checkbox-text a:hover:after {
    transform: scaleX(1);
    transition-delay: 0.12s;
  }

  .accordion--button:hover {
    color: #12695C;
  }

  .section-before-after--item-list a:hover {
    color: #022E34;
  }

  .section-before-after--item-list a:hover:after {
    transform: scaleX(1);
  }

  .plans-comparison-section--title button:hover {
    color: #12695C;
  }

  .slider-full-product-pagination-slide:hover:not(.is-active) .slider-full-product-pagination-slide--body {
    opacity: 0.8;
  }

  a.certificate-logo:hover {
    border-color: #206069;
  }

  .block-group-overview-cta:hover {
    background-color: #022E34;
    border-color: rgba(112, 235, 148, 0.5);
  }

  .accordion-round--button:hover {
    color: var(--title-hover-color);
    background-color: var(--title-hover-bg-color);
  }

  .accordion-info--button:hover {
    color: var(--title-hover-color);
  }

  .custom-m.pop-up .form-group .form-control[type=checkbox] + label a:hover {
    color: #022E34;
  }

  .custom-m.pop-up .form-group .form-control[type=checkbox] + label a:hover:before {
    transform: scaleX(0);
    transition-delay: 0s;
  }

  .custom-m.pop-up .form-group .form-control[type=checkbox] + label a:hover:after {
    transform: scaleX(1);
    transition-delay: 0.12s;
  }

  .location-section--button:hover {
    color: #12695C;
  }

  .footer-menu--nav a:hover {
    color: #fff;
  }

  .footer-menu--nav a:hover:after {
    transform: scaleX(1);
  }

  .footer-bottom-menu a:hover {
    color: #022E34;
  }

  .footer-bottom-menu a:hover:after {
    transform: scaleX(1);
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }

  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}